[Buildroot] [Bug 5780] New: spurious build failure because it cannot remove ubinize.cfg

bugzilla at busybox.net bugzilla at busybox.net
Fri Dec 7 11:11:29 UTC 2012


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

           Summary: spurious build failure because it cannot remove
                    ubinize.cfg
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: arved at arved.at
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 4694
  --> https://bugs.busybox.net/attachment.cgi?id=4694
patch to create ubinize.cfg in BUILD_DIR

Our jenkins sometimes (especially after cleaning the workspace) because it
fails to remove the file ubinize.cfg

The code in fs/ubifs/ubi.mk generates a ubinize.cfg in "." and removes it
later.

I think it is better to generate the ubinize.cfg in an absolute path like
BUILD_DIR and not remove it at all as it gets regenerated with every
regenerated image anyway.

-- 
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.


More information about the buildroot mailing list