Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 113331

Summary: genkernel-3.3.8 fails to build unionfs modules
Product: Gentoo Linux Reporter: postmodern <brodigan>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description postmodern 2005-11-23 02:56:45 UTC
While using genkernel-3.3.8, gentoo-sources-2.6.13-r3 and unionfs-1.0.14
"genkernel initrd" fails to build the unionfs modules.

Reproducible: Always
Steps to Reproduce:
1. genkernel --lvm2 --evms2 --dmraid --unionfs-dev --no-clean initrd
2.
3.

Actual Results:  
COMMAND: make -j2 CC="gcc" LD="ld" AS="as" unionfs2.6
make[1]: Entering directory
`/var/tmp/genkernel/19104.11161.2447.25278/unionfs-1.1.1'
make[1]: *** No rule to make target `unionfs2.6'.  Stop.
make[1]: Leaving directory `/var/tmp/genkernel/19104.11161.2447.25278/unionfs-1.1.1'


Expected Results:  
works

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2,
2.6.12-gentoo-r10 i686)
=================================================================
System uname: 2.6.12-gentoo-r10 i686 
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-pipe -O3 -march=i686"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O3 -march=i686"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa apm audiofile avi berkdb bitmap-fonts bluetooth bzip2 cdr
crypt curl divx4linux dvd eds emboss encode esd ethereal exif expat fam flac
foomaticdb fortran gdbm gif glut gmp gnome gpm gstreamer gtk gtk2 idn imlib ipv6
jpeg lcms libg++ libwww mad mikmod mng motif mp3 mpeg ncurses network nls ogg
oggvorbis opengl pam pcre pdflib perl png python quicktime readline samba sdl
softmmu speex spell sqlite ssl tcpd theora tiff truetype truetype-fonts
type1-fonts udev usb vorbis wifi win32codecs xml2 xv xvid zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Tres 'RiverRat' Melton 2005-11-23 03:02:11 UTC
genkernel --lvm2 --evms2 --dmraid --unionfs-dev --no-clean initrd

The command should be:
genkernel --lvm2 --evms2 --dmraid --unionfs --no-clean initrd
Comment 2 postmodern 2005-11-23 03:04:53 UTC
Ah ha, well that got rid of that bug.