Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53053 - Compile Error with hardened-dev-sources-2.6.5-r3
Summary: Compile Error with hardened-dev-sources-2.6.5-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Hardened (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Hardened Gentoo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 06:17 UTC by Sören Lorenz
Modified: 2004-09-08 18:43 UTC (History)
0 users

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


Attachments
kernel config causing the error (kernel.config,16.98 KB, text/plain)
2004-06-05 06:25 UTC, Sören Lorenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sören Lorenz 2004-06-05 06:17:14 UTC
I don't get this kernel to compile after an initial install of stage3-x86-selinux. The process stops with this error:

CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
fs/built-in.o(.text+0xc7bc): In function `compute_creds':
: undefined reference to `gr_check_user_change'
fs/built-in.o(.text+0xc7f9): In function `compute_creds':
: undefined reference to `gr_check_group_change'
make: *** [.tmp_vmlinux1] Error 1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




bash-2.05b# emerge info

!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
        selinux/2004.1/x86

To upgrade do the following steps:
# rm /etc/make.profile
# ln -s /usr/portage/profiles/selinux/2004.1/x86 /etc/make.profile
# emerge -u libselinux checkpolicy policycoreutils selinux-base-policy
# emerge baselayout


!!! SELinux not loaded: SELinux is not enabled.
Portage 2.0.50-r1 (selinux-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-xfs)
=================================================================
System uname: 2.4.20-xfs i586 Pentium MMX
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-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="-O2 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="berkdb crypt ncurses pam perl python readline selinux ssl tcpd x86 zlib"
Comment 1 Sören Lorenz 2004-06-05 06:25:28 UTC
Created attachment 32705 [details]
kernel config causing the error
Comment 2 Sören Lorenz 2004-06-05 08:46:35 UTC
Addition: I tested a little more, it compiles with grsecurity enabled. Still I can't see the sense of this as i dont't need grsecurity otherwise.
Comment 3 solar (RETIRED) gentoo-dev 2004-09-08 18:31:37 UTC
This was fixed UPSTREAM already.
Comment 4 solar (RETIRED) gentoo-dev 2004-09-08 18:43:40 UTC
06:42PM <tocharian> solar: you can close 53053 if you want, I tested with latest hardened-dev-sources and that isn't valid anymore