Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
B??d w trakcie bootstrapa :(
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Wed Mar 31, 2004 4:51 am    Post subject: B??d w trakcie bootstrapa :( Reply with quote

Tak wygl?da kilka ostatnich linijek:
Code:
>>> Source unpacked
Operating system: i686-whatever-linux2
You need Perl 5

!!! ERROR: dev-libs/openssl-0.9.7d failed.
!!! Function src_compile, Line 130 Exitcode 1
!!! (no error message)

Mo?e mi kto? powiedzie? o co mu chodzi jak to naprawi? ?
Back to top
View user's profile Send private message
C1REX
l33t
l33t


Joined: 02 Jan 2004
Posts: 774
Location: Poland/UK

PostPosted: Wed Mar 31, 2004 5:42 am    Post subject: Reply with quote

Jakie masz flagi?
Wygląda, jakby brakowało perla, ale to dziwne z emerge.


Zmień kodowanie w przeglądarce.
_________________
CLICK HERE to help move gentoo up on distrowatch.

If you like Gentoo you can thank devs here - https://www.gentoo.org/donate/
Back to top
View user's profile Send private message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Wed Mar 31, 2004 4:15 pm    Post subject: Reply with quote

C1REX wrote:
Jakie masz flagi?
Wygląda, jakby brakowało perla, ale to dziwne z emerge.

Flagi wziolem z tego forum, polecane dla pentium3
Code:

CFLAGS="-O3 -mcpu=pentium3 -march=pentium3 -mfpmath=sse -fomit-frame-pointer -ft
racer -fforce-addr -funroll-loops -fprefetch-loop-arrays -ffast-math -pipe  -DND
EBUG -DG_DISABLE_ASSERT"
CXXFLAGS="${CFLAGS}"
Back to top
View user's profile Send private message
_troll_
Bodhisattva
Bodhisattva


Joined: 04 Feb 2004
Posts: 1971
Location: Warszawa, Poland

PostPosted: Wed Mar 31, 2004 7:32 pm    Post subject: Reply with quote

C1REX chyba pytal sie o flagi USE. Podaj wynik:
Code:

cat /etc/make.conf | grep "^USE"


Pozdrawiam,
Przemek
_________________
Życie jest jak pudełko czekoladek....
Nigdy nie wiesz na co trafisz" by mother of Forrest Gump
Back to top
View user's profile Send private message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Wed Mar 31, 2004 7:40 pm    Post subject: Reply with quote

_troll_ wrote:
C1REX chyba pytal sie o flagi USE. Podaj wynik:
Code:

cat /etc/make.conf | grep "^USE"


Pozdrawiam,
Przemek

Takie mam flagi use ustawione, wziolem je z opisu na gentoo.pl
Code:

USE="xv slang readline mmx tcpd pam libwww ssl nls mitshm lame perl python esd gif imlib sdl oggvorbis gtk2 X qt motif opengl avi png tiff gif apm gif java jpeg mpeg ncurses truetype "
Back to top
View user's profile Send private message
OBenY
Guru
Guru


Joined: 15 Feb 2004
Posts: 552
Location: Poland -> Wroclaw

PostPosted: Wed Mar 31, 2004 9:43 pm    Post subject: Reply with quote

Jak dla mnie to cos zes sknocil z CHOST w /etc/make.conf
ustaw sobie CHOST na "i686-pc-linux-gnu" a nie jakies: "i686-whatever-linux2". Mam nadzieje, ze to zalatwi sprawe !
Back to top
View user's profile Send private message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Thu Apr 01, 2004 7:12 am    Post subject: Reply with quote

OBenY wrote:
Jak dla mnie to cos zes sknocil z CHOST w /etc/make.conf
ustaw sobie CHOST na "i686-pc-linux-gnu" a nie jakies: "i686-whatever-linux2". Mam nadzieje, ze to zalatwi sprawe !

Code:

ja@slakus$ ~> grep CHOST /mnt/gentoo/etc/make.conf
CHOST="i686-pc-linux-gnu"
ja@slakus$ ~>

Wiec to chyba nie to.
Back to top
View user's profile Send private message
C1REX
l33t
l33t


Joined: 02 Jan 2004
Posts: 774
Location: Poland/UK

PostPosted: Thu Apr 01, 2004 8:50 pm    Post subject: Reply with quote

Używasz stabilnego stage'a?

Jakie masz ACCEPT_KEYWORDS?

Na wszelki wypadek zahaszuj USE podczas bootstrapa. Może to tu leży powód? Dla mnie to on zdecydowanie za duży jest.
_________________
CLICK HERE to help move gentoo up on distrowatch.

If you like Gentoo you can thank devs here - https://www.gentoo.org/donate/
Back to top
View user's profile Send private message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Thu Apr 01, 2004 9:45 pm    Post subject: Reply with quote

C1REX wrote:
Używasz stabilnego stage'a?

Jakie masz ACCEPT_KEYWORDS?

x86

C1REX wrote:
Na wszelki wypadek zahaszuj USE podczas bootstrapa. Może to tu leży powód? Dla mnie to on zdecydowanie za duży jest.

A jak powinien wygladac w miare optymalny ?
Back to top
View user's profile Send private message
C1REX
l33t
l33t


Joined: 02 Jan 2004
Posts: 774
Location: Poland/UK

PostPosted: Thu Apr 01, 2004 9:54 pm    Post subject: Reply with quote

^-^ wrote:
C1REX wrote:
Na wszelki wypadek zahaszuj USE podczas bootstrapa. Może to tu leży powód? Dla mnie to on zdecydowanie za duży jest.

A jak powinien wygladac w miare optymalny ?


IMHO: USE powinno wyglądać tak:

USE="mmx 3dnow kde qt -gtk -gnome -gtk -cups -alsa -java -docs"

To tylko przykład, ale lepiej nie mieć za dużo - zwłaszcza dodanych.
_________________
CLICK HERE to help move gentoo up on distrowatch.

If you like Gentoo you can thank devs here - https://www.gentoo.org/donate/
Back to top
View user's profile Send private message
^-^
n00b
n00b


Joined: 30 Mar 2004
Posts: 8

PostPosted: Thu Apr 01, 2004 10:10 pm    Post subject: Reply with quote

Dzieki, poprobuje sobie z USE, ale juz na dzialajacym systemie. Wlasnie skonczyl mi sie bootstrap, poprzedni stage musial albo mi sie zle scciagnac. Sciagnolem raz jeszcze i juz wszystko gra. Dzieki bardzo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
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