Bug 9096

Summary: rootfs.ubi not created
Product: buildroot Reporter: Matthias Wieloch <matthias.wieloch>
Component: OtherAssignee: unassigned
Status: RESOLVED NEEDINFO    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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.