Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149412 - COLLISION_IGNORE: config option to collision-protect for specific paths
Summary: COLLISION_IGNORE: config option to collision-protect for specific paths
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 147007
  Show dependency tree
 
Reported: 2006-09-28 06:43 UTC by Jakub Moc (RETIRED)
Modified: 2006-09-29 16:49 UTC (History)
0 users

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


Attachments
support for space separated COLLISION_IGNORE (collision_ignore.patch,1.12 KB, patch)
2006-09-28 07:38 UTC, Zac Medico
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-09-28 06:43:29 UTC
Special handling of /lib/modules files causes annoying collisions:

1. emerge <kernel-module>
2. emerge -C <kernel-module>
3. emerge <kernel-module> with same kernel version -> collision

or

1. emerge kernel
2. emerge <kernel-module>
3. set localversion for the same kernel, recompile kernel, run module-rebuild
4. when finished testing, run make mrproper, make modules_prepare, try to recompile kernel-module -> collision

Some way of disabling these collisions would be really handy.
Comment 1 Zac Medico gentoo-dev 2006-09-28 07:38:32 UTC
Created attachment 98317 [details, diff]
support for space separated COLLISION_IGNORE

With this patch, COLLISION_IGNORE is a space separated list of files and/or directories (Similar to CONFIG_PROTECT_MASK).
Comment 2 Zac Medico gentoo-dev 2006-09-29 14:57:57 UTC
This is in svn r4562 and r4563.
Comment 3 Zac Medico gentoo-dev 2006-09-29 16:49:45 UTC
This has been released in 2.1.2_pre2.