Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84860 - net-libs/meanwhile-0.3-r2 does not compile
Summary: net-libs/meanwhile-0.3-r2 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Don Seiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-11 06:55 UTC by Anthony Giorgio
Modified: 2005-03-18 19:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Giorgio 2005-03-11 06:55:25 UTC
meanwhile-0.3-r2 does not compile, but meanwhile-0.3-e3 (~x86) works fine.

Here's the build failure message:

if /bin/sh ../libtool --silent --mode=compile i686-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"meanwhile\" -DVERSION=\"0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1  -I. -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -DG_LOG_DOMAIN=\"meanwhile\" -O2 -march=pentium4 -fomit-frame-pointer -Wall -Werror -MT libmeanwhile_la-srvc_aware.lo -MD -MP -MF ".deps/libmeanwhile_la-srvc_aware.Tpo" -c -o libmeanwhile_la-srvc_aware.lo `test -f 'srvc_aware.c' || echo './'`srvc_aware.c; \
then mv -f ".deps/libmeanwhile_la-srvc_aware.Tpo" ".deps/libmeanwhile_la-srvc_aware.Plo"; else rm -f ".deps/libmeanwhile_la-srvc_aware.Tpo"; exit 1; fi
In file included from session.c:10:
mw_debug.h:12:1: "g_debug" redefined
In file included from /usr/include/glib-2.0/glib.h:52,
                 from session.c:3:
/usr/include/glib-2.0/glib/gmessages.h:138:1: this is the location of the previous definition
In file included from srvc_aware.c:10:
mw_debug.h:12:1: "g_debug" redefined
In file included from /usr/include/glib-2.0/glib.h:52,
                 from srvc_aware.c:3:
/usr/include/glib-2.0/glib/gmessages.h:138:1: this is the location of the previous definition
make[1]: *** [libmeanwhile_la-session.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [libmeanwhile_la-srvc_aware.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/meanwhile-0.3-r2/work/meanwhile-0.3/src'
make: *** [all-recursive] Error 1

!!! ERROR: net-libs/meanwhile-0.3-r2 failed.
!!! Function src_compile, Line 556, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Don Seiler (RETIRED) gentoo-dev 2005-03-11 10:42:34 UTC
Upgrade to -r3, which I've just stabilized on x86
Comment 2 Don Seiler (RETIRED) gentoo-dev 2005-03-18 19:30:23 UTC
I'm marking this fixed since I know it is in -r3 and 0.4.0.  Problem is glib 2.6.x introducing the g_debug() function, which collides with meanwhile's g_debug() function.