Created
May 10, 2014 06:26
-
-
Save mazgi/0c7b91ba8da2d11f9085 to your computer and use it in GitHub Desktop.
Avahi build error on Gentoo Linux on RPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for intltool-extract... /usr/bin/intltool-extract | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/gmsgfmt | |
configure: error: GNU gettext tools not found; required for intltool | |
!!! Please attach the following file when seeking support: | |
!!! /var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31/config.log | |
* ERROR: net-dns/avahi-0.6.31-r2::gentoo failed (configure phase): | |
* econf failed | |
* | |
* Call stack: | |
* ebuild.sh, line 93: Called src_configure | |
* environment, line 4572: Called econf '--localstatedir=/var' '--with-distro=gentoo' '--disable-python-dbus' '--disable-pygtk' '--disable-xmltoman' '--disable-monodoc' '--enable-glib' '--enable-gobject' '--disable-tests' '--disable-autoipd' '--disable-compat-libdns_sd' '--disable-compat-howl' '--disable-doxygen-doc' '--disable-mono' '--disable-dbus' '--disable-python' '--disable-gtk' '--disable-gtk3' '--disable-introspection' '--disable-gtk-utils' '--disable-qt3' '--disable-qt4' '--disable-gdbm' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--disable-static' | |
* phase-helpers.sh, line 584: Called die | |
* The specific snippet of code: | |
* die "econf failed" | |
* | |
* If you need support, post the output of `emerge --info '=net-dns/avahi-0.6.31-r2::gentoo'`, | |
* the complete build log and the output of `emerge -pqv '=net-dns/avahi-0.6.31-r2::gentoo'`. | |
* The complete build log is located at '/var/tmp/portage/net-dns/avahi-0.6.31-r2/temp/build.log'. | |
* The ebuild environment file is located at '/var/tmp/portage/net-dns/avahi-0.6.31-r2/temp/environment'. | |
* Working directory: '/var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31' | |
* S: '/var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31' | |
>>> Failed to emerge net-dns/avahi-0.6.31-r2, Log file: | |
>>> '/var/tmp/portage/net-dns/avahi-0.6.31-r2/temp/build.log' | |
* Messages for package net-dns/avahi-0.6.31-r2: | |
* ERROR: net-dns/avahi-0.6.31-r2::gentoo failed (configure phase): | |
* econf failed | |
* | |
* Call stack: | |
* ebuild.sh, line 93: Called src_configure | |
* environment, line 4572: Called econf '--localstatedir=/var' '--with-distro=gentoo' '--disable-python-dbus' '--disable-pygtk' '--disable-xmltoman' '--disable-monodoc' '--enable-glib' '--enable-gobject' '--disable-tests' '--disable-autoipd' '--disable-compat-libdns_sd' '--disable-compat-howl' '--disable-doxygen-doc' '--disable-mono' '--disable-dbus' '--disable-python' '--disable-gtk' '--disable-gtk3' '--disable-introspection' '--disable-gtk-utils' '--disable-qt3' '--disable-qt4' '--disable-gdbm' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--disable-static' | |
* phase-helpers.sh, line 584: Called die | |
* The specific snippet of code: | |
* die "econf failed" | |
* | |
* If you need support, post the output of `emerge --info '=net-dns/avahi-0.6.31-r2::gentoo'`, | |
* the complete build log and the output of `emerge -pqv '=net-dns/avahi-0.6.31-r2::gentoo'`. | |
* The complete build log is located at '/var/tmp/portage/net-dns/avahi-0.6.31-r2/temp/build.log'. | |
* The ebuild environment file is located at '/var/tmp/portage/net-dns/avahi-0.6.31-r2/temp/environment'. | |
* Working directory: '/var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31' | |
* S: '/var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31' |
hmm…
localhost avahi-0.6.31 # file /usr/bin/xgettext
/usr/bin/xgettext: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
localhost avahi-0.6.31 # file /usr/bin/msgmerge
/usr/bin/msgmerge: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
localhost avahi-0.6.31 # file /usr/bin/msgfmt
/usr/bin/msgfmt: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
localhost avahi-0.6.31 # file /usr/bin/gmsgfmt
/usr/bin/gmsgfmt: symbolic link to `msgfmt'
localhost avahi-0.6.31 # ls -l /usr/bin/gmsgfmt
lrwxrwxrwx 1 root root 6 May 3 03:40 /usr/bin/gmsgfmt -> msgfmt
localhost avahi-0.6.31 # file /usr/bin/msgfmt
/usr/bin/msgfmt: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, stripped
Package:
localhost ~ # emerge -pv avahi
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild N ] net-dns/avahi-0.6.31-r2 USE="ipv6 -autoipd -bookmarks -dbus -doc -gdbm -gtk -gtk3 -howl-compat -introspection -mdnsresponder-compat (-mono) -python -qt4 {-test} -utils" PYTHON_TARGETS="python2_7 (-python2_6)" 0 kB
Total: 1 package (1 new), Size of downloads: 0 kB
Re-build gettext, pkgconfig and intltool:
localhost ~ # emerge -avq gettext pkgconfig intltool
[ebuild R ] dev-util/pkgconfig-0.28 USE="(-hardened) -internal-glib"
[ebuild R ] sys-devel/gettext-0.18.3.2 USE="acl cxx ncurses nls openmp -cvs -doc -emacs -git (-java) -static-libs"
[ebuild R ] dev-util/intltool-0.50.2-r1
Would you like to merge these packages? [Yes/No]
>>> Verifying ebuild manifests
>>> Emerging (1 of 3) dev-util/pkgconfig-0.28
>>> Installing (1 of 3) dev-util/pkgconfig-0.28
>>> Recording dev-util/pkgconfig in "world" favorites file...
>>> Emerging (2 of 3) sys-devel/gettext-0.18.3.2
>>> Installing (2 of 3) sys-devel/gettext-0.18.3.2
>>> Recording sys-devel/gettext in "world" favorites file...
>>> Emerging (3 of 3) dev-util/intltool-0.50.2-r1
>>> Installing (3 of 3) dev-util/intltool-0.50.2-r1
>>> Recording dev-util/intltool in "world" favorites file...
>>> Jobs: 3 of 3 complete Load avg: 1.32, 1.35, 1.38
localhost avahi-0.6.31 # grep -n -A1 -B6 'GNU gettext tools not found' configure
19279-set -x
19280-echo "$XGETTEXT"
19281-echo "$MSGMERGE"
19282-echo "$MSGFMT"
19283-set +x
19284-if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
19285: as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
19286-fi
--
19290-set -x
19291-echo "$xgversion"
19292-echo "$mmversion"
19293-echo "$mfversion"
19294-set +x
19295-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
19296: as_fn_error $? "GNU gettext tools not found; required for intltool" "$LINENO" 5
19297-fi
oh…
checking for gmsgfmt... /usr/bin/gmsgfmt
+ echo /usr/bin/xgettext
/usr/bin/xgettext
+ echo /usr/bin/msgmerge
/usr/bin/msgmerge
+ echo /usr/bin/msgfmt
/usr/bin/msgfmt
+ set +x
+ echo ''
+ echo ''
+ echo ''
+ set +x
configure: error: GNU gettext tools not found; required for intltool
localhost avahi-0.6.31 # /usr/bin/xgettext --version
Segmentation fault
localhost avahi-0.6.31 # /usr/bin/msgmerge --version
Segmentation fault
localhost avahi-0.6.31 # /usr/bin/msgfmt --version
Segmentation fault
What ?
localhost ~ # /usr/bin/xgettext --version
Segmentation fault
localhost ~ # /usr/bin/xgettext --help | head
Usage: (null) [OPTION] [INPUTFILE]...
Extract translatable strings from given input files.
Mandatory arguments to long options are mandatory for short options too.
Similarly for optional arguments.
Input file location:
INPUTFILE ... input files
-f, --files-from=FILE get list of input files from FILE
Try ad-hoc repair:
localhost ~ # cp /var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31/configure .
localhost ~ # sed -i -e 's/$\(XGETTEXT\|MSGMERGE\|MSGFMT\) --version/gettext --version/' configure
localhost ~ # diff /var/tmp/portage/net-dns/avahi-0.6.31-r2/work/avahi-0.6.31/configure configure
19282,19284c19282,19284
< xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
< mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
< mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
---
> xgversion="`gettext --version|grep '(GNU ' 2> /dev/null`"
> mmversion="`gettext --version|grep '(GNU ' 2> /dev/null`"
> mfversion="`gettext --version|grep '(GNU ' 2> /dev/null`"
And impersonating a package:
localhost avahi # pwd
/usr/portage/net-dns/avahi
localhost avahi # vi avahi-0.6.30-r3.ebuild
140 # We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
141 unset DISPLAY
142
143 sed -i -e 's/$\(XGETTEXT\|MSGMERGE\|MSGFMT\) --version/gettext --version/' configure
144
145 econf \
146 --localstatedir="${EPREFIX}/var" \
localhost avahi # ebuild avahi-0.6.30-r3.ebuild digest
>>> Creating Manifest for /usr/portage/net-dns/avahi
localhost avahi # ebuild avahi-0.6.30-r3.ebuild clean
localhost avahi # ebuild avahi-0.6.30-r3.ebuild merge
(snip)
>>> net-dns/avahi-0.6.30-r3 merged.
>>> Regenerating /etc/ld.so.cache…
It worded! :)
But not working … :(
localhost ~ # avahi-daemon --debug
Found user 'avahi' (UID 102) and group 'avahi' (GID 119).
Successfully dropped root privileges.
open(/var/run/unknown.pid): Permission denied
Failed to create PID file: Permission denied
PID filepath is set here:
static const char* pid_file_proc(void) {
return AVAHI_DAEMON_RUNTIME_DIR"/pid";
}
On amd64:
GreenLeft avahi-0.6.30 # grep 'avahi_runtime_dir' **/*
autom4te.cache/output.0:avahi_runtime_dir
autom4te.cache/output.0:avahi_runtime_dir="${localstatedir}/run"
autom4te.cache/output.0:avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
autom4te.cache/output.1:avahi_runtime_dir
autom4te.cache/output.1:avahi_runtime_dir="${localstatedir}/run"
autom4te.cache/output.1:avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- AC_SUBST([avahi_runtime_dir])
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- AC_SUBST_TRACE([avahi_runtime_dir])
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- m4_pattern_allow([^avahi_runtime_dir$])
autom4te.cache/traces.1:m4trace:configure.ac:983: -1- m4_pattern_allow([^avahi_runtime_dir$])
avahi-autoipd/Makefile:avahi_runtime_dir = /var/run
avahi-autoipd/Makefile:# -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-autoipd/Makefile.am: -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-autoipd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-autoipd/Makefile.in:@ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-client/Makefile:avahi_runtime_dir = /var/run
avahi-client/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-common/Makefile:avahi_runtime_dir = /var/run
avahi-common/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-compat-howl/Makefile:avahi_runtime_dir = /var/run
avahi-compat-howl/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-compat-howl/include: Is a directory
grep: avahi-compat-howl/samples: Is a directory
avahi-compat-libdns_sd/Makefile:avahi_runtime_dir = /var/run
avahi-compat-libdns_sd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-core/Makefile:avahi_runtime_dir = /var/run
avahi-core/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-daemon/Makefile: -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile:avahi_runtime_dir = /var/run
avahi-daemon/Makefile: -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
avahi-daemon/Makefile.am: -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.am: -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
avahi-daemon/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-daemon/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
avahi-daemon/avahi-daemon.socket.in:ListenStream=@avahi_runtime_dir@/avahi-daemon/socket
avahi-discover-standalone/Makefile:avahi_runtime_dir = /var/run
avahi-discover-standalone/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-dnsconfd/Makefile:avahi_runtime_dir = /var/run
avahi-dnsconfd/Makefile: -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-dnsconfd/Makefile.am: -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-dnsconfd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-dnsconfd/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-glib/Makefile:avahi_runtime_dir = /var/run
avahi-glib/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-gobject/Makefile:avahi_runtime_dir = /var/run
avahi-gobject/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-python/Makefile:avahi_runtime_dir = /var/run
avahi-python/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-python/avahi: Is a directory
grep: avahi-python/avahi-discover: Is a directory
avahi-qt/Makefile:avahi_runtime_dir = /var/run
avahi-qt/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-sharp/Makefile:avahi_runtime_dir = /var/run
avahi-sharp/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-sharp/en: Is a directory
avahi-ui-sharp/Makefile:avahi_runtime_dir = /var/run
avahi-ui-sharp/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-ui-sharp/en: Is a directory
avahi-ui/Makefile:avahi_runtime_dir = /var/run
avahi-ui/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-utils/Makefile:avahi_runtime_dir = /var/run
avahi-utils/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
common/Makefile:avahi_runtime_dir = /var/run
common/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
examples/Makefile:avahi_runtime_dir = /var/run
examples/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
initscript/Makefile:avahi_runtime_dir = /var/run
initscript/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: initscript/archlinux: Is a directory
grep: initscript/darwin: Is a directory
grep: initscript/debian: Is a directory
grep: initscript/fedora: Is a directory
grep: initscript/freebsd: Is a directory
grep: initscript/gentoo: Is a directory
grep: initscript/lfs: Is a directory
grep: initscript/mandriva: Is a directory
grep: initscript/slackware: Is a directory
grep: initscript/suse: Is a directory
man/Makefile:avahi_runtime_dir = /var/run
man/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
service-type-database/Makefile:avahi_runtime_dir = /var/run
service-type-database/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
tests/Makefile:avahi_runtime_dir = /var/run
tests/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
On arm:
localhost avahi-0.6.31 # grep 'avahi_runtime_dir' **/*
autom4te.cache/output.0:avahi_runtime_dir
autom4te.cache/output.0:avahi_runtime_dir="${localstatedir}/run"
autom4te.cache/output.0:avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
autom4te.cache/output.1:avahi_runtime_dir
autom4te.cache/output.1:avahi_runtime_dir="${localstatedir}/run"
autom4te.cache/output.1:avahi_socket="${avahi_runtime_dir}/avahi-daemon/socket"
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- AC_SUBST([avahi_runtime_dir])
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- AC_SUBST_TRACE([avahi_runtime_dir])
autom4te.cache/traces.0:m4trace:configure.ac:983: -1- m4_pattern_allow([^avahi_runtime_dir$])
autom4te.cache/traces.1:m4trace:configure.ac:983: -1- m4_pattern_allow([^avahi_runtime_dir$])
avahi-autoipd/Makefile.am: -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-autoipd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-autoipd/Makefile.in:@ENABLE_AUTOIPD_TRUE@@HAVE_LIBDAEMON_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-client/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-common/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-compat-howl/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-compat-howl/include: Is a directory
grep: avahi-compat-howl/samples: Is a directory
avahi-compat-libdns_sd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-core/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-daemon/Makefile.am: -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.am: -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
avahi-daemon/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-daemon/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -e 's,@avahi_runtime_dir\@,$(avahi_runtime_dir),g' $< > $@
avahi-daemon/avahi-daemon.socket.in:ListenStream=@avahi_runtime_dir@/avahi-daemon/socket
avahi-discover-standalone/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-dnsconfd/Makefile.am: -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-dnsconfd/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-dnsconfd/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \
avahi-glib/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-gobject/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-python/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-python/avahi: Is a directory
grep: avahi-python/avahi-discover: Is a directory
avahi-qt/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-sharp/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-sharp/en: Is a directory
avahi-ui-sharp/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: avahi-ui-sharp/en: Is a directory
avahi-ui/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
avahi-utils/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
common/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
examples/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
initscript/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
grep: initscript/archlinux: Is a directory
grep: initscript/darwin: Is a directory
grep: initscript/debian: Is a directory
grep: initscript/fedora: Is a directory
grep: initscript/freebsd: Is a directory
grep: initscript/gentoo: Is a directory
grep: initscript/lfs: Is a directory
grep: initscript/mandriva: Is a directory
grep: initscript/slackware: Is a directory
grep: initscript/suse: Is a directory
man/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
service-type-database/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
tests/Makefile.in:avahi_runtime_dir = @avahi_runtime_dir@
On amd64:
GreenLeft avahi # ebuild avahi-0.6.30-r3.ebuild compile
>>> Existing ${T}/environment for 'avahi-0.6.30-r3' will be sourced. Run
>>> 'clean' to start with a fresh environment.
>>> Checking avahi-0.6.30.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> It appears that 'setup' has already executed for 'avahi-0.6.30-r3'; skipping.
>>> Remove '/var/tmp/portage/net-dns/avahi-0.6.30-r3/.setuped' to force setup.
>>> It appears that 'unpack' has already executed for 'avahi-0.6.30-r3'; skipping.
>>> Remove '/var/tmp/portage/net-dns/avahi-0.6.30-r3/.unpacked' to force unpack.
>>> Preparing source in /var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30 ...
* Applying avahi-0.6.30-optional-gtk-utils.patch ... [ ok ]
* Applying avahi-0.6.x-openrc-0.9.x-init-scripts-fixes.patch ... [ ok ]
* Applying avahi-0.6.30-automake-1.11.2.patch ... [ ok ]
* Applying avahi-0.6.30-parallel.patch ... [ ok ]
* Running eautoreconf in '/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30' ...
* Running glib-gettextize --copy --force ... [ ok ]
* Running intltoolize --automake --copy --force ... [ ok ]
* Running libtoolize --install --copy --force --automake ... [ ok ]
* Running aclocal -I common ... [ ok ]
* Running autoconf ... [ ok ]
* Running autoheader ... [ ok ]
* Running automake --add-missing --copy --foreign --force-missing ... [ ok ]
* Running elibtoolize in: avahi-0.6.30/
* Applying portage/1.2.0 patch ...
* Applying sed/1.5.6 patch ...
* Applying as-needed/2.4.2 patch ...
* Applying target-nm/2.4.2 patch ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30 ...
* econf: updating avahi-0.6.30/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating avahi-0.6.30/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --localstatedir=/var --with-distro=gentoo --disable-python-dbus --disable-pygtk --disable-xmltoman --disable-monodoc --enable-glib --enable-gobject --disable-tests --disable-autoipd --disable-compat-libdns_sd --disable-compat-howl --disable-doxygen-doc --disable-mono --disable-dbus --disable-python --disable-gtk --disable-gtk3 --disable-introspection --disable-gtk-utils --disable-qt3 --disable-qt4 --disable-gdbm --disable-static
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports nested variables... (cached) yes
checking for stow... no
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 needs -traditional... no
checking whether libssp exists... no
checking whether stack-smashing protection is available... yes
checking whether stack-smashing protection is buggy... no
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -fstack-protector... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -fstack-protector... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether the C++ compiler works... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking for linux/netlink.h... yes
checking for net/route.h... no
checking for sys/filio.h... no
checking for sys/sysctl.h... yes
checking for struct lifconf... no
checking for struct ip_mreqn... yes
checking checking whether rtnetlink.h can be included with -std=c99... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -std=c99... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wall... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -W... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wextra... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -pedantic... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -pipe... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wformat... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wold-style-definition... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wdeclaration-after-statement... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wfloat-equal... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wmissing-declarations... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wmissing-prototypes... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wstrict-prototypes... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wredundant-decls... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wmissing-noreturn... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wshadow... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wendif-labels... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wpointer-arith... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wbad-function-cast... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wcast-qual... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wcast-align... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wwrite-strings... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -fdiagnostics-show-option... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -Wno-cast-qual... yes
checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 accepts -fno-strict-aliasing... yes
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for library containing inet_ntop... none required
checking for library containing recv... none required
checking whether CMSG_SPACE is declared... yes
checking for working memcmp... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gethostname... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for uname... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setresgid... yes
checking for setregid... yes
checking for strcasecmp... yes
checking for gettimeofday... yes
checking for putenv... yes
checking for strncasecmp... yes
checking for strlcpy... no
checking for gethostbyname... yes
checking for seteuid... yes
checking for setegid... yes
checking for setproctitle... no
checking for getprogname... no
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for mode_t... yes
checking for pid_t... yes
checking whether environ is declared... yes
checking for gcc -fvisibility=hidden support... yes
checking sys/capability.h usability... yes
checking sys/capability.h presence... yes
checking for sys/capability.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking for chroot... yes
checking for dlopen in -ldl... yes
checking for dlfcn.h... (cached) yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for kqueue... no
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.16.3
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for pkg-config... yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB20... yes
checking for GOBJECT... yes
checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
checking for XML_ParserCreate in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lbsdxml... no
checking for LIBDAEMON... yes
configure: WARNING: *** Not rebuilding man pages as xmltoman is not found ***
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
configure: creating ./config.status
config.status: creating Makefile
config.status: creating avahi-common/Makefile
config.status: creating avahi-core/Makefile
config.status: creating avahi-glib/Makefile
config.status: creating avahi-gobject/Makefile
config.status: creating avahi-qt/Makefile
config.status: creating avahi-daemon/Makefile
config.status: creating avahi-daemon/avahi-dbus.conf
config.status: creating avahi-discover-standalone/Makefile
config.status: creating avahi-client/Makefile
config.status: creating initscript/Makefile
config.status: creating initscript/debian/Makefile
config.status: creating initscript/gentoo/Makefile
config.status: creating initscript/archlinux/Makefile
config.status: creating initscript/suse/Makefile
config.status: creating initscript/fedora/Makefile
config.status: creating initscript/lfs/Makefile
config.status: creating initscript/mandriva/Makefile
config.status: creating initscript/darwin/Makefile
config.status: creating initscript/freebsd/Makefile
config.status: creating initscript/slackware/Makefile
config.status: creating avahi-dnsconfd/Makefile
config.status: creating avahi-utils/Makefile
config.status: creating avahi-python/Makefile
config.status: creating avahi-python/avahi/Makefile
config.status: creating avahi-python/avahi-discover/Makefile
config.status: creating examples/Makefile
config.status: creating common/Makefile
config.status: creating man/Makefile
config.status: creating tests/Makefile
config.status: creating service-type-database/Makefile
config.status: creating avahi-sharp/Makefile
config.status: creating avahi-ui-sharp/Makefile
config.status: creating avahi-compat-libdns_sd/Makefile
config.status: creating avahi-compat-howl/Makefile
config.status: creating avahi-compat-howl/samples/Makefile
config.status: creating avahi-autoipd/Makefile
config.status: creating avahi-ui/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
---{ avahi 0.6.30 }---
prefix: /usr
sysconfdir: /etc
localstatedir: /var
avahi socket: /var/run/avahi-daemon/socket
dbus-1 system.d dir: Disabled
dbus-1 version: Disabled
dbus-1 system socket: Disabled
C Compiler: x86_64-pc-linux-gnu-gcc -std=gnu99
CFLAGS: -O2 -pipe -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 -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing
Enable GLIB: yes
Enable GLIB GObject: yes
Enable GObject Introspection: no (disabled, use --enable-introspection to enable)
Enable GTK 2.0: no
Enable GTK 3.0: no
Enable D-Bus: no
With XML: expat
Enable GDBM: no
Enable DBM: no
Enable libdaemon: yes
Enable Python: no
Enable pygtk: no
Enable python-dbus: no
Enable QT3: no
Enable QT4: no
Enable Mono: no
Enable Monodoc: no
Distribution/OS: gentoo
User for avahi-daemon: avahi
Group for avahi-daemon: avahi
Priviliged access group for Avahi clients: netdev
User for avahi-autoipd: avahi-autoipd
Group for avahi-autoipd: avahi-autoipd
Enable chroot(): yes
Enable Linux inotify: yes
Enable stack-smashing protection: yes
systemd unit directory:
Building libavahi-core yes
Building avahi-daemon: yes
Building avahi-dnsconfd: yes
Building libavahi-client: no (You need avahi-daemon and D-Bus!)
Building avahi-utils: no (You need avahi-daemon and D-Bus!)
Building avahi-python: no (You need python, pygtk and python-dbus!)
Building libavahi-glib: yes
Building libavahi-gobject: no
Building avahi-discover-standalone: no
Building libavahi-qt3: no
Building libavahi-qt4: no
Building avahi-sharp: no
Building avahi-compat-libdns_sd: no
Building avahi-compat-howl: no
Building tests: no
Building avahi-core documentation: no
Building avahi-autoipd: no
Building libavahi-ui: no
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30 ...
make -j3
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/missing --run autoheader)
configure.ac:143: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...
../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
configure.ac:143: the top level
configure.ac:300: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
configure.ac:300: the top level
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
Making all in common
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/common'
Making all in avahi-common
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-common'
CC libavahi_common_la-malloc.lo
CC libavahi_common_la-address.lo
CC libavahi_common_la-alternative.lo
CC libavahi_common_la-error.lo
CC libavahi_common_la-strlst.lo
CC libavahi_common_la-domain.lo
CC libavahi_common_la-timeval.lo
CC libavahi_common_la-simple-watch.lo
CC libavahi_common_la-thread-watch.lo
CC libavahi_common_la-rlist.lo
CC libavahi_common_la-utf8.lo
simple-watch.c: In function 'avahi_simple_poll_wakeup':
simple-watch.c:101:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
CC libavahi_common_la-i18n.lo
CCLD libavahi-common.la
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-common'
Making all in avahi-core
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-core'
CC libavahi_core_la-timeeventq.lo
CC libavahi_core_la-iface.lo
CC libavahi_core_la-server.lo
CC libavahi_core_la-entry.lo
CC libavahi_core_la-prioq.lo
CC libavahi_core_la-cache.lo
CC libavahi_core_la-socket.lo
CC libavahi_core_la-response-sched.lo
CC libavahi_core_la-query-sched.lo
CC libavahi_core_la-probe-sched.lo
CC libavahi_core_la-announce.lo
CC libavahi_core_la-browse.lo
CC libavahi_core_la-rrlist.lo
CC libavahi_core_la-resolve-host-name.lo
CC libavahi_core_la-resolve-address.lo
CC libavahi_core_la-browse-domain.lo
CC libavahi_core_la-browse-service-type.lo
CC libavahi_core_la-browse-service.lo
CC libavahi_core_la-resolve-service.lo
CC libavahi_core_la-dns.lo
CC libavahi_core_la-rr.lo
CC libavahi_core_la-log.lo
CC libavahi_core_la-browse-dns-server.lo
CC libavahi_core_la-fdutil.lo
CC libavahi_core_la-util.lo
CC libavahi_core_la-hashmap.lo
CC libavahi_core_la-wide-area.lo
CC libavahi_core_la-multicast-lookup.lo
CC libavahi_core_la-querier.lo
CC libavahi_core_la-addr-util.lo
CC libavahi_core_la-domain-util.lo
CC libavahi_core_la-iface-linux.lo
CC libavahi_core_la-netlink.lo
CCLD libavahi-core.la
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-core'
Making all in avahi-qt
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make all-am
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
Making all in avahi-client
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-client'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-client'
Making all in avahi-glib
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-glib'
CC libavahi_glib_la-glib-watch.lo
CC libavahi_glib_la-glib-malloc.lo
glib-watch.c: In function 'prepare_func':
glib-watch.c:273:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
glib-watch.c: In function 'check_func':
glib-watch.c:301:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
glib-watch.c: In function 'dispatch_func':
glib-watch.c:326:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
CCLD libavahi-glib.la
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-glib'
Making all in avahi-gobject
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make all-am
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
Making all in avahi-discover-standalone
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-discover-standalone'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-discover-standalone'
Making all in avahi-daemon
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-daemon'
CC avahi_daemon-main.o
CC avahi_daemon-simple-protocol.o
CC avahi_daemon-static-services.o
main.c: In function 'main':
main.c:1622:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'init_rand_seed':
main.c:1448:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'make_runtime_dir':
main.c:1383:10: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'run_server':
main.c:1157:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
CC avahi_daemon-static-hosts.o
CC avahi_daemon-ini-file-parser.o
CC avahi_daemon-setproctitle.o
CC avahi_daemon-sd-daemon.o
CC avahi_daemon-check-nss.o
CC avahi_daemon-chroot.o
CC avahi_daemon-caps.o
CCLD avahi-daemon
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-daemon'
Making all in avahi-sharp
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-sharp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-sharp'
Making all in initscript
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
Making all in gentoo
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript/gentoo'
sed -e 's,@sbindir\@,/usr/sbin,g; /need dbus/d' avahi-daemon.in > avahi-daemon
sed -e 's,@sbindir\@,/usr/sbin,g' avahi-dnsconfd.in > avahi-dnsconfd
chmod +x avahi-daemon
chmod +x avahi-dnsconfd
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript/gentoo'
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
Making all in avahi-dnsconfd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-dnsconfd'
CC avahi_dnsconfd-main.o
main.c: In function 'main':
main.c:618:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
CCLD avahi-dnsconfd
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-dnsconfd'
Making all in avahi-utils
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-utils'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-utils'
Making all in avahi-python
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
Making all in avahi
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi'
Making all in avahi-discover
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi-discover'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi-discover'
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/examples'
Making all in man
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/man'
GEN avahi-browse.1.xml
GEN avahi-publish.1.xml
GEN avahi-resolve.1.xml
GEN avahi-set-host-name.1.xml
GEN avahi-daemon.8.xml
GEN avahi-discover.1.xml
GEN avahi-bookmarks.1.xml
GEN avahi-dnsconfd.8.xml
GEN avahi-daemon.conf.5.xml
GEN avahi-dnsconfd.action.8.xml
GEN avahi.service.5.xml
GEN avahi.hosts.5.xml
GEN avahi-autoipd.8.xml
GEN avahi-autoipd.action.8.xml
GEN bssh.1.xml
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/man'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/tests'
Making all in service-type-database
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/service-type-database'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/service-type-database'
Making all in avahi-compat-libdns_sd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-libdns_sd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-libdns_sd'
Making all in avahi-compat-howl
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in .
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in samples
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl/samples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl/samples'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in avahi-autoipd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-autoipd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-autoipd'
Making all in avahi-ui
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui'
Making all in avahi-ui-sharp
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui-sharp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui-sharp'
Making all in po
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/po'
MSGFMT bg.gmo
MSGFMT cs.gmo
MSGFMT ca.gmo
MSGFMT da.gmo
MSGFMT de.gmo
MSGFMT el.gmo
MSGFMT en_AU.gmo
MSGFMT en_CA.gmo
MSGFMT en_GB.gmo
MSGFMT en_NZ.gmo
MSGFMT es.gmo
MSGFMT fi.gmo
MSGFMT fo.gmo
MSGFMT fr.gmo
MSGFMT gl.gmo
MSGFMT he.gmo
MSGFMT id.gmo
MSGFMT hu.gmo
MSGFMT it.gmo
MSGFMT ja.gmo
MSGFMT ms.gmo
MSGFMT nl.gmo
MSGFMT pl.gmo
MSGFMT ro.gmo
MSGFMT pt_BR.gmo
MSGFMT ru.gmo
MSGFMT sl.gmo
MSGFMT sr.gmo
MSGFMT [email protected]
MSGFMT sv.gmo
MSGFMT uk.gmo
MSGFMT zh_CN.gmo
MSGFMT zh_TW.gmo
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/po'
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
GEN avahi-core.pc
GEN avahi-glib.pc
GEN avahi-gobject.pc
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
make[1]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
>>> Source compiled.
GreenLeft avahi #
make
on arm:
localhost avahi-0.6.30 # grep AVAHI_DAEMON_RUNTIME_DIR **/*
grep: avahi-compat-howl/include: Is a directory
grep: avahi-compat-howl/samples: Is a directory
avahi-daemon/Makefile: -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.am: -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/Makefile.in:@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ -DAVAHI_DAEMON_RUNTIME_DIR=\"$(avahi_runtime_dir)/avahi-daemon/\" \
avahi-daemon/chroot.c: AVAHI_DAEMON_RUNTIME_DIR"/pid",
avahi-daemon/main.c: return AVAHI_DAEMON_RUNTIME_DIR"/pid";
avahi-daemon/main.c: if (mkdir(AVAHI_DAEMON_RUNTIME_DIR, 0755) < 0 && errno != EEXIST) {
avahi-daemon/main.c: avahi_log_error("mkdir(\""AVAHI_DAEMON_RUNTIME_DIR"\"): %s", strerror(errno));
avahi-daemon/main.c: chown(AVAHI_DAEMON_RUNTIME_DIR, pw->pw_uid, gr->gr_gid);
avahi-daemon/main.c: if (stat(AVAHI_DAEMON_RUNTIME_DIR, &st) < 0) {
avahi-daemon/main.c: avahi_log_error("Failed to create runtime directory "AVAHI_DAEMON_RUNTIME_DIR".");
grep: avahi-python/avahi: Is a directory
grep: avahi-python/avahi-discover: Is a directory
grep: avahi-sharp/en: Is a directory
grep: avahi-ui-sharp/en: Is a directory
grep: initscript/archlinux: Is a directory
grep: initscript/darwin: Is a directory
grep: initscript/debian: Is a directory
grep: initscript/fedora: Is a directory
grep: initscript/freebsd: Is a directory
grep: initscript/gentoo: Is a directory
grep: initscript/lfs: Is a directory
grep: initscript/mandriva: Is a directory
grep: initscript/slackware: Is a directory
grep: initscript/suse: Is a directory
localhost avahi-0.6.30 # make
make all-recursive
make[1]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
Making all in common
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/common'
Making all in avahi-common
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-common'
CC libavahi_common_la-malloc.lo
CC libavahi_common_la-address.lo
CC libavahi_common_la-alternative.lo
CC libavahi_common_la-error.lo
CC libavahi_common_la-strlst.lo
CC libavahi_common_la-domain.lo
CC libavahi_common_la-timeval.lo
CC libavahi_common_la-simple-watch.lo
simple-watch.c: In function 'avahi_simple_poll_wakeup':
simple-watch.c:101:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
CC libavahi_common_la-thread-watch.lo
CC libavahi_common_la-rlist.lo
CC libavahi_common_la-utf8.lo
CC libavahi_common_la-i18n.lo
CCLD libavahi-common.la
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-common'
Making all in avahi-core
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-core'
CC libavahi_core_la-timeeventq.lo
CC libavahi_core_la-iface.lo
CC libavahi_core_la-server.lo
CC libavahi_core_la-entry.lo
CC libavahi_core_la-prioq.lo
CC libavahi_core_la-cache.lo
CC libavahi_core_la-socket.lo
socket.c: In function 'avahi_send_dns_packet_ipv4':
socket.c:525:16: warning: cast increases required alignment of target type [-Wcast-align]
socket.c: In function 'avahi_send_dns_packet_ipv6':
socket.c:611:16: warning: cast increases required alignment of target type [-Wcast-align]
socket.c: In function 'avahi_recv_dns_packet_ipv4':
socket.c:721:48: warning: cast increases required alignment of target type [-Wcast-align]
socket.c:727:44: warning: cast increases required alignment of target type [-Wcast-align]
socket.c: In function 'avahi_recv_dns_packet_ipv6':
socket.c:872:48: warning: cast increases required alignment of target type [-Wcast-align]
socket.c:879:45: warning: cast increases required alignment of target type [-Wcast-align]
CC libavahi_core_la-response-sched.lo
CC libavahi_core_la-query-sched.lo
CC libavahi_core_la-probe-sched.lo
CC libavahi_core_la-announce.lo
CC libavahi_core_la-browse.lo
CC libavahi_core_la-rrlist.lo
CC libavahi_core_la-resolve-host-name.lo
CC libavahi_core_la-resolve-address.lo
CC libavahi_core_la-browse-domain.lo
CC libavahi_core_la-browse-service-type.lo
CC libavahi_core_la-browse-service.lo
CC libavahi_core_la-resolve-service.lo
CC libavahi_core_la-dns.lo
dns.c: In function 'avahi_dns_packet_set_field':
dns.c:137:6: warning: cast increases required alignment of target type [-Wcast-align]
dns.c: In function 'avahi_dns_packet_get_field':
dns.c:144:12: warning: cast increases required alignment of target type [-Wcast-align]
CC libavahi_core_la-rr.lo
CC libavahi_core_la-log.lo
CC libavahi_core_la-browse-dns-server.lo
CC libavahi_core_la-fdutil.lo
CC libavahi_core_la-util.lo
CC libavahi_core_la-hashmap.lo
CC libavahi_core_la-wide-area.lo
CC libavahi_core_la-multicast-lookup.lo
CC libavahi_core_la-querier.lo
CC libavahi_core_la-addr-util.lo
addr-util.c: In function 'avahi_address_from_sockaddr':
addr-util.c:42:40: warning: cast increases required alignment of target type [-Wcast-align]
addr-util.c:44:40: warning: cast increases required alignment of target type [-Wcast-align]
addr-util.c: In function 'avahi_port_from_sockaddr':
addr-util.c:55:16: warning: cast increases required alignment of target type [-Wcast-align]
addr-util.c:57:16: warning: cast increases required alignment of target type [-Wcast-align]
CC libavahi_core_la-domain-util.lo
CC libavahi_core_la-iface-linux.lo
iface-linux.c: In function 'netlink_list_items':
iface-linux.c:53:9: warning: cast increases required alignment of target type [-Wcast-align]
iface-linux.c: In function 'netlink_callback':
iface-linux.c:113:13: warning: cast increases required alignment of target type [-Wcast-align]
iface-linux.c:145:17: warning: cast increases required alignment of target type [-Wcast-align]
iface-linux.c:201:13: warning: cast increases required alignment of target type [-Wcast-align]
iface-linux.c:239:17: warning: cast increases required alignment of target type [-Wcast-align]
CC libavahi_core_la-netlink.lo
netlink.c: In function 'avahi_netlink_work':
netlink.c:83:12: warning: cast increases required alignment of target type [-Wcast-align]
netlink.c:88:9: warning: cast increases required alignment of target type [-Wcast-align]
netlink.c:92:27: warning: cast increases required alignment of target type [-Wcast-align]
CCLD libavahi-core.la
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-core'
Making all in avahi-qt
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make all-am
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-qt'
Making all in avahi-client
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-client'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-client'
Making all in avahi-glib
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-glib'
CC libavahi_glib_la-glib-watch.lo
glib-watch.c: In function 'prepare_func':
glib-watch.c:273:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
glib-watch.c: In function 'check_func':
glib-watch.c:301:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
glib-watch.c: In function 'dispatch_func':
glib-watch.c:326:9: warning: 'g_source_get_current_time' is deprecated (declared at /usr/include/glib-2.0/glib/gmain.h:512): Use 'g_source_get_time' instead [-Wdeprecated-declarations]
CC libavahi_glib_la-glib-malloc.lo
CCLD libavahi-glib.la
/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.7.3/../../../../armv6j-hardfloat-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-glib'
Making all in avahi-gobject
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make all-am
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-gobject'
Making all in avahi-discover-standalone
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-discover-standalone'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-discover-standalone'
Making all in avahi-daemon
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-daemon'
CC avahi_daemon-main.o
main.c: In function 'main':
main.c:1622:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'init_rand_seed':
main.c:1448:13: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'make_runtime_dir':
main.c:1383:10: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
main.c: In function 'run_server':
main.c:1157:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
CC avahi_daemon-simple-protocol.o
CC avahi_daemon-static-services.o
CC avahi_daemon-static-hosts.o
CC avahi_daemon-ini-file-parser.o
CC avahi_daemon-setproctitle.o
CC avahi_daemon-sd-daemon.o
CC avahi_daemon-check-nss.o
CC avahi_daemon-chroot.o
chroot.c: In function 'send_fd':
chroot.c:132:7: warning: cast increases required alignment of target type [-Wcast-align]
chroot.c: In function 'recv_fd':
chroot.c:172:7: warning: cast increases required alignment of target type [-Wcast-align]
chroot.c:195:18: warning: cast increases required alignment of target type [-Wcast-align]
CC avahi_daemon-caps.o
CCLD avahi-daemon
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-daemon'
Making all in avahi-sharp
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-sharp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-sharp'
Making all in initscript
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
Making all in gentoo
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript/gentoo'
sed -e 's,@sbindir\@,/usr/sbin,g; /need dbus/d' avahi-daemon.in > avahi-daemon
chmod +x avahi-daemon
sed -e 's,@sbindir\@,/usr/sbin,g' avahi-dnsconfd.in > avahi-dnsconfd
chmod +x avahi-dnsconfd
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript/gentoo'
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/initscript'
Making all in avahi-dnsconfd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-dnsconfd'
CC avahi_dnsconfd-main.o
main.c: In function 'main':
main.c:618:14: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
CCLD avahi-dnsconfd
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-dnsconfd'
Making all in avahi-utils
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-utils'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-utils'
Making all in avahi-python
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
Making all in avahi
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi'
Making all in avahi-discover
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi-discover'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python/avahi-discover'
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-python'
Making all in examples
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/examples'
Making all in man
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/man'
GEN avahi-browse.1.xml
GEN avahi-publish.1.xml
GEN avahi-resolve.1.xml
GEN avahi-set-host-name.1.xml
GEN avahi-daemon.8.xml
GEN avahi-discover.1.xml
GEN avahi-bookmarks.1.xml
GEN avahi-dnsconfd.8.xml
GEN avahi-daemon.conf.5.xml
GEN avahi-dnsconfd.action.8.xml
GEN avahi.service.5.xml
GEN avahi.hosts.5.xml
GEN avahi-autoipd.8.xml
GEN avahi-autoipd.action.8.xml
GEN bssh.1.xml
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/man'
Making all in tests
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/tests'
Making all in service-type-database
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/service-type-database'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/service-type-database'
Making all in avahi-compat-libdns_sd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-libdns_sd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-libdns_sd'
Making all in avahi-compat-howl
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in .
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in samples
make[3]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl/samples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl/samples'
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-compat-howl'
Making all in avahi-autoipd
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-autoipd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-autoipd'
Making all in avahi-ui
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui'
Making all in avahi-ui-sharp
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui-sharp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/avahi-ui-sharp'
Making all in po
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30/po'
make[2]: Entering directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
GEN avahi-core.pc
GEN avahi-glib.pc
GEN avahi-gobject.pc
make[2]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
make[1]: Leaving directory `/var/tmp/portage/net-dns/avahi-0.6.30-r3/work/avahi-0.6.30'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Manual configure: