elfutils not building on tank |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: elfutils not building on tank
- From: Christopher Rogers <slaxemulator@xxxxxxxxx>
- Date: Sat, 23 Oct 2010 06:09:16 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aAPbmiWEU1/XQGrBgHJiS4ldxkdhDMcMvgUAx6TDt2k=; b=YgpiKbBtUDaDv+oi7DqobkxCW5hmAoSMTQWejta+NlP6516QNVNbGpOeo8eGMCxoiA FKnYx/0R/msjU0ZdEdsAagnsArUOzirG54cKroPNTKuzbi1LN8Ughv7usbAPYRWSeZVz 7R06+EDSqx5JhQyQtspqwqWAXwRRf9E0GJIi8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZLtOMXxKTxzAWjPPE9AVAwEEZV8w8zGwjeJy2XL2V+tYXtzGZgVAqRirXP2FRYqODO B7KNv0nejMfjsXO2UPqnoTFDGVxdURJMB2H2maDBHdynzTpqnU2L5oEBDZNtFP9QZKAl I+rmwAy2RIasITE6fJAioT7ZytpliWH1vy+aU=
I was trying to fix elfutils so it would download source with one you guys having to manual downloaded. I fix that and elfutils compile great on mini chroot. My problem is a can't get it to compile on tank. I tryed added glibc-dev think the fake ldd was causing my problem. I installed bzip2 and lzma think that was needed. I even tried using 0.148 to see if was just the newer 0.149 causing the problem. But i always get this below:
if readelf -d libdw.so | fgrep -q TEXTREL; then exit 1; fi
make[3]: *** [libdw.so] Error 1
make[3]: Leaving directory `/home/slitaz/wok/elfutils/elfutils-0.148/libdw'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/slitaz/wok/elfutils/elfutils-0.148/libdw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/slitaz/wok/elfutils/elfutils-0.148'
make: *** [all] Error 2
================================================================================
Compilation failed. Please read the compiler output.
Does anyone know why this is happening?