glib2.0_2.4.5-1_alpha: FTBFS: undefined reference to `g_module_symbol'

Bug #7285 reported by Debian Bug Importer
8
Affects Status Importance Assigned to Milestone
glib2.0 (Debian)
Fix Released
Unknown
glib2.0 (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #263130 http://bugs.debian.org/263130

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #263130 http://bugs.debian.org/263130

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-id: <email address hidden>
Date: Tue, 03 Aug 2004 13:18:53 +1000
From: Anibal Monsalve Salazar <email address hidden>
To: <email address hidden>
Subject: glib2.0_2.4.5-1_alpha: FTBFS: undefined reference to `g_module_symbol'

--4ZLFUWh1odzi/v6L
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline

Package: glib2.0
Severity: serious
Version: 2.4.5-1

Please refer to the buildd log URL below.

http://buildd.debian.org/fetch.php?&pkg=glib2.0&ver=2.4.5-1&arch=alpha&stamp=1091388788&file=log&as=raw

alpha-linux-gcc -shared .libs/libmoduletestplugin_a.o -ldl -Wl,-z -Wl,defs -Wl,-O1 -Wl,--export-dynamic -Wl,-soname -Wl,libmoduletestplugin_a.so -o .libs/libmoduletestplugin_a.so -ldl
.libs/libmoduletestplugin_a.o(.text+0x90): In function `gplugin_a_module_func':
/build/buildd/glib2.0-2.4.5/build-tree/glib-2.4.5-deb/tests/libmoduletestplugin_a.c:64: undefined reference to `g_module_symbol'

Regards,

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux | Building 28C
: :' : Free Operating System | Monash University VIC 3800, Australia
`. `' http://debian.org/ | http://www-personal.monash.edu/~anibal/
  `- |

--4ZLFUWh1odzi/v6L
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFBDwQdipBneRiAKDwRAtgnAKCfGvgAH4dtNWqI4MifrZmy4Dop2gCgqFiN
JMWSL6fnn311j5uhOn1ClnE=
=BB49
-----END PGP SIGNATURE-----

--4ZLFUWh1odzi/v6L--

Revision history for this message
Matt Zimmerman (mdz) wrote :

Warty does not support alpha

Revision history for this message
In , Jurij Smakov (jurij) wrote : Patch for FTBFS

tag 263130 patch
thanks

Greetings,

glib2.0 builds fine with the following minor modification of the
upstream's tests/Makefile.in file:

----------8<-------------------------------------------8<----------
diff -aur glib-2.4.5_orig/tests/Makefile.in glib-2.4.5/tests/Makefile.in
--- glib-2.4.5_orig/tests/Makefile.in 2004-07-30 15:04:44.000000000 -0400
+++ glib-2.4.5/tests/Makefile.in 2004-08-03 23:52:32.000000000 -0400
@@ -234,8 +234,8 @@
 libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
 libgobject = $(top_builddir)/gobject/libgobject-2.0.la

-@PLATFORM_WIN32_TRUE@libadd_libgmodule = $(libgmodule)
-@PLATFORM_WIN32_TRUE@libadd_libglib = $(libglib)
+libadd_libgmodule = $(libgmodule)
+libadd_libglib = $(libglib)
 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined

 @PLATFORM_WIN32_TRUE@module_test_exp = module-test.exp
----------8<-------------------------------------------8<----------

The build log (performed in a clean sid chroot) is available at [0].

[0] http://www.wooyd.org/debian/glib2.0-build.log

Best regards,

Jurij Smakov <email address hidden>
Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <Pine.LNX.4.58.0408040016270.13655@bobcat>
Date: Wed, 4 Aug 2004 00:25:10 -0400 (EDT)
From: Jurij Smakov <email address hidden>
To: <email address hidden>
cc: <email address hidden>
Subject: Patch for FTBFS

tag 263130 patch
thanks

Greetings,

glib2.0 builds fine with the following minor modification of the
upstream's tests/Makefile.in file:

----------8<-------------------------------------------8<----------
diff -aur glib-2.4.5_orig/tests/Makefile.in glib-2.4.5/tests/Makefile.in
--- glib-2.4.5_orig/tests/Makefile.in 2004-07-30 15:04:44.000000000 -0400
+++ glib-2.4.5/tests/Makefile.in 2004-08-03 23:52:32.000000000 -0400
@@ -234,8 +234,8 @@
 libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
 libgobject = $(top_builddir)/gobject/libgobject-2.0.la

-@PLATFORM_WIN32_TRUE@libadd_libgmodule = $(libgmodule)
-@PLATFORM_WIN32_TRUE@libadd_libglib = $(libglib)
+libadd_libgmodule = $(libgmodule)
+libadd_libglib = $(libglib)
 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined

 @PLATFORM_WIN32_TRUE@module_test_exp = module-test.exp
----------8<-------------------------------------------8<----------

The build log (performed in a clean sid chroot) is available at [0].

[0] http://www.wooyd.org/debian/glib2.0-build.log

Best regards,

Jurij Smakov <email address hidden>
Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC

Revision history for this message
In , Sebastien Bacher (seb128) wrote : Re: Bug#263130: Patch for FTBFS

Le mercredi 04 août 2004 à 00:25 -0400, Jurij Smakov a écrit :
> tag 263130 patch
> thanks
>
> Greetings,
>
> glib2.0 builds fine with the following minor modification of the
> upstream's tests/Makefile.in file:

Thanks ! I'll fix the package today.

Cheers,

Sebastien Bacher

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <1091605625.6432.2.camel@seb128>
Date: Wed, 04 Aug 2004 09:47:05 +0200
From: Sebastien Bacher <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: Re: Bug#263130: Patch for FTBFS

Le mercredi 04 ao=FBt 2004 =E0 00:25 -0400, Jurij Smakov a =E9crit :
> tag 263130 patch
> thanks
>=20
> Greetings,
>=20
> glib2.0 builds fine with the following minor modification of the
> upstream's tests/Makefile.in file:

Thanks ! I'll fix the package today.

Cheers,

Sebastien Bacher

Revision history for this message
In , Sebastien Bacher (seb128) wrote : Bug#263130: fixed in glib2.0 2.4.5-2
Download full text (3.2 KiB)

Source: glib2.0
Source-Version: 2.4.5-2

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

glib2.0_2.4.5-2.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.4.5-2.diff.gz
glib2.0_2.4.5-2.dsc
  to pool/main/g/glib2.0/glib2.0_2.4.5-2.dsc
libglib2.0-0_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.4.5-2_i386.deb
libglib2.0-data_2.4.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.4.5-2_all.deb
libglib2.0-dbg_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dbg_2.4.5-2_i386.deb
libglib2.0-dev_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.4.5-2_i386.deb
libglib2.0-doc_2.4.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.4.5-2_all.deb
libglib2.0-udeb_2.4.5-2_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.4.5-2_i386.udeb

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <email address hidden> (supplier of updated glib2.0 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 3 Aug 2004 18:03:53 +0200
Source: glib2.0
Binary: libglib2.0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev libglib2.0-doc libglib2.0-0
Architecture: source i386 all
Version: 2.4.5-2
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH <email address hidden>
Changed-By: Sebastien Bacher <email address hidden>
Description:
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-data - Common files for GLib library
 libglib2.0-dbg - The GLib libraries and debugging symbols
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines (udeb)
Closes: 263130
Changes:
 glib2.0 (2.4.5-2) unstable; urgency=low
 .
   * debian/patches/000_glib-link.patch:
     - patch from Jurij Smakov <email address hidden> to link with all the libs
       (Closes: #263130).
Files:
 909874f5ae5e795f82354e01ccdf1756 1506 libs optional glib2.0_2.4.5-2.dsc
 153fa2f7ae068fe5ae3fc399eb145629 12403 libs optional glib2.0_2.4.5-2.diff.gz
 2420e87067bc5c411f7ff8390d499941 152768 misc optional libglib2.0-data_2.4.5-2_all.deb
 0174f5b82caa9b601ee0d388b4b02e64 535248 doc optional libglib2.0-doc_2.4.5-2_all.deb
 9b6d0a1a6dd60e33f4ff138dc6bc3775 441420 libs optional libglib2.0-0_2.4.5-2_i386.deb
 33e32e9de03e9286a21c7d6b1109c4aa 445632 libdevel optional libglib2.0-dev_2.4.5-2_i386.deb
 f8c2cb6ea21e672c791b58803922e62f 929618 libdevel extra libglib2.0-dbg_2.4.5-2_i386.deb
 7197d269390d5368dd97a5c5b04e81bd 1078530 debian-installer optional libglib2.0-udeb_2.4.5-2_i386.udeb

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

iD8DBQFBELvgQxo87aLX0pIRAphgAKCkwB20y+YAXPl8ohGTHEwl/YmeaQCgna...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.4 KiB)

Message-Id: <email address hidden>
Date: Wed, 04 Aug 2004 07:02:18 -0400
From: Sebastien Bacher <email address hidden>
To: <email address hidden>
Subject: Bug#263130: fixed in glib2.0 2.4.5-2

Source: glib2.0
Source-Version: 2.4.5-2

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

glib2.0_2.4.5-2.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.4.5-2.diff.gz
glib2.0_2.4.5-2.dsc
  to pool/main/g/glib2.0/glib2.0_2.4.5-2.dsc
libglib2.0-0_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.4.5-2_i386.deb
libglib2.0-data_2.4.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.4.5-2_all.deb
libglib2.0-dbg_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dbg_2.4.5-2_i386.deb
libglib2.0-dev_2.4.5-2_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.4.5-2_i386.deb
libglib2.0-doc_2.4.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.4.5-2_all.deb
libglib2.0-udeb_2.4.5-2_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.4.5-2_i386.udeb

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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <email address hidden> (supplier of updated glib2.0 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 3 Aug 2004 18:03:53 +0200
Source: glib2.0
Binary: libglib2.0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev libglib2.0-doc libglib2.0-0
Architecture: source i386 all
Version: 2.4.5-2
Distribution: unstable
Urgency: low
Maintainer: Akira TAGOH <email address hidden>
Changed-By: Sebastien Bacher <email address hidden>
Description:
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-data - Common files for GLib library
 libglib2.0-dbg - The GLib libraries and debugging symbols
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines (udeb)
Closes: 263130
Changes:
 glib2.0 (2.4.5-2) unstable; urgency=low
 .
   * debian/patches/000_glib-link.patch:
     - patch from Jurij Smakov <email address hidden> to link with all the libs
       (Closes: #263130).
Files:
 909874f5ae5e795f82354e01ccdf1756 1506 libs optional glib2.0_2.4.5-2.dsc
 153fa2f7ae068fe5ae3fc399eb145629 12403 libs optional glib2.0_2.4.5-2.diff.gz
 2420e87067bc5c411f7ff8390d499941 152768 misc optional libglib2.0-data_2.4.5-2_all.deb
 0174f5b82caa9b601ee0d388b4b02e64 535248 doc optional libglib2.0-doc_2.4.5-2_all.deb
 9b6d0a1a6dd60e33f4ff138dc6bc3775 441420 libs optional libglib2.0-0_2.4.5-2_i386.deb
 33e32e9de03e9286a21c7d6b1109c4aa 445632 libdevel optional libglib2.0-dev_2.4.5-2_i386.deb
 f8c2cb6ea21e672c791b58803922e62f 929618 libdevel extra libglib2.0-dbg_2.4.5-2_i386.deb
 7197d269390d5368d...

Read more...

Changed in glib2.0:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.