Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia-glx depend/*depend problem emerging world
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
modman
n00b
n00b


Joined: 06 Mar 2004
Posts: 15
Location: Philadelphia, PA

PostPosted: Mon Sep 26, 2005 2:39 pm    Post subject: nvidia-glx depend/*depend problem emerging world Reply with quote

Does anyone have a suggestion to get around this issue?

Code:
Eros nvidia-kernel # emerge -uDpv world

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

Calculating world dependencies /
!!! All ebuilds that could satisfy "app-admin/eselect-opengl" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/eselect-opengl-1.0.2-r1 (masked by: ~x86 keyword)
- app-admin/eselect-opengl-1.0.1 (masked by: ~x86 keyword)
- app-admin/eselect-opengl-1.0.2 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!!    (dependency required by "media-video/nvidia-glx-1.0.7676-r1" [ebuild])


!!! Problem with ebuild media-video/nvidia-glx-1.0.7676-r1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.
Eros nvidia-kernel # emerge -pv eselect-opengl

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

Calculating dependencies
!!! All ebuilds that could satisfy "eselect-opengl" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/eselect-opengl-1.0.2-r1 (masked by: ~x86 keyword)
- app-admin/eselect-opengl-1.0.1 (masked by: ~x86 keyword)
- app-admin/eselect-opengl-1.0.2 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

Eros nvidia-kernel # ACCEPT_KEYWORDS="~x86" emerge -pv eselect-opengl

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

Calculating dependencies ...done!
[ebuild   R   ] app-admin/eselect-opengl-1.0.2-r1  0 kB

Total size of downloads: 0 kB
Eros nvidia-kernel # ACCEPT_KEYWORDS="~x86" emerge -pv nvidia-glx

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

Calculating dependencies ...done!
[ebuild   R   ] media-video/nvidia-glx-1.0.7676-r1  -dlloader 0 kB

Total size of downloads: 0 kB


Both packages are installed, but are still causing emerge issues.

I would like to emerge world without having to resort to using:

Code:
ACCEPT_KEYWORDS="~x86" emerge -uDpv world


Thanks.
_________________
Trust your technolust.
Back to top
View user's profile Send private message
nichocouk
Guru
Guru


Joined: 10 Mar 2005
Posts: 585
Location: Glasgow

PostPosted: Mon Sep 26, 2005 3:42 pm    Post subject: Reply with quote

Can you post the content of your /etc/portage/package.keywords file please?
_________________
nichocouk

L'Etat, c'est moi.
Back to top
View user's profile Send private message
modman
n00b
n00b


Joined: 06 Mar 2004
Posts: 15
Location: Philadelphia, PA

PostPosted: Tue Sep 27, 2005 5:04 am    Post subject: Reply with quote

Here is my package.keywords file nichocouk:

Code:
joey@Eros joey $ cat /etc/portage/package.keywords
media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86
media-video/nvidia-settings ~x86


I hope it helps.

Thanks.
_________________
Trust your technolust.
Back to top
View user's profile Send private message
nichocouk
Guru
Guru


Joined: 10 Mar 2005
Posts: 585
Location: Glasgow

PostPosted: Tue Sep 27, 2005 7:55 am    Post subject: Reply with quote

Try
Code:
# echo "app-admin/eselect-opengl ~x86" >> /etc/portage.keywords
# emerge -avUD world

_________________
nichocouk

L'Etat, c'est moi.
Back to top
View user's profile Send private message
modman
n00b
n00b


Joined: 06 Mar 2004
Posts: 15
Location: Philadelphia, PA

PostPosted: Tue Sep 27, 2005 10:08 pm    Post subject: Reply with quote

No luck.

Code:
root@Eros joey # echo "app-admin/eselect-opengl ~x86" >> /etc/portage/package.keywords
root@Eros joey # cat /etc/portage/package.keywords
media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86
media-video/nvidia-settings ~x86
app-admin/eselect-opengl ~x86
root@Eros joey # emerge -uDpv world

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

Calculating world dependencies /
!!! All ebuilds that could satisfy "app-admin/eselect" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-admin/eselect-0.9.6 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.
!!!    (dependency required by "app-admin/eselect-opengl-1.0.2-r1" [ebuild])


!!! Problem with ebuild app-admin/eselect-opengl-1.0.2-r1
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

_________________
Trust your technolust.
Back to top
View user's profile Send private message
nichocouk
Guru
Guru


Joined: 10 Mar 2005
Posts: 585
Location: Glasgow

PostPosted: Tue Sep 27, 2005 10:40 pm    Post subject: Reply with quote

Well, basically all these messages are similar and they tell you that if you want it to work, you have to unmask packages. As it is explained in man portage, the best way is to add an entry in your package.keywords file. You can add non version-specific entries as you have done up to now, or version specific entries if you want to be more cautious. This time you could do:
Code:
echo "=app-admin/eselect-0.9.6 ~x86" >> /etc/portage.keywords


Also, are you sure you need the masked versions of the nvidia packages. I have the stable versions and they work well.

Good luck!
_________________
nichocouk

L'Etat, c'est moi.
Back to top
View user's profile Send private message
modman
n00b
n00b


Joined: 06 Mar 2004
Posts: 15
Location: Philadelphia, PA

PostPosted: Fri Oct 28, 2005 4:48 pm    Post subject: Reply with quote

Code:
media-video/nvidia-kernel ~x86
media-video/nvidia-glx ~x86
media-video/nvidia-settings ~x86
app-admin/eselect-opengl ~x86
app-admin/eselect ~x86


in

/etc/portage/package.keywords

did the trick!

Thanks!
_________________
Trust your technolust.
Back to top
View user's profile Send private message
nichocouk
Guru
Guru


Joined: 10 Mar 2005
Posts: 585
Location: Glasgow

PostPosted: Sat Oct 29, 2005 10:14 am    Post subject: Reply with quote

Great!
Can you please add SOLVED to the subject of your first post?

Cheers,
_________________
nichocouk

L'Etat, c'est moi.
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