[oe-commits] [Bug 5092] New: rootfs_deb fails unless bzip2 is in /bin/bzip2 on the build host

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Tue May 5 04:52:03 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5092

           Summary: rootfs_deb fails unless bzip2 is in /bin/bzip2 on the
                    build host
    Classification: Unclassified
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: msmith at cbnco.com


Created an attachment (id=13857)
 --> (http://bugs.openembedded.net/attachment.cgi?id=13857)
Patch for rootfs_deb

rootfs_deb runs dpkg-scanpackages in tmp/deploy/deb/${arch}, then pipes to
bzip2 > Packages.bz2.

apt-native ignores Packages.bz2 unless /bin/bzip2 exists.

The attached patch works around it by just using gzip instead. As far as I
know, these files don't end up on the target, so the extra space is only used
on the build host.

-- 
Configure bugmail: http://bugs.openembedded.net/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