Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
-OutDated+Unsupported- CONRAD Install Guide 2.0
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
markdd
n00b
n00b


Joined: 08 Mar 2006
Posts: 7
Location: Apex, NC

PostPosted: Wed Mar 08, 2006 5:19 am    Post subject: xorg-x11, nvidia-glx fail to emerge Reply with quote

Hey Cheater, I'm fairly new to this, but I was able to get vmlinus-2.6.15-no4 kernel to run on first attempt per your guide. Problem is that emerge of xorg-x11, nvidia-glx, ivman or any others that require "fontconfig-2.3.93.20060210.tar.bz2", abort downloading stage because file cannot be found on web. Any ideas? P.S. I'm very impressed with the speed increase.
Back to top
View user's profile Send private message
gnomen
n00b
n00b


Joined: 04 Sep 2005
Posts: 48

PostPosted: Wed Mar 08, 2006 7:58 am    Post subject: Reply with quote

The fonconfig-overlay has been updated so the distfiles it tried to download are not there anymore. I had the same problem. You need to update the fontconfig-overlay http://web.telia.com/~u18221075/linux/fontconfig-overlay.tar.bz2
Back to top
View user's profile Send private message
sirformatalot
n00b
n00b


Joined: 03 Feb 2006
Posts: 38

PostPosted: Wed Mar 08, 2006 5:26 pm    Post subject: Reply with quote

Install went great 'till attempting Xorg install. After correcting fontconfig install fail with nxsty overlay I'm now getting openmotif-2.2.3-r9 fail

"Cannot find $EPATCH_SOURCE!"

Any ideas
Back to top
View user's profile Send private message
sirformatalot
n00b
n00b


Joined: 03 Feb 2006
Posts: 38

PostPosted: Wed Mar 08, 2006 5:43 pm    Post subject: Reply with quote

Opps, posted too soon on that problem. After doing emerge sync things seem to be clipping along nicely now. Thanks for geat guide!
Back to top
View user's profile Send private message
markdd
n00b
n00b


Joined: 08 Mar 2006
Posts: 7
Location: Apex, NC

PostPosted: Thu Mar 09, 2006 4:04 am    Post subject: fontconfig-overlay fixed Reply with quote

Hi, thanks. Updating fontconfig-overlay fixed it. Ivman and nvidia-glx emerge OK. xorg-x11 emerge no longer fails from fontconfig-overlay issue, but now fails with:

!!! ERROR: x11-base/xorg-x11-7.0-r1 failed.
Call stack:
ebuild.sh, line 1949: Called dyn_preinst
ebuild.sh, line 1297: Called pkg_preinst

!!! ERROR: /usr/X11R6 is not a symlink to ../usr.

any ideas on this one?
Back to top
View user's profile Send private message
sirformatalot
n00b
n00b


Joined: 03 Feb 2006
Posts: 38

PostPosted: Thu Mar 09, 2006 5:43 pm    Post subject: Reply with quote

Wow, I got some split kde ebuilds running and this box smokes! I can't believe how fast it compiles & runs stuff.My last Gentoo install was a stage 1/3 (reiserfs3.6) on a 2.8g p4 & this install is on an older XP2500 based board- it runs waaay better! Thanks again for a great guide, your root overlay works wonders.
Back to top
View user's profile Send private message
aldo_a
n00b
n00b


Joined: 08 Nov 2004
Posts: 37
Location: I am out there!

PostPosted: Sat Mar 11, 2006 4:29 pm    Post subject: Reply with quote

hiz and first of all a big thanks for this spectacullar guide!

I just have one question. Does anybody have tried to prelink after following the guide?

After had i completed the basic installation like a charm and also installed kdebase & fvwm i tried to prelink and everything went wrong!! prelink finished with an error msg about libc.so.6 (dont rember rigth now the exact msg) and after that nothing was working. I restarted and got a kernel panic with an error msg smth like "out of bounds madness ... /lib/ld-linux.so.2: undefined symbol : _r_debug". I even tried to chroot using the cd but i got the same msg again. Now i am installing rigth from the beginning!!
I suspect that the problem has smth to do with prelink and glibc but i am not quite sure.

Anyone has any clue?
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Sat Mar 11, 2006 4:34 pm    Post subject: Reply with quote

aldo_a wrote:
hiz and first of all a big thanks for this spectacullar guide!

I just have one question. Does anybody have tried to prelink after following the guide?

After had i completed the basic installation like a charm and also installed kdebase & fvwm i tried to prelink and everything went wrong!! prelink finished with an error msg about libc.so.6 (dont rember rigth now the exact msg) and after that nothing was working. I restarted and got a kernel panic with an error msg smth like "out of bounds madness ... /lib/ld-linux.so.2: undefined symbol : _r_debug". I even tried to chroot using the cd but i got the same msg again. Now i am installing rigth from the beginning!!
I suspect that the problem has smth to do with prelink and glibc but i am not quite sure.

Anyone has any clue?


I would never prelink ;) Expecially when using this guide.

The LDFLAGS are linker flags, and particulary the -Bdirect flag is a way better method to prelink. It is not pre-linking but it is like it. When using LDFLAGS, don't prelink ;) Particulary with -Bdirect, there is no need to prelink. (prelink is a myth :-p, ldflags are not)

---

NOTE: The conrad guide 2.5.0 is coming on monday, it will feature gcc-4.1/snapshot, glibc-2.4, and much more :)
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
bigbob73
Guru
Guru


Joined: 31 Dec 2004
Posts: 332
Location: Under the Lone Star

PostPosted: Sat Mar 11, 2006 5:06 pm    Post subject: Reply with quote

cheater1034 wrote:


NOTE: The conrad guide 2.5.0 is coming on monday, it will feature gcc-4.1/snapshot, glibc-2.4, and much more :)


good to see. I'm preparing for it now. Can't wait :D
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
aldo_a
n00b
n00b


Joined: 08 Nov 2004
Posts: 37
Location: I am out there!

PostPosted: Sat Mar 11, 2006 7:01 pm    Post subject: Reply with quote

cheater1034 wrote:
I would never prelink ;) Expecially when using this guide.

The LDFLAGS are linker flags, and particulary the -Bdirect flag is a way better method to prelink. It is not pre-linking but it is like it. When using LDFLAGS, don't prelink ;) Particulary with -Bdirect, there is no need to prelink. (prelink is a myth :-p, ldflags are not)


Hehe ty for the response!! I ll have that in mind for the next time : )!!
Back to top
View user's profile Send private message
moeeeep
n00b
n00b


Joined: 09 Nov 2005
Posts: 7
Location: somewhere in the alpes

PostPosted: Sun Mar 12, 2006 6:26 pm    Post subject: Reply with quote

Hi
Thanks for this great Conrad guide. But I've run in a problem here :(.

Code:

daTenSchLeuDer ~ # emerge --emptytree world
Calculating world dependencies... done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3263, in ?
    if "resume" in portage.mtimedb and \
KeyError: 'mergelist'


I have portage 2.1_pre6 installed here and did a emerge --sync before.
Do you have a suggestion, because I can't update portage either (same problem as above).
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Tue Mar 14, 2006 12:08 am    Post subject: Reply with quote

moeeeep wrote:
Hi
Thanks for this great Conrad guide. But I've run in a problem here :(.

Code:

daTenSchLeuDer ~ # emerge --emptytree world
Calculating world dependencies... done!
Traceback (most recent call last):
  File "/usr/bin/emerge", line 3263, in ?
    if "resume" in portage.mtimedb and \
KeyError: 'mergelist'


I have portage 2.1_pre6 installed here and did a emerge --sync before.
Do you have a suggestion, because I can't update portage either (same problem as above).


Looks like you somehow broke your portage :X I am unsure how to fix that specific /usr/bin/emerge error, I would look for a .tbz2 of portage, and extract it in / and see if it fixes it.

So you can't emerge anything right? In that case you may need to reinstall :X (from 2.5 guide coming later tonight), or somehow find a .tbz2 of portage-2.1
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Fri Mar 17, 2006 4:18 am    Post subject: Reply with quote

Binutils failed :roll:

Code:
/var/tmp/portage/binutils-2.16.91.0.6/work/binutils-2.16.91.0.6/bfd/elf32-hppa.c:438: error: for each function it appears in.)
make[4]: *** [elf32-hppa.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/binutils-2.16.91.0.6/work/build/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/binutils-2.16.91.0.6/work/build/bfd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/binutils-2.16.91.0.6/work/build/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/var/tmp/portage/binutils-2.16.91.0.6/work/build'
make: *** [all] Error 2

!!! ERROR: sys-devel/binutils-2.16.91.0.6 failed.
Call stack:
  ebuild.sh, line 1557:   Called dyn_compile
  ebuild.sh, line 966:   Called src_compile
  ebuild.sh, line 1272:   Called toolchain-binutils_src_compile

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Fri Mar 17, 2006 4:10 pm    Post subject: Reply with quote

Figured it out - too many use flags :wink:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
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