On 1/4/07, Fabian Groffen <[EMAIL PROTECTED]> wrote:
On 04-01-2007 18:57:12 +0100, Fabian Groffen wrote:
> On 04-01-2007 18:30:14 +0100, Steffen Strobel wrote:
> > >So what's the correct way to unexport those environment variables?
> >
> > Maybe unset LDFLAGS and unset CPPFLAGS?
>
> is unset bash-ish for unsetenv?

it seems so:

% bash
bash-3.2$ export bla=test
bash-3.2$ echo $bla
test
bash-3.2$ unset bla
bash-3.2$ echo $bla

bash-3.2$ exit

Thanks, I will fix it accordingly

Heh, I unset the environment variables and now I get the output below
when trying to emerge world.  All previous steps have completed
successfully, including the sync.


$ emerge -e world
Calculating world dependencies -
!!! All ebuilds that could satisfy "dev-perl/Locale-gettext" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-perl/Locale-gettext-1.05 (masked by: missing keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "sys-apps/help2man-1.36.4" [ebuild])



!!! Problem resolving dependencies for sys-apps/grep
!!! Depgraph creation failed.


~ Nathan
--
[EMAIL PROTECTED] mailing list

Reply via email to