View previous topic :: View next topic |
Author |
Message |
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Sun Feb 22, 2004 5:14 am Post subject: |
|
|
Also appears that there is no host file (?). emerge system braked on perl-5.8.3 tests at IO/io_sock with:
Code: | ext/IO/t/io_sock.....................accept failed: Connection timed out at ../ext/IO/t/io_sock.t line 63. |
I created my /etc/hosts file with the standard "127.0.0.1 localhost," perl-5.8.3 has successfully emerged, and "emerge system" is chugging along now. I hit this thread for illumination on this snag. The forums can be wonderful thing. |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Sun Feb 22, 2004 10:23 am Post subject: |
|
|
Emerge system braked on iputils-021109-r1. There appears to be a problem with an m4 macro in the configure.in file under iputils/racoon. In order to proceed, I had to remove the lines in the ebuild that build the tools under that subdirectory. I submitted a "patch" to this bug report. It is a hack that simply allows me and others to get iputils emerged (and continue an "emerge system"). The tools under that racoon subdir look like they're VPN/IPSec related tools: nothing I care about. And I know nothing about m4 macros, autoconf, and the like so forgive the hackish solution. |
|
Back to top |
|
|
dsd Developer
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sun Feb 22, 2004 11:28 am Post subject: |
|
|
i am trying to install 2004.0 on a system and i have run into a showstopper
posted info to bug 42461
any ideas? _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Sun Feb 22, 2004 12:44 pm Post subject: |
|
|
Do you want to run bootstrap-2.6.sh or bootstrap.sh? The former, I think, will start you off with linux-headers 2.6.1 or a revision close to that (2.6.3 is out, but hard masked I think). I just successfully built a box from stage1-x86-20040204. There were a few obstacles which I've already mentioned, but I'm working in my console now and beginning to make a workstation out of this machine now (install Gnome, etc.).
If, like the fellow in the bug report, you are running bootstrap.sh, then there might be something goofed up there. But I can confirm that a 2.6 bootstrap with bootstrap-2.6.sh has been successful! |
|
Back to top |
|
|
dsd Developer
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sun Feb 22, 2004 1:08 pm Post subject: |
|
|
bootstrap-2.6.sh gives the same errors. i have got around it now, by commenting out the lines that import the "missingos" module. _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
|
irf2003 Veteran
Joined: 10 Sep 2003 Posts: 1078
|
Posted: Sun Feb 22, 2004 3:53 pm Post subject: |
|
|
dsd wrote: | bootstrap-2.6.sh gives the same errors. i have got around it now, by commenting out the lines that import the "missingos" module. |
https://bugs.gentoo.org/show_bug.cgi?id=42461
HTH |
|
Back to top |
|
|
dsd Developer
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Sun Feb 22, 2004 6:37 pm Post subject: |
|
|
hi,
thanks for the help, but i guess you didnt notice that i am the author of that bug report, plus i mentioned it 2 posts ago.. _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
|
gcasillo l33t
Joined: 23 Sep 2003 Posts: 739 Location: Cincinnati, Ohio, USA
|
Posted: Mon Feb 23, 2004 10:36 am Post subject: |
|
|
Something else I noticed during my emerge system. openssl appears to brake, because perl is not installed beforehand. FWIW, I have "perl" in my USE flags. I had to do some chicanery to install some stuff that does not depend on perl first, then install perl (5.8.3 in my case with ~x86). |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Mon Feb 23, 2004 4:19 pm Post subject: |
|
|
OneOfMany wrote: | darkcoder:
Just after booting the LiveCD, at the first prompt, you can ask for SCSI support by using "gentoo doscsi" (or change gentoo to the development version if you want to try 2.6). The usual help message isn't available there (for the options), but this worked for my Buslogic SCSI controller. |
That's right, but with LiveCD 1.4 there was a problem with Adaptec SCSI controllers detection (or at least of some models) that it try to detect using the AIC7xxx and AIC_old or something like that and the later one freeze the detection process. This is already submited on bugs.gentoo.org and mentioned previously on this post. AFAIK the 2004.0 test isos that have been available do not provide scsi detection, and even the latest one (20040204 I think) have broken detection with kernel 2.4.24 kernel. Experimental works without problem. _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
OneOfMany Tux's lil' helper
Joined: 19 Nov 2003 Posts: 108 Location: Portland, OR USA
|
Posted: Mon Feb 23, 2004 11:20 pm Post subject: |
|
|
Anyone know why you have to edit the ebuild for 2.6 headers to be able to use the bootstrap-2.6.sh? It just seems like a clumsy step to force users to do. Shouldn't it be able to look at your use flags (or something similar) to get your ARCH? |
|
Back to top |
|
|
int2str Guru
Joined: 29 Sep 2003 Posts: 362
|
Posted: Mon Feb 23, 2004 11:22 pm Post subject: |
|
|
I tested a new install yesterday. Bash wouldn't compile (USE=ntpl, 2.6 headers).... _________________ Adpot an unanswered post today! |
|
Back to top |
|
|
nmcsween Guru
Joined: 12 Nov 2003 Posts: 381
|
Posted: Tue Feb 24, 2004 3:05 am Post subject: |
|
|
gcc gives me some bs about not being able to create exe's.......waste of time |
|
Back to top |
|
|
rappayi n00b
Joined: 01 Dec 2003 Posts: 11
|
Posted: Wed Feb 25, 2004 11:15 am Post subject: |
|
|
Sucessfull compiled till emerge system. Now X and kde going on
Faced a few show stoppers which were sorted out using this thread
https://forums.gentoo.org/viewtopic.php?t=136816&postdays=0&postorder=asc&highlight=iputils&start=25
updates:
The road to kde 3.2 stopped at qt3 which complained of some missing libraries. So right now using enlightenement + mplayer+xmms+firefox+gaim . Sufficient for survival for a week since gcc is already there .
------------------------------------------------------------------------------------
bootstrap-2.6sh
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
USE="nptl kde alsa acpi xmms gtk2 ssl X -cups -doc -fam -gnome ncurses opengl mmx mad mpeg png qt -samba -scanner sdl sse svga truetype -voodoo3 -wavelan -xinerma xosd xv zlib -3dfx -3dnow aalib -accessibility -acl aim apache2 arts avi -canna -cdr -cjk curl -debug dga directfb -dvd -dvdr encode fbcon firebird -foomaticdb -freewnn gif -gphoto2 -gstreaner gtkhtml icc icq imap imagemagick imlib -ipv6 jabber -java jpeg -lirc mozilla msn perl python tcpd yahoo x86 "
Last edited by rappayi on Thu Feb 26, 2004 5:37 am; edited 1 time in total |
|
Back to top |
|
|
Master One l33t
Joined: 25 Aug 2003 Posts: 754 Location: Austria
|
Posted: Wed Feb 25, 2004 9:20 pm Post subject: |
|
|
I am really sorry for heaving to ask this here at this point, I know that this question is usually banned and nominated with an own FAQ:
Anyone has any idea if the final 2004.0 live-cd will make it until this saturday ???
The reason, why I ask this stupid question is, because I just read this release date (02/28/2004) in the gentoo store, and I just wanted to download the gentoo 1.4 basic live cd again, to start a new installation (I want to set up 4 machines with gentoo for beeing webservers + some more server services). As I want to give it a try with a 2.6 kernel + additional 2.6 features (like NPTL and UDEF-only), I thought it may be a better start using a new live cd with a 2.6 kernel.
But ready this threat makes me think the release date can not hold, as it seems there are still some bugs in it (that's why I also though of better not trying the actual experimantal 2004.0 live cd). _________________ Las torturas mentales de la CIA |
|
Back to top |
|
|
soaringcondor Tux's lil' helper
Joined: 16 Dec 2003 Posts: 103
|
Posted: Thu Feb 26, 2004 5:29 am Post subject: |
|
|
I used the 20040204 stage 1 tarball in a chroot environment, worked like a charm even with my semi-aggressive set of CFLAGS. |
|
Back to top |
|
|
T w i z t i D n00b
Joined: 24 Apr 2003 Posts: 50
|
Posted: Thu Feb 26, 2004 6:48 am Post subject: |
|
|
i'm curious as to whether this livecd 0204 will alllow for a quick GRP install?
I'm not clear as to the features of this new livecd |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
|
Back to top |
|
|
xarst n00b
Joined: 27 Feb 2004 Posts: 7 Location: Spain
|
Posted: Fri Feb 27, 2004 10:14 pm Post subject: |
|
|
I'm downloading gentoo-2004.0-x86-20040204.iso from the FTP.
Do I also need the other file? (livecd-2.6_11-29-2003.iso)
How does it is only 60 Megs? Do it needs to install all from the net? (I have ADSL, but it will take forever anyway if it's more than +-700megs)
Thnx |
|
Back to top |
|
|
darkcoder Apprentice
Joined: 09 May 2003 Posts: 253 Location: Lynchburg, VA
|
Posted: Sat Feb 28, 2004 5:22 pm Post subject: |
|
|
That iso will only boot your system. It doesn't have any installation stages (programs). For that case you need the 20040406 ( or more recent ) stages in addition to the iso. _________________ Not bleeding edge.... No pain no game |
|
Back to top |
|
|
mukwuknuk Tux's lil' helper
Joined: 23 Dec 2003 Posts: 80 Location: Colorado, USA
|
Posted: Sat Feb 28, 2004 9:03 pm Post subject: |
|
|
Does anyone know why the experimental Athlon stages are only found in the sub-directory "hardened"? I want to try out 2.6 on my Athlon box, but I don't need a hardened version of Gentoo.
/pub/gentoo/experimental/x86/stages/athlon-xp/hardened
I'm referring to the download site structure here, not something that happens during install. Thanks if anyone can shed some light. _________________ "If there are back-slashes in your path, you're heading down the wrong path ... backwards." |
|
Back to top |
|
|
mrastudent n00b
Joined: 10 Aug 2003 Posts: 7
|
Posted: Sat Feb 28, 2004 10:00 pm Post subject: |
|
|
Strange, the 'ftp' program is not available on the livecd 2004.0. Is this on purpose?
And yes I know I can use wget, I had to do that. |
|
Back to top |
|
|
Frozbyte n00b
Joined: 29 Feb 2004 Posts: 2
|
|
Back to top |
|
|
Nazgul n00b
Joined: 14 Nov 2002 Posts: 30 Location: het gekke belgenland
|
Posted: Mon Mar 01, 2004 10:01 am Post subject: |
|
|
is there a way to set the keymap?
with "gentoo dokeymap" I just got the default qwerty keymap
and I would like to have an azerty keyboard layout |
|
Back to top |
|
|
aplesch n00b
Joined: 26 Feb 2004 Posts: 70
|
Posted: Mon Mar 01, 2004 8:15 pm Post subject: mirrors have only hardened stages |
|
|
I noticed that the mirrors only have hardened stages, now that it is released. oregonstate has also standard stages. Are the hardened stages now the default ? _________________ Andreas |
|
Back to top |
|
|
irf2003 Veteran
Joined: 10 Sep 2003 Posts: 1078
|
Posted: Mon Mar 01, 2004 9:26 pm Post subject: Re: mirrors have only hardened stages |
|
|
aplesch wrote: | I noticed that the mirrors only have hardened stages, now that it is released. oregonstate has also standard stages. Are the hardened stages now the default ? |
the non hardened 2004.0, if I am not mistaken has not been officially released yet, regarless of what you may have read somewhere else. should it be released, it will no doubt be announced at
http://www.gentoo.org/
hth |
|
Back to top |
|
|
|