Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14655 - current quik bootloader does not compile with gcc3.2.1
Summary: current quik bootloader does not compile with gcc3.2.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-27 22:13 UTC by listbox
Modified: 2012-02-03 09:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description listbox 2003-01-27 22:13:52 UTC
make[1]: Entering directory `/var/tmp/portage/quik-2.0.1.0-r1/work/quik-2.0/sec
     nd'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rul
     .
gcc    -c -o crt0.o crt0.S
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o printf.o printf.c
printf.c:31: warning: conflicting types for built-in function `printf'
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o malloc.o malloc.c
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o main.o main.c
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o cmdline.o cmdline.c
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o disk.o disk.c
gcc -I../include -O2 -D__NO_STRING_INLINES   -c -o file.o file.c
In file included from /usr/include/ext2fs/ext2fs.h:55,
                 from file.c:28:
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.1/include/stdio.h:55: conflictin
      types for `FILE'
file.c:26: previous declaration of `FILE'
file.c:171: conflicting types for `sprintf'
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.1/include/stdio.h:310: previous 
     eclaration of `sprintf'
make[1]: *** [file.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/quik-2.0.1.0-r1/work/quik-2.0/seco
     d'
make: *** [all] Error 1

!!! ERROR: sys-apps/quik-2.0.1.0-r1 failed.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)
Comment 1 Jonathan Nall 2003-01-28 08:21:28 UTC
fixed and committed into CVS. 

i committed this ~ppc as it needs testing on a gcc-3.2 and gcc-2.95 system.