Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CONRAD Installation Guide 2.5.1 "Hajimemashite"
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
mirek
Guru
Guru


Joined: 20 Sep 2004
Posts: 489
Location: Oslo Norway

PostPosted: Thu Mar 23, 2006 11:02 am    Post subject: Reply with quote

I have got over to GCC 4.1.0 and now I can not emerge no-sources. I have got segmentation fault
Code:
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/s2io.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/sctp.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/shaper.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/sis900.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/sk98lin.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/skfp.txt
>>> /usr/src/linux-2.6.16-rc5-no3/Documentation/networking/slicecom.hun
Segmentation fault
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Thu Mar 23, 2006 12:12 pm    Post subject: Reply with quote

using install cd 0.5.1 and this installation guide

Code:

Conrad-LiveCD / # emerge no-sources
Calculating dependencies... done!
>>> Emerging (1 of 1) sys-kernel/no-sources-2.6.16_rc5-r3 to /
>>> checksums files   ;-) no-sources-2.6.16_rc5-r3.ebuild
>>> checksums files   ;-) files/digest-no-sources-2.6.16_rc5-r3
>>> checksums src_uri ;-) patch-2.6.16-rc5.bz2

!!! Digest verification Failed:
!!!    /usr/portage/distfiles/linux-2.6.15.tar.bz2
!!! Reason: Filesize does not match recorded size
!!! Got:      39832836
!!! Expected: 444670

_________________
--eof--
Back to top
View user's profile Send private message
mirek
Guru
Guru


Joined: 20 Sep 2004
Posts: 489
Location: Oslo Norway

PostPosted: Thu Mar 23, 2006 12:39 pm    Post subject: Reply with quote

It should be:
Code:
# wget no.oldos.org/files/2.6.16-rc5-no3/no-sources-2.6.16_rc5-r3.ebuild
# mkdir /usr/local/portage/sys-kernel/no-sources
# mv no-sources-2.6.16_rc5-r3.ebuild /usr/local/portage/sys-kernel/no-sources
# ebuild /usr/local/portage/sys-kernel/no-sources/no-sources-2.6.16_rc5-r3.ebuild digest
# emerge no-sources
Back to top
View user's profile Send private message
__g_blade
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2006
Posts: 101
Location: paderborn, germany

PostPosted: Thu Mar 23, 2006 12:48 pm    Post subject: Reply with quote

mirek wrote:
It should be:
Code:
# wget no.oldos.org/files/2.6.16-rc5-no3/no-sources-2.6.16_rc5-r3.ebuild
# mkdir /usr/local/portage/sys-kernel/no-sources
# mv no-sources-2.6.16_rc5-r3.ebuild /usr/local/portage/sys-kernel/no-sources
# ebuild /usr/local/portage/sys-kernel/no-sources/no-sources-2.6.16_rc5-r3.ebuild digest
# emerge no-sources


i have downloaded it from no.oldos.org
moved it in /usr/local/portage/sys-kernel/no-sources
made ebuild ... digest
_________________
--eof--
Back to top
View user's profile Send private message
mirek
Guru
Guru


Joined: 20 Sep 2004
Posts: 489
Location: Oslo Norway

PostPosted: Thu Mar 23, 2006 1:26 pm    Post subject: Reply with quote

I have made the same, but got "Segmentation fault"
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Thu Mar 23, 2006 4:50 pm    Post subject: Reply with quote

no ccache? was wondering why you chose not to include it.. never made anything here unstable..
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: Thu Mar 23, 2006 6:05 pm    Post subject: Reply with quote

seren wrote:
no ccache? was wondering why you chose not to include it.. never made anything here unstable..


FROM 2.5 GUIDE


8.3 - Building the toolkit and upgrading portage
Code:
# emerge ccache
# emerge glibc binutils gcc libstdc++-v3 libtool portage

You may have to add appropriate lines to make.conf :)
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
mirek
Guru
Guru


Joined: 20 Sep 2004
Posts: 489
Location: Oslo Norway

PostPosted: Thu Mar 23, 2006 7:55 pm    Post subject: Reply with quote

Thanks, I have removed ccache from my make.conf and got the new no-sources installed.
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: Thu Mar 23, 2006 8:24 pm    Post subject: Reply with quote

mirek wrote:
Thanks, I have removed ccache from my make.conf and got the new no-sources installed.


Thanks, I have been having trouble as well. I'll give this a try.
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Thu Mar 23, 2006 8:58 pm    Post subject: Reply with quote

bigbob73 wrote:
seren wrote:
no ccache? was wondering why you chose not to include it.. never made anything here unstable..


FROM 2.5 GUIDE


8.3 - Building the toolkit and upgrading portage
Code:
# emerge ccache
# emerge glibc binutils gcc libstdc++-v3 libtool portage

You may have to add appropriate lines to make.conf :)



well whats the point of merging it if you arent gonna use it??
the make.conf should include

Code:
FEATURES="ccache etc.."


Last edited by seren on Thu Mar 23, 2006 9:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Thu Mar 23, 2006 9:02 pm    Post subject: Reply with quote

mirek wrote:
I have made the same, but got "Segmentation fault"

i highly doubt ccache was causing the segfault when the kernel was unpacking, which is all that is done when you emerge a kernel source, its compiled when you run make form the src dir.
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Thu Mar 23, 2006 9:11 pm    Post subject: Reply with quote

seren: Will be fixed in his next version. He isn't on much because of family issues. So don't expect a fix immediately.

To All Users: If you would, please email all bug reports to me (nesl247@gmail.com), and when conrad is back to normal, I will forward them all to him. (Post them here though also.) This will make the next release alot easier for him to accomplish.
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: Thu Mar 23, 2006 10:20 pm    Post subject: Reply with quote

seren wrote:
bigbob73 wrote:
seren wrote:
no ccache? was wondering why you chose not to include it.. never made anything here unstable..


FROM 2.5 GUIDE


8.3 - Building the toolkit and upgrading portage
Code:
# emerge ccache
# emerge glibc binutils gcc libstdc++-v3 libtool portage

You may have to add appropriate lines to make.conf :)



well whats the point of merging it if you arent gonna use it??
the make.conf should include

Code:
FEATURES="ccache etc.."


I'm sure it was just an oversite.
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
LonelyStar
Guru
Guru


Joined: 06 Dec 2005
Posts: 390

PostPosted: Fri Mar 24, 2006 12:32 am    Post subject: Reply with quote

Hello,
I followed the guide. But I did not use the Overlays.
Now I have the following problem:
When I execute /sbin/depmod, I get:

/sbin/depmod: symbol lookup error: /sbin/depmod: undefined symbol: gzopen

Any Idea what I could do?
Thanks,
Nathan
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Fri Mar 24, 2006 1:04 am    Post subject: Reply with quote

I would search around. There is a reason that the overlays are used, as it is part of the guide. Conrad isn't around to much because of personal matters, and I really am a bit turned off by your inability to not follow the directions. We cannot be sure what you did because if you went as far as to skip the overlays, you might have skipped something else.
Back to top
View user's profile Send private message
idum
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 151

PostPosted: Fri Mar 24, 2006 12:34 pm    Post subject: Reply with quote

Hi all. I have a new amd64 pc, with a dwl 520+ wireless card as only internet connection, a serial ata disk on ULI chipset mainboard.
Now, i want to install gentoo from your livecd but i have some problems that perhaps you can help me.
Sorry in advance for my newbishing questions and for my english

1) i cannot mount nor make an fdisk for my HD. i've tried fdisk hdx with x from 1 to 5 but nothing.
2) i cannot use my wireless card; for to use ndiswrapper i have to mount the HD where i have the windows driver, and also i don't know how to proceed after used ndiswrapper
3) i want to use your livecd but after make an AMD64 gentoo box with all the characteristics of your livecd; it is possible or not?

Thanks for your answer

Idum
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: Fri Mar 24, 2006 1:09 pm    Post subject: Reply with quote

idum wrote:
Hi all. I have a new amd64 pc, with a dwl 520+ wireless card as only internet connection, a serial ata disk on ULI chipset mainboard.
Now, i want to install gentoo from your livecd but i have some problems that perhaps you can help me.
Sorry in advance for my newbishing questions and for my english

1) i cannot mount nor make an fdisk for my HD. i've tried fdisk hdx with x from 1 to 5 but nothing.
2) i cannot use my wireless card; for to use ndiswrapper i have to mount the HD where i have the windows driver, and also i don't know how to proceed after used ndiswrapper
3) i want to use your livecd but after make an AMD64 gentoo box with all the characteristics of your livecd; it is possible or not?

Thanks for your answer

Idum


I can help on the first. Try fdisk /dev/hdx and replace x with a for first b for second etc (ex fdisk /dev/hda) :wink:
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
tejecske
n00b
n00b


Joined: 20 Mar 2006
Posts: 60
Location: Pécs, Hungary

PostPosted: Fri Mar 24, 2006 1:45 pm    Post subject: Sata Reply with quote

If you use SerialATA disk, maybe you should try fdisk /dev/sda instead of fdisk /dev/hdx
_________________
The w/ELDER
Back to top
View user's profile Send private message
idum
Apprentice
Apprentice


Joined: 29 Apr 2004
Posts: 151

PostPosted: Fri Mar 24, 2006 2:57 pm    Post subject: Reply with quote

Already tried the two ways but nothing..

Idum
Back to top
View user's profile Send private message
LonelyStar
Guru
Guru


Joined: 06 Dec 2005
Posts: 390

PostPosted: Fri Mar 24, 2006 4:32 pm    Post subject: Reply with quote

nesl247 wrote:
I would search around. There is a reason that the overlays are used, as it is part of the guide. Conrad isn't around to much because of personal matters, and I really am a bit turned off by your inability to not follow the directions. We cannot be sure what you did because if you went as far as to skip the overlays, you might have skipped something else.


Mmh ... since I did not really follow the guide, I probably should not have postet here. Sorry!
Anyway, I solved the problem by reemerging gzip and module-init-tools without any LDFLAGS.

Nathan
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: Fri Mar 24, 2006 4:52 pm    Post subject: Reply with quote

LonelyStar wrote:
nesl247 wrote:
I would search around. There is a reason that the overlays are used, as it is part of the guide. Conrad isn't around to much because of personal matters, and I really am a bit turned off by your inability to not follow the directions. We cannot be sure what you did because if you went as far as to skip the overlays, you might have skipped something else.


Mmh ... since I did not really follow the guide, I probably should not have postet here. Sorry!
Anyway, I solved the problem by reemerging gzip and module-init-tools without any LDFLAGS.

Nathan


That's usually a good place to start when things won't emerge :)
_________________
A computers attention span is only as long as it's electrical cord (Murphy)
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Mar 24, 2006 5:15 pm    Post subject: Reply with quote

Ok, things are going to get back on track by Monday, however, I may release a new guide to fill the need today.

On Monday I will get back on track completely and start to work on 2.6.16-no1, livecd-1.0, etc.

The new version will also use glibc-2.4, rather than 2.3.6 ;) (fixes were merged to portage)
_________________
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
Poincare
n00b
n00b


Joined: 25 Feb 2006
Posts: 30
Location: This crappy AMD laptop...

PostPosted: Sat Mar 25, 2006 2:07 am    Post subject: Reply with quote

Hi Friends,

I have followed the guide and gotten to the part where I need to "emerge conrad-fbsplash" and all goes well until it gets to splashutils. I get an error and it will not compile... I'm not sure how to copy the output to my screen but bsically it just borks about 1/2 way thru. I have tried to mess with the CFLAGS, LDFLAGS, although I'm not an expert here. And also downloading the ebuild, and the portage-overlay.tar.bz2 over and over and over. I just can't seem to get this bada$$ to compile. For what it's worth, I'm using just the standard CFLAGS with -march=athlon-xp.

I read on page two, I believe, about the new portage-overlay but even though I have downloaded that file from oldos.org and untared it, I still get the same problem. So far, this has been my only problem and I've been following the guide up to this point.

Comments? Suggestions?

Thanks.
Back to top
View user's profile Send private message
Vla
Tux's lil' helper
Tux's lil' helper


Joined: 09 Sep 2005
Posts: 135
Location: Somewhere in the middle

PostPosted: Sat Mar 25, 2006 2:29 am    Post subject: Reply with quote

idum wrote:
Hi all. I have a new amd64 pc, with a dwl 520+ wireless card as only internet connection, a serial ata disk on ULI chipset mainboard.
Now, i want to install gentoo from your livecd but i have some problems that perhaps you can help me.
Sorry in advance for my newbishing questions and for my english

1) i cannot mount nor make an fdisk for my HD. i've tried fdisk hdx with x from 1 to 5 but nothing.
2) i cannot use my wireless card; for to use ndiswrapper i have to mount the HD where i have the windows driver, and also i don't know how to proceed after used ndiswrapper
3) i want to use your livecd but after make an AMD64 gentoo box with all the characteristics of your livecd; it is possible or not?

Thanks for your answer

Idum


It's no surprise you don't get any results using /dev/hd1 oder /dev/hd2. You have to use /dev/hda, hdb, hdc or hdd if your harddrive is on a parallel ata controler.
Maybe you want to use cfdisk, I find it handy but I don't know if it's on the live cd.

The DWL 520+ card is based on the acx100 chipset for which a native linux drive is present and stable (for me). I use it myself and am very satisfied with it.
Have a look at the wiki on : http://acx100.sourceforge.net/wiki/Main_Page

Hope I could help

edit: ah I see bigbob gave the hint with the drive letters already. sorry for doubleposting.
Back to top
View user's profile Send private message
sandman_2
n00b
n00b


Joined: 25 Mar 2006
Posts: 5

PostPosted: Sat Mar 25, 2006 9:13 pm    Post subject: Reply with quote

The link for metalsharks gcc pie patch is broken. Is there another link to the patch that I can use.

Edit: Found in the gcc-4.1.0 overlay post https://forums.gentoo.org/viewtopic-t-441799.html
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, 5, 6, 7, 8, 9  Next
Page 4 of 9

 
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