Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Samba depends on Xwindows? (use flag doesn't seem to effect)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
BliZZZard
n00b
n00b


Joined: 25 Jul 2002
Posts: 52
Location: Colorado Springs, CO

PostPosted: Fri Jul 26, 2002 6:22 pm    Post subject: Samba depends on Xwindows? (use flag doesn't seem to effect) Reply with quote

Originally posted because I was trying to figure out why samba depended on xfree... then I realized how dumb I was (in the figuring out why part), but was also reminded that I could simply add a use flag to keep it from being used...

read into the documentation and found the -x flag...

well I put that into my /etc/make.conf

IE: USE="-x -kde -gnome"

still loads xfree...

is there something I'm missing?

Jason Mock
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20054

PostPosted: Fri Jul 26, 2002 6:32 pm    Post subject: Reply with quote

Gentoo Guide to USE flags wrote:
If you intend to use the XFree86 system, then the flag X is a good idea.
I think you might have used the lowercase x vs. uppercase?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
BliZZZard
n00b
n00b


Joined: 25 Jul 2002
Posts: 52
Location: Colorado Springs, CO

PostPosted: Fri Jul 26, 2002 6:35 pm    Post subject: Reply with quote

I checked that, even double checked to make sure it wasn't -xfree

nothing seems to budge it...
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20054

PostPosted: Fri Jul 26, 2002 6:40 pm    Post subject: Reply with quote

Perhaps there is something in the ebuild that forces it. The 'inject' option for emerge might be of interest:
Quote:
inject, -i
"emerge inject package-version" adds a stub entry
for a package so that portage assumes that a pack-
age is installed. Provides an easy way to avoid
portage merging a dependency that is satisfied by a
user-installed package (a kernel for instance).
emerge inject gentoo-sources-2.4.19

_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Naan Yaar
Bodhisattva
Bodhisattva


Joined: 27 Jun 2002
Posts: 1549

PostPosted: Fri Jul 26, 2002 6:55 pm    Post subject: Reply with quote

Did you remember to do "export" if you did the setting from the console? The emerge won't see it otherwise. On my box:
Code:

export USE="-X -kde -gnome"; emerge -pe samba

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] sys-apps/tcp-wrappers-7.6-r3 to /
[ebuild  N   ] sys-libs/db-1.85-r1 to /
[ebuild  N   ] sys-devel/libtool-1.4.1-r9 to /
[ebuild  N   ] sys-devel/gettext-0.11.1 to /
[ebuild  N   ] sys-devel/m4-1.4p to /
[ebuild  N   ] sys-apps/groff-1.17.2-r1 to /
[ebuild  N   ] sys-libs/db-3.2.9 to /
[ebuild  N   ] sys-libs/gdbm-1.8.0-r5 to /
[ebuild  N   ] sys-devel/perl-5.6.1-r4 to /
[ebuild  N   ] sys-devel/autoconf-2.53a to /
[ebuild  N   ] sys-libs/pwdb-0.61-r3 to /
[ebuild  N   ] dev-libs/glib-1.2.10-r4 to /
[ebuild  N   ] sys-devel/automake-1.6.1-r6 to /
[ebuild  N   ] sys-apps/miscfiles-1.3 to /
[ebuild  N   ] sys-libs/cracklib-2.7-r5 to /
[ebuild  N   ] sys-libs/pam-0.75-r6 to /
[ebuild  N   ] dev-libs/openssl-0.9.6d-r1 to /
[ebuild  N   ] media-libs/jpeg-6b-r2 to /
[ebuild  N   ] sys-libs/zlib-1.1.4 to /
[ebuild  N   ] media-libs/libpng-1.2.4 to /
[ebuild  N   ] media-libs/tiff-3.5.7-r1 to /
[ebuild  N   ] app-text/ghostscript-7.05.3-r1 to /
[ebuild  N   ] net-print/cups-1.1.15-r2 to /
[ebuild  N   ] net-fs/samba-2.2.5 to /


You can also do "emerge --nodeps" to merge only the top level package without checking for deps.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum