IRC channel logs

2021-12-10.log

back to list of logs

<youpi>zamfofex: the /dev/eth0 node seems bogus
<youpi>it has -M /dev/net
<youpi>but shouldn't that be /dev/netdde?
<youpi>perhaps also showtrans /dev/net
<youpi>to see what is there
<zamfofex>‘/dev/net’ is a symlink to ‘/dev/netdde’.
<youpi>ok
<youpi>then I'm out of ideas
<zamfofex>I see.
<Myckel>I'm trying to build glibc with libpthread as addon, but get the following error when trying to link libpthread:
<Myckel>gcc -shared -static-libgcc -Wl,-O1 -Wl,-z,defs -Wl,-dynamic-linker=/root/usr/lib/ld.so.1 -B/root/glibc_build/libpthread/ -B/root/glibc_build/csu/ -B/root/glibc_build/libpthread/ -Wl,--version-script=/root/glibc_build/libpthread.map -Wl,-soname=libpthread.so.0.3 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -L/root/glibc_build -L/root/glibc_build/math -L/root/glibc_build/elf -L/root/glibc_build/dlfcn -L/root/glibc_build/nss
<Myckel>-L/root/glibc_build/nis -L/root/glibc_build/rt -L/root/glibc_build/resolv -L/root/glibc_build/crypt -L/root/glibc_build/mathvec -L/root/glibc_build/libpthread -L/root/glibc_build/mach -L/root/glibc_build/hurd -Wl,-rpath-link=/root/glibc_build:/root/glibc_build/math:/root/glibc_build/elf:/root/glibc_build/dlfcn:/root/glibc_build/nss:/root/glibc_build/nis:/root/glibc_build/rt:/root/glibc_build/resolv:/root/glibc_build/crypt:/root/glibc_b
<Myckel>uild/mathvec:/root/glibc_build/libpthread:/root/glibc_build/mach:/root/glibc_build/hurd -o /root/glibc_build/libpthread/libpthread.so /root/glibc_build/csu/abi-note.o -Wl,--whole-archive /root/glibc_build/libpthread/libpthread_pic.a -Wl,--no-whole-archive /root/glibc_build/elf//ld.so /root/glibc_build//mach/libmachuser.so /root/glibc_build//hurd/libhurduser.so -lihash -Wl,--start-group /root/glibc_build/libc.so /root/glibc_build/libc_
<Myckel>nonshared.a -Wl,--as-needed /root/glibc_build/elf/ld.so -Wl,--no-as-needed -Wl,--end-group
<Myckel>collect2: error: ld returned 1 exit status
<Myckel>../Makerules:517: recipe for target '/root/glibc_build/libpthread/libpthread.so' failed
<Myckel>hmmm.. whoops.
<Myckel> https://pastebin.com/7uwdu1TF
<Gooberpatrol66>Myckel: i believe libpthread was moved into glibc at some point