Optware / Optware-ng

280 stars 52 forks source link

localdef not found #131

Closed nsouch closed 8 years ago

nsouch commented 8 years ago

Hi,

glibc-locale_2.21-3_i686.ipk seems broken and always return "not found" : Syno> /opt/bin/localedef --help -ash: /opt/bin/localedef: not found Syno>

Thx for your support.

alllexx88 commented 8 years ago

Hi,

Thanks for the report: there indeed was a bug in buildroot-i686: fixed in 7981dcb466e4108f11bff16841229bce578b62da. It's being built right now (http://jenkins.nas-admin.org/view/Optware/job/Optware_Build_004_buildroot-i686/271/console), the toolchain has to be rebuilt for this. As soon as it's built and indexed, the fixed version will be online. For now, as a dirty hack, you can do this: ln -sf ld-linux.so.2 /opt/lib/ld-linux-armhf.so.3

nsouch commented 8 years ago

Thx. Indeed it works with the hack above.

alllexx88 commented 8 years ago

You shouldn't need the hack now:

rm -f /opt/lib/ld-linux-armhf.so.3
ipkg update
ipkg upgrade
nsouch commented 8 years ago

Yep, that works.