Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40398 - mm-sources won't unpack
Summary: mm-sources won't unpack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 12:06 UTC by kevin
Modified: 2004-02-04 15:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kevin 2004-02-04 12:06:58 UTC
trying to upgrade mm-sources to mm-sources-2.6.2_rc2-rc1.  Get error with ebuild attempts to apply patch:

>>> md5 src_uri ;-) patch-2.6.2-rc2.bz2
>>> md5 src_uri ;-) linux-2.6.1.tar.bz2
>>> md5 src_uri ;-) 2.6.2-rc2-mm1.bz2
>>> Preparing to unpack...
>>> Unpacking source...
>>> Unpacking linux-2.6.1.tar.bz2 to /var/tmp/portage/mm-sources-2.6.2_rc2-r1/work
 * Applying 2.6.2-rc2-mm1.patch...
patch: pch.c:614: intuit_diff_type: Assertion `i0 != NONE' failed.
/usr/sbin/ebuild.sh: line 1367:  6430 Aborted                 ( patch -p${PATCH_DEPTH} --dry-run -f <${i} >/dev/null )
patch: pch.c:614: intuit_diff_type: Assertion `i0 != NONE' failed.
/usr/sbin/ebuild.sh: line 1367:  6431 Aborted                 ( patch -p${PATCH_DEPTH} --dry-run -f <${i} >/dev/null )

Already tried:
deleting all distfiles and re-emerging
unmerging all mm-sources then emerge mm-sources
deleteing all ebuilds & files in the sys-kernel/mm-sources, then resyncing and trying emerge

Current System uname:
2.6.0-test10-mm1 #2 Sat Dec 6 15:13:11 CST 2003 i686 Pentium II (Deschutes) GenuineIntel GNU/Linux

I think this same ebuild worked find on my AMD system (that system differs by using the ~x86 keyword).

USE keywords: apache2 innodb libwww maildir imap mmx mysql exiscan-acl oggvorbis xml -gpm -xface -X -QT -gnom
e -kde -gtk -imlib -xfree -qt
Comment 1 kevin 2004-02-04 15:20:43 UTC
This bug went away when I upgraded my kernel to the latest gentoo-dev-sources (2.6.1) and then did an emerge again of mm-sources.  Must've been a problem with the 2.6.0 test kernel I was running.