Your message dated Fri, 11 Dec 2009 16:00:11 +0000
with message-id <e1nj7ud-0008g7...@ries.debian.org>
and subject line Bug#560660: fixed in sqlite3 3.6.21-2
has caused the Debian Bug report #560660,
regarding sqlite3: FTBFS: libtool error
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.)


-- 
560660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sqlite3
Version: 3.6.21-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory 
> `/build/user-sqlite3_3.6.21-1-amd64-ySp4ww/sqlite3-3.6.21'
> tclsh ./tool/mksqlite3h.tcl . >sqlite3.h
> cc  -g -O2 -g -Wall -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -o 
> mkkeywordhash -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 
> -DSQLITE_ENABLE_RTREE=1  ./tool/mkkeywordhash.c
> ./mkkeywordhash >keywordhash.h
> cc  -g -O2 -g -Wall -O2 -fno-strict-aliasing -DSQLITE_SECURE_DELETE -o lemon 
> ./tool/lemon.c
> ./tool/lemon.c: In function 'ReportTable':
> ./tool/lemon.c:3581: warning: unused variable 'k'
> cp ./src/lempar.c .
> cp ./src/parse.y .
> ./lemon -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 
> -DSQLITE_ENABLE_RTREE=1  parse.y
> mv parse.h parse.h.temp
> mawk -f ./addopcodes.awk parse.h.temp >parse.h
> cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h
> sort -n -b -k 3 opcodes.h | mawk -f ./mkopcodec.awk >opcodes.c
> rm -rf tsrc
> mkdir -p tsrc
> cp ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c 
> ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h 
> ./src/build.c ./src/callback.c ./src/complete.c ./src/date.c ./src/delete.c 
> ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c 
> ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c 
> ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c 
> ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c 
> ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_os2.c 
> ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h 
> ./src/os_common.h ./src/os_os2.c ./src/os_unix.c ./src/os_win.c ./src/pager.c 
> ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c 
> ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c 
> ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in 
> ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c 
> ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c 
> ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c 
> ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbetrace.c 
> ./src/vdbeInt.h ./src/vtab.c ./src/walker.c ./src/where.c keywordhash.h 
> opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h ./ext/fts1/fts1.c 
> ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h 
> ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h 
> ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h 
> ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c 
> ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h 
> ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c 
> ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_expr.c 
> ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c 
> ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c 
> ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c 
> ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h 
> ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c tsrc
> rm tsrc/sqlite.h.in tsrc/parse.y
> tclsh ./tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
> mv vdbe.new tsrc/vdbe.c
> touch .target_source
> tclsh ./tool/mksqlite3c.tcl
> ./libtool --mode=compile --tag=CC cc   -g -O2 -g -Wall -O2 
> -fno-strict-aliasing -DSQLITE_SECURE_DELETE -DSQLITE_OS_UNIX=1 -I. -I./src 
> -D_HAVE_SQLITE_CONFIG_H -DNDEBUG  -I/usr/include/tcl8.5 -DSQLITE_THREADSAFE=1 
> -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_COLUMN_METADATA 
> -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE=1   -DSQLITE_TEMP_STORE=1 -c 
> sqlite3.c
> libtool: Version mismatch error.  This is libtool 2.2.6b Debian-2.2.6b-2, but 
> the
> libtool: definition of this LT_INIT comes from libtool 2.2.6.
> libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6b 
> Debian-2.2.6b-2
> libtool: and run autoconf again.
> make[1]: *** [sqlite3.lo] Error 63

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/sqlite3_3.6.21-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.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: sqlite3
Source-Version: 3.6.21-2

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

lemon_3.6.21-2_amd64.deb
  to main/s/sqlite3/lemon_3.6.21-2_amd64.deb
libsqlite3-0-dbg_3.6.21-2_amd64.deb
  to main/s/sqlite3/libsqlite3-0-dbg_3.6.21-2_amd64.deb
libsqlite3-0_3.6.21-2_amd64.deb
  to main/s/sqlite3/libsqlite3-0_3.6.21-2_amd64.deb
libsqlite3-dev_3.6.21-2_amd64.deb
  to main/s/sqlite3/libsqlite3-dev_3.6.21-2_amd64.deb
libsqlite3-tcl_3.6.21-2_amd64.deb
  to main/s/sqlite3/libsqlite3-tcl_3.6.21-2_amd64.deb
sqlite3-doc_3.6.21-2_all.deb
  to main/s/sqlite3/sqlite3-doc_3.6.21-2_all.deb
sqlite3_3.6.21-2.diff.gz
  to main/s/sqlite3/sqlite3_3.6.21-2.diff.gz
sqlite3_3.6.21-2.dsc
  to main/s/sqlite3/sqlite3_3.6.21-2.dsc
sqlite3_3.6.21-2_amd64.deb
  to main/s/sqlite3/sqlite3_3.6.21-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 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <g...@debian.hu> (supplier of updated sqlite3 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, 11 Dec 2009 14:34:09 +0000
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.6.21-2
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu>
Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.hu>
Description: 
 lemon      - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3    - A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 560660
Changes: 
 sqlite3 (3.6.21-2) unstable; urgency=medium
 .
   * Run autoreconf to prevent FTBFS with new libtool (closes: #560660).
Checksums-Sha1: 
 baed38a4c5aec87ca6a6d763e316ae13e1c0842a 1203 sqlite3_3.6.21-2.dsc
 ffb159d04f332b70eed3e4207a558b142451eb84 66910 sqlite3_3.6.21-2.diff.gz
 f15a5c100e6e34b073cab619356eb37b8acbc187 2131902 sqlite3-doc_3.6.21-2_all.deb
 ecb63bd7b822a6bd9bb3d9fcf26b441204bdf920 47740 lemon_3.6.21-2_amd64.deb
 a69e95330bebd27a707c7f9ac24948efdab1d5fe 33624 sqlite3_3.6.21-2_amd64.deb
 37c8991cdc3133b917789de0635aa7e3194f2fb4 304224 libsqlite3-0_3.6.21-2_amd64.deb
 9e0d03259699cded588d7a81880eb6df9fc591db 572422 
libsqlite3-0-dbg_3.6.21-2_amd64.deb
 8d8b265bfd116131be7c947d815013ed98c392fc 398328 
libsqlite3-dev_3.6.21-2_amd64.deb
 6fb08bac3a9052c1f0e7929e4cbe6ff9859a69c4 25708 
libsqlite3-tcl_3.6.21-2_amd64.deb
Checksums-Sha256: 
 55031beda45846e4d7cbb6682844d4fee8a23caa9327959b1eb0ba064bf06a54 1203 
sqlite3_3.6.21-2.dsc
 53294a35e5b50e829a59c182c73ae5d50569c885bcf94752586f51880d55d9ee 66910 
sqlite3_3.6.21-2.diff.gz
 bb7ba861165b954b976185a7a84d6bd965fd10ccb98d2e056b505bace6f87d2d 2131902 
sqlite3-doc_3.6.21-2_all.deb
 e9e1302b195b98d597f4aa5bf3355a4005589cdb3fe97791a96477efdbe1ddd4 47740 
lemon_3.6.21-2_amd64.deb
 b0d9bf810edcd8658f8abb9823e9484d1c05a3ff98643b26230f80d88d09804d 33624 
sqlite3_3.6.21-2_amd64.deb
 77800beb6f23d54a8d825ea2ca0aaf044917b5826a5167f90f4389882137527d 304224 
libsqlite3-0_3.6.21-2_amd64.deb
 4bc7e4ef2ff5aef07d244408522f2d457ab17ef84a0db5c3a3d18abb23b48d34 572422 
libsqlite3-0-dbg_3.6.21-2_amd64.deb
 e9f34a6be295a460c87503221e8784f6c13a893cbd4c75029a09ae8ea15455dd 398328 
libsqlite3-dev_3.6.21-2_amd64.deb
 ccb43bdb9e9eb49226784de96dd47f7ccda5f28d6f10b8f5bf78665961e85c81 25708 
libsqlite3-tcl_3.6.21-2_amd64.deb
Files: 
 b0059e649b936048bf883b0a1a445972 1203 devel optional sqlite3_3.6.21-2.dsc
 443b7fe7da18bf2467859d2ce042a035 66910 devel optional sqlite3_3.6.21-2.diff.gz
 69b70bb1b7526d062ef168ee9d8d2f99 2131902 doc optional 
sqlite3-doc_3.6.21-2_all.deb
 989f4ea2f6b4eb17b71915dda12faf90 47740 devel optional lemon_3.6.21-2_amd64.deb
 f1a5db53df8ac8047c9288146b0e1e39 33624 database optional 
sqlite3_3.6.21-2_amd64.deb
 00cbbe26310fea84d308e1dcacde097d 304224 libs standard 
libsqlite3-0_3.6.21-2_amd64.deb
 e3257d1ba65003b075a5df3decd6e8ba 572422 debug extra 
libsqlite3-0-dbg_3.6.21-2_amd64.deb
 345ae215737cb467abf4c1e472a6b8be 398328 libdevel optional 
libsqlite3-dev_3.6.21-2_amd64.deb
 2f4a7aa92e085077d1e80c8f3f90b47d 25708 interpreters optional 
libsqlite3-tcl_3.6.21-2_amd64.deb

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

iEYEARECAAYFAksiYi8ACgkQMDatjqUaT91itQCgpzdpxwJG596xK+pKU4HRccLh
e2gAoKXwWMM1uyJh0U7Duix0xETS+spg
=8bar
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to