Source: bino
Version: 1.2.1-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20111022 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> g++: fatal error: no input files
> compilation terminated.
> configure:4984: $? = 4
> configure:4988: checking whether we are using the GNU C++ compiler
> configure:5007: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 
> conftest.cpp >&5
> configure:5007: $? = 0
> configure:5016: result: yes
> configure:5025: checking whether g++ accepts -g
> configure:5045: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
> configure:5045: $? = 0
> configure:5086: result: yes
> configure:5111: checking dependency style of g++
> configure:5221: result: none
> configure:5280: checking for ranlib
> configure:5296: found /usr/bin/ranlib
> configure:5307: result: ranlib
> configure:5329: checking whether ln -s works
> configure:5333: result: yes
> configure:5347: checking whether byte ordering is bigendian
> configure:5362: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 
> conftest.cpp >&5
> conftest.cpp:27:9: error: expected unqualified-id before 'not' token
> configure:5362: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "Bino"
> | #define PACKAGE_TARNAME "bino"
> | #define PACKAGE_VERSION "1.2.1"
> | #define PACKAGE_STRING "Bino 1.2.1"
> | #define PACKAGE_BUGREPORT "[email protected]"
> | #define PACKAGE_URL "http://bino3d.org/";
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define PACKAGE "bino"
> | #define VERSION "1.2.1"
> | /* end confdefs.h.  */
> | #ifndef __APPLE_CC__
> |            not a universal capable compiler
> |          #endif
> |          typedef int dummy;
> | 
> configure:5407: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 
> conftest.cpp >&5
> configure:5407: $? = 0
> configure:5425: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 
> conftest.cpp >&5
> conftest.cpp: In function 'int main()':
> conftest.cpp:33:8: error: 'big' was not declared in this scope
> conftest.cpp:33:12: error: expected ';' before 'endian'
> configure:5425: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "Bino"
> | #define PACKAGE_TARNAME "bino"
> | #define PACKAGE_VERSION "1.2.1"
> | #define PACKAGE_STRING "Bino 1.2.1"
> | #define PACKAGE_BUGREPORT "[email protected]"
> | #define PACKAGE_URL "http://bino3d.org/";
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define PACKAGE "bino"
> | #define VERSION "1.2.1"
> | /* end confdefs.h.  */
> | #include <sys/types.h>
> |             #include <sys/param.h>
> | 
> | int
> | main ()
> | {
> | #if BYTE_ORDER != BIG_ENDIAN
> |              not big endian
> |             #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5553: result: no
> configure:5807: checking whether optreset is declared
> configure:5807: g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 
> conftest.cpp >&5
> conftest.cpp: In function 'int main()':
> conftest.cpp:66:10: error: 'optreset' was not declared in this scope
> configure:5807: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "Bino"
> | #define PACKAGE_TARNAME "bino"
> | #define PACKAGE_VERSION "1.2.1"
> | #define PACKAGE_STRING "Bino 1.2.1"
> | #define PACKAGE_BUGREPORT "[email protected]"
> | #define PACKAGE_URL "http://bino3d.org/";
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define __EXTENSIONS__ 1
> | #define _ALL_SOURCE 1
> | #define _GNU_SOURCE 1
> | #define _POSIX_PTHREAD_SEMANTICS 1
> | #define _TANDEM_SOURCE 1
> | #define PACKAGE "bino"
> | #define VERSION "1.2.1"
> | #define PLATFORM "x86_64-pc-linux-gnu"
> | #define NDEBUG 1
> | /* end confdefs.h.  */
> | #include <stdio.h>
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef STDC_HEADERS
> | # include <stdlib.h>
> | # include <stddef.h>
> | #else
> | # ifdef HAVE_STDLIB_H
> | #  include <stdlib.h>
> | # endif
> | #endif
> | #ifdef HAVE_STRING_H
> | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
> | #  include <memory.h>
> | # endif
> | # include <string.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main ()
> | {
> | #ifndef optreset
> | #ifdef __cplusplus
> |   (void) optreset;
> | #else
> |   (void) optreset;
> | #endif
> | #endif
> | 
> |   ;
> |   return 0;
> | }
> configure:5807: result: no
> configure:5821: checking for library containing clock_gettime
> configure:5852: g++ -o conftest -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,--as-needed conftest.cpp  >&5
> /tmp/ccM9mmM9.o: In function `main':
> /build/bino-jYeQSt/bino-1.2.1/conftest.cpp:40: undefined reference to 
> `clock_gettime'
> collect2: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/10/22/bino_1.2.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to