Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202968 - net-dns/avahi-0.6.22 emerge fails
Summary: net-dns/avahi-0.6.22 emerge fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-21 22:58 UTC by Daniel Kenzelmann
Modified: 2008-01-03 17:55 UTC (History)
0 users

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


Attachments
Complete build log (build.log,190.85 KB, text/plain)
2007-12-21 23:00 UTC, Daniel Kenzelmann
Details
environment (environment,110.20 KB, text/plain)
2007-12-21 23:01 UTC, Daniel Kenzelmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Kenzelmann 2007-12-21 22:58:13 UTC
Emerging avahi 0.6.22 fails with the following error:


/usr/include/glib-2.0/glib/gthread.h:334: warning: C99 inline functions are not supported; using GNU89
ga-enums-enumtypes.c:9: warning: no previous prototype for 'ga_protocol_get_type'
ga-enums-enumtypes.c:24: warning: no previous prototype for 'ga_lookup_result_flags_get_type'
ga-enums-enumtypes.c:42: warning: no previous prototype for 'ga_lookup_flags_get_type'
ga-enums-enumtypes.c:59: warning: no previous prototype for 'ga_resolver_event_get_type'
ga-enums-enumtypes.c:73: warning: no previous prototype for 'ga_browser_event_get_type'
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. "-DDEBUG_TRAP=__asm__(\"int \$3\")" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O3 -march=pentium3 -mtune=pentium3 -pipe -fomit-frame-pointer -fstack-protector -std=c99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -fPIC -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -MT libavahi_gobject_la-ga-enums-enumtypes.lo -MD -MP -MF .deps/libavahi_gobject_la-ga-enums-enumtypes.Tpo -c ga-enums-enumtypes.c -o libavahi_gobject_la-ga-enums-enumtypes.o >/dev/null 2>&1
make[3]: *** No rule to make target `../avahi-client/libavahi-client.la', needed by `libavahi-gobject.la'.  Stop.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.22/work/avahi-0.6.22/avahi-gobject'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.22/work/avahi-0.6.22/avahi-gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.22/work/avahi-0.6.22'
make: *** [all] Error 2

Re-emerging 0.6.21 works, something must have changed in 0.6.22.


Reproducible: Always

Steps to Reproduce:
Comment 1 Daniel Kenzelmann 2007-12-21 23:00:21 UTC
Created attachment 139064 [details]
Complete build log
Comment 2 Daniel Kenzelmann 2007-12-21 23:01:21 UTC
Created attachment 139066 [details]
environment
Comment 3 Jimmy.Jazz 2007-12-27 14:48:52 UTC
I was able to compile it with python and dbus flags. You should add and try with that flags.
Comment 4 Sven Wegener gentoo-dev 2008-01-03 17:55:01 UTC
Thanks, fixed with avahi-0.6.22-r1. We now disable avahi-gobject when USE="-dbus".