Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 367034 Details for
Bug 497098
net-misc/dhcpcd-6.2.0: ipv6 should be ON otherwise won't compile.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Complete build log.
build.log (text/plain), 10.40 KB, created by
Alexandre
on 2014-01-05 03:57:23 UTC
(
hide
)
Description:
Complete build log.
Filename:
MIME Type:
Creator:
Alexandre
Created:
2014-01-05 03:57:23 UTC
Size:
10.40 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: net-misc/dhcpcd-6.2.0 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: williamh@gentoo.org base-system@gentoo.org >[32;01m * [39;49;00mUSE: amd64 elibc_glibc kernel_linux udev userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking dhcpcd-6.2.0.tar.bz2 to /var/tmp/portage/net-misc/dhcpcd-6.2.0/work >>>> Source unpacked in /var/tmp/portage/net-misc/dhcpcd-6.2.0/work >>>> Preparing source in /var/tmp/portage/net-misc/dhcpcd-6.2.0/work/dhcpcd-6.2.0 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/dhcpcd-6.2.0/work/dhcpcd-6.2.0 ... >./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=/lib64 --prefix= --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --localstatedir=/var --rundir=/run --disable-ipv6 --with-hook=ntp.conf --with-hook=yp.conf >Configuring dhcpcd for ... linux >Looking for compiler ... x86_64-pc-linux-gnu-gcc >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.1, pie-0.5.8) 4.8.2 >dhcpcd-definitions.conf will be embedded in dhcpcd itself >Testing for getifaddrs ... yes >Testing for arc4random ... [34m/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/ccUXMPyI.o:[0m[34m In function `main': >[0m[1;31m_arc4random.c:(.text.startup+0x7): undefined reference to `[0m[1;36marc4random[0m[1;31m' >[0m[1;31mcollect2: error: ld returned 1 exit status >[0mno >Testing for closefrom ... [34m/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/ccAGKEuV.o:[0m[34m In function `main': >[0m[1;31m_closefrom.c:(.text.startup+0xc): undefined reference to `[0m[1;36mclosefrom[0m[1;31m' >[0m[1;31mcollect2: error: ld returned 1 exit status >[0mno >Testing for getline ... [34m_getline.c:[0m[34m In function âmainâ: >[0m[0m_getline.c:[0m[34m6:[0m[33m9: warning: ignoring return value of âgetlineâ, declared with attribute warn_unused_result [-Wunused-result][0m >[33m getline(&buf, &n, stdin); >[0m[33m ^ >[0myes >Testing for strlcpy ... [34m/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/ccZdO1X8.o:[0m[34m In function `main': >[0m[1;31m_strlcpy.c:(.text.startup+0x1b): undefined reference to `[0m[1;36mstrlcpy[0m[1;31m' >[0m[1;31mcollect2: error: ld returned 1 exit status >[0mno >Testing for TAILQ_FOREACH_SAFE ... [34m_queue.c:[0m[34m In function âmainâ: >[0m[0m_queue.c:[0m[34m4:[0m[1;31m2: error: #error TAILQ_FOREACH_SAFE[0m >[1;31m #error TAILQ_FOREACH_SAFE >[0m[1;31m ^ >[0mno >Testing for posix_spawn ... yes >Testing for pollts ... [34m/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/ccLPWEqE.o:[0m[34m In function `main': >[0m[1;31m_pollts.c:(.text.startup+0xf): undefined reference to `[0m[1;36mpollts[0m[1;31m' >[0m[1;31mcollect2: error: ld returned 1 exit status >[0mno >Testing for ppoll ... yes >Checking for libudev ... yes >Checking udev_monitor_filter_add_match_subsystem_devtype ... yes >Checking udev_device_get_is_initialized ... yes >Checking for OpenRC ... yes >Checking for ntpd ... /usr/sbin/ntpd (50-ntp.conf) >Checking for ypind ... not found >Finding hook ntp.conf ... 50-ntp.conf >Finding hook yp.conf ... 50-yp.conf > > SYSCONFDIR = /etc > SBINDIR = /sbin > LIBDIR = /lib64 > LIBEXECDIR = /lib/dhcpcd > DBDIR = /var/lib/dhcpcd > RUNDIR = /run > MANDIR = /usr/share/man > HOOKSCRIPTS = 50-ntp.conf 50-yp.conf > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-misc/dhcpcd-6.2.0/work/dhcpcd-6.2.0 ... >make -j3 >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c common.c -o common.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c control.c -o control.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c dhcpcd.c -o dhcpcd.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c duid.c -o duid.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c eloop.c -o eloop.o >/bin/sh genembedh dhcpcd-definitions.conf dhcpcd-embedded.h.in > dhcpcd-embedded.h >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c if-pref.c -o if-pref.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c net.c -o net.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c script.c -o script.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c dhcp-common.c -o dhcp-common.o >/bin/sh genembedc dhcpcd-definitions.conf > dhcpcd-embedded.c >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c lpf.c -o lpf.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c if-linux.c -o if-linux.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c if-linux-wireless.c -o if-linux-wireless.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c platform-linux.c -o platform-linux.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c arp.c -o arp.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c dhcp.c -o dhcp.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c ipv4.c -o ipv4.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c ipv4ll.c -o ipv4ll.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c dev.c -o dev.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c compat/arc4random.c -o compat/arc4random.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c compat/closefrom.c -o compat/closefrom.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c compat/strlcpy.c -o compat/strlcpy.o >sed -e 's:@RUNDIR@:/run:g' -e 's:@DBDIR@:/var/lib/dhcpcd:g' -e 's:@LIBDIR@:/lib64:g' -e 's:@HOOKDIR@:/lib/dhcpcd/dhcpcd-hooks:g' \ > -e 's:@SYSCONFDIR@:/etc:g' -e 's:@SCRIPT@:/lib/dhcpcd/dhcpcd-run-hooks:g' \ > -e 's:@SERVICEEXISTS@:/sbin/rc-service -e $1:g' -e 's:@SERVICECMD@:/sbin/rc-service $1 -- -D $2:g' -e 's:@SERVICESTATUS@:service_command $1 status >/dev/null 2>\&1:g' \ > dhcpcd-run-hooks.in > dhcpcd-run-hooks >sed -e 's:@RUNDIR@:/run:g' -e 's:@DBDIR@:/var/lib/dhcpcd:g' -e 's:@LIBDIR@:/lib64:g' -e 's:@HOOKDIR@:/lib/dhcpcd/dhcpcd-hooks:g' \ > -e 's:@SYSCONFDIR@:/etc:g' -e 's:@SCRIPT@:/lib/dhcpcd/dhcpcd-run-hooks:g' \ > -e 's:@SERVICEEXISTS@:/sbin/rc-service -e $1:g' -e 's:@SERVICECMD@:/sbin/rc-service $1 -- -D $2:g' -e 's:@SERVICESTATUS@:service_command $1 status >/dev/null 2>\&1:g' \ > dhcpcd.conf.5.in > dhcpcd.conf.5 >sed -e 's:@RUNDIR@:/run:g' -e 's:@DBDIR@:/var/lib/dhcpcd:g' -e 's:@LIBDIR@:/lib64:g' -e 's:@HOOKDIR@:/lib/dhcpcd/dhcpcd-hooks:g' \ > -e 's:@SYSCONFDIR@:/etc:g' -e 's:@SCRIPT@:/lib/dhcpcd/dhcpcd-run-hooks:g' \ > -e 's:@SERVICEEXISTS@:/sbin/rc-service -e $1:g' -e 's:@SERVICECMD@:/sbin/rc-service $1 -- -D $2:g' -e 's:@SERVICESTATUS@:service_command $1 status >/dev/null 2>\&1:g' \ > dhcpcd.8.in > dhcpcd.8 >sed -e 's:@RUNDIR@:/run:g' -e 's:@DBDIR@:/var/lib/dhcpcd:g' -e 's:@LIBDIR@:/lib64:g' -e 's:@HOOKDIR@:/lib/dhcpcd/dhcpcd-hooks:g' \ > -e 's:@SYSCONFDIR@:/etc:g' -e 's:@SCRIPT@:/lib/dhcpcd/dhcpcd-run-hooks:g' \ > -e 's:@SERVICEEXISTS@:/sbin/rc-service -e $1:g' -e 's:@SERVICECMD@:/sbin/rc-service $1 -- -D $2:g' -e 's:@SERVICESTATUS@:service_command $1 status >/dev/null 2>\&1:g' \ > dhcpcd-run-hooks.8.in > dhcpcd-run-hooks.8 >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c if-options.c -o if-options.o >x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -fomit-frame-pointer -g0 -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -DINET -DPLUGIN_DEV -c dhcpcd-embedded.c -o dhcpcd-embedded.o >[34mif-options.c:[0m[34m In function âread_configâ: >[0m[0mif-options.c:[0m[34m1671:[0m[1;31m8: error: âiâ undeclared (first use in this function)[0m >[1;31m for (i = 0, opt = ifo->dhcp6_override; >[0m[1;31m ^ >[0m[32mif-options.c:[0m[32m1671:[0m[32m8: note: each undeclared identifier is reported only once for each function it appears in[0m >[0mif-options.c:[0m[34m1672:[0m[1;31m14: error: âstruct if_optionsâ has no member named âdhcp_override6_lenâ[0m >[1;31m i < ifo->dhcp_override6_len; >[0m[1;31m ^ >[0mMakefile:78: recipe for target 'if-options.o' failed >make: *** [if-options.o] Error 1 >make: *** Waiting for unfinished jobs.... > [31;01m*[0m ERROR: net-misc/dhcpcd-6.2.0::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=net-misc/dhcpcd-6.2.0::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-misc/dhcpcd-6.2.0::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-6.2.0/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/net-misc/dhcpcd-6.2.0/work/dhcpcd-6.2.0' > [31;01m*[0m S: '/var/tmp/portage/net-misc/dhcpcd-6.2.0/work/dhcpcd-6.2.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 497098
: 367034