Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 557890 - sys-apps/memtest86+-5.01-r1: parallel make failure
Summary: sys-apps/memtest86+-5.01-r1: parallel make failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 00:40 UTC by Naohiro Aota
Modified: 2015-12-12 23:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
complete build.log (build.log,5.42 KB, text/x-log)
2015-08-16 00:41 UTC, Naohiro Aota
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Naohiro Aota gentoo-dev 2015-08-16 00:40:37 UTC
sys-apps/memtest86+-5.01-r1 failed as follow:

x86_64-pc-linux-gnu-gcc -E -traditional head.S -o head.s
x86_64-pc-linux-gnu-gcc -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -fno-strict-aliasing reloc.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o main.o main.c
x86_64-pc-linux-gnu-gcc -c -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding test.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o init.o init.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o lib.o lib.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o patn.o patn.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o linuxbios.o linuxbios.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o pci.o pci.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o memsize.o memsize.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o spd.o spd.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o error.o error.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o dmi.o dmi.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o controller.o controller.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o smp.o smp.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o cpuid.o cpuid.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o config.o config.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o screen_buffer.o screen_buffer.c
x86_64-pc-linux-gnu-gcc -Wall -march=i486 -m32 -O0 -fomit-frame-pointer -fno-builtin -ffreestanding -fPIC  -fno-stack-protector  -m32  -c -o vmem.o vmem.c
x86_64-pc-linux-gnu-gcc -c -Wall -march=i486 -m32 -O3 -fomit-frame-pointer -fno-builtin -ffreestanding random.c
x86_64-pc-linux-gnu-gcc -E -traditional bootsect.S -o bootsect.s
x86_64-pc-linux-gnu-gcc -E -traditional setup.S -o setup.s
x86_64-pc-linux-gnu-as -32  -o head.o head.s
x86_64-pc-linux-gnu-as -32  -o bootsect.o bootsect.s
Assembler messages:
Error: can't open head.s for reading: No such file or directory
<builtin>: recipe for target 'head.o' failed
make: *** [head.o] Error 1
make: *** Waiting for unfinished jobs....

head.s built from head.S and head.o built from head.s are built in parallel which cause the build failure.
Comment 1 Naohiro Aota gentoo-dev 2015-08-16 00:41:16 UTC
Created attachment 409120 [details]
complete build.log