[oe-commits] [Bug 5119] do_rootfs fails

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed May 19 11:52:18 UTC 2010


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


Agustin F.P. <agustin.ferrin at cgglobal.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unstable                    |org.openembedded.stable
           Platform|Other                       |PC
          Component|Angstrom                    |toolchain
                 CC|                            |agustin.ferrin at cgglobal.com
         AssignedTo|openembedded-commits at lists. |raj.khem at gmail.com
                   |openembedded.org            |
            Product|Distributions               |Openembedded
           Severity|minor                       |normal
         OS/Version|other                       |Linux




--- Comment #3 from Agustin F.P. <agustin.ferrin at cgglobal.com>  2010-05-19 11:52:17 ---
I had this problem too, because my UID and GID are very long so that their
fields in ar header are not separated by spaces, so arfile.py cannot interpret
those headers.

I use two patches, one that removes UID and GID at the time of creating ar
files (by using 'D' option in ar), another that correctly parses ar headers,
pretty much like the one previously referred here (I had not seen it before).

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