acpid in 1.16.2 doesn't build on SLES 10.

Denys Vlasenko vda.linux at googlemail.com
Sat Jul 17 20:42:33 UTC 2010


On Sat, Jul 17, 2010 at 10:04 PM, Rob Landley <rob at landley.net> wrote:
> On Thursday 15 July 2010 02:02:33 Denys Vlasenko wrote:
>> On Wednesday 14 July 2010 20:09, Rob Landley wrote:
>> > If I could actually use defconfig instead of my allnoconfig
>> > KCONFIG_ALLCONFIG=trimconfig thing, that would be an improvement...
>>
>> To achieve this you need to let me know what currently prevents that.
>
> $ echo hello | build/host/dos2unix
> hello
> dos2unix: can't open 'ORBIT_SOCKETDIR=/tmp/orbit-landley': No such file or
> directory
>
> Apparently, dos2unix is horked?

yes

> (Where's it getting ORBIG_SOCKETDIR from?

env[0]

> What?  Why is it trying to open anything, with no arguments shouldn't it filter
> stdin to stdout?)

It did filter stdin to stdout, but then it ran off argv[] vector and started
chewing up env[].

Try this:

http://busybox.net/downloads/fixes-1.17.0/busybox-1.17.0-dos2unix.patch
-- 
vda


More information about the busybox mailing list