Summary: | net-dns/dnsmasq-2.41 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Florian Manschwetus <manschwetus> |
Component: | New packages | Assignee: | Patrick McLean <chutzpah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger, lordcris, zeekec |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | zeekec emerge -info |
Description
Florian Manschwetus
2008-02-15 08:35:35 UTC
Reopen with errors in English; set your locales to C when reporting bugs please. LC_ALL=C emerge -1av net-dns/dnsmasq These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] net-dns/dnsmasq-2.41 [2.40-r1] USE="dbus -isc -tftp" 0 kB Total: 1 package (1 upgrade), Size of downloads: 0 kB Would you like to merge these packages? [Yes/No] >>> Verifying ebuild Manifests... >>> Emerging (1 of 1) net-dns/dnsmasq-2.41 to / * dnsmasq-2.41.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking dnsmasq-2.41.tar.gz ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking dnsmasq-2.41.tar.gz to /var/tmp/portage/net-dns/dnsmasq-2.41/work * Applying dnsmasq-fbsd-config.patch ... [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41 ... cd src && make \ DBUS_MINOR=" `echo | ../bld/pkg-wrapper pkg-config --modversion dbus-1 | nawk -F . -- '{ if ($(NF-1)) print \"-DDBUS_MINOR=\"$(NF-1) }'`" \ DBUS_CFLAGS="`echo | ../bld/pkg-wrapper pkg-config --cflags dbus-1`" \ DBUS_LIBS=" `echo | ../bld/pkg-wrapper pkg-config --libs dbus-1`" \ SUNOS_LIBS=" `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi `" \ SUNOS_VER=" `if uname | grep SunOS 2>&1 >/dev/null; then uname -r | nawk -F . -- '{ print \"-DSUNOS_VER=\"$2 }'; fi`" \ -f ../bld/Makefile dnsmasq /bin/sh: line 1: nawk: command not found make[1]: Entering directory `/var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41/src' i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c cache.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c rfc1035.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c util.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c option.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c forward.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c isc.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c network.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c dnsmasq.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c dhcp.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c lease.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c rfc2131.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c netlink.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c dbus.c i686-pc-linux-gnu-gcc -O2 -march=prescott -fomit-frame-pointer -pipe -msse -msse2 -msse3 -mmmx -mfpmath=sse -DNO_TFTP -DHAVE_DBUS -c bpf.c dbus.c:22:23: error: dbus/dbus.h: No such file or directory dbus.c:25: error: expected specifier-qualifier-list before 'DBusWatch' dbus.c:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'add_watch' dbus.c:49: error: expected ')' before '*' token dbus.c:65: error: expected ')' before '*' token dbus.c:224: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'message_handler' dbus.c: In function 'dbus_init': dbus.c:260: error: 'DBusConnection' undeclared (first use in this function) dbus.c:260: error: (Each undeclared identifier is reported only once dbus.c:260: error: for each function it appears in.) dbus.c:260: error: 'connection' undeclared (first use in this function) dbus.c:261: error: 'DBusObjectPathVTable' undeclared (first use in this function) dbus.c:261: error: expected ';' before 'dnsmasq_vtable' dbus.c:262: error: 'DBusError' undeclared (first use in this function) dbus.c:262: error: expected ';' before 'dbus_error' dbus.c:263: error: 'DBusMessage' undeclared (first use in this function) dbus.c:263: error: 'message' undeclared (first use in this function) dbus.c:265: error: 'dbus_error' undeclared (first use in this function) dbus.c:266: error: 'DBUS_BUS_SYSTEM' undeclared (first use in this function) dbus.c:269: error: 'FALSE' undeclared (first use in this function) dbus.c:270: error: 'add_watch' undeclared (first use in this function) dbus.c:270: error: 'remove_watch' undeclared (first use in this function) dbus.c:278: error: 'dnsmasq_vtable' undeclared (first use in this function) dbus.c: In function 'set_dbus_listeners': dbus.c:295: error: 'struct watch' has no member named 'next' dbus.c:296: error: 'struct watch' has no member named 'watch' dbus.c:298: error: 'struct watch' has no member named 'watch' dbus.c:302: error: 'struct watch' has no member named 'watch' dbus.c:307: error: 'DBUS_WATCH_READABLE' undeclared (first use in this function) dbus.c:310: error: 'DBUS_WATCH_WRITABLE' undeclared (first use in this function) dbus.c: In function 'check_dbus_listeners': dbus.c:319: error: 'DBusConnection' undeclared (first use in this function) dbus.c:319: error: 'connection' undeclared (first use in this function) dbus.c:319: error: expected expression before ')' token dbus.c:322: error: 'struct watch' has no member named 'next' dbus.c:323: error: 'struct watch' has no member named 'watch' dbus.c:329: error: 'struct watch' has no member named 'watch' dbus.c:333: error: 'DBUS_WATCH_READABLE' undeclared (first use in this function) dbus.c:336: error: 'DBUS_WATCH_WRITABLE' undeclared (first use in this function) dbus.c:339: error: 'DBUS_WATCH_ERROR' undeclared (first use in this function) dbus.c:342: error: 'struct watch' has no member named 'watch' dbus.c:348: error: 'DBUS_DISPATCH_DATA_REMAINS' undeclared (first use in this function) make[1]: *** [dbus.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41/src' make: *** [dnsmasq] Error 2 * * ERROR: net-dns/dnsmasq-2.41 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2322: Called die * The specific snippet of code: * emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-dns/dnsmasq-2.41/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dns/dnsmasq-2.41/temp/environment'. * * Messages for package net-dns/dnsmasq-2.41: * * ERROR: net-dns/dnsmasq-2.41 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2322: Called die * The specific snippet of code: * emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die * The die message: * (no error message) * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-dns/dnsmasq-2.41/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dns/dnsmasq-2.41/temp/environment'. * > dbus.c:22:23: error: dbus/dbus.h: No such file or directory
Uh, this is weird. Tried to re-emerge dbus?
same here emerge --info Portage 2.1.4.4 (default-linux/x86/2007.0/desktop, gcc-4.2.2, glibc-2.7-r1, 2.6.24-gentoo-r2 i686) ================================================================= System uname: 2.6.24-gentoo-r2 i686 Intel(R) Core(TM)2 Quad CPU @ 2.93GHz Timestamp of tree: Fri, 15 Feb 2008 10:46:01 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] ccache version 2.4 [enabled] app-shells/bash: 3.2_p33 dev-java/java-config: 1.3.7, 2.1.4 dev-lang/python: 2.5.1-r5 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.24 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache digest distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.muntinternet.net/pub/gentoo/ http://mirror.ing.unibo.it/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/ http://gentoo.tiscali.nl/" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LINGUAS="en" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/Dottout /usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi aiglx alsa apache2 bash-completion berkdb bitmap-fonts branding cairo cdparanoia cdr cli cpudetection cracklib crypt css cups dbus divx divx4linux dlloader dri dts dvb dvd dvdr dvdread emboss encode esd fam fbdev ffmpeg firefox flac font-server foomaticdb fortran gdbm gif glibc-omitfp glitz gmedia gstreamer gtk gtk2 hal iconv ipv6 isdnlog ithreads java javacomm jpeg kde kdexdeltas kickoff kqemu lame live mad matroska midi mikmod mmx mmx2 mmxext mns mozbranding mozdevelop mp3 mpeg mudflap musepack musicbrainz ncurses network newspr nls nptl nptlonly nsplugin nvidia nxclient offensive ogg opengl openmp openntpd optimisememory oss pam parse-clocks pcre pdf perl png pppd python qt qt-copy qt3 qt3support qt4 quicktime readline real reflection rtc rtsp samba scanner sdl session softmmu spell spl sse sse2 ssl svg symlink tcpd threadsonly thunderbird tiff transparency truetype truetype-fonts type1-fonts unicode userlocales v4l v4l2 vcd vorbis wavpack win32codecs wma wmp wxwindows x264 x86 xine xml xorg xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia nv" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >>> Emerging (1 of 1) net-dns/dnsmasq-2.41 to / * dnsmasq-2.41.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] >>> Creating Manifest for /usr/portage/net-dns/dnsmasq digest.assumed 1 digest-dnsmasq-2.39::dnsmasq-2.39.tar.gz * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * checking dnsmasq-2.41.tar.gz ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking dnsmasq-2.41.tar.gz to /var/tmp/portage/net-dns/dnsmasq-2.41/work * Applying dnsmasq-fbsd-config.patch ... [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41 ... cd src && make \ DBUS_MINOR=" `echo | ../bld/pkg-wrapper pkg-config --modversion dbus-1 | nawk -F . -- '{ if ($(NF-1)) print \"-DDBUS_MINOR=\"$(NF-1) }'`" \ DBUS_CFLAGS="`echo | ../bld/pkg-wrapper pkg-config --cflags dbus-1`" \ DBUS_LIBS=" `echo | ../bld/pkg-wrapper pkg-config --libs dbus-1`" \ SUNOS_LIBS=" `if uname | grep SunOS 2>&1 >/dev/null; then echo -lsocket -lnsl -lposix4; fi `" \ SUNOS_VER=" `if uname | grep SunOS 2>&1 >/dev/null; then uname -r | nawk -F . -- '{ print \"-DSUNOS_VER=\"$2 }'; fi`" \ -f ../bld/Makefile dnsmasq /bin/sh: line 1: nawk: command not found make[1]: Entering directory `/var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41/src' i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c cache.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c rfc1035.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c util.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c option.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c forward.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c isc.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c network.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c dnsmasq.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c dhcp.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c lease.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c rfc2131.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c netlink.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c dbus.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c bpf.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c helper.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c tftp.c i686-pc-linux-gnu-gcc -march=prescott -O2 -pipe -fomit-frame-pointer -DNO_TFTP -DHAVE_DBUS -c log.c dbus.c:22:23: error: dbus/dbus.h: No such file or directory dbus.c:25: error: expected specifier-qualifier-list before ‘DBusWatch’ dbus.c:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘add_watch’ dbus.c:49: error: expected ‘)’ before ‘*’ token dbus.c:65: error: expected ‘)’ before ‘*’ token dbus.c:224: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘message_handler’ dbus.c: In function ‘dbus_init’: dbus.c:260: error: ‘DBusConnection’ undeclared (first use in this function) dbus.c:260: error: (Each undeclared identifier is reported only once dbus.c:260: error: for each function it appears in.) dbus.c:260: error: ‘connection’ undeclared (first use in this function) dbus.c:261: error: ‘DBusObjectPathVTable’ undeclared (first use in this function) dbus.c:261: error: expected ‘;’ before ‘dnsmasq_vtable’ dbus.c:262: error: ‘DBusError’ undeclared (first use in this function) dbus.c:262: error: expected ‘;’ before ‘dbus_error’ dbus.c:263: error: ‘DBusMessage’ undeclared (first use in this function) dbus.c:263: error: ‘message’ undeclared (first use in this function) dbus.c:265: error: ‘dbus_error’ undeclared (first use in this function) dbus.c:266: error: ‘DBUS_BUS_SYSTEM’ undeclared (first use in this function) dbus.c:269: error: ‘FALSE’ undeclared (first use in this function) dbus.c:270: error: ‘add_watch’ undeclared (first use in this function) dbus.c:270: error: ‘remove_watch’ undeclared (first use in this function) dbus.c:278: error: ‘dnsmasq_vtable’ undeclared (first use in this function) dbus.c: In function ‘set_dbus_listeners’: dbus.c:295: error: ‘struct watch’ has no member named ‘next’ dbus.c:296: error: ‘struct watch’ has no member named ‘watch’ dbus.c:298: error: ‘struct watch’ has no member named ‘watch’ dbus.c:302: error: ‘struct watch’ has no member named ‘watch’ dbus.c:307: error: ‘DBUS_WATCH_READABLE’ undeclared (first use in this function) dbus.c:310: error: ‘DBUS_WATCH_WRITABLE’ undeclared (first use in this function) dbus.c: In function ‘check_dbus_listeners’: dbus.c:319: error: ‘DBusConnection’ undeclared (first use in this function) dbus.c:319: error: ‘connection’ undeclared (first use in this function) dbus.c:319: error: expected expression before ‘)’ token dbus.c:322: error: ‘struct watch’ has no member named ‘next’ dbus.c:323: error: ‘struct watch’ has no member named ‘watch’ dbus.c:329: error: ‘struct watch’ has no member named ‘watch’ dbus.c:333: error: ‘DBUS_WATCH_READABLE’ undeclared (first use in this function) dbus.c:336: error: ‘DBUS_WATCH_WRITABLE’ undeclared (first use in this function) dbus.c:339: error: ‘DBUS_WATCH_ERROR’ undeclared (first use in this function) dbus.c:342: error: ‘struct watch’ has no member named ‘watch’ dbus.c:348: error: ‘DBUS_DISPATCH_DATA_REMAINS’ undeclared (first use in this function) make[1]: *** [dbus.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-dns/dnsmasq-2.41/work/dnsmasq-2.41/src' make: *** [dnsmasq] Error 2 (In reply to comment #3) > > dbus.c:22:23: error: dbus/dbus.h: No such file or directory > > Uh, this is weird. Tried to re-emerge dbus? > I re-emerged dbus and still get this error. emerge -pv dbus dnsmasq These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-apps/dbus-1.1.4 USE="X -debug -doc (-selinux)" 0 kB [ebuild U ] net-dns/dnsmasq-2.41 [2.40-r1] USE="dbus -isc -tftp" 0 kB Total: 2 packages (1 upgrade, 1 reinstall), Size of downloads: 0 kB Created attachment 143566 [details]
zeekec emerge -info
Fixed in CVS. |