Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
x11-drivers/nvidia-drivers-331.20 is blocking chromium
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
Xywa
Veteran
Veteran


Joined: 23 Jul 2005
Posts: 1631
Location: /mnt/Gentoo/Europe

PostPosted: Wed Dec 04, 2013 6:10 pm    Post subject: x11-drivers/nvidia-drivers-331.20 is blocking chromium Reply with quote

Code:
[ebuild  N     ] www-client/chromium-32.0.1700.39  USE="cups tcmalloc -bindist -custom-cflags -gnome -gnome-keyring -kerberos (-neon) -pulseaudio (-selinux) (-system-sqlite) {-test}" LINGUAS="en_GB pl -am -ar -bg -bn -ca -cs -da -de -el -es -es_LA -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pt_BR -pt_PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh_CN -zh_TW"
[blocks B      ] <x11-drivers/nvidia-drivers-331.20 ("<x11-drivers/nvidia-drivers-331.20" is blocking www-client/chromium-32.0.1700.39)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (x11-drivers/nvidia-drivers-325.15::gentoo, installed) pulled in by
    x11-drivers/nvidia-drivers required by (x11-base/xorg-drivers-1.15::gentoo, installed)
    =x11-drivers/nvidia-drivers-3* required by (media-video/nvidia-settings-331.20::gentoo, installed)

  (www-client/chromium-32.0.1700.39::gentoo, ebuild scheduled for merge) pulled in by
    chromium
Back to top
View user's profile Send private message
ulenrich
Veteran
Veteran


Joined: 10 Oct 2010
Posts: 1480

PostPosted: Wed Dec 04, 2013 7:59 pm    Post subject: Reply with quote

emerge -c media-video/nvidia-settings

media-video/nvidia-drivers has included settings.
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Wed Dec 04, 2013 9:30 pm    Post subject: Reply with quote

Update x11-drivers/nvidia-drivers to 331.20 or build www-client/chromium with -tcmalloc USE flag.
Back to top
View user's profile Send private message
ulenrich
Veteran
Veteran


Joined: 10 Oct 2010
Posts: 1480

PostPosted: Wed Dec 04, 2013 9:58 pm    Post subject: Reply with quote

jburns wrote:
Update x11-drivers/nvidia-drivers to 331.20 or build www-client/chromium with -tcmalloc USE flag.

Wow, I never saw: tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 )
package.use.mask:
Code:
# Pawel Hajdan jr <phajdan.jr@gentoo.org> (28 Sep 2012)
# Causes problems with old NVidia drivers, bug #413637.
<www-client/chromium-32.0.1700.19 tcmalloc
Back to top
View user's profile Send private message
Xywa
Veteran
Veteran


Joined: 23 Jul 2005
Posts: 1631
Location: /mnt/Gentoo/Europe

PostPosted: Thu Dec 05, 2013 7:49 am    Post subject: Reply with quote

jburns wrote:
Update x11-drivers/nvidia-drivers to 331.20 or build www-client/chromium with -tcmalloc USE flag.



After Today's --sync I have only 325.15
This says should be 331.20 from the 3rd of December:
http://packages.gentoo.org/package/x11-drivers/nvidia-drivers

Code:
# emerge -s nvidia-drivers
WARNING: One or more repositories have missing repo_name entries:

        /usr/local/my/profiles/repo_name

NOTE: Each repo_name entry should be a plain text file containing a
unique name for the repository on the first line.


Searching...   
[ Results for search key : nvidia-drivers ]
[ Applications found : 1 ]

*  x11-drivers/nvidia-drivers
      Latest version available: 325.15
      Latest version installed: 325.15
      Size of files: 46,908 kB
      Homepage:      http://www.nvidia.com/
      Description:   NVIDIA X11 driver and GLX libraries
      License:       GPL-2 NVIDIA-r1
Back to top
View user's profile Send private message
sk3l
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jul 2012
Posts: 78
Location: CT USA

PostPosted: Sat Jan 18, 2014 1:36 am    Post subject: Reply with quote

ulenrich wrote:
jburns wrote:
Update x11-drivers/nvidia-drivers to 331.20 or build www-client/chromium with -tcmalloc USE flag.

Wow, I never saw: tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 )
package.use.mask:
Code:
# Pawel Hajdan jr <phajdan.jr@gentoo.org> (28 Sep 2012)
# Causes problems with old NVidia drivers, bug #413637.
<www-client/chromium-32.0.1700.19 tcmalloc


Where/how would one discover that the USE flag in bold above was the root cause of the blockage?

emerge output?

equery g chromium?

other?

Would like to understand how I can untangle this for future reference.
Back to top
View user's profile Send private message
megabaks
Apprentice
Apprentice


Joined: 22 Jan 2012
Posts: 253
Location: Russia && Saint-Petersburg

PostPosted: Sat Jan 18, 2014 9:33 am    Post subject: Reply with quote

Quote:
Where/how would one discover that the USE flag in bold above was the root cause of the blockage?

ebuild
_________________
sorry my bad english
Back to top
View user's profile Send private message
chrisstankevitz
Guru
Guru


Joined: 14 Dec 2003
Posts: 472
Location: Santa Barbara, CA, USA

PostPosted: Tue Jan 21, 2014 7:16 pm    Post subject: Reply with quote

sk3l wrote:
Where/how would one discover that the USE flag in bold above was the root cause of the blockage?

emerge output?

equery g chromium?

other?

Would like to understand how I can untangle this for future reference.


Portage for some reason is not clear about this one. Normally the emerge output tells a pretty clear story of which use flag is causing a problem but for a reason I do not understand, portage is not explaining this one in its output.

You should have caught on, though, that chromium cannot install because of nvidia-drivers from the emerge output:
Code:
[blocks B      ] <x11-drivers/nvidia-drivers-331.20 ("<x11-drivers/nvidia-drivers-331.20" is blocking www-client/chromium-32.0.1700.77)

The key part being:
Code:
nvidia-drivers is blocking chromium


So from this you can:

Code:
grep nvidia /usr/portage/www-client/chromium/chromium-32.0.1700.77.ebuild


And see that the tcmalloc use flag brings in nvidia:
Code:
   tcmalloc? ( !<x11-drivers/nvidia-drivers-331.20 )"


I maksed nvidia-drivers-331.20 on my system because it makes CTRL-C and CTRL-Z not work. SUPER LAME.

I solved the problem by adding these lines to the end of /etc/portage/package.use:
Code:
# 2014-01-21 Disable tcmalloc because it requires a version of nvidia-drivers that does not work
=www-client/chromium-32.0.1700.77 -tcmalloc

Chris
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