Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23319 - Openmosix-Kernel 2.4.21 does not compile
Summary: Openmosix-Kernel 2.4.21 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 05:16 UTC by Stefan Sarzio
Modified: 2003-09-03 05:15 UTC (History)
0 users

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


Attachments
One example .config (.config,25.17 KB, text/plain)
2003-06-23 05:17 UTC, Stefan Sarzio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Sarzio 2003-06-23 05:16:47 UTC
[...]
/usr/src/linux-2.4.21-openmosix/lib/lib.a
/usr/src/linux-2.4.21-openmosix/arch/i386/lib/lib.a \
        --end-group \
        -o vmlinux
/usr/src/linux-2.4.21-openmosix/hpc/hpc.o(.text+0x184ba): In function
`get_remote_file':
: undefined reference to `bad_super_block'
make: *** [vmlinux] Error 1


Reproducible: Always
Steps to Reproduce:
1. emerge openmosix-sources
2. make menuconfig && make dep && make bzImage
3.

Actual Results:  
s. Details

Expected Results:  
Compiles without errors

Same on PIII, Athlon, K6-2.

All options within the "Openmosix"-section disabled for testing.
Comment 1 Stefan Sarzio 2003-06-23 05:17:32 UTC
Created attachment 13721 [details]
One example .config
Comment 2 Elton Machado 2003-07-19 13:33:34 UTC
I resolve the problem in my system using this in config file... 

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
 
#
# openMosix
#
CONFIG_MOSIX=y
# CONFIG_MOSIX_TOPOLOGY is not set
CONFIG_MOSIX_SECUREPORTS=y
CONFIG_MOSIX_DISCLOSURE=1
CONFIG_MOSIX_FS=y
CONFIG_MOSIX_DFSA=y
# CONFIG_MOSIX_PIPE_EXCEPTIONS is not set
# CONFIG_openMosix_NO_OOM is not set
# CONFIG_MOSIX_LOADLIMIT is not set
CONFIG_SHM=y
CONFIG_SHM_FLUSH=y
CONFIG_SHM_DEBUG=y

[]'s Cheers 

Elton Machado
Comment 3 m1kee 2003-07-19 13:38:56 UTC
It seems when MOSIX_FS=y and SHM_FLUSH not enabled it recreates the error.

To clarify, the following .config entries should cover this bug:
CONFIG_SHM=y
CONFIG_SHM_FLUSH=y
CONFIG_SHM_DEBUG=y
Comment 4 Stefan Sarzio 2003-07-21 02:01:44 UTC
I don't even have these CONFIG_SHM* entries. . . *lookingcompletelyhelpless*

Does it help if I add them manually??
Comment 5 Michael Imhof (RETIRED) gentoo-dev 2003-07-24 08:38:47 UTC
This problem is known upstream.
See https://sourceforge.net/tracker/index.php?func=detail&aid=776107&group_id=46729&atid=447171
for details.

Waiting for an fix from the openmosix-developers.
Comment 6 Michael Imhof (RETIRED) gentoo-dev 2003-08-06 09:25:07 UTC
To compile the kernel the following option has to be enabled:
  │ │     [*] openMosix File-System                                       │ │

I tried it and it works.
Still waiting for the openmosix-developers to provide an official fix.
Comment 7 Michael Imhof (RETIRED) gentoo-dev 2003-09-03 05:15:11 UTC
This problem is fixed in the openmosix cvs.
As soon as there is a new official release everything should be fine again.