Your message dated Mon, 14 Apr 2008 22:17:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475989: fixed in gpsd 2.37-3
has caused the Debian Bug report #475989,
regarding gpsd: FTBFS: rtcm.c:309: undefined reference to `rint'
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 [EMAIL PROTECTED]
immediately.)
--
475989: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475989
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gpsd
Version: 2.37-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080413 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).
Relevant part:
> gcc -pthread -shared -Wl,-z,defs -Wall -g -O2
> build/temp.linux-i686-2.4/gpspacket.o build/temp.linux-i686-2.4/packet.o
> build/temp.linux-i686-2.4/isgps.o build/temp.linux-i686-2.4/rtcm.o
> build/temp.linux-i686-2.4/strl.o build/temp.linux-i686-2.4/hex.o -o
> build/lib.linux-i686-2.4/gpspacket.so
> build/temp.linux-i686-2.4/gpspacket.o: In function `initgpspacket':
> /build/user/gpsd-2.37/gpspacket.c:244: undefined reference to `PyType_Ready'
> /build/user/gpsd-2.37/gpspacket.c:248: undefined reference to `Py_InitModule4'
> /build/user/gpsd-2.37/gpspacket.c:250: undefined reference to
> `PyModule_AddIntConstant'
> /build/user/gpsd-2.37/gpspacket.c:251: undefined reference to
> `PyModule_AddIntConstant'
> /build/user/gpsd-2.37/gpspacket.c:252: undefined reference to
> `PyModule_AddIntConstant'
> /build/user/gpsd-2.37/gpspacket.c:253: undefined reference to
> `PyModule_AddIntConstant'
> /build/user/gpsd-2.37/gpspacket.c:254: undefined reference to
> `PyModule_AddIntConstant'
> build/temp.linux-i686-2.4/gpspacket.o:/build/user/gpsd-2.37/gpspacket.c:255:
> more undefined references to `PyModule_AddIntConstant' follow
> build/temp.linux-i686-2.4/gpspacket.o: In function `Lexer_reset':
> /build/user/gpsd-2.37/gpspacket.c:93: undefined reference to `PyErr_Occurred'
> build/temp.linux-i686-2.4/gpspacket.o: In function `Lexer_get':
> /build/user/gpsd-2.37/gpspacket.c:74: undefined reference to
> `PyArg_ParseTuple'
> /build/user/gpsd-2.37/gpspacket.c:78: undefined reference to `PyErr_Occurred'
> /build/user/gpsd-2.37/gpspacket.c:86: undefined reference to `Py_BuildValue'
> build/temp.linux-i686-2.4/gpspacket.o: In function `register_report':
> /build/user/gpsd-2.37/gpspacket.c:195: undefined reference to
> `PyArg_ParseTuple'
> /build/user/gpsd-2.37/gpspacket.c:198: undefined reference to
> `PyCallable_Check'
> /build/user/gpsd-2.37/gpspacket.c:211: undefined reference to `_Py_NoneStruct'
> /build/user/gpsd-2.37/gpspacket.c:199: undefined reference to
> `PyExc_TypeError'
> /build/user/gpsd-2.37/gpspacket.c:199: undefined reference to
> `PyErr_SetString'
> build/temp.linux-i686-2.4/gpspacket.o: In function `gpspacket_new':
> /build/user/gpsd-2.37/gpspacket.c:177: undefined reference to
> `PyArg_ParseTuple'
> build/temp.linux-i686-2.4/gpspacket.o: In function `newLexerObject':
> /build/user/gpsd-2.37/gpspacket.c:52: undefined reference to `_PyObject_New'
> build/temp.linux-i686-2.4/gpspacket.o: In function `Lexer_getattr':
> /build/user/gpsd-2.37/gpspacket.c:115: undefined reference to `Py_FindMethod'
> build/temp.linux-i686-2.4/gpspacket.o: In function `Lexer_dealloc':
> /build/user/gpsd-2.37/gpspacket.c:101: undefined reference to `PyObject_Free'
> build/temp.linux-i686-2.4/gpspacket.o: In function `gpsd_report':
> /build/user/gpsd-2.37/gpspacket.c:24: undefined reference to
> `PyCallable_Check'
> /build/user/gpsd-2.37/gpspacket.c:33: undefined reference to `Py_BuildValue'
> /build/user/gpsd-2.37/gpspacket.c:37: undefined reference to `PyObject_Call'
> /build/user/gpsd-2.37/gpspacket.c:25: undefined reference to `PyErr_SetString'
> build/temp.linux-i686-2.4/rtcm.o: In function `rtcm_repack':
> /build/user/gpsd-2.37/rtcm.c:243: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:350: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:351: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:354: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:266: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:267: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:279: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:280: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:292: undefined reference to `lrint'
> build/temp.linux-i686-2.4/rtcm.o:/build/user/gpsd-2.37/rtcm.c:297: more
> undefined references to `lrint' follow
> build/temp.linux-i686-2.4/rtcm.o: In function `rtcm_repack':
> /build/user/gpsd-2.37/rtcm.c:309: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:310: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:311: undefined reference to `rint'
> /build/user/gpsd-2.37/rtcm.c:378: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:379: undefined reference to `lrint'
> /build/user/gpsd-2.37/rtcm.c:385: undefined reference to `rint'
> collect2: ld returned 1 exit status
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/04/13
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 containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: gpsd
Source-Version: 2.37-3
We believe that the bug you reported is fixed in the latest version of
gpsd, which is due to be installed in the Debian FTP archive:
gpsd-clients_2.37-3_amd64.deb
to pool/main/g/gpsd/gpsd-clients_2.37-3_amd64.deb
gpsd_2.37-3.diff.gz
to pool/main/g/gpsd/gpsd_2.37-3.diff.gz
gpsd_2.37-3.dsc
to pool/main/g/gpsd/gpsd_2.37-3.dsc
gpsd_2.37-3_amd64.deb
to pool/main/g/gpsd/gpsd_2.37-3_amd64.deb
libgps-dev_2.37-3_amd64.deb
to pool/main/g/gpsd/libgps-dev_2.37-3_amd64.deb
libgps17_2.37-3_amd64.deb
to pool/main/g/gpsd/libgps17_2.37-3_amd64.deb
python-gps_2.37-3_amd64.deb
to pool/main/g/gpsd/python-gps_2.37-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bernd Zeimetz <[EMAIL PROTECTED]> (supplier of updated gpsd 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 15 Apr 2008 00:05:03 +0200
Source: gpsd
Binary: gpsd gpsd-clients python-gps libgps17 libgps-dev
Architecture: source amd64
Version: 2.37-3
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz <[EMAIL PROTECTED]>
Changed-By: Bernd Zeimetz <[EMAIL PROTECTED]>
Description:
gpsd - GPS (Global Positioning System) daemon
gpsd-clients - Clients for the GPS daemon
libgps-dev - C library for communicating with GPS devices (development files)
libgps17 - C library for communicating with GPS devices
python-gps - Python interface to gpsd and testing environment
Closes: 475989
Changes:
gpsd (2.37-3) unstable; urgency=low
.
* debian/rules:
- Unset LDFLAGS (and other *FLAGS which are exported to the environment by
the new dpkg) to build the python modules, otherwise they FTBFS. Thanks
to Lucas Nussbaum for the report (Closes: #475989).
Checksums-Sha1:
a7c663654e206de45f57cffd2f9ab34030dff56a 1249 gpsd_2.37-3.dsc
fa56aaf9a5988982765d259b65f9714b3c875002 27777 gpsd_2.37-3.diff.gz
dc446d54d5b943404c59cc092db7b3d9396be40d 64526 gpsd_2.37-3_amd64.deb
5bd33b51e9896dbcac59ecf068ebb5d7b86ae5b0 85018 gpsd-clients_2.37-3_amd64.deb
f2a591a9a7c33c4cc43a7ab36c9157b94904693c 72528 python-gps_2.37-3_amd64.deb
6dc15a578771f0f3b18d124a3620e84b09543e8e 93718 libgps17_2.37-3_amd64.deb
cb705df0742e285f658c65e4a0a921b8a6e5adaa 137680 libgps-dev_2.37-3_amd64.deb
Checksums-Sha256:
505d8758c5697a3dcacf0c58631335143de827adc77fa495e0ab6cd1707e76cf 1249
gpsd_2.37-3.dsc
7dee25adcea17b2a6a91d9b6431db8a0aba09400961be24b779e64a4e7483589 27777
gpsd_2.37-3.diff.gz
7124d2ce16af1a7ec8f3775c2a84181413c1f25319e68fab25cb54eac351cd93 64526
gpsd_2.37-3_amd64.deb
a35366f0eabb6ea5e32daf8d32b5020653034d68f42332923a8c1759e0e0397f 85018
gpsd-clients_2.37-3_amd64.deb
9fc16dd0543da7d9c4d3da26adf9b13b5608dcd56782d01ce1f8e3644c3c3987 72528
python-gps_2.37-3_amd64.deb
5c62cb2d2744762e24afbd037c6f4d9a13f74f7d9ad588764363254bf2a2cadb 93718
libgps17_2.37-3_amd64.deb
e023a67b25a85d84fa25f1bd8d5c0f052b3a8974f3c0efefbc9abc0421cd7791 137680
libgps-dev_2.37-3_amd64.deb
Files:
498feb44811c573eb41c7ac921a0a636 1249 misc optional gpsd_2.37-3.dsc
921df8f87ff415eb414ba713c5b07dea 27777 misc optional gpsd_2.37-3.diff.gz
8dbe7f906c0b2bd8513a03b49aed0441 64526 misc optional gpsd_2.37-3_amd64.deb
dcd0d6affd7216b4f58c86e65cc083cc 85018 misc optional
gpsd-clients_2.37-3_amd64.deb
dbf8390da4ef7af5e609347ba682952f 72528 python optional
python-gps_2.37-3_amd64.deb
670800afb21b29c135774136dbebf478 93718 libs optional libgps17_2.37-3_amd64.deb
90e93cf648822dd4c80c968d09f8997a 137680 libdevel optional
libgps-dev_2.37-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIA9Y/BnqtBMk7/3kRAiYWAJ9XylQctICScSIX36/4ncF1wST5TQCfeziA
VP45AJeWCyNe0/axpjRpR1w=
=tKEb
-----END PGP SIGNATURE-----
--- End Message ---