Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119009 - catalyst2_rc12 cant use overlays
Summary: catalyst2_rc12 cant use overlays
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 119041
  Show dependency tree
 
Reported: 2006-01-14 11:08 UTC by Rasmus Meldgaard
Modified: 2006-01-16 07:42 UTC (History)
0 users

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


Attachments
adds portage_overlay to valid_values so that you can use overlays with catalyst2 (catalyst2.0_rc12-add_arg_portage_overlay.patch,23.54 KB, patch)
2006-01-14 11:10 UTC, Rasmus Meldgaard
Details | Diff
adds portage_overlay to valid_values so that you can use overlays with catalyst2 (catalyst-2.0_rc12-add_arg_portage_overlay.patch,779 bytes, patch)
2006-01-14 16:38 UTC, Rasmus Meldgaard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rasmus Meldgaard 2006-01-14 11:08:23 UTC
makeing a snapshot with catalyst2 no longer takes portage_overlay as a argument, but insted you have to give it to each stages you build.
But if you build an stages, catalyst2 tells you:

!!! catalyst: Argument "portage_overlay" not recognized.
Comment 1 Rasmus Meldgaard 2006-01-14 11:10:23 UTC
Created attachment 77096 [details, diff]
adds portage_overlay to valid_values so that you can use overlays with catalyst2
Comment 2 Rasmus Meldgaard 2006-01-14 16:30:14 UTC
Comment on attachment 77096 [details, diff]
adds portage_overlay to valid_values so that you can use overlays with catalyst2

diff -Naur catalyst-2.0_rc12-old/modules/generic_stage_target.py catalyst-2.0_rc12/modules/generic_stage_target.py
--- catalyst-2.0_rc12-old/modules/generic_stage_target.py	2005-12-21 21:51:30.000000000 +0100
+++ catalyst-2.0_rc12/modules/generic_stage_target.py	2006-01-14 19:46:28.000000000 +0100
@@ -20,7 +20,7 @@
 			"profile","snapshot","source_subpath"])
 		
 		self.valid_values.extend(["version_stamp","target","subarch","rel_type","profile",\
-			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse"])
+			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse","portage_overlay"])
 		generic_target.__init__(self,addlargs,myspec)
 		
 		# map the mainarch we are running under to the mainarches we support for
Comment 3 Rasmus Meldgaard 2006-01-14 16:30:52 UTC
Comment on attachment 77096 [details, diff]
adds portage_overlay to valid_values so that you can use overlays with catalyst2

>diff -Naur catalyst-2.0_rc12-old/modules/generic_stage_target.py catalyst-2.0_rc12/modules/generic_stage_target.py
>--- catalyst-2.0_rc12-old/modules/generic_stage_target.py	2005-12-21 21:51:30.000000000 +0100
>+++ catalyst-2.0_rc12/modules/generic_stage_target.py	2006-01-14 19:46:28.000000000 +0100
>@@ -20,7 +20,7 @@
> 			"profile","snapshot","source_subpath"])
> 		
> 		self.valid_values.extend(["version_stamp","target","subarch","rel_type","profile",\
>-			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse"])
>+			"snapshot","source_subpath","portage_confdir","cflags","cxxflags","chost","hostuse","portage_overlay"])
> 		generic_target.__init__(self,addlargs,myspec)
> 		
> 		# map the mainarch we are running under to the mainarches we support for
Comment 4 Rasmus Meldgaard 2006-01-14 16:38:04 UTC
Created attachment 77133 [details, diff]
adds portage_overlay to valid_values so that you can use overlays with catalyst2   	 

now with out a tags file in the patch
Comment 5 Chris Gianelloni (RETIRED) gentoo-dev 2006-01-16 07:42:25 UTC
This should be fixed in 2.0_rc15.