Hi guys,

When I compile s-nail on Void Linux, for armv6hf using xbps-src[1],
there is a tiny issue[2] with "/bin/strip" defined "STRIP=/bin/strip"
in mk.mk. It tries to strip s-nail binary, using host strip and I have
the following message:

  /bin/strip: Unable to recognise the format of the input file 
`/destdir/arm-linux-gnueabihf/s-nail-14.5.1/usr/bin/mail'

As we talked about with main dev from Void, we could define STRIP
to "/bin/strip", only when it's empty / not defined. Something like
this ${STRIP:=/bin/strip}. So we would be able to use the "good"
binary with "make STRIP=foo".

[1] https://github.com/voidlinux/xbps-src
[2] https://github.com/voidlinux/xbps-packages/pull/238

An IRC chan would be also awesome! :)

Best regards!
Y.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
S-nail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s-nail-users

Reply via email to