Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I'd like to update gnome without mail-client/evolution +
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
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Wed Jan 01, 2020 6:43 pm    Post subject: I'd like to update gnome without mail-client/evolution + Reply with quote

I'd like to update gnome without mail-client/evolution + webkit-gtk-

What is the best way to do this? Thanks


Code:
Calculating dependencies... done!
[nomerge       ] gnome-base/gnome-3.32.2:2.0::gentoo  USE="bluetooth classic cups extras -accessibility"
[nomerge       ]  gnome-base/gnome-extra-apps-3.32.2:3.0::gentoo  USE="games share shotwell tracker"
[ebuild  N     ]   mail-client/evolution-3.32.4:2.0::gentoo  USE="bogofilter ldap spell ssl weather -archive -geolocation -gtk-doc -highlight -spamassassin -ytnef" 0 KiB

Total: 1 package (1 new), Size of downloads: 0 KiB

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

net-libs/webkit-gtk:4

  (net-libs/webkit-gtk-2.26.2:4/37::gentoo, ebuild scheduled for merge) conflicts with
    <net-libs/webkit-gtk-2.25:4 required by (mail-client/evolution-3.32.4:2.0/2.0::gentoo, ebuild scheduled for merge)
    ^                    ^^^^ 


Would you like to merge these packages? [Yes/No]

_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
russK
l33t
l33t


Joined: 27 Jun 2006
Posts: 665

PostPosted: Wed Jan 01, 2020 6:52 pm    Post subject: Reply with quote

Greetings cwc,

At first glance, take 'extras' out of your USE flags for gnome-base/gnome. If you want any of the packages that gnome-base/gnome-extra-apps pulls in, emerge them individually yourself.

HTH

Regards,
russK

P.S. perhaps I didn't answer the webkit-gtk portion of your question, maybe clarify in a follow-up :wink:
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3922
Location: Hamburg

PostPosted: Wed Jan 01, 2020 7:51 pm    Post subject: Reply with quote

Code:
emerge --exclude mail-client/evolution
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Wed Jan 01, 2020 10:41 pm    Post subject: Reply with quote

toralf wrote:
Code:
emerge --exclude mail-client/evolution



thank you this worked:

emerge -uDNavt --exclude=mail-client/evolution @world;

This did not work by itself
Code:

emerge --exclude mail-client/evolution

Note: I can not stress this enough.
This is the worlds best forum!
_________________
Without diversity there can be no evolution:)


Last edited by cwc on Thu Jan 02, 2020 3:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Thu Jan 02, 2020 3:00 pm    Post subject: Reply with quote

russK wrote:
Greetings cwc,

At first glance, take 'extras' out of your USE flags for gnome-base/gnome. If you want any of the packages that gnome-base/gnome-extra-apps pulls in, emerge them individually yourself.

HTH

Regards,
russK

P.S. perhaps I didn't answer the webkit-gtk portion of your question, maybe clarify in a follow-up :wink:


In /etc/package.use/package.txt I added:

gnome-base/gnome -extra
#gnome-base/gnome-extra-apps -evolution

This did not work. Please throw me a bone on the syntax
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
elsandosgrande
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2019
Posts: 144
Location: Sarajevo 71000, Bosnia and Herzegovina

PostPosted: Thu Jan 02, 2020 4:23 pm    Post subject: Reply with quote

cwc wrote:
In /etc/package.use/package.txt


Shouldn't that be /etc/package.use/package.conf?
Back to top
View user's profile Send private message
szczerb
Veteran
Veteran


Joined: 24 Feb 2007
Posts: 1709
Location: Poland => Lodz

PostPosted: Thu Jan 02, 2020 4:37 pm    Post subject: Reply with quote

On current installations it's in /etc/portage/package.use/ and you can name the files whatever you want. Also, you want to have one with name starting with a "z" as autounmasking tools use the last file alphabetically from those (package.accept_keywords, package.mask, etc) dirs.
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Thu Jan 02, 2020 5:06 pm    Post subject: Reply with quote

elsandosgrande wrote:
cwc wrote:
In /etc/package.use/package.txt


Shouldn't that be /etc/package.use/package.conf?


Could be: I followed this guide plus other posts:

https://wiki.gentoo.org/wiki/Handbook:PPC/Working/USE

Thank you!
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Thu Jan 02, 2020 5:13 pm    Post subject: Reply with quote

szczerb wrote:
On current installations it's in /etc/portage/package.use/ and you can name the files whatever you want. Also, you want to have one with name starting with a "z" as autounmasking tools use the last file alphabetically from those (package.accept_keywords, package.mask, etc) dirs.


So I name a file zgnome and include the following:

gnome-base/gnome -extra

evolution is still being pulled to install.

This is a chess match
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21633

PostPosted: Fri Jan 03, 2020 12:44 am    Post subject: Reply with quote

cwc: your earlier post had an incorrect directory path for the file. szczerb gave a corrected path. You said it isn't working, but you didn't say whether you fixed the path of the file, only that you picked a different name. What is the full path of the file which is not working for you?
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1281
Location: Tri-Cities, WA USA

PostPosted: Fri Jan 03, 2020 1:21 am    Post subject: solved Reply with quote

I missed an "s" in -extras. Oh my. Check my work!

I did the following:
more /etc/portage/package.use/zgnome
gnome-base/gnome -extras
gnome-base/gnome-extra-apps -evolution

emerge -C gnome-base/gnome-extra-apps
Then I started installing the extras I want.

From this list:
https://packages.gentoo.org/categories/gnome-extra
_________________
Without diversity there can be no evolution:)
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