* [Buildroot] hotplug lsof index libssp
@ 2008-12-17 5:40 l m
2008-12-17 6:45 ` Hamish Moffatt
0 siblings, 1 reply; 4+ messages in thread
From: l m @ 2008-12-17 5:40 UTC (permalink / raw)
To: buildroot
Dear All,
I've met some problems with recent buildroot versions.
1. hotplug: r24435
"cat package/hotplug/diethotplug-0.5.tar | tar -C
/opt/buildroot/build_i686 -xf -
tar: Skipping to next header
tar: Error exit delayed from previous errors
make: *** [/opt/buildroot/build_i686/diethotplug-0.5] Error 2"
I've compared diethotplug-0.5.tar in different buildroot svn versions. In
r24435 the file size is 40951 Bytes, in another working version, it's 40960
Bytes. Is it this diethotplug-0.5.tar in r24435 corrupted?
2. lsof
The default lsof site ftp://lsof.itap.purdue.edu is not valid now. I use
http://www.mirrors.wiretapped.net/security/host-security/lsof/ to replace
it.
3. index() function
Some packages still use index(), but default setting doesn't support it. Is
it the "Enable SuSv3 LEGACY" in uclibc? I use strchr() to replace this
function.
4. libssp.so
For my X86 target system and FC10 X86 host system with gcc 4.3.2, openssh
compiling is ok, but its running (sshd, ssh-keygen,...) needs libssp.so in
the target system. Some people said in X86 with gcc 4 libssp is needed.
Should you add it to openssh.mk for X86 and gcc 4?
Regards
LM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20081217/9c4afe32/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] hotplug lsof index libssp
2008-12-17 5:40 [Buildroot] hotplug lsof index libssp l m
@ 2008-12-17 6:45 ` Hamish Moffatt
2008-12-17 7:50 ` l m
0 siblings, 1 reply; 4+ messages in thread
From: Hamish Moffatt @ 2008-12-17 6:45 UTC (permalink / raw)
To: buildroot
On Wed, Dec 17, 2008 at 01:40:41PM +0800, l m wrote:
> Dear All,
>
> I've met some problems with recent buildroot versions.
>
> 1. hotplug: r24435
> "cat package/hotplug/diethotplug-0.5.tar | tar -C
> /opt/buildroot/build_i686 -xf -
> tar: Skipping to next header
> tar: Error exit delayed from previous errors
> make: *** [/opt/buildroot/build_i686/diethotplug-0.5] Error 2"
>
> I've compared diethotplug-0.5.tar in different buildroot svn versions. In
> r24435 the file size is 40951 Bytes, in another working version, it's 40960
> Bytes. Is it this diethotplug-0.5.tar in r24435 corrupted?
Yes it is. Thanks, I fixed it in r24436.
> 2. lsof
> The default lsof site ftp://lsof.itap.purdue.edu is not valid now. I use
? It looks ok to me.
> 3. index() function
> Some packages still use index(), but default setting doesn't support it. Is
Which packages?
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] hotplug lsof index libssp
2008-12-17 6:45 ` Hamish Moffatt
@ 2008-12-17 7:50 ` l m
2008-12-17 13:32 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: l m @ 2008-12-17 7:50 UTC (permalink / raw)
To: buildroot
2008/12/17 Hamish Moffatt <hamish@cloud.net.au>
> On Wed, Dec 17, 2008 at 01:40:41PM +0800, l m wrote:
> > Dear All,
> >
> > I've met some problems with recent buildroot versions.
> >
> > 1. hotplug: r24435
> > "cat package/hotplug/diethotplug-0.5.tar | tar -C
> > /opt/buildroot/build_i686 -xf -
> > tar: Skipping to next header
> > tar: Error exit delayed from previous errors
> > make: *** [/opt/buildroot/build_i686/diethotplug-0.5] Error 2"
> >
> > I've compared diethotplug-0.5.tar in different buildroot svn versions. In
> > r24435 the file size is 40951 Bytes, in another working version, it's
> 40960
> > Bytes. Is it this diethotplug-0.5.tar in r24435 corrupted?
>
> Yes it is. Thanks, I fixed it in r24436.
>
> > 2. lsof
> > The default lsof site ftp://lsof.itap.purdue.edu is not valid now. I use
>
> ? It looks ok to me.
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.81.tar.bz2 Can you
download this link? This is the wget result.
" wget ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.81.tar.bz2
--2008-12-17 15:48:46--
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.81.tar.bz2
=> `lsof_4.81.tar.bz2'
Resolving lsof.itap.purdue.edu... 128.210.7.20
Connecting to lsof.itap.purdue.edu|128.210.7.20|:21... connected.
Logging in as anonymous ...
Error in server greeting.
Retrying."
Different browsers returned different results.
"530-The name server used by lsof.itap.purdue.edu cannot convert your
network."
This is the error I met in Firefox. in IE, I can't log in using anonymous
account.
>
> > 3. index() function
> > Some packages still use index(), but default setting doesn't support it.
> Is
>
> Which packages?
I only tried tinylogin and syslogd.
>
>
>
> Hamish
> --
> Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
>
Regards.
LM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20081217/37a65f8b/attachment.htm
^ permalink raw reply [flat|nested] 4+ messages in thread* [Buildroot] hotplug lsof index libssp
2008-12-17 7:50 ` l m
@ 2008-12-17 13:32 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2008-12-17 13:32 UTC (permalink / raw)
To: buildroot
>>>>> "l" == l m <lmmmcc@gmail.com> writes:
Hi,
>> Bytes. Is it this diethotplug-0.5.tar in r24435 corrupted?
l> Yes it is. Thanks, I fixed it in r24436.
Yeah, my fault.
>> 2. lsof
>> The default lsof site ftp://lsof.itap.purdue.edu is not valid now. I use
l> ? It looks ok to me.
l> ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.81.tar.bz2 Can you
l> download this link? This is the wget result.
l> " wget ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.81.tar.bz2
l> --2008-12-17 15:48:46-- ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
l> lsof_4.81.tar.bz2
l> => `lsof_4.81.tar.bz2'
l> Resolving lsof.itap.purdue.edu... 128.210.7.20
l> Connecting to lsof.itap.purdue.edu|128.210.7.20|:21... connected.
l> Logging in as anonymous ...
l> Error in server greeting.
l> Retrying."
It seems like your reverse dns is broken. From http://people.freebsd.org/~abe/:
!!!NOTICE!!! The ftpd server of the host, lsof.itap.purdue.edu, where
the lsof tar files reside MUST be able to convert (do a DNS
reverse-lookup of) the Internet address of the host from which an
attempt is being made to "get" the lsof tar file, and then it must
be able to convert (do a DNS forward lookup of) that host name and
find the host's starting Internet address.
There's not much we can do about it. If you can get it from somewhere
else you can stick it in your download directory and buildroot won't
try to download it any more.
>> 3. index() function
>> Some packages still use index(), but default setting doesn't support it.
l> Which packages?
l> I only tried tinylogin and syslogd.
Ahh, any reason you cannot use the busybox versions? tinyloging is
deprecated.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-17 13:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 5:40 [Buildroot] hotplug lsof index libssp l m
2008-12-17 6:45 ` Hamish Moffatt
2008-12-17 7:50 ` l m
2008-12-17 13:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox