Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103082 - usermode-sources-2.6.12-r2.ebuild (update)
Summary: usermode-sources-2.6.12-r2.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 12:37 UTC by Karl H
Modified: 2005-08-23 07:42 UTC (History)
2 users (show)

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


Attachments
updated ebuild for usermode-sources-2.6.12-r2.ebuild (usermode-sources-2.6.12-r2.ebuild,887 bytes, text/plain)
2005-08-19 12:40 UTC, Karl H
Details
testcase of boot usermode-sources-2.6.12-r2.ebuild (update) (test-boot-uml.txt,6.06 KB, text/plain)
2005-08-19 12:47 UTC, Karl H
Details
usermode-sources-2.6.12-r3.ebuild (add K_GENPATCHES_VER="13" and UNIPATCH_EXCLUDE="1003_linux-2.6.12.3.patch") (usermode-sources-2.6.12-r3.ebuild,1001 bytes, text/plain)
2005-08-22 06:13 UTC, Karl H
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl H 2005-08-19 12:37:28 UTC
Updated the ebuild to use the latest patch set (uml-2.6.12-bs11)  from
http://www.user-mode-linux.org/~blaisorblade/patches/guest/

Tested in my local portage overlay, builds and runs well.

Location in portage:  sys-kernel/usermode-sources
Comment 1 Karl H 2005-08-19 12:40:14 UTC
Created attachment 66341 [details]
updated ebuild  for  usermode-sources-2.6.12-r2.ebuild
Comment 2 Karl H 2005-08-19 12:47:17 UTC
Created attachment 66342 [details]
testcase of boot  usermode-sources-2.6.12-r2.ebuild (update)
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-08-19 16:35:29 UTC
We should update to the latest genpatches for security reasons too. How about if
you change this line:
  K_GENPATCHES_VER="8"

to:
  K_GENPATCHES_VER="13"

This will probably cause a patch collision in 2.6.12.3, in which case you can
add this line directly below:
  UNIPATCH_EXCLUDE="1003_linux-2.6.12.3.patch"

Excluding the whole 2.6.12.3 isn't ideal, but its the best we can easily achieve.
Comment 4 Karl H 2005-08-22 06:09:43 UTC
Yes, 2.6.12.3  causes a colision with the uml-2.6.12-bs11 patch set.  The
UNIPATCH_EXCLUDE="1003_linux-2.6.12.3.patch"  makes it apply cleany, not ideal 
but makes it work. I will post the new ebuild attachment with the change. 
Comment 5 Karl H 2005-08-22 06:13:31 UTC
Created attachment 66538 [details]
usermode-sources-2.6.12-r3.ebuild  (add K_GENPATCHES_VER="13" and UNIPATCH_EXCLUDE="1003_linux-2.6.12.3.patch")
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2005-08-23 07:42:24 UTC
Thanks for testing that. Committed to CVS. For 2.6.13 and onwards we'll have a
better way to exclude conflicting patches.