[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#952106 - xlog FTBFS



Hi,

there is an FTBFS bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952106

This bug comes at several other applications (most of them are
independent from Debian).

In most cases, the solution was just "add -Wno-deprecated-declarations"
option to compiler. In our cases, I needed to remove the existing
"-Werror", and these modifications solved the FTBFS bug.

I just want to be sure, that only this solution exists, no other
way to fix this? If yes, I can upload the package...

====
--- xlog-2.0.17.orig/configure.ac
+++ xlog-2.0.17/configure.ac
@@ -17,7 +17,7 @@ AC_FUNC_STRPTIME
 AC_CHECK_FUNCS(strchr index)
 
 if test "${ac_cv_c_compiler_gnu}" = "yes"; then
-  CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Werror"
+  CFLAGS="${CFLAGS} -Wall -Wno-stringop-truncation -Wno-unused-but-set-variable -Wno-deprecated-declarations"
 fi
 
 PKG_CHECK_MODULES(GLIB, glib-2.0)
====


73, Ervin
HA2OS


Reply to: