Bug 9096 - rootfs.ubi not created
Summary: rootfs.ubi not created
Status: RESOLVED NEEDINFO
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.02
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-21 09:10 UTC by Matthias Wieloch
Modified: 2016-09-12 14:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Wieloch 2016-07-21 09:10:35 UTC
When I select to create an embedded UBI Image with buildroot 2016.02 and newer the creation fails with:
iniparser: cannot open <BR_PATH>/output/build/ubinize.cfg
ubinize: error!: cannot load the input ini file "/<BR_PATH>/output/build/ubinize.cfg"

With buildroot 2015.08.1 the creation still works.

I know this tells me that the ubinize.cfg is missing but in all versions following line is added to the fakeroot script _fakeroot.fs
	/usr/bin/install -m 0644 fs/ubifs/ubinize.cfg <BR_PATH>/output/build/ubinize.cfg ;

I tested it with default configs for sama5d4_xplained.
Comment 1 Thomas Petazzoni 2016-07-21 09:53:07 UTC
It works just fine here.

Could you:

 *) Confirm that you can reproduce with the sama5d4_xplained configuration without any *change*

 *) Attach your Buildroot .config file.

 *) Attach the last ~100 lines of the build output, so we can see what's going on?

Thanks!
Comment 2 Thomas Petazzoni 2016-09-12 14:42:46 UTC
Generating the UBI image works for me, and the original bug submitter didn't provide information since almost 2 months, so closing.