Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

~CONRAD~ Stage 3 on 87 "Drei/Tres/3" INSTALL DOC | REL: #4.1

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
183 posts
  • Page 8 of 8
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
Author
Message
jean-michel
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 142
Joined: Thu May 30, 2002 2:36 pm
Location: Somewhere East of the Atlantic
Contact:
Contact jean-michel
Website

Just did a successful install, some minor caveates

  • Quote

Post by jean-michel » Wed Dec 31, 2008 11:02 am

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: Select all

rc-update del udevd sysinit
rc-update add udev sysinit
The result should be the following udev scripts in /etc/runlevels:

Code: Select all

# 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
(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!
Top
Vash63
n00b
n00b
Posts: 36
Joined: Sun Mar 11, 2007 10:14 am

  • Quote

Post by Vash63 » Sun Jan 04, 2009 3:20 am

Ah, thanks jeans, I just ran into that udev issue. Your suggestion worked perfectly.
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Mon Feb 09, 2009 8:45 pm

Updated to 4,1:
- Some fixed steps, some simplified steps, resume files for paludis, kernel desc., some ldflag change
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
alex001
n00b
n00b
Posts: 1
Joined: Tue Feb 17, 2009 3:24 pm

  • Quote

Post by alex001 » Tue Feb 17, 2009 3:31 pm

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?!
Top
Globbi
n00b
n00b
Posts: 3
Joined: Thu May 31, 2007 8:19 pm

  • Quote

Post by Globbi » Thu Feb 19, 2009 8:48 am

I started installig with this guide and noticed that paludis options in environment.conf don't work.
Top
cheater1034
Veteran
Veteran
User avatar
Posts: 1558
Joined: Thu Sep 09, 2004 7:38 pm
Contact:
Contact cheater1034
Website

  • Quote

Post by cheater1034 » Thu Feb 19, 2009 8:10 pm

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
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Top
Mr. Tao
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 147
Joined: Fri Jul 20, 2007 10:41 am

  • Quote

Post by Mr. Tao » Wed Mar 11, 2009 10:18 pm

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/~amd ... nt.tar.bz2. Also for unpacking I prefer this one-liner

Code: Select all

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.
Top
thoffmeyer
Apprentice
Apprentice
User avatar
Posts: 208
Joined: Sun Apr 11, 2004 3:46 am
Location: GMT -5 Hours

  • Quote

Post by thoffmeyer » Wed Apr 22, 2009 8:30 am

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
Top
Post Reply

183 posts
  • Page 8 of 8
    • Jump to page:
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8

Return to “Unsupported Software”

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