Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37194 - freenet-0.5.2.1-r7 init.d script broken on 2.6 nptl kernel (w/ fix)
Summary: freenet-0.5.2.1-r7 init.d script broken on 2.6 nptl kernel (w/ fix)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-04 07:29 UTC by Eric Harney
Modified: 2004-02-10 18:23 UTC (History)
1 user (show)

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 Eric Harney 2004-01-04 07:29:20 UTC
When run out of the box I get:

 * Starting Freenet now...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
nice: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
sleep: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory
ps: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory                                          [ !! ] 
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

This is due to the LD_ASSUME_KERNEL=2.4.1 being set in the init script.  As far as I can tell, this variable is unneeded now anyway with the java vms working properly (Sun and Blackdown both work fine on my system with this variable removed from the script).  Knock it out and it works properly.

Reproducible: Always
Steps to Reproduce:
Comment 1 Brandon Low (RETIRED) gentoo-dev 2004-02-10 13:39:47 UTC
Freenet doesn't work with nptl.  COnsider this our way of saving you the trouble of finding that out yourself.
Comment 2 Eric Harney 2004-02-10 18:23:43 UTC
Yeah, ok, thanks.


Btw - I'm not sure how you define "doesn't work", it sure worked for me...

I guess I should consider this response is your way of saving me the trouble of helping you guys get this stuff working right as well?