Your message dated Sat, 31 Oct 2009 23:42:30 +0000
with message-id <e1n4nay-0007ie...@ries.debian.org>
and subject line Bug#552852: fixed in mn-fit 5.13-7
has caused the Debian Bug report #552852,
regarding mn-fit: FTBFS: ./inc/cern_2004/kproto.h:21: error: conflicting types
for 'getline'
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.)
--
552852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552852
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mn-fit
Version: 5.13-6
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
In eglibc <= 2.9, getline was only defined if _GNU_SOURCE was defined.
In eglibc 2.10, getline is always defined (since it became a standard in
POSIX2008). The problem is that your package already has a function
named getline(), which now conflicts with glibc's. You need to rename
your function to something else.
Ubuntu already fixed many occurences of your problem, so it is possible
that an Ubuntu patch is available for your package. Look at the PTS to
find out.
Relevant part:
> gcc -Wall -O2 -I./inc/cern_2004 -g -c -o
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/Linux/obj/mn_call.o
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c
> In file included from ./inc/cern_2004/kuip.h:13,
> from
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c:1:
> ./inc/cern_2004/kstring.h:38:1: warning: "strdup" redefined
> In file included from /usr/include/string.h:635,
> from ./inc/cern_2004/kstring.h:16,
> from ./inc/cern_2004/kuip.h:13,
> from
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c:1:
> /usr/include/bits/string2.h:1316:1: warning: this is the location of the
> previous definition
> In file included from ./inc/cern_2004/kuip.h:15,
> from
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c:1:
> ./inc/cern_2004/kproto.h:21: error: conflicting types for 'getline'
> /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c: In
> function 'what_loop':
> /build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/src/util_cc/mn_call.c:106:
> warning: implicit declaration of function 'm_run_'
> make[1]: ***
> [/build/user-mn-fit_5.13-6-amd64-i7jG1P/mn-fit-5.13/Linux/lib/libmn_fit.a(mn_call.o)]
> Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/10/28/mn-fit_5.13-6_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: mn-fit
Source-Version: 5.13-7
We believe that the bug you reported is fixed in the latest version of
mn-fit, which is due to be installed in the Debian FTP archive:
mn-fit-common_5.13-7_all.deb
to main/m/mn-fit/mn-fit-common_5.13-7_all.deb
mn-fit-dev_5.13-7_i386.deb
to main/m/mn-fit/mn-fit-dev_5.13-7_i386.deb
mn-fit-doc_5.13-7_all.deb
to main/m/mn-fit/mn-fit-doc_5.13-7_all.deb
mn-fit_5.13-7.diff.gz
to main/m/mn-fit/mn-fit_5.13-7.diff.gz
mn-fit_5.13-7.dsc
to main/m/mn-fit/mn-fit_5.13-7.dsc
mn-fit_5.13-7_i386.deb
to main/m/mn-fit/mn-fit_5.13-7_i386.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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barry deFreese <bdefre...@debian.org> (supplier of updated mn-fit 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 Oct 2009 17:26:48 -0400
Source: mn-fit
Binary: mn-fit mn-fit-common mn-fit-doc mn-fit-dev
Architecture: source i386 all
Version: 5.13-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Barry deFreese <bdefre...@debian.org>
Description:
mn-fit - interactive analysis package for fitting data and histograms
mn-fit-common - common files for Mn_Fit
mn-fit-dev - libraries and header files for creating a custom Mn_Fit
mn-fit-doc - documentation for Mn_Fit
Closes: 552852
Changes:
mn-fit (5.13-7) unstable; urgency=low
.
* QA upload.
+ Set maintainer to Debian QA Group <packa...@qa.debian.org>.
* 50-local-getline.dpatch - Rename local getline. (Closes: #552852).
* Remove deprecated linda overrides.
* Add README.source for dpatch patch system.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.3.
Checksums-Sha1:
fbee58c86379317915a7a7bbf20d577ebe14ec9e 1479 mn-fit_5.13-7.dsc
0a836c74c1bab775a4f5d8d3bd27d1b5a06f82ae 18095 mn-fit_5.13-7.diff.gz
1875af6f479317310eabe85fabb795d411be7a1e 479466 mn-fit_5.13-7_i386.deb
f3ed54b95724aef63b9c7eeeaaeff60afc55da2a 735702 mn-fit-dev_5.13-7_i386.deb
be68c5a1614ce75e18a53b9111208ff4ff14651c 1130292 mn-fit-common_5.13-7_all.deb
f7ee175febebbdda7187d37ebd619b214160ae8e 5780972 mn-fit-doc_5.13-7_all.deb
Checksums-Sha256:
fadcc07ffe66d7246a63ef3d0f50103b6b7fc1f68af538821894923fd68c40c1 1479
mn-fit_5.13-7.dsc
b3aee96622c83613e538c6d84f510426aad9284d5a74c104a01226b4389953a6 18095
mn-fit_5.13-7.diff.gz
5ddcecccb2707afdf1ad9e5cac8c42fe3a4d3fc716be516afd2e9e8397414c04 479466
mn-fit_5.13-7_i386.deb
67d13e7122732563751ba2ae1d8e973583ac7b583e9af11adf1f28cc60386c9f 735702
mn-fit-dev_5.13-7_i386.deb
756b3bdbe1beb841e87f264ce04c244fb266d8f82cd106e120b76dcaa9eee75f 1130292
mn-fit-common_5.13-7_all.deb
3d6cd8eef6fe6945a083fd2628a641e148673e5e31308741d3c38d02c68e79f1 5780972
mn-fit-doc_5.13-7_all.deb
Files:
b7dabfddd986f05a00beb668a0b5669b 1479 science optional mn-fit_5.13-7.dsc
488ac6d1f053c5e851497641226e858a 18095 science optional mn-fit_5.13-7.diff.gz
6b3eff6f967c52c6e5450f702b9982c0 479466 science optional mn-fit_5.13-7_i386.deb
7efe4c86c9aac876877bc21dbb1c480a 735702 libdevel optional
mn-fit-dev_5.13-7_i386.deb
bbf5757e7683bba3c2604d1e8064b52f 1130292 science optional
mn-fit-common_5.13-7_all.deb
4193093b058a11e424d16f589e2e0a34 5780972 doc optional mn-fit-doc_5.13-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrqDPEACgkQ5ItltUs5T34EigCdFHjNcrztZoqmNYfQ4VY30rQh
XscAmgKpI9aQs8dH1i3gVFGahCz33G4o
=wyCz
-----END PGP SIGNATURE-----
--- End Message ---