Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395752 Details for
Bug 539186
net-misc/dhcpcd-6.7.1 on PPC - if.c: In function 'if_discover': if.c:304:14: error: 'struct interface' has no member named 'alias'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 10.17 KB, created by
Patrick
on 2015-02-07 05:05:15 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Patrick
Created:
2015-02-07 05:05:15 UTC
Size:
10.17 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: net-misc/dhcpcd-6.7.1 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: williamh@gentoo.org base-system@gentoo.org >[32;01m * [39;49;00mUSE: abi_ppc_32 elibc_glibc ipv6 kernel_linux ppc udev userland_GNU >[32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking dhcpcd-6.7.1.tar.bz2 to /var/tmp/portage/net-misc/dhcpcd-6.7.1/work >>>> Source unpacked in /var/tmp/portage/net-misc/dhcpcd-6.7.1/work >>>> Preparing source in /var/tmp/portage/net-misc/dhcpcd-6.7.1/work/dhcpcd-6.7.1 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-misc/dhcpcd-6.7.1/work/dhcpcd-6.7.1 ... >./configure --prefix=/usr --build=powerpc-unknown-linux-gnu --host=powerpc-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib --prefix= --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --localstatedir=/var --rundir=/run --disable-embedded --enable-ipv6 CC=powerpc-unknown-linux-gnu-gcc --with-hook=ntp.conf --with-hook=yp.conf >configure args: --prefix=/usr --build=powerpc-unknown-linux-gnu --host=powerpc-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib --prefix= --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --localstatedir=/var --rundir=/run --disable-embedded --enable-ipv6 CC=powerpc-unknown-linux-gnu-gcc --with-hook=ntp.conf --with-hook=yp.conf >Deriving operating system from ... powerpc-unknown-linux-gnu >Configuring dhcpcd for ... linux >dhcpcd-definitions.conf will be installed to /lib/dhcpcd >Using compiler .. powerpc-unknown-linux-gnu-gcc >powerpc-unknown-linux-gnu-gcc (Gentoo 4.9.2 p1.0, pie-0.6.2) 4.9.2 >Testing for nl80211 ... yes >Testing for getifaddrs ... yes >Testing for clock_gettime ... yes >Testing for inet_ntoa ... yes >Testing for arc4random ... no >Testing for arc4random_uniform ... no >Testing for closefrom ... no >Testing for getline ... yes >Testing for strlcpy ... no >Testing for dprintf ... yes >Testing for TAILQ_FOREACH_SAFE ... no >Testing for TAILQ_CONCAT ...yes >Testing for posix_spawn ... yes >Testing for pollts ... no >Testing for ppoll ... yes >Testing for LOG_PERROR ... yes >Testing for be64enc ... no >Testing for MD5Init ... no >Testing for sha2.h ... no >Testing for SHA256_Init ... no >Testing for SHA256Init ... no >Checking for libudev ... yes >Checking udev_monitor_filter_add_match_subsystem_devtype ... yes >Checking udev_device_get_is_initialized ... yes >Testing for dlopen ... yes (-ldl) >Checking for ntpd ... not found >Checking for ypbind ... not found >Finding hook ntp.conf ... 50-ntp.conf >Finding hook yp.conf ... 50-yp.conf > > SYSCONFDIR = /etc > SBINDIR = /sbin > LIBDIR = /lib > 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.7.1/work/dhcpcd-6.7.1 ... >make -j2 >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c common.c -o common.o >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c control.c -o control.o >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c dhcpcd.c -o dhcpcd.o >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c duid.c -o duid.o >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c eloop.c -o eloop.o >powerpc-unknown-linux-gnu-gcc -O2 -mcpu=7450 -DEMBEDDED_CONFIG=\"/lib/dhcpcd/dhcpcd-definitions.conf\" -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -DINET -DINET6 -DPLUGIN_DEV -I./crypt -c if.c -o if.o >[01m[Kif.c:[m[K In function '[01m[Kif_discover[m[K': >[01m[Kif.c:304:14:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > strlcpy(ifp->alias, p, sizeof(ifp->alias)); >[01;32m[K ^[m[K >[01m[Kif.c:304:36:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > strlcpy(ifp->alias, p, sizeof(ifp->alias)); >[01;32m[K ^[m[K >In file included from [01m[K/usr/include/string.h:634:0[m[K, > from [01m[Kif.c:59[m[K: >[01m[Kif.c:[m[K In function '[01m[Kif_findindexname[m[K': >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >[01m[Kif.c:541:27:[m[K [01;31m[Kerror: [m[K'[01m[Kstruct interface[m[K' has no member named '[01m[Kalias[m[K' > (name && strcmp(ifp->alias, name) == 0) || >[01;32m[K ^[m[K >Makefile:81: recipe for target 'if.o' failed >make: *** [if.o] Error 1 >make: *** Waiting for unfinished jobs.... > [31;01m*[0m ERROR: net-misc/dhcpcd-6.7.1::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.7.1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-misc/dhcpcd-6.7.1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-misc/dhcpcd-6.7.1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-6.7.1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/net-misc/dhcpcd-6.7.1/work/dhcpcd-6.7.1' > [31;01m*[0m S: '/var/tmp/portage/net-misc/dhcpcd-6.7.1/work/dhcpcd-6.7.1'
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 539186
: 395752