Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

[HOWTO] Hassle-free emerge -uD world (update-world v1.8)

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
149 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
Author
Message
ryker
Guru
Guru
User avatar
Posts: 412
Joined: Wed May 28, 2003 3:04 pm
Location: Portage, IN
Contact:
Contact ryker
Website

  • Quote

Post by ryker » Fri Dec 08, 2006 11:42 pm

drjimmy42 wrote:Thanks. Did you think any about integrating revdep-rebuild into the script? I haven't really looked into how, it would just be cool to have only one script to run to keep things humming along.
I don't know that integrating revdep-rebuild would be much more than tacking it on the end of this script and adding an option to invoke it. Since that is the case, why not just create your own little script that first calls the update-world script and then revdep-rebuild afterwards?

What I would much rather see, is this update-world script integrated with the wonderful emwrap script. That would be great. So, not only would it be easier to update the world, when it was done, the tool chain would be properly built as well. And, with the least amount of compiling necessary. Obviously, this is a huge request and would take poor count_zero a sizable chunk of his free time. :wink:
Athlon 64 3200+, 80G WD sata hd + 200G IDE, 1G Geil DDR400, MSI K8T Neo
IntelCore2Duo 2.0Ghz MSI laptop,100G SATA hd, 2G RAM
Top
lngndvs
n00b
n00b
Posts: 30
Joined: Mon Jan 02, 2006 1:26 am

  • Quote

Post by lngndvs » Sat Dec 09, 2006 1:41 am

I think I fell into a pit: when a power outage sent my machine South, upon restarting (having already installed some 80% of the packages on the list), update-world --install started from the very beginning of the iist.

I know, I know: I should invest in an UPS, but I've seldom come across any problems (that I knew about) restarting after a power outage. We have alot of them in my location.

Alan
Top
ryker
Guru
Guru
User avatar
Posts: 412
Joined: Wed May 28, 2003 3:04 pm
Location: Portage, IN
Contact:
Contact ryker
Website

  • Quote

Post by ryker » Sat Dec 09, 2006 3:48 am

Just a guess, but I would think that another update-world --pretend followed by update-world --install should work fine. It should ask you if you want to overwrite the existing emerge list, which you would say yes to. If not, you can always just delete your .update-world folder and try again.
Athlon 64 3200+, 80G WD sata hd + 200G IDE, 1G Geil DDR400, MSI K8T Neo
IntelCore2Duo 2.0Ghz MSI laptop,100G SATA hd, 2G RAM
Top
drjimmy42
Guru
Guru
User avatar
Posts: 512
Joined: Mon Feb 03, 2003 10:24 pm
Location: Nashua, NH

  • Quote

Post by drjimmy42 » Sat Dec 09, 2006 4:24 am

ryker wrote:
drjimmy42 wrote:Thanks. Did you think any about integrating revdep-rebuild into the script? I haven't really looked into how, it would just be cool to have only one script to run to keep things humming along.
I don't know that integrating revdep-rebuild would be much more than tacking it on the end of this script and adding an option to invoke it. Since that is the case, why not just create your own little script that first calls the update-world script and then revdep-rebuild afterwards?
I did. And it works fine. But while we're all here fawning over a cool script that makes our lives easier, why not make everyone's life easier by actually having all your libraries consistent when you think you are done merging. I personally think that revdep should be built into emerge as it seems silly to me to allow emerge to look as if it finished successfully while silently breaking lots of other things. The next best thing might be to have it in a cool script like this that takes care of upgrading for you from end to end.
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Sat Dec 09, 2006 8:41 am

Version 1.7 is released which features USE flag management. When the emergelist is created in the first step, a list of USE flags will show up next to the package and can be turned on and off with by adding or removing '-'. It doesn't work for slotted builds yet, but otherwise it works pretty well for me. Test it and let me know any problems.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
BigMichi1
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 82
Joined: Sat Oct 25, 2003 5:43 pm
Location: Dresden, Deutschland
Contact:
Contact BigMichi1
Website

  • Quote

Post by BigMichi1 » Sat Dec 09, 2006 9:54 am

i recently loaded the 1.7 version of the script but now i got this when running "update-world -p" followed by "update-world -i"

Code: Select all

bigmichi1 tool # ./update-world -p

These are the packages that would be merged, in order:

Calculating world dependencies... done!

[ebuild     U ] sys-apps/portage-2.1.2_rc3 [2.1.2_rc2-r5] USE="doc epydoc -build (-selinux)" LINGUAS="-pl" 328 kB
*** Portage will stop merging at this point and reload itself,
    then resume the merge.
[ebuild     U ] app-arch/gzip-1.3.8 [1.3.7] USE="nls pic -static" 533 kB
[ebuild     U ] media-libs/libsamplerate-0.1.2-r1 [0.1.2] USE="fftw sndfile" 0 kB
[ebuild     U ] net-libs/gnutls-1.6.0 [1.4.4-r1] USE="doc nls zlib" 4,127 kB
[ebuild   R   ] kde-base/kopete-3.5.5-r2  USE="addbookmarks alias arts autoreplace connectionstatus contactnotes crypt gadu groupwise highlight history irc jingle kdeenablefinal* kdehiddenvisibility latex netmeeting nowlistening sametime* slp sms ssl statistics texteffect translator webpresence winpopup xinerama xscreensaver yahoo -debug" 0 kB

Total: 5 packages (4 upgrades, 1 reinstall), Size of downloads: 4,986 kB


These are the packages that will be installed.  If you want to alter this list,
just edit the file 'emergelist' in /root/.update-world. When finished, run
'update-world --install'
bigmichi1 tool # cat /root/.update-world/emergelist
=app-arch/gzip-1.3.8  USE="nls pic -static"
=kde-base/kopete-3.5.5-r2  USE="addbookmarks alias arts autoreplace connectionstatus contactnotes crypt gadu groupwise highlight history irc jingle kdeenablefinal* kdehiddenvisibility latex netmeeting nowlistening sametime* slp sms ssl statistics texteffect translator webpresence winpopup xinerama xscreensaver yahoo -debug"
=media-libs/libsamplerate-0.1.2-r1  USE="fftw sndfile"
=net-libs/gnutls-1.6.0  USE="doc nls zlib"
=sys-apps/portage-2.1.2_rc3  USE="doc epydoc -build"
bigmichi1 tool # ./update-world -i
Checking use flags.....done!
WARNING: no 'emergelist' exists.  Did you run 'update-world --prepare' first?
bigmichi1 tool #
some help would be nice, i like this sript
Internet is toll, da trifft man Leute von denen man nie gedacht hätte das es Sie gibt.
Top
thomasvk
Guru
Guru
Posts: 597
Joined: Sat Mar 19, 2005 6:53 pm

  • Quote

Post by thomasvk » Sat Dec 09, 2006 9:56 am

Hey I haven't tried the script yet (I'm not that kind of user that starts emerge and goes away, I just leave an ssh session open to watch. :P) but I noticed something and I just wanted to give a suggestion. It's about:
count_zero wrote:The script version 1.5 (second one tonight 8O) properly handles "Fetch Restriction" now, prompting you to download the sources before continuing.
If the use of this script is to just run along at one go, wouldn't it be better to skip packages with fetch restriction if the files are absent (if they are present they can just be installed) and then install those at the end or just don't install them and in the logs make note that you need to download them first, or something so it won't hold up the script. Or is this already what's happening? :)

Out of interest I will surely try this script next time I'm updating. Good work.
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Sat Dec 09, 2006 4:00 pm

BigMichi1 wrote:i recently loaded the 1.7 version of the script but now i got this when running "update-world -p" followed by "update-world -i"

Code: Select all

bigmichi1 tool # ./update-world -p

These are the packages that would be merged, in order:

Calculating world dependencies... done!

[ebuild     U ] sys-apps/portage-2.1.2_rc3 [2.1.2_rc2-r5] USE="doc epydoc -build (-selinux)" LINGUAS="-pl" 328 kB
*** Portage will stop merging at this point and reload itself,
    then resume the merge.
[ebuild     U ] app-arch/gzip-1.3.8 [1.3.7] USE="nls pic -static" 533 kB
[ebuild     U ] media-libs/libsamplerate-0.1.2-r1 [0.1.2] USE="fftw sndfile" 0 kB
[ebuild     U ] net-libs/gnutls-1.6.0 [1.4.4-r1] USE="doc nls zlib" 4,127 kB
[ebuild   R   ] kde-base/kopete-3.5.5-r2  USE="addbookmarks alias arts autoreplace connectionstatus contactnotes crypt gadu groupwise highlight history irc jingle kdeenablefinal* kdehiddenvisibility latex netmeeting nowlistening sametime* slp sms ssl statistics texteffect translator webpresence winpopup xinerama xscreensaver yahoo -debug" 0 kB

Total: 5 packages (4 upgrades, 1 reinstall), Size of downloads: 4,986 kB


These are the packages that will be installed.  If you want to alter this list,
just edit the file 'emergelist' in /root/.update-world. When finished, run
'update-world --install'
bigmichi1 tool # cat /root/.update-world/emergelist
=app-arch/gzip-1.3.8  USE="nls pic -static"
=kde-base/kopete-3.5.5-r2  USE="addbookmarks alias arts autoreplace connectionstatus contactnotes crypt gadu groupwise highlight history irc jingle kdeenablefinal* kdehiddenvisibility latex netmeeting nowlistening sametime* slp sms ssl statistics texteffect translator webpresence winpopup xinerama xscreensaver yahoo -debug"
=media-libs/libsamplerate-0.1.2-r1  USE="fftw sndfile"
=net-libs/gnutls-1.6.0  USE="doc nls zlib"
=sys-apps/portage-2.1.2_rc3  USE="doc epydoc -build"
bigmichi1 tool # ./update-world -i
Checking use flags.....done!
WARNING: no 'emergelist' exists.  Did you run 'update-world --prepare' first?
bigmichi1 tool #
some help would be nice, i like this sript
That's strange. I just tried it with your packages on my system and it works without problem. Try deleting the emergelist and workdirectory and trying again.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
BigMichi1
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 82
Joined: Sat Oct 25, 2003 5:43 pm
Location: Dresden, Deutschland
Contact:
Contact BigMichi1
Website

  • Quote

Post by BigMichi1 » Sat Dec 09, 2006 6:47 pm

ok there is something i found
the line in the install section

Code: Select all

cat $emergelist | sed 's/\ .*//' > $emergelist
produces an empty list for me
Internet is toll, da trifft man Leute von denen man nie gedacht hätte das es Sie gibt.
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Sat Dec 09, 2006 11:16 pm

BigMichi1 wrote:ok there is something i found
the line in the install section

Code: Select all

cat $emergelist | sed 's/\ .*//' > $emergelist
produces an empty list for me
You're right! I'm not sure why that's even there...
Fixed the code and the download.

@t0maz
You might try version 1.7b to see if it fixes your issue.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
slackline
Veteran
Veteran
User avatar
Posts: 1479
Joined: Fri Apr 01, 2005 7:22 pm
Location: /uk/sheffield
Contact:
Contact slackline
Website

  • Quote

Post by slackline » Sun Dec 10, 2006 1:37 am

Hi,

Thanks for the script, looks like a great idea, so frustrating setting things running before going to bed only to wake up and find that things fell over on package 2 out of 68 :evil:

Tried it out (v1.7b) and found a conflict with my default emerge options. I have --ask and --verbose set in /etc/make.conf...

Code: Select all

## Default options for emerge
EMERGE_DEFAULT_OPTS="--ask --verbose"
This appears to stop things running as after preparing the install went...

Code: Select all


# update-world -i
Checking use flags...................done!
!!! "--ask" should only be used in a terminal. Exiting.
cat: /dead.letter: No such file or directory

*** Hit Control-C to exit, or just wait to continue with emerge.

*** Continuing with emerge.
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
sed: -e expression #1, char 0: no previous regular expression


***  compile failed, skipping.
grep: invalid option -- ,
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unrecognized option `--all-packages'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unknown directories method
grep: option `--direct' requires an argument
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unknown devices method
grep: unrecognized option `--indirect'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
*** Continuing with emerge world
!!! "--ask" should only be used in a terminal. Exiting.
Congratulations!  'emerge world' complete.

All packages emerged successfully
in about 30 seconds for 27 packages (I wish I had a comp that was that quick!!!).

Is there anyway of checking the global options and removing this flag if its set?

The other options is simply to remove the --ask from my global options, but I'm lazy and can't be bothered using it (or -p) when I want to look at what emerging a package will pull in.

Thanks again for a useful tool,

slack
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Sun Dec 10, 2006 4:43 am

slack---line wrote:Hi,

Thanks for the script, looks like a great idea, so frustrating setting things running before going to bed only to wake up and find that things fell over on package 2 out of 68 :evil:

Tried it out (v1.7b) and found a conflict with my default emerge options. I have --ask and --verbose set in /etc/make.conf...

Code: Select all

## Default options for emerge
EMERGE_DEFAULT_OPTS="--ask --verbose"
Hmm, this is a portage feature that I didn't even know existed...I'll have to look into it, but I'm sure that if it is possible to disable the default flags from the command line, it's a pretty trivial addition. Maybe something like

Code: Select all

EMERGE_DEFAULT_OPTS="" emerge -uD world
or something similar.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
bunkacid
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Tue Jan 11, 2005 2:04 am
Location: Laguna Hills, CA
Contact:
Contact bunkacid
Website

  • Quote

Post by bunkacid » Sun Dec 10, 2006 6:57 am

@count_zero
Hey, I dont think you should be playing with the USE flags. I felt that the previous version I was using was pretty damn stable.
The latest, 1.7b just hosed the very complex USE flags from my /etc/portage/package.use.
(It would have been nice of you to make a backup file first.)

@users, Lesson for the day, ALWAYS remember to keep a nice pretty backup of your files and configuration settings before making changes and or playing with developing scripts.

Now it's time to restore from a rather old but more complete version of my package.use. Hahaha, I said rather old, but looking at what I have it's only 44 days, could have been much worse.

OI
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Sun Dec 10, 2006 6:13 pm

Ouch! Sorry for that...I'll take 1.7b down until I can figure what's wrong... :(
(you can still download it on http://countzero.amidal.com/files/update-world-1.7b)
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
mci_nano
n00b
n00b
Posts: 32
Joined: Sun Nov 28, 2004 5:32 pm
Location: BS; Germany

  • Quote

Post by mci_nano » Sun Dec 10, 2006 6:58 pm

Hi...

It seems not working for packages without USE Flags... they are not in emergelist because of

Code: Select all

sed -n 's/.*\(^.*USE=\"[a-zA-Z0-9_\ *%()-]*\"\).*/\1/p'
I actualy dont have time to fix that but wanted to point you to it... my examples are

Code: Select all

[ebuild     U ] mail-client/mozilla-thunderbird-bin-1.5.0.8 [1.0.7] 10,368 kB 
[ebuild     U ] www-client/mozilla-firefox-bin-1.5.0.8 [1.5.0.3] LINGUAS="de%* -ar% -ca% -cs% -da% -el% -en_GB% -es% -es_AR% -es_ES% -fi% -fr% -ga% -ga_IE% -he% -hu% -it% -ja% -ko% -mk% -nb% -nb_NO% -nl% -pl% -pt_BR% -ro% -ru% -sk% -sl% -sv% -sv_SE% -tr% -zh_CN% -zh_TW%" 8,419 kB 
And also... maybe you will add utf8 support? as i mentioned in my last post otherwise it wount work for some packages ending with a letter in the version brackets... example [2006o]

ahh, now i see v1.7 is reseted... ok then
AMD Athlon 64 3700+; Nvidia 7800GT; 1GB RAM
Top
baldo
n00b
n00b
Posts: 10
Joined: Fri Dec 08, 2006 2:58 am
Location: Krefeld, Germany

  • Quote

Post by baldo » Mon Dec 11, 2006 12:26 am

perhaps it would be nice to have an comandline-argument to enable/disable use-flag support...
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Mon Dec 11, 2006 8:01 am

I fixed a few bugs for a minor 1.6.1 release.
EMERGE_DEFAULT_OPTS set in make.conf shouldn't cause any more options.
I wrote a new way for getting packages out of the raw emerge output, so there shouldn't be any more gibberish like =*** ending up in the emergelist.
There's no USE flag support in this version, hopefully I'll fix 1.7 in the next few days.
Happy testing! (and remember to make backups! works for me, but that doesn't mean it works for you!)
mci_nano wrote: And also... maybe you will add utf8 support? as i mentioned in my last post otherwise it wount work for some packages ending with a letter in the version brackets... example [2006o]
Try this version out, I made some changes which should help utf-8 problems. I can't test utf-8 problems myself, so you'll have to help.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
roseZ
n00b
n00b
User avatar
Posts: 31
Joined: Sat Dec 17, 2005 5:23 pm
Location: Finland

  • Quote

Post by roseZ » Mon Dec 11, 2006 11:24 am

If you want to do things cleanly, don't try to parse make.conf variables with sed like this:

Code: Select all

portlogdir=`cat /etc/make.conf | grep ^PORT_LOGDIR | sed 's/PORT_LOGDIR=//' | sed 's/\"//g' | sed 's/\/$//'`
Just let bash parse it for you by adding as first line

Code: Select all

source /etc/make.conf
and use PORT_LOGDIR casually after that. Since make.conf should only be used to declare variables, sourcing it ought to be safe.

Compared to using sed, this could save you a lot of hassle, e.g. make.conf might contain

Code: Select all

PORT_LOGDIR="${SOMEDIR}/SUBDIR"
PORT_LOGDIR="/hmm/i/changed/my/mind/and/will/instead/use/this/\
very/long/path/with/line/breaks/in/it"
As to whether the variable should be checked like [post=3767173]capira suggests[/post], let me just refer to make.conf's man page for portage behavior :wink:

Cheers
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Mon Dec 11, 2006 8:37 pm

roseZ wrote:If you want to do things cleanly, don't try to parse make.conf variables with sed like this:

Code: Select all

portlogdir=`cat /etc/make.conf | grep ^PORT_LOGDIR | sed 's/PORT_LOGDIR=//' | sed 's/"//g' | sed 's/\/$//'`
Just let bash parse it for you by adding as first line

Code: Select all

source /etc/make.conf
and use PORT_LOGDIR casually after that. Since make.conf should only be used to declare variables, sourcing it ought to be safe.
True, this is a much easier way to do it. I'll include it in the next release.
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
bunkacid
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Tue Jan 11, 2005 2:04 am
Location: Laguna Hills, CA
Contact:
Contact bunkacid
Website

  • Quote

Post by bunkacid » Tue Dec 12, 2006 12:29 am

roseZ wrote:If you want to do things cleanly, don't try to parse make.conf variables with sed like this:

Code: Select all

portlogdir=`cat /etc/make.conf | grep ^PORT_LOGDIR | sed 's/PORT_LOGDIR=//' | sed 's/"//g' | sed 's/\/$//'`
Just let bash parse it for you by adding as first line

Code: Select all

source /etc/make.conf
Also by sourcing the make.conf file, users who have their make.conf source other files they will be sourced accordingly.

I myself broke up the portions of my make.conf into separate easier to manage files, which live in /etc/portage/make.conf.d/
Top
bunkacid
Tux's lil' helper
Tux's lil' helper
Posts: 111
Joined: Tue Jan 11, 2005 2:04 am
Location: Laguna Hills, CA
Contact:
Contact bunkacid
Website

  • Quote

Post by bunkacid » Tue Dec 12, 2006 6:29 am

just had another thought.

Code: Select all

update-world -p
The file 'emergelist' already exists and will be overwritten.
Continue anyway? (y/n) 
since by default just hitting enter here, perhaps, capitalization of Y to signify the default option.
Top
float-
Apprentice
Apprentice
Posts: 174
Joined: Sun Aug 31, 2003 12:52 am

  • Quote

Post by float- » Tue Dec 12, 2006 5:18 pm

a nice addon would be to check if genlop is installed, and if it is, print the estimated compile time.
maybe this fits best when you issue --prepare

btw, tried to download your script from the instructions in the GWN, and got a 404 error, my guess is that you renamed your script,
perhaps you should make a symlink from the last stable version to ./update-world
Top
count_zero
Guru
Guru
User avatar
Posts: 460
Joined: Mon May 17, 2004 1:28 am
Location: Little Rock, Arkansas, USA

  • Quote

Post by count_zero » Tue Dec 12, 2006 10:44 pm

float- wrote:btw, tried to download your script from the instructions in the GWN, and got a 404 error, my guess is that you renamed your script,
perhaps you should make a symlink from the last stable version to ./update-world
Link fixed, thanks!

By the way, genlop has never been very accurate at predicting compile times for me, but I'll see how it works...
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Top
roseZ
n00b
n00b
User avatar
Posts: 31
Joined: Sat Dec 17, 2005 5:23 pm
Location: Finland

  • Quote

Post by roseZ » Wed Dec 13, 2006 12:01 pm

Once more about reading portage variables: I just noticed there's a tool that can do it (and more). So instead of sourcing make.conf to get PORT_LOGDIR (along with everything else), you could do

Code: Select all

portlogdir=`portageq envvar PORT_LOGDIR`
which feels a tad better to me. Append 2>/dev/null within backquotes if you don't like the warning message for users not in portage group.
Top
yamamushi
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 95
Joined: Mon Mar 22, 2004 1:17 am
Location: /dev/null

  • Quote

Post by yamamushi » Wed Dec 13, 2006 12:49 pm

Thank you Thank you THANK YOU!!!

This script has made my life 1000x easier, I was just thinking a few weeks back "man, portage would be cooler if it set aside packages that wont compile and moved onto the next ones".

:lol: :lol: :lol:
"If it moves, compile it."
Top
Post Reply

149 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Return to “Documentation, Tips & Tricks”

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