[Nut-upsuser] instaling NUT into OpenWRT: argp-standalone error

Charles Lepple clepple at gmail.com
Sun Jan 13 15:12:14 UTC 2013


On Jan 13, 2013, at 9:34 AM, I wrote:

> Please try running "sh -x config.guess 2>&1 | tee config.guess.log && gzip -9v config.guess.log" and post the compressed log back to the list.


Thanks for sending the log. The key line (which I'm surprised did not make it into the error message) is this:

+ CC_FOR_BUILD=no_compiler_found

In order to build from source, you will need to install a compiler such as gcc. Also, as with any other embedded system, cross-compiling on a more capable machine might be easier and faster in the long run.

At the moment, binaries might be a better solution if you just want to run NUT.

It looks like this is the package description file I was looking for:

   https://dev.openwrt.org/browser/packages/utils/nut/Makefile

Interestingly, I don't see any direct reference to argp-standalone in that Mqkefile. Is it possible that your OpenWRT is running a different baseline version than what that package was built for? It seems like argp-standalone was broken out from glibc, so there is probably a package for it at that snapshot URL you sent before.

   https://dev.openwrt.org/browser/packages/libs/argp-standalone/Makefile

-- 
Charles Lepple
clepple at gmail






More information about the Nut-upsuser mailing list