Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How long do packages remain masked?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Sat Mar 08, 2008 9:21 am    Post subject: How long do packages remain masked? Reply with quote

Now, this is not a rant or anything. I was just wondering how long do packages remain masked. For example, xorg-x11-7.3 is masked. While on some other distros it is already the default. I know that if I want to install it I can go ahead and do it, that is not my point. What I want is some information on the process of packages being marked as stable. How does that happen, and how long does it take?

Cheers
Rahul
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5935

PostPosted: Sat Mar 08, 2008 9:37 am    Post subject: Reply with quote

i guess it depends on bug and stability testing (typically)... there might be a bug on bugs.gentoo.org which states how far along the new ebuild is...

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
genmich
Apprentice
Apprentice


Joined: 03 Apr 2003
Posts: 196

PostPosted: Sat Mar 08, 2008 9:55 am    Post subject: Reply with quote

I personally wish they would stabilise some ebuilds more quickly if they are only subreleases/bug fix versions and not a big version jump in the program (e.g. GIMP). I know I can unmask them myself, which I did for example with GIMP 2.4.5 and it's running without any problems. Perhaps there should be a gentoo test-machine as a reference and if it builds there and runs without problems it should be marked stable (like kde dashboard).

Gentoo is a very up-to-date distro but it could be even more ;)
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5935

PostPosted: Sat Mar 08, 2008 9:59 am    Post subject: Reply with quote

miga wrote:
I personally wish they would stabilise some ebuilds more quickly


you could always become a developer and give us a hand... many hands make light (and hopefully faster) work... :wink:

failing that, you can always peruse bugs.gentoo.org and do testing...

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
genmich
Apprentice
Apprentice


Joined: 03 Apr 2003
Posts: 196

PostPosted: Sat Mar 08, 2008 11:13 am    Post subject: Reply with quote

True, created an account.
But how do I mark something as stable?

Take this example:
GIMP 2.4.4 is in portage and there is a version bump bug (https://bugs.gentoo.org/show_bug.cgi?id=208232). This one is already closed cause the ebuild is in portage but it is still masked (http://packages.gentoo.org/package/media-gfx/gimp). So how/where can I see what holds it back from getting stable in the tree? Or is that up to the maintainer?
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5935

PostPosted: Sat Mar 08, 2008 11:21 am    Post subject: Reply with quote

from what i can see, you'd have to file a "stable request" bug... i'd perhaps start by asking the package dev, as i don't have any experience in getting packages fast-tracked through portage.

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
genmich
Apprentice
Apprentice


Joined: 03 Apr 2003
Posts: 196

PostPosted: Sat Mar 08, 2008 11:33 am    Post subject: Reply with quote

Ok, thanks!
Back to top
View user's profile Send private message
tanderson
Retired Dev
Retired Dev


Joined: 11 Apr 2007
Posts: 193

PostPosted: Sat Mar 08, 2008 12:38 pm    Post subject: Reply with quote

Well, the process is that usually the maintainer asks for something to be marked stable. The arch teams then test it to make sure there are no regressions. Then if they are satisfied it goes stable. The place you can help for now(while you aren't a developer) is in the testing. This is a rather large part. If you run amd64, you'll want to know we are way behind on stabilization bugs.

http://tinyurl.com/2uanmp

Is a list of all the bugs that need work. If you like testing enough, you can become an Arch Tester, which will make your reports more trustworthy to the arch teams.

Cheers,
Thomas
_________________
No Man is Just a Number!

--The Prisoner
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Sat Mar 08, 2008 4:36 pm    Post subject: Reply with quote

So, if I add the following lines to my make.conf I would be able to help in the testing?

Code:

ACCEPT_KEYWORDS="-x86"

_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
AllenJB
Veteran
Veteran


Joined: 02 Sep 2005
Posts: 1285

PostPosted: Sat Mar 08, 2008 4:42 pm    Post subject: Reply with quote

You don't need to take your whole system testing to aid testing (in fact, I'd recommend against it personally). You can equally (or even better) aid testing using just package.keywords and only unmasking / keywording the packages you are interested in. The arch testers will do it this way, using a completely stable system except for the package(s) they're currently testing.
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Sat Mar 08, 2008 4:45 pm    Post subject: Reply with quote

Yeah, that is what I am currently doing. It was just that my package.keywords was getting bigger and bigger and so I thought why not go the full monty. :P

I guess since I am that eager to test xorg-7.3 I will just go ahead and give it a go. :)
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
tanderson
Retired Dev
Retired Dev


Joined: 11 Apr 2007
Posts: 193

PostPosted: Sat Mar 08, 2008 4:58 pm    Post subject: Reply with quote

rahulthewall3000 wrote:
So, if I add the following lines to my make.conf I would be able to help in the testing?

Code:

ACCEPT_KEYWORDS="-x86"


You would probably want
Code:
ACCEPT_KEYWORDS="x86"

_________________
No Man is Just a Number!

--The Prisoner
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Sat Mar 08, 2008 5:14 pm    Post subject: Reply with quote

gentoofan23 wrote:
rahulthewall3000 wrote:
So, if I add the following lines to my make.conf I would be able to help in the testing?

Code:

ACCEPT_KEYWORDS="-x86"


You would probably want
Code:
ACCEPT_KEYWORDS="x86"


As far as I know I have to use this:

Code:

ACCEPT_KEYWORDS="-x86"


to be able to use the testing branch of the x86 architecture. Correct me if I am wrong.
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
renrutal
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2005
Posts: 135
Location: Brazil

PostPosted: Sat Mar 08, 2008 7:54 pm    Post subject: Reply with quote

rahulthewall3000 wrote:
As far as I know I have to use this:

Code:

ACCEPT_KEYWORDS="-x86"


to be able to use the testing branch of the x86 architecture. Correct me if I am wrong.


If you want to use the testing branch as your default install, yes.

If you want to test a set of packages to stabilize it, you do it in a stable environment, only unmasking the specific set of packages you want to stabilize.

You don't do stabilization in an unstable environment.
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Mon Mar 10, 2008 5:58 pm    Post subject: Reply with quote

Tip on stabilising stuff; apparently stabilisation requests are welcome, if people are using packages without issue and there's been no bugs reported.
Back to top
View user's profile Send private message
Phoenix591
Guru
Guru


Joined: 17 Sep 2007
Posts: 488

PostPosted: Wed Mar 12, 2008 3:55 pm    Post subject: Reply with quote

the testing branch is ~(arch) , not -(arch) . I've been running a "testing" gentoo for a few months, things have seemed stable all around here. im on x86 btw.
Back to top
View user's profile Send private message
rahulthewall
Veteran
Veteran


Joined: 01 Nov 2007
Posts: 1264
Location: Zürich

PostPosted: Wed Mar 12, 2008 7:29 pm    Post subject: Reply with quote

g2g591 wrote:
the testing branch is ~(arch) , not -(arch) . I've been running a "testing" gentoo for a few months, things have seemed stable all around here. im on x86 btw.


Then maybe you can tell me something about Xorg 7.3. I recently installed it and everything seemed to work fine except the mouse and touchpad. The touchpad pointer always jumped back to the center of the screen whenever I tried to go to the edge of the screen. And the pointer of my USB mouse only moved in a vertical direction.
Any idea what might be causing this.
_________________
Who shall guard the guards?
Back to top
View user's profile Send private message
arnvidr
l33t
l33t


Joined: 19 Aug 2004
Posts: 629
Location: Oslo, Norway

PostPosted: Thu Mar 13, 2008 7:13 am    Post subject: Reply with quote

I had trouble when upgrading to Xorg 7.3 too, and it was solved by re-emerging a package related to the mouse. It might have been x11-drivers/xf86-input-mouse
_________________
Noone wrote:
anything
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Thu Mar 13, 2008 5:50 pm    Post subject: Reply with quote

Quote:
What I want is some information on the process of packages being marked as stable. How does that happen, and how long does it take?
i believe it takes much more time in source-based distro than in a binary one , because there are much more factors to consider, and much more dependency combinations to test.
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Fri Mar 14, 2008 8:34 am    Post subject: Reply with quote

yoshi314 wrote:
Quote:
What I want is some information on the process of packages being marked as stable. How does that happen, and how long does it take?
i believe it takes much more time in source-based distro than in a binary one , because there are much more factors to consider, and much more dependency combinations to test.

Yeah; my feeling is that Gentoo does a lot of the in-depth testing for a great deal of software that everyone else uses. It's easy enough to get everything compiling on one setup (which is what a binary distro effectively is.) The quality of Gentoo bug reporting, both to upstream and from its users, is excellent imo; Gentoo users might be a bit naive as far as #bash is concerned :roll: but they are a delight to work with, since you're expected to be able to read and use your brain to maintain the box ;p
Back to top
View user's profile Send private message
antonlacon
Apprentice
Apprentice


Joined: 27 Jun 2004
Posts: 257

PostPosted: Fri Mar 14, 2008 10:16 am    Post subject: Re: How long do packages remain masked? Reply with quote

rahulthewall3000 wrote:
For example, xorg-x11-7.3 is masked. While on some other distros it is already the default.


Because X Server 1.4.0 is buggy. 1.4.1 has been in the planning stage for a few months now, with its release originally scheduled for last November. http://www.x.org/wiki/Server14Branch

I wouldn't be surprised if it was skipped entirely for Xorg 7.4 (X Server 1.5.0) due in April/May. http://www.x.org/wiki/Releases/7.4
Back to top
View user's profile Send private message
ylonghome
n00b
n00b


Joined: 20 Mar 2008
Posts: 2

PostPosted: Thu Mar 20, 2008 1:56 pm    Post subject: Reply with quote

upgrading to Xorg 7.3 is too hard...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat 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