[Buildroot] [PATCH] strace: Version bump to 4.7

Alexander Khryukin alexander at mezon.ru
Fri Oct 12 12:14:46 UTC 2012


2012/10/12 Markos Chandras <markos.chandras at gmail.com>

> On Thu, Oct 11, 2012 at 10:26 PM, Arnout Vandecappelle <arnout at mind.be>
> wrote:
> > On 10/10/12 14:49, Markos Chandras wrote:
> >>
> >> On Sat, Oct 6, 2012 at 12:18 AM, Arnout Vandecappelle<arnout at mind.be>
> >> wrote:
> >>>
> >>>   Not sure if it is related, but the previous version was already
> broken
> >>> for me
> >>>
> >>> on x86_64 builds. Hm, probably not related, because it failed with:
> >>>
> >>> file.c: In function 'printstat64':
> >>> file.c:1073:16: error: storage size of 'statbuf' isn't known
> >>> file.c:1073:16: warning: unused variable 'statbuf' [-Wunused-variable]
> >>>
> >
> >> I reported this problem upstream about an hour ago (with a proposed
> >> patch included)
> >>
> >> http://sourceforge.net/mailarchive/message.php?msg_id=29947462
> >
> >
> >  Is this only on x86_64 or also on other 64-bit platforms?
> >
> >
> I haven't tested it with other 64-bit platforms but I think the rest
> of them provide a struct stat64. But even with this patch, it does not
> go much further as it fails to build again due to undefined syscalls
> like Peter posted before
>
>
> http://autobuild.buildroot.net/results/db48ce61cdb53669958b8b301fd24d7ecc33b236/build-end.log
>
> Another way to workaround the stat64 problem on x86_64 is to
> ac_cv_have_long_long_off_t=yes on strace.mk when
> BR2_LARGEFILE is enabled.
>
> --
> Regards,
> Markos
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


Hi!

i'm trying to buiid strace

See here http://pastie.org/5043151




syscall.o:(.rodata+0x128): undefined reference to `sys_oldstat'
syscall.o:(.rodata+0x1c8): undefined reference to `sys_oldfstat'
syscall.o:(.rodata+0x548): undefined reference to `sys_oldlstat'
syscall.o:(.rodata+0x5a8): undefined reference to `sys_old_mmap'
syscall.o:(.rodata+0xc18): undefined reference to `sys_truncate64'
syscall.o:(.rodata+0xc28): undefined reference to `sys_ftruncate64'
syscall.o:(.rodata+0xc38): undefined reference to `sys_stat64'
syscall.o:(.rodata+0xc48): undefined reference to `sys_lstat64'
syscall.o:(.rodata+0xc58): undefined reference to `sys_fstat64'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121012/a0210c29/attachment-0002.html>


More information about the buildroot mailing list