Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 294777 Details for
Bug 364697
sys-boot/aboot-1.0_pre20040408-r3 fails to build with >=sys-libs/glibc-2.13
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), 12.35 KB, created by
Raúl Porcel (RETIRED)
on 2011-12-04 18:49:58 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Raúl Porcel (RETIRED)
Created:
2011-12-04 18:49:58 UTC
Size:
12.35 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: sys-boot/aboot-1.0_pre20040408-r3 >[32;01m * [39;49;00mRepository: x-portage >[32;01m * [39;49;00mMaintainer: alpha@gentoo.org >[32;01m * [39;49;00mUSE: alpha elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: sandbox >>>> Unpacking source... >>>> Unpacking aboot-1.0_pre20040408.tar.bz2 to /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work >>>> Unpacking gentoo-headers-base-2.6.22.tar.bz2 to /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work >>>> Unpacking aboot_gentoo.diff.bz2 to /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work > [32;01m*[0m Applying aboot-gcc-3.4.patch ... >[A[120C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying aboot-pt_note.patch ... >[A[120C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying aboot_gentoo.diff ... >[A[120C [34;01m[ [32;01mok[34;01m ][0m > [32;01m*[0m Applying glibc.patch ... >[A[120C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked in /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work >>>> Compiling source in /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408 ... >make -j4 -j1 >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -c -o head.o head.S >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o aboot.o aboot.c >aboot.c: In function 'first_block': >aboot.c:109:11: warning: assignment from incompatible pointer type >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o cons.o cons.c >In file included from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler-gcc4.h:4:0, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler.h:40, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/stddef.h:4, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/kernel.h:12, > from cons.c:4: >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler-gcc.h:41:0: warning: "__attribute_pure__" redefined >/usr/include/sys/cdefs.h:216:0: note: this is the location of the previous definition >In file included from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler.h:40:0, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/stddef.h:4, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/kernel.h:12, > from cons.c:4: >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler-gcc4.h:16:0: warning: "__attribute_used__" redefined >/usr/include/sys/cdefs.h:225:0: note: this is the location of the previous definition >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/compiler-gcc4.h:19:0: warning: "__always_inline" redefined >/usr/include/sys/cdefs.h:287:0: note: this is the location of the previous definition >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o utils.o utils.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o zip/misc.o zip/misc.c >zip/misc.c: In function 'fill_inbuf': >zip/misc.c:192:2: warning: pointer targets in passing argument 4 of 'bfs->bread' differ in signedness >zip/misc.c:192:2: note: expected 'char *' but argument is of type 'unsigned char *' >zip/misc.c: In function 'flush_window': >zip/misc.c:233:3: warning: pointer targets in passing argument 1 of 'first_block' differ in signedness >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/aboot.h:36:14: note: expected 'const char *' but argument is of type 'unsigned char *' >zip/misc.c:240:25: warning: pointer targets in initialization differ in signedness >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o zip/unzip.o zip/unzip.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o zip/inflate.o zip/inflate.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o disk.o disk.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o fs/ext2.o fs/ext2.c >In file included from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/thread_info.h:21:0, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/preempt.h:9, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/spinlock.h:49, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/seqlock.h:29, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/time.h:7, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/stat.h:60, > from fs/ext2.c:10: >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/asm/thread_info.h:49:17: warning: call-clobbered register used for global register variable >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o fs/ufs.o fs/ufs.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o fs/dummy.o fs/dummy.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__KERNEL__ -Os -Wall -fno-builtin -mno-fp-regs -c -o fs/iso.o fs/iso.c >In file included from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/thread_info.h:21:0, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/preempt.h:9, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/spinlock.h:49, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/seqlock.h:29, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/time.h:7, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/linux/stat.h:60, > from /var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/isolib.h:10, > from fs/iso.c:11: >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/asm/thread_info.h:49:17: warning: call-clobbered register used for global register variable >make -C lib libaboot.a CPPFLAGS=" -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include" TESTING="" >make[1]: Entering directory `/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/lib' >gcc -Os -Wall -mno-fp-regs -fno-builtin -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o vsprintf.o vsprintf.c >gcc -Os -Wall -mno-fp-regs -fno-builtin -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o memcpy.o memcpy.c >gcc -Os -Wall -mno-fp-regs -fno-builtin -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o memset.o memset.c >gcc -Os -Wall -mno-fp-regs -fno-builtin -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o string.o string.c >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o _setjmp.o _setjmp.S >gcc -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o _longjmp.o _longjmp.S >gcc -Os -Wall -mno-fp-regs -fno-builtin -I/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include -I/usr/src/linux/include -c -o isolib.o isolib.c >In file included from isolib.c:18:0: >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/isolib.h:17:39: warning: 'struct stat' declared inside parameter list >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/isolib.h:17:39: warning: its scope is only this definition or declaration, which is probably not what you want >isolib.c: In function 'iso_find_entry': >isolib.c:489:7: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness >isolib.c:57:1: note: expected 'char *' but argument is of type 'unsigned char *' >isolib.c: At top level: >isolib.c:902:27: warning: 'struct stat' declared inside parameter list >isolib.c:902:1: error: conflicting types for 'iso_fstat' >/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/include/isolib.h:17:13: note: previous declaration of 'iso_fstat' was here >isolib.c: In function 'iso_fstat': >isolib.c:909:24: error: invalid application of 'sizeof' to incomplete type 'struct stat' >isolib.c:911:5: error: dereferencing pointer to incomplete type >isolib.c:912:5: error: dereferencing pointer to incomplete type >isolib.c:913:5: error: dereferencing pointer to incomplete type >isolib.c:914:5: error: dereferencing pointer to incomplete type >isolib.c: In function 'iso_readdir_i': >isolib.c:1036:2: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness >isolib.c:57:1: note: expected 'char *' but argument is of type 'unsigned char *' >isolib.c: In function 'get_rock_ridge_filename': >isolib.c:1178:23: warning: pointer targets in passing argument 1 of 'isonum_711' differ in signedness >isolib.c:57:1: note: expected 'char *' but argument is of type 'unsigned char *' >make[1]: *** [isolib.o] Error 1 >make[1]: Leaving directory `/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408/lib' >make: *** [lib/libaboot.a] Error 2 >emake failed > [31;01m*[0m ERROR: sys-boot/aboot-1.0_pre20040408-r3 failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 56: Called src_compile > [31;01m*[0m environment, line 2140: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake -j1 || die "emake failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of 'emerge --info =sys-boot/aboot-1.0_pre20040408-r3', > [31;01m*[0m the complete build log and the output of 'emerge -pqv =sys-boot/aboot-1.0_pre20040408-r3'. > [31;01m*[0m This ebuild is from an overlay named 'x-portage': '/usr/local/portage/' > [31;01m*[0m The complete build log is located at '/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/temp/environment'. > [31;01m*[0m S: '/var/tmp/portage/sys-boot/aboot-1.0_pre20040408-r3/work/aboot-1.0_pre20040408'
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 364697
:
271023
|
283521
| 294777 |
294783