Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48653 - SELinux LiveCD Installation Stage1: Missing Kernel Symlink
Summary: SELinux LiveCD Installation Stage1: Missing Kernel Symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-21 22:09 UTC by Matt Taylor
Modified: 2004-04-21 22:31 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 Matt Taylor 2004-04-21 22:09:42 UTC
According to the installation guide, emerge system should happen after bootstrap. However, emerge system fails when merging iptables because the symlink /usr/src/linux does not exist.

Reproducible: Always
Steps to Reproduce:
1. Boot Hardened LiveCD
2. Download and extract stage1
3. Bootstrap
4. Run emerge system
Actual Results:  
The emerge fails on iptables complaining that there is no /usr/src/linux 
symlink (because at this point in the installation guide the user has not been 
instructed to set this up)

Expected Results:  
Presumably the kernel should already be set up; I don't really know.

Gentoo Base System version 1.4.9
Portage 2.0.50-r6 (selinux-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 
2.6.3-gentoo-r1-livecd)
=================================================================
System uname: 2.6.3-gentoo-r1-livecd i686 VIA Nehemiah
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -fforce-addr -fmerge-all-constants -falign-functions=64 -falign-
labels=1 -falign-loops=16 -falign-jumps=1 -ffast-math -funroll-loops -fstack-
protector -mfpmath=sse -mpreferred-stack-boundary=4 -mmmx -msse -maccumulate-
outgoing-args -minline-all-stringops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -fforce-addr -fmerge-all-constants -falign-functions=64 -falign-
labels=1 -falign-loops=16 -falign-jumps=1 -ffast-math -funroll-loops -fstack-
protector -mfpmath=sse -mpreferred-stack-boundary=4 -mmmx -msse -maccumulate-
outgoing-args -minline-all-stringops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/ http://mirrors.tds.net/gentoo 
http://212.219.247.13/sites/www.ibiblio.org/gentoo/ ftp://gentoo.ccccom.com"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acl acpi apache2 apm caps cdr crypt cscope dedicated doc dvb encode fbcon 
hardened icc icc-pgo imagemagick ipv6 jikes ldap libg++ maildir memlimit mmx 
mysql ncurses nocardbus nocd oggvorbis perl png readline samba selinux snmp 
sock5 sse ssl unicode usb x86 zlib"
Comment 1 Chris PeBenito (RETIRED) gentoo-dev 2004-04-21 22:31:07 UTC
This one is a profile error.  I removed iptables from the 2004.1 profile, but forgot to remove it from the 1.4 profile.  All fixed now.