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

FTBFS@fasch BOINC amd64,



Dear all,
My BOINC package has problems on kfreebsd and I just hope for some insights. Here what the buildds say:
https://buildd.debian.org/status/package.php?p=boinc

The amd64 compile on "fasch" runs into an issue a bit earlier than the i386 one, from what I get, which is
....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac
-pthread -Wall -Wextra -Wshadow -Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -fPIC -DPIC -pthread
-g -Wall -O2 -Wall -MT libboinc_la-filesys.lo -MD -MP -MF .deps/libboinc_la-filesys.Tpo -c filesys.cpp  -fPIC -DPIC -o
.libs/libboinc_la-filesys.o
In file included from filesys.cpp:57:0:
/usr/include/x86_64-kfreebsd-gnu/sys/mount.h: In function 'int getvfsbyname(const char*, xvfsconf*)':
/usr/include/x86_64-kfreebsd-gnu/sys/mount.h:398:23: error: invalid conversion from 'void*' to 'xvfsconf*' [-fpermissive]
make[4]: *** [libboinc_la-filesys.lo] Error 1
make[4]: Leaving directory `/build/buildd-boinc_7.0.14+dfsg-1-kfreebsd-amd64-IbTcXr/boinc-7.0.14+dfsg/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd-boinc_7.0.14+dfsg-1-kfreebsd-amd64-IbTcXr/boinc-7.0.14+dfsg'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/build/buildd-boinc_7.0.14+dfsg-1-kfreebsd-amd64-IbTcXr/boinc-7.0.14+dfsg'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/build/buildd-boinc_7.0.14+dfsg-1-kfreebsd-amd64-IbTcXr/boinc-7.0.14+dfsg'
make: *** [build-stamp] Error 2

and looks like a glibc or gcc problem. Right? Could you please formulate respective bug reports for me? And is everything in that
chroot in its latest version?


The i386 platform shows something where either boinc is not properly #ifdef-ed
or there is another glibc incompatibility

./unzip/process.c:907:9: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration]
./unzip/process.c:908:9: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac
-pthread -I../zlib -I../lib -I../zip -I../zip/zip -I../zip/unzip -DUNIX -DDLL -Wall -Wextra -Wshadow -Wredundant-decls
-Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -g -Wall -O2 -Wall -MT process.lo -MD -MP -MF .deps/process.Tpo -c
./unzip/process.c -o process.o >/dev/null 2>&1
if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../lib -I../api -I../db -I../client -I../tools
-I../sched -I../lib/mac -pthread -I../zlib -I../lib -I../zip -I../zip/zip -I../zip/unzip -DUNIX -DDLL  -Wall -Wextra -Wshadow
-Wredundant-decls -Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -g -Wall -O2 -Wall -MT ttyio.lo -MD -MP -MF
".deps/ttyio.Tpo" -c -o ttyio.lo `test -f './unzip/ttyio.c' || echo './'`./unzip/ttyio.c; \
	then mv -f ".deps/ttyio.Tpo" ".deps/ttyio.Plo"; else rm -f ".deps/ttyio.Tpo"; exit 1; fi
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac
-pthread -I../zlib -I../lib -I../zip -I../zip/zip -I../zip/unzip -DUNIX -DDLL -Wall -Wextra -Wshadow -Wredundant-decls
-Wdisabled-optimization -Wpointer-arith -Wstrict-aliasing -g -Wall -O2 -Wall -MT ttyio.lo -MD -MP -MF .deps/ttyio.Tpo -c
./unzip/ttyio.c  -fPIC -DPIC -o .libs/ttyio.o
In file included from ./unzip/unzpriv.h:561:0,
                 from ./unzip/unzip.h:613,
                 from ./unzip/zip.h:17,
                 from ./unzip/ttyio.c:29:
./unzip/unix/unxcfg.h:66:15: warning: redundant redeclaration of 'gmtime' [-Wredundant-decls]
/usr/include/time.h:233:19: note: previous declaration of 'gmtime' was here
./unzip/unix/unxcfg.h:66:26: warning: redundant redeclaration of 'localtime' [-Wredundant-decls]
/usr/include/time.h:237:19: note: previous declaration of 'localtime' was here
In file included from ./unzip/unzip.h:613:0,
                 from ./unzip/zip.h:17,
                 from ./unzip/ttyio.c:29:
./unzip/unzpriv.h:1710:11: warning: redundant redeclaration of 'UzpMain' [-Wredundant-decls]
./unzip/unzip.h:577:17: note: previous declaration of 'UzpMain' was here
./unzip/unzpriv.h:2015:11: warning: redundant redeclaration of 'globalsCtor' [-Wredundant-decls]
./unzip/globals.h:381:11: note: previous declaration of 'globalsCtor' was here
./unzip/ttyio.c: In function 'Echoff':
./unzip/ttyio.c:305:19: error: storage size of 'sg' isn't known
./unzip/ttyio.c:309:21: error: 'ECHO' undeclared (first use in this function)
./unzip/ttyio.c:309:21: note: each undeclared identifier is reported only once for each function it appears in
./unzip/ttyio.c:305:19: warning: unused variable 'sg' [-Wunused-variable]
./unzip/ttyio.c: In function 'Echon':
./unzip/ttyio.c:319:19: error: storage size of 'sg' isn't known
./unzip/ttyio.c:323:24: error: 'ECHO' undeclared (first use in this function)
./unzip/ttyio.c:319:19: warning: unused variable 'sg' [-Wunused-variable]
./unzip/ttyio.c: In function 'zgetch':
./unzip/ttyio.c:442:19: error: storage size of 'sg' isn't known
./unzip/ttyio.c:452:20: error: 'CBREAK' undeclared (first use in this function)
./unzip/ttyio.c:454:21: error: 'ECHO' undeclared (first use in this function)
./unzip/ttyio.c:458:5: warning: implicit declaration of function 'read' [-Wimplicit-function-declaration]
./unzip/ttyio.c:442:19: warning: unused variable 'sg' [-Wunused-variable]


Any suggestion/patches are welcome.

Cheers,

Steffen


Reply to: