Messages in this thread |  | | From | Hans-Peter Jansen <> | | Subject | Re: [NFS] some strangeness (at least) with linux-2.4.18-NFS_ALL patch | | Date | Sat, 12 Jan 2002 23:40:44 +0100 |
| |
On Saturday, 12. January 2002 19:47, Trond Myklebust wrote: > >>>>> " " == Hans-Peter Jansen <hpj@urpla.net> writes: > > Somehow, gcc managed it to create an invalid link in the above > > sequence. Really bad is, you cannot get around this within the > > client. After rm'ing lib/libsensors.so.1 on the server, make > > install succeeds on the client. > > <snip> > > > I can reproduce this now. Do you? > > Nope. > > gcc -shared -Wl,-soname,libsensors.so.1 -o lib/libsensors.so.1.2.0 > lib/data.lo lib/general.lo lib/error.lo lib/chips.lo lib/proc.lo > lib/access.lo lib/init.lo lib/conf-parse.lo lib/conf-lex.lo -lc > rm -f lib/libsensors.so.1 > ln -sfn libsensors.so.1.2.0 lib/libsensors.so.1 > rm -f lib/libsensors.so > ln -sfn libsensors.so.1.2.0 lib/libsensors.so > > Could you try just plain 2.4.18-pre3 + 2.4.18-NFS_ALL? That is what I > am running (on both client + server).
Ok, done. Sad news, problem persist: On compile: gcc -shared -Wl,-soname,libsensors.so.1 -o lib/libsensors.so.1.2.0 lib/data.lo lib/general.lo lib/error.lo lib/chips.lo lib/proc.lo lib/access.lo lib/init.lo lib/conf-parse.lo lib/conf-lex.lo -lc rm -f lib/libsensors.so.1 ln -sfn libsensors.so.1.2.0 lib/libsensors.so.1 make: stat:lib/libsensors.so.1: Eingabe-/Ausgabefehler rm -f lib/libsensors.so ln -sfn libsensors.so.1.2.0 lib/libsensors.so
On install: make: stat:lib/libsensors.so.1: Eingabe-/Ausgabefehler rm -f lib/libsensors.so.1 rm: Entfernen von »lib/libsensors.so.1« nicht möglich: Eingabe-/Ausgabefehler make: *** [lib/libsensors.so.1] Error 1
Some system parameter: server: Dual Pentium 3/500, Asus P2B DS, 512 MB Linux version 2.4.18-pre3 (hp@shrek) (gcc version 2.95.3 20010315 (SuSE)) #2 SMP Sam Jan 12 21:00:36 CET 2002 knfsd, reiserfs partition
client: Athlon 1.2, Asus Via KT133, 768 MB Linux version 2.4.18-pre3 (hp@elfe) (gcc version 2.95.3 20010315 (SuSE)) #3 Sam Jan 12 21:26:40 CET 2002 mount opt: rw,nodev,v3,rsize=4096,wsize=4096,soft,intr,udp,lock,addr=shrek
Any more ideas? What's wrong with my setup?
Cheers, Hans-Peter - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |