Your message dated Sun, 18 Dec 2011 11:32:12 +0000
with message-id <e1rceys-00053q...@franck.debian.org>
and subject line Bug#646442: fixed in bino 1.2.1-2
has caused the Debian Bug report #646442,
regarding bino: FTBFS: conftest.cpp:40: undefined reference to `clock_gettime'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
646442: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646442
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bino
Version: 1.2.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
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 "bino-l...@nongnu.org"
> | #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 "bino-l...@nongnu.org"
> | #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 "bino-l...@nongnu.org"
> | #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.



--- End Message ---
--- Begin Message ---
Source: bino
Source-Version: 1.2.1-2

We believe that the bug you reported is fixed in the latest version of
bino, which is due to be installed in the Debian FTP archive:

bino-dbg_1.2.1-2_amd64.deb
  to main/b/bino/bino-dbg_1.2.1-2_amd64.deb
bino_1.2.1-2.debian.tar.xz
  to main/b/bino/bino_1.2.1-2.debian.tar.xz
bino_1.2.1-2.dsc
  to main/b/bino/bino_1.2.1-2.dsc
bino_1.2.1-2_amd64.deb
  to main/b/bino/bino_1.2.1-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 646...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Schaal <farb...@web.de> (supplier of updated bino package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 16 Dec 2011 22:45:38 +0100
Source: bino
Binary: bino bino-dbg
Architecture: source amd64
Version: 1.2.1-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Schaal <farb...@web.de>
Changed-By: Daniel Schaal <farb...@web.de>
Description: 
 bino       - 3D video player
 bino-dbg   - debugging symbols for bino 3D video player
Closes: 646442
Changes: 
 bino (1.2.1-2) unstable; urgency=low
 .
   * explicitly disable Equalizer in configure line
   * Build-Depend on libass-dev >= 0.10.0-2,
     earlier versions are missing a dependency on libfribidi-dev.
     (Closes: #646442)
Checksums-Sha1: 
 39d756ed9e916327db32f0bfe62fe46b881f0b29 2029 bino_1.2.1-2.dsc
 a67e6c512fdfa3ddd516663dc32ebb6980649709 3808 bino_1.2.1-2.debian.tar.xz
 b0ac15def8e7a55b21c5d0c48900c2f88a40402e 681764 bino_1.2.1-2_amd64.deb
 462c2e6821ec9775dd3f705ac427f33f38224dd7 1734454 bino-dbg_1.2.1-2_amd64.deb
Checksums-Sha256: 
 a679ff2b074eba03b30e19fc4441162d52f6d7cd71bb92ef4be195a4f990d2c7 2029 
bino_1.2.1-2.dsc
 44236bbe20d4ab880aab5c868b51d258a22a2c3a1d35a951a09c867f4a3db160 3808 
bino_1.2.1-2.debian.tar.xz
 9da6ab3dcabc77b27cd9c6f75c86e4ec8a2c3e507e0297dab621aedd89732c3a 681764 
bino_1.2.1-2_amd64.deb
 4c934dd74776f62789589587ba14881fe33afe1181899665e6e1f288c191e67c 1734454 
bino-dbg_1.2.1-2_amd64.deb
Files: 
 6181eca7598014aa2c00c267e2fda333 2029 video extra bino_1.2.1-2.dsc
 89675703a76ba3292d3cf261d0ca9c1b 3808 video extra bino_1.2.1-2.debian.tar.xz
 a155dbee42fc50d97de2bbc847a5e868 681764 video extra bino_1.2.1-2_amd64.deb
 24891ccb905ba8c4fe6d2a2fb1e7537e 1734454 debug extra bino-dbg_1.2.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJO7cw8AAoJEMMfT9lJqytsfUMQAJdHl4wbCbgzp9fVEYsMq1mw
x7gbCJtVGfRxClkI/2Vn31Q1FXLC3tVy/ikzNv8r/exGvn/h09mtc+v7/C7fJIlJ
n/OzlkJYFAm2wgWGSWB4m2DM1kbSjzUYCbyKyTc9Me6N5l32FioGR1nFf15sOUfC
EVXlZkJ6TkWPh3gnckOwdF0Rdg6tnsK0nicvpc5q2BJ7pyehsWqG7F9qEngXnd5C
x8KR280/1cwBxlfNfjVoyBsPUPFVitD0mHBT4OG0i1tMlIGoBH4WXE7iR5SxBeve
QNQpCt4IRA2t/U60TuGvcdlMTetN3my1LaeCmkNhk2ziB44vxGGk60usD2gJlZLT
si0xh3fno4GPd6InJzVtp5bCEF8gK4IDNhdzWVu8aNm6hco7PjzfU9T3HOG9H5Vp
3Nt6puVlh3ZCJ2DNgOAzLIBUbILQHrowXSRGDjmEfuLwUrf7OuMRdPDNmenco1nL
kXZN9WkomN5+0ezkP+/NM/I67MCydAwuSzxgDLvhAf81J51uPzGcPcxaqLv6zeX6
Cb8S6lOO6PcEaes5QPK7W3kSPXsLO5syR/jSFgVTjDbkmK8r5hr6WznDNDz+LtMO
LnMIS0lxlH9Ds8m+EWJJAgTSDSqId1FQiRUM9Ql2QpeN/aeRBlAKto9k2p/lpbll
FZcRSz7KXeognYVpkV9E
=fhC6
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to