[Bug 4410] New: rootfs fails in ipkg.py in Fedora 9
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Mon Jul 7 19:58:29 CEST 2008
http://bugs.openembedded.net/show_bug.cgi?id=4410
Summary: rootfs fails in ipkg.py in Fedora 9
Classification: Unclassified
Product: Openembedded
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: org.openembedded.stable
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: javiroman at kernel-labs.org
This is the same bug that: http://bugs.openembedded.org/show_bug.cgi?id=2381
Nevertheless is in stable branch.
The bug is solved with the patch from above bug (id=2381):
--- ipkg-utils/arfile.py.orig 2008-06-11 21:07:01.000000000 -0500
+++ ipkg-utils/arfile.py 2008-06-14 19:56:04.000000000 -0500
@@ -86,6 +86,8 @@
return FileSection(self.f, self.f.tell(), size)
# Skip data and loop
+ if size % 2:
+ size = size + 1
data = self.f.seek(size, 1)
--
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-issues
mailing list