Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2691 - Midnight Commander Dependancies
Summary: Midnight Commander Dependancies
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: Lowest trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-13 03:33 UTC by Paul Sadauskas
Modified: 2011-10-30 22:21 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 Paul Sadauskas 2002-05-13 03:33:19 UTC
The portage system lists MC as having xfree as a dependancy, however, it is possible to compile MC 
as a console based file-explorer and editor without X.
I just downloaded the source 
independently of the ebuild, and compiled it myself, without the large xfree package 
installed. Im not familiar with it, but I think MC is also a Gnome-based file-explorer, which is 
where this dependance came from.

If i try to compile the mc ebuild and ignore the dependancy, 
i get an error "libSM.so.6: cannot open shared object file: No such file or directory"
by 
downloading and installing mc on my own, it works just fine.
Comment 1 Spider (RETIRED) gentoo-dev 2002-05-13 05:53:26 UTC
taken from the mc ebuild:
 X? ( virtual/x11 )"
 use X && myconf="${myconf} --with-tm-x-support"
 use X || myconf="${myconf} --without-tm-x-support"


so just:
export USE="-X" 
emerge gnome-extra/mc