Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] how to resolve a block?

 
   Soft32 Home -> Linux -> User RSS
Next:  [gentoo-user] Touchpad Question  
Author Message
Pascal J.Bourguignon

External


Since: Jun 26, 2004
Posts: 15



(Msg. 1) Posted: Wed Oct 20, 2004 12:00 am
Post subject: [gentoo-user] how to resolve a block?
Archived from groups: linux>gentoo>user (more info?)

I added ntlp to my USE flags in /etc/make.conf, and now I cannot
recompile glibc for:

# emerge --newuse -u -p glibc

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

Calculating dependencies ...done!
[blocks B ] sys-kernel/linux-headers (from pkg sys-kernel/linux26-headers-2.6.8.1-r1)
[ebuild N ] sys-kernel/linux-headers-2.4.22
[ebuild N ] sys-kernel/linux26-headers-2.6.8.1-r1
[ebuild R ] sys-libs/glibc-2.3.4.20040808-r1


I don't undersdtand why, qpkg -I -v sys-kernel/linux-headers reports
not linux-headers package; glibc-2.3.4.20041006 depends rightly on
linux26-headers when nptl is used, and I can see no dependency on
linux-headers:

DEPEND=">=sys-devel/gcc-3.2.3-r1
nptl? ( >=sys-devel/gcc-3.3.1-r1 )
>=sys-devel/binutils-2.14.90.0.6-r1
virtual/os-headers
nptl? ( >=sys-kernel/linux26-headers-2.6.5 )
nls? ( sys-devel/gettext )"
RDEPEND="virtual/os-headers
sys-apps/baselayout
nls? ( sys-devel/gettext )"
# until we compile the 32bit glibc here
PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )"


--
__Pascal Bourguignon__ http://www.informatimago.com/

Voting Democrat or Republican is like choosing a cabin in the Titanic.


--
gentoo-user DeleteThis @gentoo.org mailing list
Back to top
Login to vote
Pascal J.Bourguignon

External


Since: Jun 26, 2004
Posts: 15



(Msg. 2) Posted: Wed Oct 20, 2004 4:50 pm
Post subject: Re: [gentoo-user] how to resolve a block? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Chris Raine writes:
> Pascal J.Bourguignon wrote:
>
> >I added ntlp to my USE flags in /etc/make.conf, and now I cannot
> >recompile glibc for:
> >
> ># emerge --newuse -u -p glibc
> >
> >These are the packages that I would merge, in order:
> >
> >Calculating dependencies ...done!
> >[blocks B ] sys-kernel/linux-headers (from pkg sys-kernel/linux26-headers-2.6.8.1-r1)
> >[ebuild N ] sys-kernel/linux-headers-2.4.22
> >[ebuild N ] sys-kernel/linux26-headers-2.6.8.1-r1
> >[ebuild R ] sys-libs/glibc-2.3.4.20040808-r1
> >
> >
> >I don't undersdtand why, qpkg -I -v sys-kernel/linux-headers reports
> >not linux-headers package; glibc-2.3.4.20041006 depends rightly on
> >linux26-headers when nptl is used, and I can see no dependency on
> >linux-headers:
> >
> >DEPEND=">=sys-devel/gcc-3.2.3-r1
> > nptl? ( >=sys-devel/gcc-3.3.1-r1 )
> > >=sys-devel/binutils-2.14.90.0.6-r1
> > virtual/os-headers
> > nptl? ( >=sys-kernel/linux26-headers-2.6.5 )
> > nls? ( sys-devel/gettext )"
> >RDEPEND="virtual/os-headers
> > sys-apps/baselayout
> > nls? ( sys-devel/gettext )"
> ># until we compile the 32bit glibc here
> >PDEPEND="amd64? ( multilib? ( app-emulation/emul-linux-x86-glibc ) )"
> >
> >
> Try emerge -C linux-headers

I already removed linux-headers, that's why I included the (empty) output of
qpkg -I -v sys-kernel/linux-headers.

--
__Pascal Bourguignon__ http://www.informatimago.com/

Voting Democrat or Republican is like choosing a cabin in the Titanic.


--
gentoo-user.RemoveThis@gentoo.org mailing list
Back to top
Login to vote
Holly Bostick

External


Since: Jun 27, 2004
Posts: 1432



(Msg. 3) Posted: Wed Oct 20, 2004 5:00 pm
Post subject: Re: [gentoo-user] how to resolve a block? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Pascal J.Bourguignon wrote:
> Chris Raine writes:
>
>>Pascal J.Bourguignon wrote:
>>
>>
>>>I added ntlp to my USE flags in /etc/make.conf, and now I cannot
>>>recompile glibc for:
>>>
>>># emerge --newuse -u -p glibc
>>>
>>>These are the packages that I would merge, in order:
>>>
>>>Calculating dependencies ...done!
>>>[blocks B ] sys-kernel/linux-headers (from pkg sys-kernel/linux26-headers-2.6.8.1-r1)
>>>[ebuild N ] sys-kernel/linux-headers-2.4.22
>>>[ebuild N ] sys-kernel/linux26-headers-2.6.8.1-r1
>>>[ebuild R ] sys-libs/glibc-2.3.4.20040808-r1
>>>
>>>
>>>I don't undersdtand why, qpkg -I -v sys-kernel/linux-headers reports
>>>not linux-headers package; glibc-2.3.4.20041006 depends rightly on
>>>linux26-headers when nptl is used, and I can see no dependency on
>>>linux-headers:
>>>
<snip>
>>>
>>
>>Try emerge -C linux-headers
>
>
> I already removed linux-headers, that's why I included the (empty) output of
> qpkg -I -v sys-kernel/linux-headers.
>

Question #1-- what version of Portage are you using? (Maybe not the one
that "calculates virtuals on the fly", but one that is still using the
hardcoded virtual for linux-headers)

Question #2-- You didn't really add 'ntlp' to /etc/make.conf, did you?
Because the flag is 'nptl', and so this could all be due to a typo.

Holly

--
gentoo-user.RemoveThis@gentoo.org mailing list
Back to top
Login to vote
Mark Knecht

External


Since: Sep 03, 2004
Posts: 967



(Msg. 4) Posted: Wed Oct 20, 2004 5:20 pm
Post subject: Re: [gentoo-user] how to resolve a block? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> >>># emerge --newuse -u -p glibc
> >>>
> >>>These are the packages that I would merge, in order:
> >>>
> >>>Calculating dependencies ...done!
> >>>[blocks B ] sys-kernel/linux-headers (from pkg sys-kernel/linux26-headers-2.6.8.1-r1)
> >>>[ebuild N ] sys-kernel/linux-headers-2.4.22
> >>>[ebuild N ] sys-kernel/linux26-headers-2.6.8.1-r1
> >>>[ebuild R ] sys-libs/glibc-2.3.4.20040808-r1
> >>>
> >>>
> >>>I don't undersdtand why, qpkg -I -v sys-kernel/linux-headers reports
> >>>not linux-headers package; glibc-2.3.4.20041006 depends rightly on
> >>>linux26-headers when nptl is used, and I can see no dependency on
> >>>linux-headers:
> >>>
> <snip>
> >>>
> >>
> >>Try emerge -C linux-headers
> >
> >
> > I already removed linux-headers, that's why I included the (empty) output of
> > qpkg -I -v sys-kernel/linux-headers.
> >

I got the same results the other evening. Portage re-emerged the
non-2.6 headers. I currently have them both on my system.
(Arg...worried...)

>
> Question #1-- what version of Portage are you using? (Maybe not the one
> that "calculates virtuals on the fly", but one that is still using the
> hardcoded virtual for linux-headers)
>
> Question #2-- You didn't really add 'ntlp' to /etc/make.conf, did you?
> Because the flag is 'nptl', and so this could all be due to a typo.
>
> Holly
>

- Mark

--
gentoo-user.DeleteThis@gentoo.org mailing list
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] telnet: could not resolve IP - I'm trying to use Telnet to connect to one of my local firewall box and I get: telnet: could not resolve..

[gentoo-user] How to resolve policy conflicts? - Hello! ATM we have the situation where the current stable version of OpenOffice (2.1.0-r1) won't compile (at least on...

[gentoo-user] Failed to resolve module dependencies. - Hello all, My Gentoo installation is running fine at the moment, but ever since I installed it, I have had the boot up...

[gentoo-user] Cannot resolve a virtual package name to an .. - trombone dcorbin # emerge -uav portage These are the packages that I would merge, in order: Calculating dependencies....

[gentoo-user] odd block - Maybe I'm just tired, but can someone explain this? emerge -p world These are the packages that I would merge, in..

[gentoo-user] package seems to block itself - Hi. I seem to have a strange situation where a package block itself or that is the way it seems. If I try to do emerg...
       Soft32 Home -> Linux -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can 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

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]