| Summary: | mc recompiling crashed with "cannot find libext2fs.so" after system-update | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | toni <toni.werner> |
| Component: | Current packages | Assignee: | Heinrich Wendel (RETIRED) <lanius> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
toni
2004-03-23 02:09:41 UTC
please post a log of the emerge process <output> gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=athlon-xp -pipe -Wall -o mc achown.o background.o boxes.o chmod.o chown.o cmd.o color.o command.o complete.o cons.handler.o dialog.o dir.o dlg.o ext.o file.o filegui.o filenot.o fileopctx.o find.o findme.o fsusage.o help.o hotlist.o info.o key.o keyxdef.o layout.o learn.o listmode.o main.o menu.o mountlist.o mouse.o option.o panelize.o popt.o poptconfig.o popthelp.o poptparse.o profile.o regex.o rxvt.o screen.o setup.o slint.o subshell.o terms.o text.o textconf.o tree.o treestore.o user.o util.o utilunix.o view.o widget.o win.o wtools.o charsets.o selcodepage.o ../edit/libedit.a ../vfs/libvfs-mc.a ../intl/libintl.a -lglib-2.0 -L/usr/X11R6/lib -lSM -lICE -lX11 -lgpm -lslang -lext2fs -lcom_err -lsmbclient gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=athlon-xp -pipe -Wall -o mcmfmt mfmt.o gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=athlon-xp -pipe -Wall -o man2hlp man2hlp.o -lglib-2.0 gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=athlon-xp -pipe -Wall -o cons.saver cons.saver.o /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot open linker script file /lib/libext2fs.so: Too many open files collect2: ld returned 1 exit status make[2]: *** [mc] Error 1 make[2]: Leaving directory `/var/tmp/portage/mc-4.6.0-r3/work/mc-4.6.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/mc-4.6.0-r3/work/mc-4.6.0' make: *** [all] Error 2 !!! ERROR: app-misc/mc-4.6.0-r3 failed. !!! Function src_compile, Line 81, Exitcode 2 !!! (no error message) </output> At first there was an error like: "cannot find /lib/libext2fs.so". The file was in /usr/lib/, so i made a Symlink from /usr/lib/libext2fs.so to /lib/libext2fs.so but it doesn't work. try the solution proposed in bug #36757 did it work? |