Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Chat
  • Search

how unstable are you?

Opinions, ideas and thoughts about Gentoo. Anything and everything about Gentoo except support questions.
Post Reply
  • Print view
Advanced search
117 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Tue Dec 16, 2008 1:59 pm

Code: Select all

padoor conf.d # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
Percentage unstable: 55.26315789473684210500
padoor conf.d # Unknown option --installed-testing
it looks almost every one get same 50 - 60% result

the unknown option ?? i have only used ACCEPT_KEYWORDS="~86".
no extra test packages.

it behaves stable enough. no crashes noticed for 2 yrs. :)
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
wjb
l33t
l33t
User avatar
Posts: 681
Joined: Sun Jul 10, 2005 9:40 am
Location: Fife, Scotland

  • Quote

Post by wjb » Tue Dec 16, 2008 3:08 pm

I got 0 as well because of the undefined option

Using equery rather than eix, it looks like this:

Code: Select all

# TOTAL=$(equery -N -C list | wc -l);UNSTABLE=$(equery -N -C list | grep -c "~]");PC=$(echo $UNSTABLE*100/$TOTAL | bc -l);echo Total=$TOTAL Unstable=$UNSTABLE %=$PC
Which gets me a slightly more credible result:
Total=1280 Unstable=36 %=2.81250000000000000000
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Dec 16, 2008 4:16 pm

wjb wrote:I got 0 as well because of the undefined option

Using equery rather than eix, it looks like this:

Code: Select all

# TOTAL=$(equery -N -C list | wc -l);UNSTABLE=$(equery -N -C list | grep -c "~]");PC=$(echo $UNSTABLE*100/$TOTAL | bc -l);echo Total=$TOTAL Unstable=$UNSTABLE %=$PC
Which gets me a slightly more credible result:
Total=1280 Unstable=36 %=2.81250000000000000000
yeah, that's definitely more accurate ! Thanks :)
Total=2343 Unstable=1278 %=54.54545454545454545454
how's the weather in Scotland ?
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
warrens
Apprentice
Apprentice
User avatar
Posts: 243
Joined: Tue Jan 04, 2005 11:19 pm
Location: Don't Tread On Me!

  • Quote

Post by warrens » Tue Dec 16, 2008 5:05 pm

With eix I got, as posted yesterday:

Code: Select all

Percentage unstable: 62.97918948521358159900
With equery I got:

Code: Select all

Total=1165 Unstable=805 %=69.09871244635193133047"
This system is completely stable, despite haveing 805 unstable packages installed.
[The bigger the government, the smaller the citizen.

Don't tread on me!!!

The best government is the government that governs least.
Top
RageOfOrder
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 99
Joined: Sun Aug 06, 2006 10:48 pm
Location: EH?!?!

  • Quote

Post by RageOfOrder » Tue Dec 16, 2008 5:21 pm

Equery says
Total=2221 Unstable=1393 %=62.71949572264745610085
eix says
Percentage unstable: 22.64367816091954022900
...And then stuff happened.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Tue Dec 16, 2008 5:40 pm

No eix installed.

Code: Select all

Total=955 Unstable=343 %=35.91623036649214659685
Top
megaflow
n00b
n00b
User avatar
Posts: 60
Joined: Fri Mar 11, 2005 10:23 am
Location: Maasmechelen

  • Quote

Post by megaflow » Tue Dec 16, 2008 6:50 pm

equery:

Code: Select all

Total=978 Unstable=537 %=54.90797546012269938650
eix:

Code: Select all

Percentage unstable: 54.55497382198952879500
Top
rndusr
Guru
Guru
User avatar
Posts: 402
Joined: Sun Dec 04, 2005 11:40 pm

  • Quote

Post by rndusr » Tue Dec 16, 2008 7:42 pm

According to equery:

Code: Select all

Total=736 Unstable=249 %=33.83152173913043478260
My unstable packages are KDE 3.5.10 and Firefox 3, and their required dependencies.
If you've got nothing nice to say, you're probably not alone...
Top
M
Guru
Guru
Posts: 432
Joined: Tue Dec 12, 2006 11:59 am

  • Quote

Post by M » Tue Dec 16, 2008 7:59 pm

Code: Select all

Total=677 Unstable=445 %=65.73116691285081240768
That is ~amd64 with rox desktop and mygnome set. I am a little curious what DE's people with more than 2000 packages are using, or if only one what are those other packages. 8O
Top
rndusr
Guru
Guru
User avatar
Posts: 402
Joined: Sun Dec 04, 2005 11:40 pm

  • Quote

Post by rndusr » Tue Dec 16, 2008 8:14 pm

M wrote:

Code: Select all

Total=677 Unstable=445 %=65.73116691285081240768
That is ~amd64 with rox desktop and mygnome set. I am a little curious what DE's people with more than 2000 packages are using, or if only one what are those other packages. 8O
I totally agree. I mean, I have not an excessively trimmed system (by laziness I use a lot of meta packages), but still I'm only at 736 packages.
If you've got nothing nice to say, you're probably not alone...
Top
arnvidr
l33t
l33t
User avatar
Posts: 629
Joined: Thu Aug 19, 2004 7:07 pm
Location: Oslo, Norway

  • Quote

Post by arnvidr » Tue Dec 16, 2008 8:37 pm

Code: Select all

Total=1034 Unstable=624 %=60.34816247582205029013
Using e16, so not sure why I have so many packages. Running ~amd64.
Noone wrote:anything
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56106
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Tue Dec 16, 2008 8:42 pm

I'm all ~x86 except where ~SPARC works better.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
HMC
Tux's lil' helper
Tux's lil' helper
Posts: 79
Joined: Wed Jul 06, 2005 7:49 pm
Location: Australia

  • Quote

Post by HMC » Tue Dec 16, 2008 8:44 pm

Trying to keep ~x86 off this computer. Hard when there are many packages that do not have a stable version.

Total=769 Unstable=38 %=4.9
Top
purak
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Sat Jun 21, 2008 9:19 am
Location: /dev/urandom
Contact:
Contact purak
Website

  • Quote

Post by purak » Tue Dec 16, 2008 8:50 pm

On ~x86 system
Equery:

Code: Select all

Total=730 Unstable=456 %=62.46575342465753424657
Eix:

Code: Select all

Percentage unstable: 53.56622998544395924300
:)
Top
wjb
l33t
l33t
User avatar
Posts: 681
Joined: Sun Jul 10, 2005 9:40 am
Location: Fife, Scotland

  • Quote

Post by wjb » Tue Dec 16, 2008 9:43 pm

kernelOfTruth wrote: how's the weather in Scotland ?
dreech
Top
jonnevers
Veteran
Veteran
User avatar
Posts: 1594
Joined: Thu Jan 02, 2003 6:59 pm
Location: Gentoo64 land

  • Quote

Post by jonnevers » Tue Dec 16, 2008 9:47 pm

Code: Select all

Percentage unstable: 60.28
just did an ~amd64 -e @world @system yesterday
Top
poly_poly-man
Advocate
Advocate
User avatar
Posts: 2477
Joined: Wed Dec 06, 2006 9:59 pm
Location: RIT, NY, US
Contact:
Contact poly_poly-man
Website

  • Quote

Post by poly_poly-man » Tue Dec 16, 2008 10:01 pm

NeddySeagoon wrote:I'm all ~x86 except where ~SPARC works better.
ouch... is it bad that I laughed at that? :lol:
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see [topic]838248[/topic]. Potentially still a WiP.
Top
ndse2112
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 100
Joined: Mon May 21, 2007 10:17 pm

  • Quote

Post by ndse2112 » Tue Dec 16, 2008 10:06 pm

equery:

Code: Select all

Total=609 Unstable=2 %=.32840722495894909688
Top
jstead1
Guru
Guru
User avatar
Posts: 427
Joined: Fri Aug 01, 2003 1:46 am
Location: Oswego, NY where the snow is deep

  • Quote

Post by jstead1 » Tue Dec 16, 2008 11:32 pm

With equery:
Total=872 Unstable=8 %=.91743119266055045871

872 packages, I'll have to look and see if I need all those.

I like lean, I like stable. That's just me.
jim
Top
poly_poly-man
Advocate
Advocate
User avatar
Posts: 2477
Joined: Wed Dec 06, 2006 9:59 pm
Location: RIT, NY, US
Contact:
Contact poly_poly-man
Website

  • Quote

Post by poly_poly-man » Tue Dec 16, 2008 11:42 pm

Total=1796 Unstable=1256 %=69.93318485523385300668
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see [topic]838248[/topic]. Potentially still a WiP.
Top
asturm
Developer
Developer
Posts: 9496
Joined: Thu Apr 05, 2007 4:07 pm

  • Quote

Post by asturm » Wed Dec 17, 2008 1:25 am

PanzerKanzler wrote:
M wrote:

Code: Select all

Total=677 Unstable=445 %=65.73116691285081240768
That is ~amd64 with rox desktop and mygnome set. I am a little curious what DE's people with more than 2000 packages are using, or if only one what are those other packages. 8O
I totally agree. I mean, I have not an excessively trimmed system (by laziness I use a lot of meta packages), but still I'm only at 736 packages.
Perhaps multiple DEs? But it's not only DEs adding up to packages...
Top
RedSquirrel
Guru
Guru
User avatar
Posts: 336
Joined: Tue Apr 22, 2008 8:24 pm

  • Quote

Post by RedSquirrel » Wed Dec 17, 2008 1:40 am

equery:

Total=444 Unstable=66 %=14.9

Most of that is xorg-x11 and a few window managers.
Top
platojones
Veteran
Veteran
User avatar
Posts: 1602
Joined: Wed Oct 23, 2002 10:48 pm
Location: Just over the horizon

  • Quote

Post by platojones » Wed Dec 17, 2008 1:51 am

Well, using the equery method, I'm more unstable than the eix method:

Code: Select all

Total=1619 Unstable=649 %=40.08647313156269302038
Wow, some people here have very loaded machines...which is good, IMO!
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Wed Dec 17, 2008 2:00 am

Code: Select all

padoor ~ # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
Percentage unstable: 62.95045045045045045000
padoor ~ #
this is my p4 845 mother board desktop

why i am not getting total number of packages? use update-eix?? no it shows portage contents number of packages.

eix --installed
**--***---**
Found 918 matches.
padoor distfiles #


this is 8% more unstable than my laptop.
profile 2008.0/desktop

Code: Select all

tux1 ~ # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
Percentage unstable: 58.00807537012113055100
tux1 ~ #
the result above is for the second install in desktop with profile 2008.0
eix --installed
Found 818 matches.
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
bbgermany
Veteran
Veteran
User avatar
Posts: 1844
Joined: Mon Feb 21, 2005 8:19 am
Location: Oranienburg/Germany

  • Quote

Post by bbgermany » Wed Dec 17, 2008 12:05 pm

platojones wrote:Well, using the equery method, I'm more unstable than the eix method:

Code: Select all

Total=1619 Unstable=649 %=40.08647313156269302038
Wow, some people here have very loaded machines...which is good, IMO!
Same here:

Code: Select all

zeus ~ # TOTAL=$(equery -N -C list | wc -l);UNSTABLE=$(equery -N -C list | grep -c "~]");PC=$(echo $UNSTABLE*100/$TOTAL | bc -l);echo Total=$TOTAL Unstable=$UNSTABLE %=$PC
Total=903 Unstable=98 %=10.85271317829457364341
zeus ~ # TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
Percentage unstable: 8.44079718640093786600
zeus ~ #
bb
Desktop: Ryzen 7 5800X, 32GB, 2TB, RX7700XT
Noebook: Dell XPS 13 9370, 16GB, 1TB
Server #1: Ryzen 5 Pro 4650G, 64GB, 16.5TB
Server #2: Ryzen 4800H, 32GB, 22TB
Top
Post Reply
  • Print view

117 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Gentoo Chat”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic