Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11881 - sys-kernel/usermode-sources 2.4.19-r25 fails to build
Summary: sys-kernel/usermode-sources 2.4.19-r25 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-09 23:44 UTC by schwim
Modified: 2003-09-30 03:38 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 schwim 2002-12-09 23:44:45 UTC
I have installed sys-kernel/usermode-sources 2.4.19-r25.  It will not build  
completely.  The failure point in every case is the same.  I'm not certain if  
this is a package issue or UML issue.  See build excerpt below.  
  
My system is running the 2.4.19-gentoo-r9 kernel, with KDE3, and gcc 2.95.3.   
The error is easily reproduceable if necessary.  I will provide access to the  
system if necessary.  
  
make -C hppfs  
make[2]: Entering directory `/usr/src/uml/linux-2.4.19-r25/arch/um/fs/hppfs'  
make all_targets  
make[3]: Entering directory `/usr/src/uml/linux-2.4.19-r25/arch/um/fs/hppfs'  
gcc   -nostdinc -I /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include  
-DKBUILD_BASENAME=hppfs_kern -D__KERNEL__  
-I/usr/src/uml/linux-2.4.19-r25/include -Wall -Wstrict-prototypes  
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common  -U__i386__ -Ui386  
-DUM_FASTCALL -g -D__arch_um__ -DSUBARCH="i386" -D_LARGEFILE64_SOURCE  
-I/usr/src/uml/linux-2.4.19-r25/arch/um/include -Derrno=kernel_errno  
-I/usr/src/uml/linux-2.4.19-r25/arch/um/kernel/tt/include  
-I/usr/src/uml/linux-2.4.19-r25/arch/um/kernel/skas/include  -c -o  
hppfs_kern.o hppfs_kern.c  
In file included from  
/usr/src/uml/linux-2.4.19-r25/include/linux/posix_types.h:46,  
                 from /usr/src/uml/linux-2.4.19-r25/include/linux/types.h:8,  
                 from /usr/src/uml/linux-2.4.19-r25/include/linux/kernel.h:13,  
                 from /usr/src/uml/linux-2.4.19-r25/include/linux/wait.h:13,  
                 from /usr/src/uml/linux-2.4.19-r25/include/linux/fs.h:12,  
                 from hppfs_kern.c:6:  
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/asm/posix_types.h:3:  
features.h: No such file or directory  
make[3]: *** [hppfs_kern.o] Error 1  
make[3]: Leaving directory `/usr/src/uml/linux-2.4.19-r25/arch/um/fs/hppfs'  
make[2]: *** [first_rule] Error 2  
make[2]: Leaving directory `/usr/src/uml/linux-2.4.19-r25/arch/um/fs/hppfs'  
make[1]: *** [_subdir_hppfs] Error 2  
make[1]: Leaving directory `/usr/src/uml/linux-2.4.19-r25/arch/um/fs'  
make: *** [_dir_arch/um/fs] Error 2
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-12-10 01:32:48 UTC
tantive,

is it necessary to have that many ebuilds?
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2002-12-10 07:21:00 UTC
seemant: no, it isn't. so i removed usermode-sources-2.4.19-r1 .. usermode
sources-2.4.19-r19
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2002-12-10 08:24:58 UTC
I can reproduce the bug, it seems to occur on all 2.4.19 ebuilds.
Atm, i have no clue about it, but i think it has something to do with gcc as the
2.4.18 releases work fine.

Maybe someone with gcc3 can check this? (i'll ask on #gentoo-dev later)
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-07-09 12:16:30 UTC
any news on this ?
Comment 5 Eric Johanson 2003-09-29 21:13:50 UTC
This bug is very old and very dead. 

2.4.19-r51, using gcc 3.2.3 20030422, it works fine. 

I suspect he wasn't passing 'ARCH=um' on his build anyway. 

See the usermode docs for details, but you need to do:

make menuconfig ARCH=um
make dep ARCH=um
make linux ARCH=um

... and umm... it then works.  

Can somebody close this? 
Comment 6 Michael Imhof (RETIRED) gentoo-dev 2003-09-30 03:38:05 UTC
closing