* [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues
@ 2010-03-13 14:04 bugzilla at busybox.net
2010-03-13 14:05 ` [Buildroot] [Bug 1279] " bugzilla at busybox.net
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
Summary: Buildroot compiled Busybox and Coreutils LFS issues
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: richard-bugs at nod.at
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created an attachment (id=1225)
--> (https://bugs.busybox.net/attachment.cgi?id=1225)
Buildroot configuration
I set up a very basic root filesystem with large file support (BR2_LARGEFILE=y)
using Buildroot.
But ls from both Busybox and Coreutils fails on large directories.
In my case /mnt, which is a 1.4TB cifs share. On a smaller(~100GB) one it works
fine.
Strace shows that ls fires fstat() instead of fstat64().
So I wore a small testtool, which uses the fstat() library call.
It worked perfectly. According to strace my tool uses fstat64().
It seems that Buildroot messes something up while building Busybox and
Coreutils with large file support.
Config files, strace logs and my testtool are attached.
I reproduced this issue with Buildroot 2010.02 and snapshot from yesterday.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
@ 2010-03-13 14:05 ` bugzilla at busybox.net
2010-03-13 14:06 ` bugzilla at busybox.net
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:05 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #1 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:05:41 UTC ---
Created an attachment (id=1231)
--> (https://bugs.busybox.net/attachment.cgi?id=1231)
Busybox configuration (generated)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
2010-03-13 14:05 ` [Buildroot] [Bug 1279] " bugzilla at busybox.net
@ 2010-03-13 14:06 ` bugzilla at busybox.net
2010-03-13 14:06 ` bugzilla at busybox.net
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #2 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:06:10 UTC ---
Created an attachment (id=1237)
--> (https://bugs.busybox.net/attachment.cgi?id=1237)
uClibc config (generated)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
2010-03-13 14:05 ` [Buildroot] [Bug 1279] " bugzilla at busybox.net
2010-03-13 14:06 ` bugzilla at busybox.net
@ 2010-03-13 14:06 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #3 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:06:47 UTC ---
Created an attachment (id=1243)
--> (https://bugs.busybox.net/attachment.cgi?id=1243)
strace busybox's ls
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
` (2 preceding siblings ...)
2010-03-13 14:06 ` bugzilla at busybox.net
@ 2010-03-13 14:07 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #4 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:07:11 UTC ---
Created an attachment (id=1249)
--> (https://bugs.busybox.net/attachment.cgi?id=1249)
strace coreutils's ls
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
` (3 preceding siblings ...)
2010-03-13 14:07 ` bugzilla at busybox.net
@ 2010-03-13 14:07 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #5 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:07:30 UTC ---
Created an attachment (id=1255)
--> (https://bugs.busybox.net/attachment.cgi?id=1255)
strace testtool
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
` (4 preceding siblings ...)
2010-03-13 14:07 ` bugzilla at busybox.net
@ 2010-03-13 14:07 ` bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
2013-11-28 18:30 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-03-13 14:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
--- Comment #6 from Richard Weinberger <richard-bugs@nod.at> 2010-03-13 14:07:53 UTC ---
Created an attachment (id=1261)
--> (https://bugs.busybox.net/attachment.cgi?id=1261)
the testtool
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
` (5 preceding siblings ...)
2010-03-13 14:07 ` bugzilla at busybox.net
@ 2010-04-09 14:54 ` bugzilla at busybox.net
2013-11-28 18:30 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2010-04-09 14:54 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |2010.05
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [Bug 1279] Buildroot compiled Busybox and Coreutils LFS issues
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
` (6 preceding siblings ...)
2010-04-09 14:54 ` bugzilla at busybox.net
@ 2013-11-28 18:30 ` bugzilla at busybox.net
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla at busybox.net @ 2013-11-28 18:30 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=1279
Gustavo Zacarias <gustavo@zacarias.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Gustavo Zacarias <gustavo@zacarias.com.ar> 2013-11-28 18:30:42 UTC ---
Working just fine with qemu_x86_defconfig + LARGEFILE + cifs-utils + strace
(and tweaked kernel with CONFIG_CIFS=m against a 2 TB share).
Strace shows busybox ls using *stat64 all along.
Didn't try coreutils ls but i guess this was fixed along some time ago because
of the bug age.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-11-28 18:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13 14:04 [Buildroot] [Bug 1279] New: Buildroot compiled Busybox and Coreutils LFS issues bugzilla at busybox.net
2010-03-13 14:05 ` [Buildroot] [Bug 1279] " bugzilla at busybox.net
2010-03-13 14:06 ` bugzilla at busybox.net
2010-03-13 14:06 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
2010-03-13 14:07 ` bugzilla at busybox.net
2010-04-09 14:54 ` bugzilla at busybox.net
2013-11-28 18:30 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox