Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8093 - Quik fails to compile on 1.4rc1
Summary: Quik fails to compile on 1.4rc1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Owen Stampflee (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 01:51 UTC by Graham Forest
Modified: 2012-02-03 09:01 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 Graham Forest 2002-09-19 01:51:59 UTC
'emerge quik' results in the following errors on my Powermac 9600/200 with a fresh stage three install of 1.4rc1:

ld -N -Ttext 0x3e0000 -Bstatic -o second crt0.o printf.o malloc.o main.o cmdline.o disk.o file.o cfg.o strtol.o prom.o cache.o string.o setjmp.o ctype.o nosys.o  -lext2fs
main.o: In function `get_params':
main.o(.text+0x6c0): undefined reference to `puts'
main.o: In function `main':
main.o(.text+0xb40): undefined reference to `puts'
main.o(.text+0xcbc): undefined reference to `puts'
main.o(.text+0xf40): undefined reference to `puts'
file.o: In function `read_dos_partition':
file.o(.text+0x214): undefined reference to `puts'
file.o(.text+0xa54): more undefined references to `puts' follow
/usr/lib/libext2fs.a(inline.o): In function `ext2fs_find_first_bit_set':
inline.o(.text+0x138): undefined reference to `ffs'
/usr/lib/libext2fs.a(inline.o): In function `ext2fs_find_next_bit_set':
inline.o(.text+0x218): undefined reference to `ffs'
inline.o(.text+0x2b8): undefined reference to `ffs'
make[1]: *** [second] Error 1
make[1]: Leaving directory `/var/tmp/portage/quik-2.0.1.0-r1/work/quik-2.0/second'
make: *** [all] Error 1
Comment 1 Owen Stampflee (RETIRED) gentoo-dev 2002-09-24 19:11:04 UTC
I commited a new ebuild that includes some Makefile-fu which will correctly 
link Quik on GCC 3.2 systems. 
 
emerge rsync 
emerge quik 
 
Should do the trick. 
Owen