Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126716 - catalyst2 attempts to build pam-login (which is blocked by shadow) in stage1
Summary: catalyst2 attempts to build pam-login (which is blocked by shadow) in stage1
Status: RESOLVED INVALID
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:
Depends on:
Blocks:
 
Reported: 2006-03-18 13:12 UTC by Chris Slycord
Modified: 2006-03-18 14:14 UTC (History)
0 users

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


Attachments
The specfile used (livecd_gentoo_wiki_howto-stage1.spec,1.00 KB, text/plain)
2006-03-18 13:13 UTC, Chris Slycord
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Slycord 2006-03-18 13:12:48 UTC
Repro steps:
1) Install catalyst (emerge "=dev-util/catalyst-2.0_rc40" with USE="ccache cdr")
2) sync portage tree (emerge --sync)
3) Create portage snapshot (catalyst2 -s 2006.0)
4) Copy stage tarball (mkdir /var/tmp/catalyst2/builds && cp stage3-x86-2006.0.tar.bz2 /var/tmp/catalyst2/builds)
5) Attempt to do fetchonly build (catalyst2 -F -f livecd_gentoo_wiki_howto-stage1.spec)

Result:
!!! Error: the sys-apps/pam-login package conflicts with another package.
!!!        both can't be installed on the same system together.
!!!        Please use 'emerge --pretend' to determine blockers.


!!! catalyst: Error in attempt to build packages


Traceback (most recent call last):
  File "modules/generic_stage_target.py", line 1168, in build_packages
    " build_packages "+mypack,"Error in attempt to build packages",env=self.env)  File "/usr/lib/catalyst2/modules/catalyst_support.py", line 485, in cmd
    raise CatalystError,myexc
CatalystError: <unprintable instance object>
None

!!! catalyst: livecdbuild aborting due to error.


Catalyst aborting....

Expected:
The error not to occur.

I will attach the spec file I used
Comment 1 Chris Slycord 2006-03-18 13:13:33 UTC
Created attachment 82484 [details]
The specfile used
Comment 2 Chris Slycord 2006-03-18 14:14:31 UTC
I noticed that the real bug is with the stage tarball already including pam-login. Then castalyst tries to update everything installed and craps out.

So not really a catalyst issue.