[oe-commits] [Bug 5422] New: runstrip skips strip when 'file' fails.

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed Mar 24 13:41:52 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=5422

           Summary: runstrip skips strip when 'file' fails.
           Product: Openembedded
           Version: org.openembedded.dev
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: unspecified
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: marcolz at stack.nl


Created an attachment (id=14019)
 --> (http://bugs.openembedded.org/attachment.cgi?id=14019)
Patch to fix this

When for some reason (an incompatible "magic" file in our case), "file" cannot
be run, runstrip() bails out on the 'if "not stripped" not in result:' check.

As it is not much use checking the output of "file" when it returned an error
and as runstrip() is called to forcibly strip, it would be better to go on with
the stripping.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list