public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Tracing use flags - how to?
Date: Thu, 28 Oct 2010 10:22:42 +0200	[thread overview]
Message-ID: <201010281022.43215.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <1288250339.28599.0@numa-i>

Apparently, though unproven, at 09:18 on Thursday 28 October 2010, Helmut 
Jarausch did opine thusly:

> Hi,
> 
> this might well we a FAQ but I couldn't find it.
> 
> In the process of upgrading to xorg-server-1.8.2 I'd like to remove
> the 'hal' use flag.
> I have removed it in /etc/make.conf and added 'udev' instead.

That will remove it globally from the entire system, which might not be what 
you want. IIRC k3b needs hal for instance to work correctly.

> The xorg-server definitely doesn't have this use flag set in
> /etc/portage/package.use
> 
> Still, emerge -vp x11-base/xorg-server shows that it is going to use
> the 'hal' but not the 'udev' flag.
> 
> How to find out where this comes from.

I usually read the ebuilds and grep directly through files to find this kind 
of stuff :-) I find it easier than remembering commands.

The xorg-server ebuild says:
IUSE_SERVERS="dmx kdrive xorg"
IUSE="${IUSE_SERVERS} doc hal ipv6 minimal nptl tslib +udev"

So it uses all those flags, and "udev" is on by default unless you explicitly 
say otherwise somewhere.


> I haven't found anything in 'use.mask' in my profile
> default/linux/amd64/10.0/desktop

Post the USE section from emerge --info, the output from 
emerge -vp x11-base/xorg-server.
the output from 
grep -r udev /etc/portage/*
grep -r hal /etc/portage/*

and let's take it from there.

Finding stuff in profiles is tricky, you have to search upwards through the 
directories, not downwards.




-- 
alan dot mckinnon at gmail dot com



  reply	other threads:[~2010-10-28  8:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28  7:18 [gentoo-user] Tracing use flags - how to? Helmut Jarausch
2010-10-28  8:22 ` Alan McKinnon [this message]
2010-10-28  9:10   ` Helmut Jarausch
2010-10-28  9:30     ` Alan McKinnon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201010281022.43215.alan.mckinnon@gmail.com \
    --to=alan.mckinnon@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox