| View previous topic :: View next topic |
| Author |
Message |
jean-michel Tux's lil' helper


Joined: 30 May 2002 Posts: 142 Location: Somewhere East of the Atlantic
|
Posted: Wed Dec 31, 2008 11:02 am Post subject: Just did a successful install, some minor caveates |
|
|
I just did a successful install and wanted to note some things where I needed to deviate from the guide to get things to install.
1) I booted off the standard Gentoo 2008.0 minimal X86_64 CD, so tar doesn't support lzma. I downloaded the portage-latest.bz2 instead
2) As of 29 Dec 2008, the funtoo stage3 64-bit tarball has udev configured in a way incompatible with this install. The result is (sometimes) a nonworking console keyboard and all kinds of initd restarting too frequently messages (and a /dev directory that is minimal and dysfucntional).
The fix is, before rebooting, to:
| Code: |
rc-update del udevd sysinit
rc-update add udev sysinit
|
The result should be the following udev scripts in /etc/runlevels:
| Code: |
# ls -l /etc/runlevels/*/*udev*
lrwxrwxrwx 1 root root 26 Dec 30 10:42 /etc/runlevels/boot/udev-postmount -> /etc/init.d/udev-postmount
lrwxrwxrwx 1 root root 21 Dec 30 10:42 /etc/runlevels/shutdown/udev-save -> /etc/init.d/udev-save
lrwxrwxrwx 1 root root 16 Dec 30 18:29 /etc/runlevels/sysinit/udev -> /etc/init.d/udev
|
3) In setting up paludis, I needed to do things in a slightly different order than the guide suggests. Also, the guide does not specify when in the process the portage2paludis.bash script should be run. The order that worked for me was
| Quote: |
(1) Downloading the portage2paludis script
(2) Making directories for paludis
(3) Emerging paludis
(4) Using chown to change ownership to paludisbuild > portage
(5) Run portage2paludis.bash
(6) Syncing paludis
(7) Regenerating cache
(8)paludis -i dev-util/git subversion cvs mercurial
(9) Configuring paludis
|
Also, to rebuild world and to get X, qt-gui, and kde to build, I had to add some USE flags to /etc/paludis/use.conf. Resuming was no problem, by cutting and pasting the paludis resume command into a script and running the script once the USE flags were updated.
All in all an excellent guide--the best I've found so far. Thanks for all your hard work, and for sharing the results! _________________ The Struggle for the Future of Human Evolution Begins: Autonomy the SciFi Series! |
|
| Back to top |
|
 |
Vash63 n00b

Joined: 11 Mar 2007 Posts: 36
|
Posted: Sun Jan 04, 2009 3:20 am Post subject: |
|
|
| Ah, thanks jeans, I just ran into that udev issue. Your suggestion worked perfectly. |
|
| Back to top |
|
 |
cheater1034 Veteran


Joined: 09 Sep 2004 Posts: 1551
|
Posted: Mon Feb 09, 2009 8:45 pm Post subject: |
|
|
Updated to 4,1:
- Some fixed steps, some simplified steps, resume files for paludis, kernel desc., some ldflag change _________________ JOIN IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
Zen bugs/requests?: http://zen-kernel.org/issues
--
Join: ARCFPWDLVEFOTTSBNA - Anti-Rice club for people who don't like volcanoes except for on the TVs sometimes but not always |
|
| Back to top |
|
 |
alex001 n00b

Joined: 17 Feb 2009 Posts: 1
|
Posted: Tue Feb 17, 2009 3:31 pm Post subject: |
|
|
hallo.
i'm trying to follow your guide,
but i get problem to compile X11.
i've got error: media-libs/mesa-7.3:0::gentoo failure
maybee there are settings in kernel or else i dont changed?! |
|
| Back to top |
|
 |
Globbi n00b

Joined: 31 May 2007 Posts: 3
|
Posted: Thu Feb 19, 2009 8:48 am Post subject: |
|
|
| I started installig with this guide and noticed that paludis options in environment.conf don't work. |
|
| Back to top |
|
 |
cheater1034 Veteran


Joined: 09 Sep 2004 Posts: 1551
|
Posted: Thu Feb 19, 2009 8:10 pm Post subject: |
|
|
| alex001 wrote: | hallo.
i'm trying to follow your guide,
but i get problem to compile X11.
i've got error: media-libs/mesa-7.3:0::gentoo failure
maybee there are settings in kernel or else i dont changed?! |
Need the build error, that tells me nothing.
| Globbi wrote: | | I started installig with this guide and noticed that paludis options in environment.conf don't work. |
It really isn't supposed to be in environment.conf, but in the actual environment itself.
Either /etc/env.d , ~/.bashrc, ~/.profile, etc _________________ JOIN IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
Zen bugs/requests?: http://zen-kernel.org/issues
--
Join: ARCFPWDLVEFOTTSBNA - Anti-Rice club for people who don't like volcanoes except for on the TVs sometimes but not always |
|
| Back to top |
|
 |
Mr. Tao Tux's lil' helper


Joined: 20 Jul 2007 Posts: 140
|
Posted: Wed Mar 11, 2009 10:18 pm Post subject: |
|
|
I'm installing new machine right now and I think section 5.1 could be improved a bit by changing URLs to symlinks to up to date files. For amd64 it would be http://www.funtoo.org/linux/funtoo/~amd64/stage3-~amd64-current.tar.bz2. Also for unpacking I prefer this one-liner | Code: | | curl http://www.funtoo.org/linux/funtoo/~amd64/stage3-~amd64-current.tar.bz2 | tar jxvp -C /mnt/gentoo | In 8.3 paludis -i --dl-reinstall if-use-changed should be sufficient. |
|
| Back to top |
|
 |
thoffmeyer Apprentice


Joined: 11 Apr 2004 Posts: 208 Location: GMT -5 Hours
|
Posted: Wed Apr 22, 2009 8:30 am Post subject: |
|
|
I can pretty much promise you.. this project is dead.
Cheater and I have lives.. we no longer really have time for this project..
Gentoo is not my style anymore..
But I think most of you can see that, since there's not been a new release in almost a year.
Have fun all. _________________ Conrad Guide, Current Maintainer
Join us on IRC
Server: irc.freenode.net
Channel: #conrad |
|
| Back to top |
|
 |
|
|
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
|
|