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

Markos Chandras markos.chandras at gmail.com
Fri Oct 12 08:04:39 UTC 2012


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



More information about the buildroot mailing list