Your message dated Tue, 17 Jan 2012 12:28:02 +0000
with message-id <[email protected]>
and subject line Bug#655764: Removed package(s) from unstable
has caused the Debian Bug report #631650,
regarding googlizer fails to build with GCC-4.6 in Ubuntu Oneiric
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.)
--
631650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631650
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: googlizer
Version: 0.3-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmpDVpFVy
In Ubuntu, the attached patch was applied to achieve the following:
This package failed to build in Ubuntu Oneiric with GCC-4.6 at linking time.
The patch
attached to this bug report fixes this problem by changing order of parameters
passed to the linker.
Although it builds fine on Debian, applying this patch would make it build
correctly also in
Ubuntu, and also would reduce the amount of maintenance work needed to make
this package available
in that distribution.
This is a relevant fragment of the build log:
googlizer.c:(.text+0x2bb): undefined reference to `gnome_init_with_popt_table'
googlizer.c:(.text+0x2c5): undefined reference to `gtk_window_new'
googlizer.c:(.text+0x2ce): undefined reference to `gtk_exit'
googlizer.c:(.text+0x2d3): undefined reference to `gtk_object_get_type'
googlizer.c:(.text+0x2e5): undefined reference to `g_type_check_instance_cast'
googlizer.c:(.text+0x315): undefined reference to `gtk_signal_connect_full'
googlizer.c:(.text+0x323): undefined reference to `gtk_object_get_type'
googlizer.c:(.text+0x335): undefined reference to `g_type_check_instance_cast'
googlizer.c:(.text+0x362): undefined reference to `gtk_signal_connect_full'
googlizer.c:(.text+0x373): undefined reference to `gtk_main'
collect2: ld returned 1 exit status
make[1]: *** [googlizer] Error 1
make[1]: Leaving directory `/build/buildd/googlizer-0.3'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
******************************************************************************
Build finished at 20110423-0431
FAILED [dpkg-buildpackage died]
The full build log is found in this bug report:
https://bugs.launchpad.net/ubuntu/oneiric/+source/googlizer/+bug/770806
Briefly, this is the change made on this package:
* Makefile: changed order of parameters in linker invocation to avoid build
problems under GCC-4.6/oneiric (LP: #770806)
If you need anything else that I might be omitting here, please let me know.
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500,
'natty-proposed'), (500, 'natty')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Sebastian.
diff -u googlizer-0.3/Makefile googlizer-0.3/Makefile
--- googlizer-0.3/Makefile
+++ googlizer-0.3/Makefile
@@ -4,7 +4,7 @@
mandir=$(datadir)/man
googlizer: googlizer.o
- gcc `pkg-config --libs libgnomeui-2.0 libgnome-2.0 gtk+-2.0 glib-2.0` $< -o $@
+ gcc $< -o $@ `pkg-config --libs libgnomeui-2.0 libgnome-2.0 gtk+-2.0 glib-2.0`
googlizer.o: googlizer.c
gcc `pkg-config --cflags libgnomeui-2.0 libgnome-2.0 gtk+-2.0 glib-2.0` -c $<
diff -u googlizer-0.3/debian/changelog googlizer-0.3/debian/changelog
--- End Message ---
--- Begin Message ---
Version: 0.3-3+rm
Dear submitter,
as the package googlizer has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/655764
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---