Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8203

Summary: memtest86 doesn't compile under 1.4_rc1
Product: Gentoo Linux Reporter: Kevin N. Carpenter <kevinc>
Component: Current packagesAssignee: SpanKY <vapier>
Status: VERIFIED FIXED    
Severity: normal    
Priority: Low    
Version: 1.4_rc1   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kevin N. Carpenter 2002-09-21 22:33:02 UTC
 
Comment 1 Kevin N. Carpenter 2002-09-21 22:34:39 UTC
dl1 root # emerge sys-apps/memtest86
Calculating dependencies ...done!
>>> emerge sys-apps/memtest86-3.0 to /
>>> md5 ;-) memtest86-3.0.tar.gz
>>> Unpacking source...
>>> Unpacking memtest86-3.0.tar.gz
>>> Source unpacked.
gcc -E -traditional head.S -o head.s
gcc -c -fPIC -Wall -g -O2 -fno-strict-aliasing reloc.c
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin -fPIC main.c
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin test.c
gcc -c -Wall -march=i486 -O -fomit-frame-pointer -fno-builtin -fPIC init.c
test.c:12: conflicting types for `v'
test.h:280: previous declaration of `v'
init.c:14: conflicting types for `v'
test.h:280: previous declaration of `v'
make: *** [test.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [init.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)
Comment 2 SpanKY gentoo-dev 2002-09-21 23:29:26 UTC
weird ... it looks like a patch was developed but then never applied ...

committed to cvs, re-open and yell at me if it still dont work
Comment 3 SpanKY gentoo-dev 2002-09-21 23:29:47 UTC
(give it some time for cvs to propogate to rsync servers and then to you ... 
like an hour or 2)
Comment 4 SpanKY gentoo-dev 2002-09-22 13:23:52 UTC
Worked great.  Thanks!

Kevin C.