[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#556871: marked as done (FTBFS with binutils-gold)



Your message dated Mon, 27 Jun 2011 12:30:27 +0200
with message-id <20110627103027.GA14166@mraw.org>
and subject line Re: Bug#556871: FTBFS with binutils-gold
has caused the Debian Bug report #556871,
regarding FTBFS with binutils-gold
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 owner@bugs.debian.org
immediately.)


-- 
556871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556871
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: x11-apps
Version: 7.4+2
Severity: minor
User: peter.fritzsche@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gcc  -Wall -g -O2   -o bitmap  bitmap-BitEdit.o bitmap-CutPaste.o bitmap-Graphics.o bitmap-ReqMach.o bitmap-Bitmap.o bitmap-Dialog.o bitmap-Handlers.o -lXaw7 -lXt -lXmu     -lm 
/usr/bin/ld: bitmap-BitEdit.o: in function main:../bitmap/BitEdit.c:996: error: undefined reference to 'XCreateBitmapFromData'
/usr/bin/ld: bitmap-BitEdit.o: in function main:../bitmap/BitEdit.c:1090: error: undefined reference to 'XSetWMProtocols'
/usr/bin/ld: bitmap-BitEdit.o: in function main:../bitmap/BitEdit.c:1088: error: undefined reference to 'XInternAtom'
/usr/bin/ld: bitmap-BitEdit.o: in function FixImage:../bitmap/BitEdit.c:306: error: undefined reference to 'XFreePixmap'
/usr/bin/ld: bitmap-CutPaste.o: in function SelectionCallback:../bitmap/CutPaste.c:165: error: undefined reference to 'XFree'
/usr/bin/ld: bitmap-CutPaste.o: in function ConvertSelection:../bitmap/CutPaste.c:94: error: undefined reference to 'XCreateBitmapFromData'
/usr/bin/ld: bitmap-CutPaste.o: in function ConvertSelection:../bitmap/CutPaste.c:89: error: undefined reference to 'XCreateBitmapFromData'
/usr/bin/ld: bitmap-Graphics.o: in function BWHighlightAxes:../bitmap/Graphics.c:1487: error: undefined reference to 'XDrawLine'
/usr/bin/ld: bitmap-Graphics.o: in function BWHighlightAxes:../bitmap/Graphics.c:1493: error: undefined reference to 'XDrawLine'
/usr/bin/ld: bitmap-Graphics.o: in function BWHighlightAxes:../bitmap/Graphics.c:1499: error: undefined reference to 'XDrawLine'
/usr/bin/ld: bitmap-Graphics.o: in function BWHighlightAxes:../bitmap/Graphics.c:1505: error: undefined reference to 'XDrawLine'
/usr/bin/ld: bitmap-Graphics.o: in function BWUnmark:../bitmap/Graphics.c:1388: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: bitmap-Graphics.o: in function BWMark:../bitmap/Graphics.c:1433: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: bitmap-Graphics.o: in function BWRedrawMark:../bitmap/Graphics.c:1359: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: bitmap-Graphics.o: in function BWInvert:../bitmap/Graphics.c:873: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: bitmap-Graphics.o: in function BWRedraw:../bitmap/Graphics.c:860: error: undefined reference to 'XClearArea'
/usr/bin/ld: bitmap-Graphics.o: in function BWClearHotSpot:../bitmap/Graphics.c:189: error: undefined reference to 'XFillPolygon'
/usr/bin/ld: bitmap-Graphics.o: in function BWDrawHotSpot:../bitmap/Graphics.c:215: error: undefined reference to 'XFillPolygon'
/usr/bin/ld: bitmap-Graphics.o: in function BWDrawHotSpot:../bitmap/Graphics.c:209: error: undefined reference to 'XFillPolygon'
/usr/bin/ld: bitmap-Graphics.o: in function BWRedrawHotSpot:../bitmap/Graphics.c:180: error: undefined reference to 'XFillPolygon'
/usr/bin/ld: bitmap-Bitmap.o: in function BWSwitchProportional:../bitmap/Bitmap.c:1888: error: undefined reference to 'XClearArea'
/usr/bin/ld: bitmap-Bitmap.o: in function BWZoomOut:../bitmap/Bitmap.c:1310: error: undefined reference to 'XClearArea'
/usr/bin/ld: bitmap-Bitmap.o: in function BWUnclip:../bitmap/Bitmap.c:1606: error: undefined reference to 'XSetClipRectangles'
/usr/bin/ld: bitmap-Bitmap.o: in function BWUnclip:../bitmap/Bitmap.c:1611: error: undefined reference to 'XSetClipRectangles'
/usr/bin/ld: bitmap-Bitmap.o: in function BWUnclip:../bitmap/Bitmap.c:1616: error: undefined reference to 'XSetClipRectangles'
/usr/bin/ld: bitmap-Bitmap.o: in function BWUnclip:../bitmap/Bitmap.c:1621: error: undefined reference to 'XSetClipRectangles'
/usr/bin/ld: bitmap-Bitmap.o: in function Destroy:../bitmap/Bitmap.c:1493: error: undefined reference to 'XFreeGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Destroy:../bitmap/Bitmap.c:1494: error: undefined reference to 'XFreeGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Destroy:../bitmap/Bitmap.c:1495: error: undefined reference to 'XFreeGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Destroy:../bitmap/Bitmap.c:1496: error: undefined reference to 'XFreeGC'
/usr/bin/ld: bitmap-Bitmap.o: in function BWSwitchDashed:../bitmap/Bitmap.c:1724: error: undefined reference to 'XDrawRectangle'
/usr/bin/ld: bitmap-Bitmap.o: in function BWSwitchDashed:../bitmap/Bitmap.c:1731: error: undefined reference to 'XSetFillStyle'
/usr/bin/ld: bitmap-Bitmap.o: in function BWSwitchDashed:../bitmap/Bitmap.c:1734: error: undefined reference to 'XDrawRectangle'
/usr/bin/ld: bitmap-Bitmap.o: in function BWSwitchStippled:../bitmap/Bitmap.c:587: error: undefined reference to 'XSetFillStyle'
/usr/bin/ld: bitmap-Bitmap.o: in function BWParseSize:../bitmap/Bitmap.c:955: error: undefined reference to 'XParseGeometry'
/usr/bin/ld: bitmap-Bitmap.o: in function Redisplay:../bitmap/Bitmap.c:1641: error: undefined reference to 'XClearArea'
/usr/bin/ld: bitmap-Bitmap.o: in function Redisplay:../bitmap/Bitmap.c:1652: error: undefined reference to 'XDrawRectangle'
/usr/bin/ld: bitmap-Bitmap.o: in function CreateBitmapImage:../bitmap/Bitmap.c:458: error: undefined reference to 'XCreateImage'
/usr/bin/ld: bitmap-Bitmap.o: in function SetValues:../bitmap/Bitmap.c:1822: error: undefined reference to 'XSetForeground'
/usr/bin/ld: bitmap-Bitmap.o: in function SetValues:../bitmap/Bitmap.c:1831: error: undefined reference to 'XSetForeground'
/usr/bin/ld: bitmap-Bitmap.o: in function SetValues:../bitmap/Bitmap.c:1840: error: undefined reference to 'XSetStipple'
/usr/bin/ld: bitmap-Bitmap.o: in function SetValues:../bitmap/Bitmap.c:1848: error: undefined reference to 'XSetForeground'
/usr/bin/ld: bitmap-Bitmap.o: in function SetValues:../bitmap/Bitmap.c:1858: error: undefined reference to 'XSetStipple'
/usr/bin/ld: bitmap-Bitmap.o: in function Initialize:../bitmap/Bitmap.c:834: error: undefined reference to 'XCreateGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Initialize:../bitmap/Bitmap.c:851: error: undefined reference to 'XCreateGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Initialize:../bitmap/Bitmap.c:868: error: undefined reference to 'XCreateGC'
/usr/bin/ld: bitmap-Bitmap.o: in function Initialize:../bitmap/Bitmap.c:877: error: undefined reference to 'XCreateGC'
/usr/bin/ld: bitmap-Bitmap.o: in function GetImage:../bitmap/Bitmap.c:438: error: undefined reference to 'XGetGeometry'
/usr/bin/ld: bitmap-Bitmap.o: in function GetImage:../bitmap/Bitmap.c:441: error: undefined reference to 'XGetImage'
/usr/bin/ld: bitmap-Bitmap.o: in function BWGetUnzoomedPixmap:../bitmap/Bitmap.c:391: error: undefined reference to 'XCreatePixmap'
/usr/bin/ld: bitmap-Bitmap.o: in function BWGetUnzoomedPixmap:../bitmap/Bitmap.c:398: error: undefined reference to 'XPutImage'
/usr/bin/ld: bitmap-Bitmap.o: in function BWGetUnzoomedPixmap:../bitmap/Bitmap.c:412: error: undefined reference to 'XCreatePixmap'
/usr/bin/ld: bitmap-Bitmap.o: in function BWGetUnzoomedPixmap:../bitmap/Bitmap.c:419: error: undefined reference to 'XPutImage'
/usr/bin/ld: bitmap-Bitmap.o: in function BWGetPixmap:../bitmap/Bitmap.c:377: error: undefined reference to 'XCreateBitmapFromData'
/usr/bin/ld: bitmap-Dialog.o: in function PopupDialog:../bitmap/Dialog.c:187: error: undefined reference to 'XWarpPointer'
collect2: ld returned 1 exit status
make[2]: *** [bitmap] Error 1



--- End Message ---
--- Begin Message ---
Version: 7.6+4

Peter Fritzsche <peter.fritzsche@gmx.de> (18/11/2009):
> Source: x11-apps
> Version: 7.4+2
> Severity: minor
> User: peter.fritzsche@gmx.de
> Usertags: no-add-needed

No longer reproducible with the aforementioned version; closing
accordingly.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: