Your message dated Mon, 27 Jun 2011 12:17:10 +0000
with message-id <e1qbaky-0000wu...@franck.debian.org>
and subject line Bug#554314: fixed in earth3d 1.0.5-2
has caused the Debian Bug report #554314,
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 ow...@bugs.debian.org
immediately.)


-- 
554314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: earth3d
Version: 1.0.5-1.1
Severity: minor
User: peter.fritzs...@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

g++  -o earth3d .obj/main.o .obj/gltest.o .obj/glcontext.o 
.obj/globalsettings.o .obj/listBoxServiceItem.o 
.obj/listBoxDrawItem.o .obj/listViewServiceItem.o .obj/resources.o 
.obj/serviceListDownload.o .obj/qServiceLib.o 
.obj/urlDownload.o .obj/downloadFinishedEvent.o .obj/urlRawDownload.o 
.obj/urlRawDownloadEvent.o .obj/urlTools.o 
.obj/connectNetworkServiceRequestQueue.o 
.obj/connectNetworkServiceRequestQueueObject.o .obj/connectNetworkService.o 
.obj/serviceFoundPrinter.o .obj/serviceFoundLister.o .obj/stopableDownload.o 
.obj/dataReceivedListener.o 
.obj/dataReceivedMapTile.o .obj/downloadable.o .obj/insertListViewItemEvent.o 
.obj/insertListDrawItemEvent.o 
.obj/proxyUrlOperator.o .obj/fileCache.o .obj/md5.o .obj/mapTile.o 
.obj/mapTileTree.o .obj/mapTileTreeNode.o 
.obj/mapTileTreeNodeCore.o .obj/heightfieldTree.o .obj/heightfieldTreeNode.o 
.obj/requestIDNode.o .obj/textureTreeNodeCore.o 
.obj/draw.o .obj/treeDraw.o .obj/treeDrawSphere.o .obj/treeDrawPOI.o 
.obj/treeDrawPOISign.o .obj/treeDrawFactory.o 
.obj/drawScene.o .obj/drawSceneObject.o .obj/drawSceneObjectTriangle.o 
.obj/drawSceneObjectSphere.o 
.obj/drawSceneObjectQuad.o .obj/drawSceneObjectTexture.o 
.obj/drawSceneObjectTransform.o .obj/drawSceneObjectTranslate.o 
.obj/drawSceneObjectScale.o .obj/drawSceneObjectRotatequaternion.o 
.obj/drawSceneObjectGroup.o 
.obj/drawSceneObjectUseGroup.o .obj/qGLWidgetDrawScene.o 
.obj/moveToPositionEvent.o .obj/imageList.o 
.obj/graphicsObjectsContainer.o .obj/heightfieldTreeNodeCore.o 
.obj/geometry2d3dFactory.o .obj/geometry2d3dSphere.o 
.obj/geometry2d3dplane.o .obj/matrix.o .obj/mapTileUncompressed.o 
.obj/mapTileUncompressedFloat.o .obj/statusObserver.o 
.obj/statusObserverQT.o .obj/mutex.o .obj/globaltimer.o .obj/frustum.o 
.obj/navigator.o .obj/quaternion.o .obj/pngutils.o 
.obj/jpgutils.o .obj/formview.o .obj/formstatus.o .obj/forminfo.o 
.obj/formaddsource.o .obj/formagentform.o 
.obj/formoptions.o .obj/qmake_image_collection.o .obj/moc_qServiceLib.o 
.obj/moc_connectNetworkService.o 
.obj/moc_urlDownload.o .obj/moc_proxyUrlOperator.o .obj/moc_urlRawDownload.o 
.obj/moc_gltest.o .obj/moc_qGLWidgetDrawScene.o 
.obj/moc_formview.o .obj/moc_formstatus.o .obj/moc_forminfo.o 
.obj/moc_formaddsource.o .obj/moc_formagentform.o 
.obj/moc_formoptions.o   -L/usr/share/qt3/lib -L/usr/X11R6/lib -L/usr/X11R6/lib 
-lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -
lpthread
/usr/bin/ld: .obj/mapTileUncompressed.o: in function 
MapTileUncompressed::generateUncompressedImage():tree/mapTileUncompressed.cpp:41:
 error: undefined reference to 
'png_sig_cmp'
/usr/bin/ld: .obj/pngutils.o: in function 
PNGUtils::user_write_data(png_struct_def*, unsigned char*, unsigned 
long):pngutils.cpp:142: error: undefined reference to 'png_get_io_ptr'
/usr/bin/ld: .obj/pngutils.o: in function 
PNGUtils::user_read_data(png_struct_def*, unsigned char*, unsigned 
long):pngutils.cpp:124: error: undefined reference to 'png_get_io_ptr'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:81: error: 
undefined reference to 'png_create_write_struct'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:85: error: 
undefined reference to 'png_create_info_struct'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:89: error: 
undefined reference to 'png_set_IHDR'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:93: error: 
undefined reference to 'png_set_write_fn'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:105: error: 
undefined reference to 'png_write_info'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:106: error: 
undefined reference to 'png_write_image'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:107: error: 
undefined reference to 'png_write_end'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::writePNG(char*, int, int, 
int, char*, int*):pngutils.cpp:112: error: 
undefined reference to 'png_destroy_write_struct'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:16: error: undefined 
reference to 'png_sig_cmp'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:18: error: undefined 
reference to 'png_create_read_struct'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:20: error: undefined 
reference to 'png_create_info_struct'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:26: error: undefined 
reference to 'png_set_read_fn'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:31: error: undefined 
reference to 'png_read_png'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:33: error: undefined 
reference to 'png_get_image_height'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:34: error: undefined 
reference to 'png_get_image_width'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:35: error: undefined 
reference to 'png_get_bit_depth'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:37: error: undefined 
reference to 'png_get_rows'
/usr/bin/ld: .obj/pngutils.o: in function PNGUtils::readPNG(char*, int, char*, 
int):pngutils.cpp:63: error: undefined 
reference to 'png_destroy_read_struct'
collect2: ld returned 1 exit status
make[1]: *** [earth3d] Error 1



--- End Message ---
--- Begin Message ---
Source: earth3d
Source-Version: 1.0.5-2

We believe that the bug you reported is fixed in the latest version of
earth3d, which is due to be installed in the Debian FTP archive:

earth3d_1.0.5-2.debian.tar.gz
  to main/e/earth3d/earth3d_1.0.5-2.debian.tar.gz
earth3d_1.0.5-2.dsc
  to main/e/earth3d/earth3d_1.0.5-2.dsc
earth3d_1.0.5-2_i386.deb
  to main/e/earth3d/earth3d_1.0.5-2_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 554...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aron Xu <a...@debian.org> (supplier of updated earth3d 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: SHA512

Format: 1.8
Date: Mon, 27 Jun 2011 18:05:36 +0800
Source: earth3d
Binary: earth3d
Architecture: source i386
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Aron Xu <a...@debian.org>
Description: 
 earth3d    - Map client displaying a 3D model of the world
Closes: 417173 550034 554314
Changes: 
 earth3d (1.0.5-2) unstable; urgency=low
 .
   * Team upload by Debian GIS Project.
   * Use 3.0 (quilt) format, dh compact 7, covert patches to quilt.
   * debian/copyright:
     - Reference to GPL-2 instead of obsolete GPL.
     - Add valid copyright info.
   * debian/earth3d.desktop:
     - Fix typo (Closes: 550034).
     - Remove Encoding key.
   * debian/earth3d.menu:
     - Move from Apps/Science to Applications/Science/Geoscience.
   * debian/rules:
     - Don't ignore clean errors.
     - Use dh_prep instead of dh_clean -k.
   * debian/control: Add ${misc:Depends}.
   * debian/patches/10_fix_ftbfs.patch:
     - Fix gcc 4.6 FTBFS (LP: #770814), collect old patches.
   * debian/patches/20_png_library.patch:
     - Fix FTBFS with binutils-gold by linking to libpng,
       Thanks Ilya Barygin (Closes: #554314).
   * Acknowledge NMU (Closes: #417173).
Checksums-Sha1: 
 e16e7746d9248f7dfe2004edfae68eaead83ceb6 1451 earth3d_1.0.5-2.dsc
 bac7985f3667d6cee9327cad2babe9dc6815f684 5084 earth3d_1.0.5-2.debian.tar.gz
 104983b44c60484e2ca22198a0cab0f45a7e66ed 266420 earth3d_1.0.5-2_i386.deb
Checksums-Sha256: 
 949955c6a9c03b9117d139f3035ad989ce5f4312533cebacb8b0f779dcd06541 1451 
earth3d_1.0.5-2.dsc
 eea79937c783834657dba76fbbc7c8832f036b37be63a059e98588801ace7dfd 5084 
earth3d_1.0.5-2.debian.tar.gz
 3df15f4f9b4fff0b88e0b1d635b856f8cdd0f65c100e65816ac929a0689a5bbc 266420 
earth3d_1.0.5-2_i386.deb
Files: 
 bcd7a41ca35d9cfe0c142a888cac1800 1451 utils optional earth3d_1.0.5-2.dsc
 64564789d2150a91be1247bc63642f1d 5084 utils optional 
earth3d_1.0.5-2.debian.tar.gz
 a5ffa0185d6abd8164df030b30cd323d 266420 utils optional earth3d_1.0.5-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCgAGBQJOCHGzAAoJEEmrPP2rYrC4/nsIAJhoA2uXXGTVCLXuOlmY6oeR
iGYEAUkI5XBJtkStQJbotPgu3pSPRuVhdp3FAMq7chmWywMhmH4F9U/nDy+i61cj
E4VNFybVOpbV8/ccdqpiw5st0QeA28aQcPdDg5brvZl3odfeYfiUBlrVF1Lsvy77
plMevN8e2iJjJfYhVl++7hWcefNs/BPyU+hsikABHIZd7krK/f8nBYxmlZ+2eG2U
rQSO7SuwgdyCajMPnBgrcMaxCp/tI7GGLvpKsYNARW4SGmDxr8PJ+/Qb0CFjOvJX
RJk9dYhW9eptyWMigHaSXsJ86EygHg0B6Lb/nuBMhNiUra6H1lZydZaDklAqp3c=
=Sqe2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to