Your message dated Mon, 28 Dec 2009 20:40:12 +0000
with message-id <[email protected]>
and subject line Package texfam has been removed from Debian
has caused the Debian Bug report #552902,
regarding texfam: FTBFS: tangleboot.h:34: 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 [email protected]
immediately.)
--
552902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552902
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: texfam
Version: 1.2.1-9.1
Severity: serious
User: [email protected]
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 -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -Wall -O2 -fomit-frame-pointer -c
> tangleboot.c
> In file included from tangleboot.c:92:
> tangleboot.h:34: error: conflicting types for 'getline'
> /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
> tangleboot.c: In function 'initialize':
> tangleboot.c:329: warning: array subscript has type 'char'
> tangleboot.c:330: warning: array subscript has type 'char'
> tangleboot.c:339: warning: array subscript has type 'char'
> tangleboot.c:340: warning: array subscript has type 'char'
> tangleboot.c: In function 'zinputln':
> tangleboot.c:406: warning: type defaults to 'int' in declaration of 'c'
> tangleboot.c: In function 'zprintid':
> tangleboot.c:429: warning: array subscript has type 'char'
> tangleboot.c: In function 'zidlookup':
> tangleboot.c:465: warning: array subscript has type 'char'
> tangleboot.c:539: warning: array subscript has type 'char'
> tangleboot.c:556: warning: array subscript has type 'char'
> tangleboot.c:568: warning: array subscript has type 'char'
> tangleboot.c:589: warning: array subscript has type 'char'
> tangleboot.c:593: warning: array subscript has type 'char'
> tangleboot.c: In function 'zmodlookup':
> tangleboot.c:667: warning: array subscript has type 'char'
> tangleboot.c:678: warning: array subscript has type 'char'
> tangleboot.c:690: warning: array subscript has type 'char'
> tangleboot.c:716: warning: array subscript has type 'char'
> tangleboot.c:718: warning: array subscript has type 'char'
> tangleboot.c: In function 'zprefixlookup':
> tangleboot.c:761: warning: array subscript has type 'char'
> tangleboot.c:772: warning: array subscript has type 'char'
> tangleboot.c:793: warning: suggest explicit braces to avoid ambiguous 'else'
> tangleboot.c: In function 'zstoretwobytes':
> tangleboot.c:817: warning: array subscript has type 'char'
> tangleboot.c:825: warning: array subscript has type 'char'
> tangleboot.c:825: warning: array subscript has type 'char'
> tangleboot.c:826: warning: array subscript has type 'char'
> tangleboot.c:826: warning: array subscript has type 'char'
> tangleboot.c:827: warning: array subscript has type 'char'
> tangleboot.c:827: warning: array subscript has type 'char'
> tangleboot.c: In function 'poplevel':
> tangleboot.c:871: warning: array subscript has type 'char'
> tangleboot.c: In function 'getoutput':
> tangleboot.c:916: warning: array subscript has type 'char'
> tangleboot.c:918: warning: suggest explicit braces to avoid ambiguous 'else'
> tangleboot.c:925: warning: array subscript has type 'char'
> tangleboot.c:952: warning: array subscript has type 'char'
> tangleboot.c:967: warning: array subscript has type 'char'
> tangleboot.c:976: warning: array subscript has type 'char'
> tangleboot.c:984: warning: array subscript has type 'char'
> tangleboot.c:984: warning: array subscript has type 'char'
> tangleboot.c:985: warning: array subscript has type 'char'
> tangleboot.c:985: warning: array subscript has type 'char'
> tangleboot.c:987: warning: array subscript has type 'char'
> tangleboot.c:1004: warning: array subscript has type 'char'
> tangleboot.c:1012: warning: array subscript has type 'char'
> tangleboot.c:1012: warning: array subscript has type 'char'
> tangleboot.c:1013: warning: array subscript has type 'char'
> tangleboot.c:1013: warning: array subscript has type 'char'
> tangleboot.c:1015: warning: array subscript has type 'char'
> tangleboot.c:1024: warning: array subscript has type 'char'
> tangleboot.c:1032: warning: array subscript has type 'char'
> tangleboot.c:1032: warning: array subscript has type 'char'
> tangleboot.c:1033: warning: array subscript has type 'char'
> tangleboot.c:1033: warning: array subscript has type 'char'
> tangleboot.c:1041: warning: array subscript has type 'char'
> tangleboot.c:1061: warning: array subscript has type 'char'
> tangleboot.c: In function 'sendtheoutput':
> tangleboot.c:1529: warning: array subscript has type 'char'
> tangleboot.c: At top level:
> tangleboot.c:2044: error: conflicting types for 'getline'
> /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
> tangleboot.c: In function 'getnext':
> tangleboot.c:2289: warning: suggest explicit braces to avoid ambiguous 'else'
> tangleboot.c: In function 'zscanrepl':
> tangleboot.c:2803: warning: array subscript has type 'char'
> tangleboot.c:2812: warning: array subscript has type 'char'
> tangleboot.c:2812: warning: array subscript has type 'char'
> tangleboot.c:2813: warning: array subscript has type 'char'
> tangleboot.c:2813: warning: array subscript has type 'char'
> tangleboot.c:2815: warning: suggest explicit braces to avoid ambiguous 'else'
> tangleboot.c:2844: warning: array subscript has type 'char'
> tangleboot.c:2852: warning: array subscript has type 'char'
> tangleboot.c:2852: warning: array subscript has type 'char'
> tangleboot.c:2853: warning: array subscript has type 'char'
> tangleboot.c:2853: warning: array subscript has type 'char'
> tangleboot.c:2869: warning: array subscript has type 'char'
> tangleboot.c:2877: warning: array subscript has type 'char'
> tangleboot.c:2877: warning: array subscript has type 'char'
> tangleboot.c:2878: warning: array subscript has type 'char'
> tangleboot.c:2878: warning: array subscript has type 'char'
> tangleboot.c:2889: warning: array subscript has type 'char'
> tangleboot.c:2897: warning: array subscript has type 'char'
> tangleboot.c:2897: warning: array subscript has type 'char'
> tangleboot.c:2898: warning: array subscript has type 'char'
> tangleboot.c:2898: warning: array subscript has type 'char'
> tangleboot.c:2906: warning: array subscript has type 'char'
> tangleboot.c:2914: warning: array subscript has type 'char'
> tangleboot.c:2914: warning: array subscript has type 'char'
> tangleboot.c:2915: warning: array subscript has type 'char'
> tangleboot.c:2915: warning: array subscript has type 'char'
> tangleboot.c:2924: warning: array subscript has type 'char'
> tangleboot.c:2932: warning: array subscript has type 'char'
> tangleboot.c:2932: warning: array subscript has type 'char'
> tangleboot.c:2933: warning: array subscript has type 'char'
> tangleboot.c:2933: warning: array subscript has type 'char'
> tangleboot.c:2942: warning: array subscript has type 'char'
> tangleboot.c:2951: warning: array subscript has type 'char'
> tangleboot.c:2951: warning: array subscript has type 'char'
> tangleboot.c:2952: warning: array subscript has type 'char'
> tangleboot.c:2952: warning: array subscript has type 'char'
> tangleboot.c:2996: warning: array subscript has type 'char'
> tangleboot.c:3004: warning: array subscript has type 'char'
> tangleboot.c:3004: warning: array subscript has type 'char'
> tangleboot.c:3005: warning: array subscript has type 'char'
> tangleboot.c:3005: warning: array subscript has type 'char'
> tangleboot.c:3026: warning: array subscript has type 'char'
> tangleboot.c:3034: warning: array subscript has type 'char'
> tangleboot.c:3034: warning: array subscript has type 'char'
> tangleboot.c:3035: warning: array subscript has type 'char'
> tangleboot.c:3035: warning: array subscript has type 'char'
> tangleboot.c:3049: warning: array subscript has type 'char'
> tangleboot.c: In function 'mainbody':
> tangleboot.c:3278: warning: label 'lab9999' defined but not used
> make[1]: *** [tangleboot.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/10/28/texfam_1.2.1-9.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
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Version: 1.2.1-9.1+rm
You filled the bug http://bugs.debian.org/552902 in Debian BTS
against the package texfam. I'm closing it at *unstable*, but it will
remain open for older distributions.
For more information about this package's removal, read
http://bugs.debian.org/553905. That bug might give the reasons why
this package was removed and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
--- End Message ---