Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] About version 9999 update
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
Chili0_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2017
Posts: 80

PostPosted: Fri Jun 28, 2024 12:20 am    Post subject: [Solved] About version 9999 update Reply with quote

Hi,

I have several packages installed with version 9999.

1. Is there any way to update these packages other than manually?
2. If I manually emerge, will the cached distfiles downloaded previously be update?

Thanks for your help.
_________________
Regards.


Last edited by Chili0_ on Fri Jun 28, 2024 4:33 am; edited 1 time in total
Back to top
View user's profile Send private message
eschwartz
n00b
n00b


Joined: 29 Oct 2023
Posts: 70

PostPosted: Fri Jun 28, 2024 1:44 am    Post subject: Reply with quote

version 9999 likely means e.g. downloading with git. Fortunately, the git eclass still caches distfiles, in /var/cache/distfiles/git3-src/ specifically. Those will be reused (it will fetch new commits incrementally).

You can update live ebuilds using app-portage/smart-live-rebuild; it will check each live package to see whether there are any remote updates and only rebuild if needed.
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3688

PostPosted: Fri Jun 28, 2024 2:33 am    Post subject: Reply with quote

Here's
Code:
alias mntAs='time emaint -A sync;smart-live-rebuild -p;if [ -d /var/db/repos/gentoo/.tmp-unverified-download-quarantine ];then echo Quarantine directory detected, something went wrong;fi'
2 be manually launched here for portage sync.

Plz note it always launches
Code:
smart-live-rebuild -p
to list for 9999 available updates, which I can later cherrypick from to my liking. Some daily updated packages may not require a systematic rebuild, e.g. app-editors/emacs here but only time to time.

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
Chili0_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Oct 2017
Posts: 80

PostPosted: Fri Jun 28, 2024 4:32 am    Post subject: Reply with quote

Great ! Thanks for your replies.
_________________
Regards.
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