acpid in 1.16.2 doesn't build on SLES 10.

Rob Landley rob at landley.net
Wed Jul 14 20:18:18 UTC 2010


On Wednesday 14 July 2010 01:20:51 Denys Vlasenko wrote:
> fixed?
> http://busybox.net/downloads/fixes-1.17.0/busybox-1.17.0-acpid.patch

Defconfig has CONFIG_AR=y, and busybox ar makes the zlib build unhappy:

ar rc libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o 
gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o 
cc -O -D_LARGEFILE64_SOURCE=1 -o example example.o -L. libz.a
libz.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: ld returned 1 exit status

Not entirely sure why, they didn't specify s, but I guess ar creates the index 
by default when you create with c?

Rob
-- 
GPLv3: as worthy a successor as The Phantom Meanace, as timely as Duke Nukem 
Forever, and as welcome as New Coke.


More information about the busybox mailing list