All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 12571] New: ltp-testsuite : Build failure
@ 2020-02-20 12:37 bugzilla at busybox.net
  2020-02-20 12:39 ` [Buildroot] [Bug 12571] " bugzilla at busybox.net
  2020-02-28 15:56 ` bugzilla at busybox.net
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-02-20 12:37 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12571

            Bug ID: 12571
           Summary: ltp-testsuite : Build failure
           Product: buildroot
           Version: 2019.11.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: learn2kab at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hello,

While trying to prepare images for Beaglebone Black with "ltp-testsuite"
included (keeping other parameters to their default values),the build process
breaks .


-----------------------------
Error Message with Default Settings:
-----------------------------
Allocating group tables: done                            
Writing inode tables: done                            
Creating journal (4096 blocks): done
Copying files into the device: __populate_fs: Could not allocate block in ext2
filesystem while writing file "fanotify10"
mkfs.ext4: Could not allocate block in ext2 filesystem while populating file
system
*** Maybe you need to increase the filesystem size
(BR2_TARGET_ROOTFS_EXT2_SIZE)
fs/ext2/ext2.mk:46: recipe for target
'/home/workpc/dir_buildroot/buildroot-2019.11.1/output/images/rootfs.ext2'
failed
make[1]: ***
[/home/workpc/dir_buildroot/buildroot-2019.11.1/output/images/rootfs.ext2]
Error 1
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2
-----------------------------


Updated the value of "BR2_TARGET_ROOTFS_EXT2_SIZE" from 60M to 64G.
An error message mentioning 
"part rootfs size (536870912) too small for rootfs.ext4 (68719476736)"
 (as below) appears in the build log.


-------------------------------
Error Message with Modified Values:
-------------------------------
INFO: cmd: "find
'/home/workpc/dir_buildroot/buildroot-2019.11.1/output/build/genimage.tmp/root'
-depth -type d -printf '%P\0' | xargs -0 -I {} touch -r
'/tmp/tmp.7ROXYVc0KU/{}'
'/home/workpc/dir_buildroot/buildroot-2019.11.1/output/build/genimage.tmp/root/{}'"
(stderr):
ERROR: hdimage(sdcard.img): part rootfs size (536870912) too small for
rootfs.ext4 (68719476736)
Makefile:809: recipe for target 'target-post-image' failed
make[1]: *** [target-post-image] Error 1
Makefile:84: recipe for target '_all' failed
make: *** [_all] Error 2


--------------------------------

What would be the apt value for this parameter??
Should any other parameter be accordingly modified?? 
Please advice.

Regards,
Adarsh

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 12571] ltp-testsuite : Build failure
  2020-02-20 12:37 [Buildroot] [Bug 12571] New: ltp-testsuite : Build failure bugzilla at busybox.net
@ 2020-02-20 12:39 ` bugzilla at busybox.net
  2020-02-28 15:56 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-02-20 12:39 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12571

--- Comment #1 from learn2kab at gmail.com ---
Created attachment 8366
  --> https://bugs.busybox.net/attachment.cgi?id=8366&action=edit
".config" file for "beaglebone_defconfig" configuration

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [Bug 12571] ltp-testsuite : Build failure
  2020-02-20 12:37 [Buildroot] [Bug 12571] New: ltp-testsuite : Build failure bugzilla at busybox.net
  2020-02-20 12:39 ` [Buildroot] [Bug 12571] " bugzilla at busybox.net
@ 2020-02-28 15:56 ` bugzilla at busybox.net
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla at busybox.net @ 2020-02-28 15:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=12571

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
There is no bug here: your ext4 filesystem image is now larger, but you haven't
adjusted your genimage configuration file to accommodate a larger ext4
filesystem. Your genimage configuration file has a rootfs partition of 512 MB,
so trying to fit a 64 GB filesystem in there obviously doesn't work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-28 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20 12:37 [Buildroot] [Bug 12571] New: ltp-testsuite : Build failure bugzilla at busybox.net
2020-02-20 12:39 ` [Buildroot] [Bug 12571] " bugzilla at busybox.net
2020-02-28 15:56 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.