Your message dated Thu, 29 Sep 2011 06:17:09 +0000
with message-id <e1r99vh-0001oh...@franck.debian.org>
and subject line Bug#642699: fixed in ccbuild 2.0.1-2
has caused the Debian Bug report #642699,
regarding ccbuild: FTBFS: conftest.cpp:11:28: fatal error: ac_nonexistent.h: No 
such file or directory
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.)


-- 
642699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ccbuild
Version: 2.0.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110923 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> configure:4670: result: no
> configure:4741: checking for pkg-config
> configure:4759: found /usr/bin/pkg-config
> configure:4771: result: /usr/bin/pkg-config
> configure:4796: checking pkg-config is at least version 0.9.0
> configure:4799: result: yes
> configure:4810: checking for DEPS
> configure:4818: $PKG_CONFIG --exists --print-errors "gnutls >= 1.4.4"
> configure:4821: $? = 0
> configure:4836: $PKG_CONFIG --exists --print-errors "gnutls >= 1.4.4"
> configure:4839: $? = 0
> configure:4894: result: yes
> configure:4907: checking FlexLexer.h usability
> configure:4907: g++ -c -g -O2  conftest.cpp >&5
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking FlexLexer.h presence
> configure:4907: g++ -E  conftest.cpp
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking for FlexLexer.h
> configure:4907: result: yes
> configure:4907: checking algorithm usability
> configure:4907: g++ -c -g -O2  conftest.cpp >&5
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking algorithm presence
> configure:4907: g++ -E  conftest.cpp
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking for algorithm
> configure:4907: result: yes
> configure:4907: checking bobcat/process usability
> configure:4907: g++ -c -g -O2  conftest.cpp >&5
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking bobcat/process presence
> configure:4907: g++ -E  conftest.cpp
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: checking for bobcat/process
> configure:4907: result: yes
> configure:4907: checking bobcat/user usability
> configure:4907: g++ -c -g -O2  conftest.cpp >&5
> In file included from conftest.cpp:67:0:
> /usr/include/bobcat/user:21:19: error: expected ',' or '...' before '&&' token
> /usr/include/bobcat/user:21:24: error: invalid constructor; you probably 
> meant 'FBB::User (const FBB::User&)'
> /usr/include/bobcat/user:23:30: error: expected ',' or '...' before '&&' token
> /usr/include/bobcat/user:35:25: error: expected ',' or '...' before '&&' token
> /usr/include/bobcat/user:35:30: error: invalid constructor; you probably 
> meant 'FBB::User (const FBB::User&)'
> /usr/include/bobcat/user:36:36: error: expected ',' or '...' before '&&' token
> /usr/include/bobcat/user:36:15: error: 'FBB::User& 
> FBB::User::operator=(FBB::User)' cannot be overloaded
> /usr/include/bobcat/user:23:15: error: with 'FBB::User& 
> FBB::User::operator=(FBB::User)'
> configure:4907: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "ccbuild"
> | #define PACKAGE_TARNAME "ccbuild"
> | #define PACKAGE_VERSION "2.0.1"
> | #define PACKAGE_STRING "ccbuild 2.0.1"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | #define PACKAGE "ccbuild"
> | #define VERSION "2.0.1"
> | #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 HAVE_STDBOOL_H 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_MALLOC 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_REALLOC 1
> | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
> | #define HAVE_GETCWD 1
> | #define HAVE_MEMSET 1
> | #define HAVE_MKDIR 1
> | #define HAVE_FLEXLEXER_H 1
> | #define HAVE_ALGORITHM 1
> | #define HAVE_BOBCAT_PROCESS 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
> | #include <bobcat/user>
> configure:4907: result: no
> configure:4907: checking bobcat/user presence
> configure:4907: g++ -E  conftest.cpp
> configure:4907: $? = 0
> configure:4907: result: yes
> configure:4907: WARNING: bobcat/user: present but cannot be compiled
> configure:4907: WARNING: bobcat/user:     check for missing prerequisite 
> headers?
> configure:4907: WARNING: bobcat/user: see the Autoconf documentation
> configure:4907: WARNING: bobcat/user:     section "Present But Cannot Be 
> Compiled"
> configure:4907: WARNING: bobcat/user: proceeding with the compiler's result
> configure:4907: checking for bobcat/user
> configure:4907: result: no
> configure:4915: error: Required header file missing.


The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/09/23/ccbuild_2.0.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: ccbuild
Source-Version: 2.0.1-2

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

ccbuild_2.0.1-2.debian.tar.gz
  to main/c/ccbuild/ccbuild_2.0.1-2.debian.tar.gz
ccbuild_2.0.1-2.dsc
  to main/c/ccbuild/ccbuild_2.0.1-2.dsc
ccbuild_2.0.1-2_amd64.deb
  to main/c/ccbuild/ccbuild_2.0.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 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto <jari.aa...@cante.net> (supplier of updated ccbuild 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: Thu, 29 Sep 2011 08:37:29 +0300
Source: ccbuild
Binary: ccbuild
Architecture: source amd64
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <jari.aa...@cante.net>
Changed-By: Jari Aalto <jari.aa...@cante.net>
Description: 
 ccbuild    - source scanning build utility for C++
Closes: 642699
Changes: 
 ccbuild (2.0.1-2) unstable; urgency=low
 .
   * debian/control
     - (Build-Depands): Require libboost-dev (>= 1.37). Add autoconf, automake.
     - (Description): Adjust line (lintian).
     - (Standards-Version): Update to 3.9.2.
   * debian/copyright
     - Update to DEP 5.
   * debian/patches
     - (20): Disable boost version check to prevent configure choking.
   * debian/rules
     - (CXXFLAGS): Change from -std=c++0x to -std=gnu++0x.
     - (CFLAGS): New
     - (FILE_LIST_PRESERVE): Remove generated files.
     - (override_dh_auto_build): Pass CXXFLAGS (FTBFS; Closes: #642699).
     - (override_dh_auto_configure): Copy fresh config.* files.
     - (override_dh_auto_clean): Clean up updated config files.
Checksums-Sha1: 
 b90b4461ecd8df3746e686d7c22e531e39926a23 1926 ccbuild_2.0.1-2.dsc
 dddb4876e553d8f23bb75d3ea802db38720dcbb0 4891 ccbuild_2.0.1-2.debian.tar.gz
 f4fb8cd4d0cde348ccffaec59e0f1c7e5dd68246 170490 ccbuild_2.0.1-2_amd64.deb
Checksums-Sha256: 
 4330497ea93feb94904dca709a8c726e0321c919235182c73d8227efaa8be7d8 1926 
ccbuild_2.0.1-2.dsc
 d06c2764f7bf71b7cd71f4604f33edffd7132411c1ef4a09929bf6b52da4832a 4891 
ccbuild_2.0.1-2.debian.tar.gz
 98cf82af6f83ec13f8a43bab29e5932db02fc1dd56165f173b36cafebe18c01a 170490 
ccbuild_2.0.1-2_amd64.deb
Files: 
 3d88566b932c815b333e55edfad11369 1926 devel optional ccbuild_2.0.1-2.dsc
 635803af418da8d9512a74971bc84e53 4891 devel optional 
ccbuild_2.0.1-2.debian.tar.gz
 fadd40eafdcdb103cda49ddd0abc493d 170490 devel optional 
ccbuild_2.0.1-2_amd64.deb

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

iQIcBAEBAgAGBQJOhAnRAAoJECHSBYmXSz6WzZQP/RVmEap+aPgvhyrX2ppcPWX+
e0L/VtLDpCmPfKyGt3m8RsRBAMxONHQeOO7hUo8GCKpkIBJ/r+0CRfj3JxCcWuIL
mthfGvs8Aq5Y4KLRf5Do/K8o43jdc6yQTajmoFz++4NZW+vp/lOduV5vgOh3V0ru
GnH7VyIvA+fi7C0RePho2mfVxjqxEqpykWl2B8/psOLvqmeZ6Ag3aO0t9wwgTCxI
hxKaYslVHc99av4Z8oVcxrotEhOzD5Uh0vqe17/qbAMiXpjfuqf+nQLiqSJUkZB1
/P2WHFBfX/gcGVOUeonXUZBofqgmfZ44y6lgvHWi2gtd8sLlscm2sJvBjfmR08nx
f7M5LB+SeWPDbPpQZQSeBjmOTjVYRPRerviFGL+BtJ51AEkxhX9IK7CZApPSon7c
Y7NLIEiA9+I75dOOERkKIVcQ8IWuW6W9nDE00daN3DC21sZP2yQYUomzEKaWW9YK
jKnVFZniOGDOihrUHi2ucGo+7KsZHOD4kdnPFK/rspEYHns65wS5nJ+x44D7dIT0
z+YDON+xVHcyVb1dzkflH55ou3wfaYrq7FUs0e61hs1ZgZliDcT+ZHhHHPrr6sPu
OouB6Cns4qTT2iMMcd17C4W7HgCv2eaYNAiKrSqoi7r1k+rvG/z8ooDlmzjAg9gg
TBI32EIU4xJuCLgutaEc
=ZcBu
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to