Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139539 - Can't use stage3 GRP dynamic install with hardened-sources
Summary: Can't use stage3 GRP dynamic install with hardened-sources
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Installer (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Installer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 05:03 UTC by Tudor Vaida
Modified: 2006-07-07 05:16 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 Tudor Vaida 2006-07-07 05:03:40 UTC
Used:
LiveCD-2006.0 GTK Installer
and 
GTK installer from installer-20060625.tar.bz2 as downloaded by updategtkfe.

Result (the same):
GLI: July 07 2006 10:52:28 - Exception received during 'Emerge kernel sources':
EmergePackageError :FATAL: emerge: Could not emerge sys-kernel/hardened-sources-2.6.14-r3!
GLI: July 07 2006 10:52:28 - Traceback (most recent call last):
GLI: July 07 2006 10:52:28 - File "../../GLIClientController.py", line 192, in run
    self._install_steps[self._install_step]['function']()
GLI: July 07 2006 10:52:28 - File "../../GLIArchitectureTemplate.py", line 665,
in emerge_kernel_sources
    exitstatus = self._portage.emerge(kernel_pkg)
GLI: July 07 2006 10:52:28 - File "../../GLIPortage.py", line 265, in emerge
    raise GLIException("EmergePackageError", "fatal", "emerge", "Could not emerge " + pkg + "!")
GLI: July 07 2006 10:52:28 - GLIException: EmergePackageError :FATAL: emerge: Could not emerge sys-kernel/hardened-sources-2.6.14-r3!

Cause: 
Portage snapshot used is portage-20060123.tar.bz2, but:
No genpatches-2.6.14-7.base.tar.bz2 found in any of the mirrors.
As far I can see, hardened-sources package with version 2.6.14-r3 is also non-existent in the portage tree. 

Possible solutions:
1. Put sources on the cd
2. Don't delete them from distfiles mirrors?
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2006-07-07 05:07:03 UTC
Has nothing to do with the LiveCD...
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-07-07 05:08:21 UTC
Anyway, you're doing a stage3 + dynamic + GRP... and there's no package for hardened-sources on the CD, so this would never work.
Comment 3 Andrew Gaffney (RETIRED) gentoo-dev 2006-07-07 05:16:52 UTC
CVS has already been fixed so that it only gives you the option of livecd-kernel when you're doing a Networkless install (which is really what dynamic+GRP is). If you're not doing networkless, you'll run into this problem, but it's not the installer's fault. You hit the same problem if you're doing a "manual" install using the same portage snapshot. The distfiles track the live tree. If an ebuild is removed from the live tree, its distfiles are removed.