Your message dated Sat, 1 Oct 2011 18:36:22 +0200
with message-id <[email protected]>
and subject line Re: Bug#554377: FTBFS with binutils-gold
has caused the Debian Bug report #554377,
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 [email protected]
immediately.)
--
554377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554377
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fsviewer
Version: 0.2.5-6
Severity: minor
User: [email protected]
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
x86_64-linux-gnu-gcc -g -O2 -I -I/usr/X11R6/include -L -L/usr/X11R6/lib -o
FSViewer FSViewer.o files.o FSFileBrowser.o list.o misc.o prop.o
timestampWidget.o attribsInspector.o editInspector.o exeInspector.o
extnInspector.o iconInspector.o viewInspector.o FSBrowser.o FSPanel.o FSUtils.o
FSMenu.o FSFileView.o FSInspector.o magic.o DnD.o FSPathView.o xmodifier.o
FSFinder.o FSFileButton.o FSMCList.o FSPrefs.o -Lregexp -lregx -lnsl -lWINGs
-lWMaker -lXft -lfontconfig -lXmu -lwraster
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:449: error: undefined
reference to 'XSupportsLocale'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:452: error: undefined
reference to 'XSetLocaleModifiers'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:466: error: undefined
reference to 'XOpenDisplay'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:343: error: undefined
reference to 'XCreateSimpleWindow'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:348: error: undefined
reference to 'XAllocClassHint'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:352: error: undefined
reference to 'XSetClassHint'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:355: error: undefined
reference to 'XAllocWMHints'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:359: error: undefined
reference to 'XSetWMHints'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:360: error: undefined
reference to 'XSetCommand'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:364: error: undefined
reference to 'XrmUniqueQuark'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:506: error: undefined
reference to 'XFindContext'
/usr/bin/ld: FSViewer.o: in function main:FSViewer.c:410: error: undefined
reference to 'XSetWMHints'
/usr/bin/ld: FSViewer.o: in function FSSetFSViewerConfirmWindow:FSViewer.c:172:
error: undefined reference to 'XAllocWMHints'
/usr/bin/ld: FSViewer.o: in function FSSetFSViewerConfirmWindow:FSViewer.c:176:
error: undefined reference to 'XSetWMHints'
/usr/bin/ld: FSViewer.o: in function FSSetFSViewerConfirmWindow:FSViewer.c:177:
error: undefined reference to 'XFree'
...
--- End Message ---
--- Begin Message ---
Version: 0.2.5-6.1
* Angel Abad <[email protected]>, 2011-07-07, 17:27:
pkgdata_DATA = MagicFiles
EXTRA_DIST = xpm/* MagicFiles
-LIBS = @LIBINTL@ @LIBS@
+LIBS = @LIBINTL@ @LIBS@ -lX11 -lXext -lXpm -lm
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES =
fsviewer 0.2.5-6.1 in Debian does link to all these libraries. (It still
would FTBFS in Ubuntu, but only because you also use --as-needed.)
--
Jakub Wilk
--- End Message ---