Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36786 - mc compile complains of libext2fs.so not being in lib directory...
Summary: mc compile complains of libext2fs.so not being in lib directory...
Status: RESOLVED DUPLICATE of bug 36757
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Brad Cowan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 23:11 UTC by Al Raq
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Al Raq 2003-12-29 23:11:21 UTC
mc compile complains of libext2fs.so not being in lib directory...

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




This is just the last "portion of" error message:
..
....
codepage.Tpo" \
  -c -o selcodepage.o `test -f 'selcodepage.c' || echo './'`selcodepage.c; \
then mv ".deps/selcodepage.Tpo" ".deps/selcodepage.Po"; \
else rm -f ".deps/selcodepage.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDATADIR=\""/usr/share/mc/"\"
-DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib/mc"\" -I../intl
-I../intl -I..  -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -march=pentium3 -mcpu=pentium4 -O3 -pipe
-fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays
-Wall -MT mfmt.o -MD -MP -MF ".deps/mfmt.Tpo" \
  -c -o mfmt.o `test -f 'mfmt.c' || echo './'`mfmt.c; \
then mv ".deps/mfmt.Tpo" ".deps/mfmt.Po"; \
else rm -f ".deps/mfmt.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDATADIR=\""/usr/share/mc/"\"
-DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib/mc"\" -I../intl
-I../intl -I..  -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -march=pentium3 -mcpu=pentium4 -O3 -pipe
-fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays
-Wall -MT man2hlp.o -MD -MP -MF ".deps/man2hlp.Tpo" \
  -c -o man2hlp.o `test -f 'man2hlp.c' || echo './'`man2hlp.c; \
then mv ".deps/man2hlp.Tpo" ".deps/man2hlp.Po"; \
else rm -f ".deps/man2hlp.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDATADIR=\""/usr/share/mc/"\"
-DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib/mc"\" -I../intl
-I../intl -I..  -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -march=pentium3 -mcpu=pentium4 -O3 -pipe
-fomit-frame-pointer -fforce-addr -falign-functions=4 -fprefetch-loop-arrays
-Wall -MT cons.saver.o -MD -MP -MF ".deps/cons.saver.Tpo" \
  -c -o cons.saver.o `test -f 'cons.saver.c' || echo './'`cons.saver.c; \
then mv ".deps/cons.saver.Tpo" ".deps/cons.saver.Po"; \
else rm -f ".deps/cons.saver.Tpo"; exit 1; \
fi
gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -march=pentium3
-mcpu=pentium4 -O3 -pipe -fomit-frame-pointer -fforce-addr -falign-functions=4
-fprefetch-loop-arrays -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
../vfs/samba/libsamba.a ../intl/libintl.a  -lglib-2.0   -L/usr/X11R6/lib  -lSM
-lICE -lX11  -lgpm -lslang -lext2fs -lcom_err
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/../../../../i686-pc-linux-gnu/bin/ld:
cannot find /lib/libext2fs.so
collect2: ld returned 1 exit status
make[2]: *** [mc] Error 1
make[2]: *** Waiting for unfinished jobs....
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 82, Exitcode 2
!!! (no error message)

End of message.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-30 05:13:19 UTC

*** This bug has been marked as a duplicate of 36757 ***