Your message dated Thu, 31 Dec 2009 16:53:14 +0000
with message-id <[email protected]>
and subject line Bug#555786: fixed in oneko 1.2.sakura.6-7
has caused the Debian Bug report #555786,
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.)
--
555786: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555786
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: oneko
Version: 1.2.sakura.6-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
cc oneko.c -O2 \
-L/usr/X11R6/lib -I/usr/include/X11 \
-lXext -lm -DSHAPE \
-o oneko
/usr/bin/ld: /tmp/ccsdAVO4.o: in function GetArguments:oneko.c(.text+0x616):
error: undefined reference to 'XParseGeometry'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
NekoErrorHandler:oneko.c(.text+0x76d): error: undefined reference to
'XGetErrorText'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function ProcessKeyPress:oneko.c(.text+0x7d4):
error: undefined reference to 'XLookupString'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RedrawNeko:oneko.c(.text+0x9fc):
error: undefined reference to 'XFillRectangle'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function ProcessEvent:oneko.c(.text+0xa28):
error: undefined reference to 'XPending'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function ProcessEvent:oneko.c(.text+0xa3b):
error: undefined reference to 'XNextEvent'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function ProcessEvent:oneko.c(.text+0xaa3):
error: undefined reference to 'XRaiseWindow'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function DrawNeko:oneko.c(.text+0xb21): error:
undefined reference to 'XConfigureWindow'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function DrawNeko:oneko.c(.text+0xb65): error:
undefined reference to 'XFillRectangle'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function DrawNeko:oneko.c(.text+0xb71): error:
undefined reference to 'XFlush'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function DrawNeko:oneko.c(.text+0xbb7): error:
undefined reference to 'XMapWindow'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xc83):
error: undefined reference to 'XChangeWindowAttributes'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xcaf):
error: undefined reference to 'XFreePixmap'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xcc2):
error: undefined reference to 'XFreePixmap'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xcd8):
error: undefined reference to 'XFreeGC'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xcf1):
error: undefined reference to 'XFreeCursor'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xcfd):
error: undefined reference to 'XCloseDisplay'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RestoreCursor:oneko.c(.text+0xd18):
error: undefined reference to 'XCreateFontCursor'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function CalcDxDy:oneko.c(.text+0xd95): error:
undefined reference to 'XQueryPointer'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function CalcDxDy:oneko.c(.text+0xe9d): error:
undefined reference to 'XGetWindowAttributes'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function CalcDxDy:oneko.c(.text+0xfd5): error:
undefined reference to 'XGetInputFocus'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function CalcDxDy:oneko.c(.text+0x1019):
error: undefined reference to 'XFree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function CalcDxDy:oneko.c(.text+0x1055):
error: undefined reference to 'XQueryTree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
Window_With_Name:oneko.c(.text+0x1639): error: undefined reference to
'XFetchName'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
Window_With_Name:oneko.c(.text+0x166c): error: undefined reference to
'XQueryTree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
Window_With_Name:oneko.c(.text+0x16c4): error: undefined reference to 'XFree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function Select_Window:oneko.c(.text+0x1728):
error: undefined reference to 'XGrabPointer'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function Select_Window:oneko.c(.text+0x175d):
error: undefined reference to 'XUngrabPointer'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function Select_Window:oneko.c(.text+0x178b):
error: undefined reference to 'XAllowEvents'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function Select_Window:oneko.c(.text+0x17a0):
error: undefined reference to 'XWindowEvent'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function SetupColors:oneko.c(.text+0x1859):
error: undefined reference to 'XAllocNamedColor'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function SetupColors:oneko.c(.text+0x187b):
error: undefined reference to 'XAllocNamedColor'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
MakeMouseCursor:oneko.c(.text+0x1948): error: undefined reference to
'XCreateBitmapFromData'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
MakeMouseCursor:oneko.c(.text+0x1980): error: undefined reference to
'XCreateBitmapFromData'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
MakeMouseCursor:oneko.c(.text+0x19bd): error: undefined reference to
'XCreatePixmapCursor'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
MakeMouseCursor:oneko.c(.text+0x19d3): error: undefined reference to
'XFreePixmap'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function NekoGetDefault:oneko.c(.text+0x1a06):
error: undefined reference to 'XGetDefault'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
InitBitmapAndGCs:oneko.c(.text+0x1ed6): error: undefined reference to
'XCreatePixmapFromBitmapData'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
InitBitmapAndGCs:oneko.c(.text+0x1f13): error: undefined reference to
'XCreateBitmapFromData'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
InitBitmapAndGCs:oneko.c(.text+0x1f39): error: undefined reference to
'XCreateGC'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x1f71):
error: undefined reference to 'XOpenDisplay'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x2017):
error: undefined reference to 'XGetGeometry'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x2112):
error: undefined reference to 'XChangeWindowAttributes'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x2165):
error: undefined reference to 'XCreateWindow'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x2190):
error: undefined reference to 'XStoreName'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x21af):
error: undefined reference to 'XSelectInput'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x21bb):
error: undefined reference to 'XFlush'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x2278):
error: undefined reference to 'XSynchronize'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x230a):
error: undefined reference to 'XQueryTree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function InitScreen:oneko.c(.text+0x231b):
error: undefined reference to 'XFree'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function main:oneko.c(.text+0x2416): error:
undefined reference to 'XSetErrorHandler'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function RedrawNeko:oneko.c(.text+0xa0c):
error: undefined reference to 'XFlush'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function
MakeMouseCursor:oneko.c(.text+0x19e9): error: undefined reference to
'XFreePixmap'
/usr/bin/ld: /tmp/ccsdAVO4.o: in function NekoGetDefault:oneko.c(.text+0x1a2b):
error: undefined reference to 'XGetDefault'
collect2: ld returned 1 exit status
make: *** [build-stamp] Error 1
--- End Message ---
--- Begin Message ---
Source: oneko
Source-Version: 1.2.sakura.6-7
We believe that the bug you reported is fixed in the latest version of
oneko, which is due to be installed in the Debian FTP archive:
oneko_1.2.sakura.6-7.diff.gz
to main/o/oneko/oneko_1.2.sakura.6-7.diff.gz
oneko_1.2.sakura.6-7.dsc
to main/o/oneko/oneko_1.2.sakura.6-7.dsc
oneko_1.2.sakura.6-7_amd64.deb
to main/o/oneko/oneko_1.2.sakura.6-7_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.
Ricardo Mones <[email protected]> (supplier of updated oneko 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: Thu, 31 Dec 2009 16:01:07 +0100
Source: oneko
Binary: oneko
Architecture: source amd64
Version: 1.2.sakura.6-7
Distribution: unstable
Urgency: low
Maintainer: Ricardo Mones <[email protected]>
Changed-By: Ricardo Mones <[email protected]>
Description:
oneko - a cat chases the cursor (now a mouse) around the screen
Closes: 555786
Changes:
oneko (1.2.sakura.6-7) unstable; urgency=low
.
* debian/rules, debian/control
- Link to X11 and build with -Wl,--no-add-needed (Closes: #555786)
- Add lintian override because killall is provided by depends
- Require debhelper version because of using dh overrides in rules
* debian/control
- Bump Standards-Version to latest (no other changes required)
- Ensure we have a killall by adding psmisc to the dependencies
* debian/patches/*.patch
- Add comment headers to existing patches
* debian/README.source
- Added file pointing out that packaging uses quilt
* debian/watch
- Added (has not changed since 1999, but who knows...)
Checksums-Sha1:
837d2d453f0e2a5a3250e83543dc3bb697f3dd38 1060 oneko_1.2.sakura.6-7.dsc
47373fe53eeada8f7bb56bc10e1bfa87fa18dd1b 7722 oneko_1.2.sakura.6-7.diff.gz
2ee8964ba9d1203ff82d8d30f0c04d3fd80b93d7 38590 oneko_1.2.sakura.6-7_amd64.deb
Checksums-Sha256:
401a42a548fbb641347330d1d5a453b4cf4fc71e91d9e5f147447b4adbb1eaf7 1060
oneko_1.2.sakura.6-7.dsc
9464e4b4d8711c8fe24854290322ebae83f179ceec18954187a7e9105fe27d7e 7722
oneko_1.2.sakura.6-7.diff.gz
cc508aff4e85b5852d6394f56d4a3b72464a155593d8e2094626bddd643020f2 38590
oneko_1.2.sakura.6-7_amd64.deb
Files:
eeafa73995b2c5b778ce2c2ca1d7d941 1060 games optional oneko_1.2.sakura.6-7.dsc
440eeff4709f97b8dd30aa88cbdfac59 7722 games optional
oneko_1.2.sakura.6-7.diff.gz
3fe1fe62f63ab790a5e1487fb80135c0 38590 games optional
oneko_1.2.sakura.6-7_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAks80GYACgkQLARVQsm1XayMEgCgqx2BvuyeuakihZBKOHmN1mtC
4C8An0dQE9EnAyDrKXVIqAvumHjnawhV
=vQSj
-----END PGP SIGNATURE-----
--- End Message ---