Forums

Skip to content

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

|C0NRAD| Install V400 | "Flying Colors" | #(Number) 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
166 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next
Author
Message
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri May 11, 2007 9:46 am

__g_blade wrote:I like your work, conrad. So i told Ubuntu people to compare their next distro, the "Gutsy Gibbon", to your work.

Perhaps they can make their stuff a little more faster

http://ubuntuforums.org/showthread.php?t=436765
they could do it a lot more faster :wink:

especial from the kernel point of view (see under your post on ubuntuforums 8) )
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Zmyrgel
Apprentice
Apprentice
User avatar
Posts: 181
Joined: Tue Jan 31, 2006 12:30 pm
Location: Finland / Ireland

  • Quote

Post by Zmyrgel » Fri May 11, 2007 10:35 am

I'm planning on making a return to Gentoo Linux with my soon-to-have-brand-new-T60 laptop. I've had good experience with the past conrad installations so I propably will try this out but I have a question about the new ext4dev filesystem. Does it support resizing, shrinking in LVM? I tend to use LVM so my partitions only use the needed space.

Also I have 2GB of RAM on my laptop so I hve atleast 1GB of spare to use. Should I mount some partition straight to RAM to increase speed?

Gotta think do I want to encrypt my hard drive while I'm at it :)
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Fri May 11, 2007 6:46 pm

Zmyrgel wrote:I'm planning on making a return to Gentoo Linux with my soon-to-have-brand-new-T60 laptop. I've had good experience with the past conrad installations so I propably will try this out but I have a question about the new ext4dev filesystem. Does it support resizing, shrinking in LVM? I tend to use LVM so my partitions only use the needed space.

Also I have 2GB of RAM on my laptop so I hve atleast 1GB of spare to use. Should I mount some partition straight to RAM to increase speed?

Gotta think do I want to encrypt my hard drive while I'm at it :)
just go ahead :)

Code: Select all

mount -t tmpfs tmpfs -o size=1950000000 /var/tmp/portage
this will speed up the emerges ...
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Sat May 12, 2007 9:46 pm

kernelOfTruth wrote:
__g_blade wrote:I like your work, conrad. So i told Ubuntu people to compare their next distro, the "Gutsy Gibbon", to your work.

Perhaps they can make their stuff a little more faster

http://ubuntuforums.org/showthread.php?t=436765
they could do it a lot more faster :wink:

especial from the kernel point of view (see under your post on ubuntuforums 8) )
Ubuntu will never make a release with anything remotely close to the optimizations in this guide, for one NONE of the ldflags are supported mainstream and the only distribution using hashstyle is Fedora Core. Not many people use Ubuntu for speed or bleeding edge which is what this guide is aiming for. The main thing Ubuntu needs is a decent kernel, reiser4 is out of the question and so are tweaked CFLAGS.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sat May 12, 2007 9:59 pm

seren wrote:
kernelOfTruth wrote:
__g_blade wrote:I like your work, conrad. So i told Ubuntu people to compare their next distro, the "Gutsy Gibbon", to your work.

Perhaps they can make their stuff a little more faster

http://ubuntuforums.org/showthread.php?t=436765
they could do it a lot more faster :wink:

especial from the kernel point of view (see under your post on ubuntuforums 8) )
Ubuntu will never make a release with anything remotely close to the optimizations in this guide, for one NONE of the ldflags are supported mainstream and the only distribution using hashstyle is Fedora Core. Not many people use Ubuntu for speed or bleeding edge which is what this guide is aiming for. The main thing Ubuntu needs is a decent kernel, reiser4 is out of the question and so are tweaked CFLAGS.
... and so interactivity ? :lol: - meaning responsiveness during heavy work loads ? :roll:
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
seren
Guru
Guru
User avatar
Posts: 448
Joined: Sat Aug 27, 2005 8:37 am
Location: Wisconsin

  • Quote

Post by seren » Sun May 13, 2007 1:59 am

kernelOfTruth wrote:
seren wrote:
kernelOfTruth wrote:
__g_blade wrote:I like your work, conrad. So i told Ubuntu people to compare their next distro, the "Gutsy Gibbon", to your work.

Perhaps they can make their stuff a little more faster

http://ubuntuforums.org/showthread.php?t=436765
they could do it a lot more faster :wink:

especial from the kernel point of view (see under your post on ubuntuforums 8) )
Ubuntu will never make a release with anything remotely close to the optimizations in this guide, for one NONE of the ldflags are supported mainstream and the only distribution using hashstyle is Fedora Core. Not many people use Ubuntu for speed or bleeding edge which is what this guide is aiming for. The main thing Ubuntu needs is a decent kernel, reiser4 is out of the question and so are tweaked CFLAGS.
... and so interactivity ? :lol: - meaning responsiveness during heavy work loads ? :roll:

Thats mainly a kernel issue :roll: :roll:
Top
jt_
n00b
n00b
Posts: 61
Joined: Thu Mar 15, 2007 11:11 pm

  • Quote

Post by jt_ » Sun May 13, 2007 3:51 am

I guess I'll ask one more time: Has anyone done any proper benchmarking? Are there any real runtime gains?

I've played with compile flags, kernel stuff, and general ricing, and to be honest, I'm skeptical of any benifits over standard flags.
Top
12345moon12345
n00b
n00b
Posts: 27
Joined: Sun Dec 24, 2006 10:44 am

--as-needed no problem

  • Quote

Post by 12345moon12345 » Sun May 13, 2007 8:01 am

Hi,
I've got a gentoo-kde based system with over 400 packages. There's only one package that does'nt like --as-needed: openoffice
all others compile and works great (noticably faster !!)

just thougt I'd share my 2 cents of experience

happy gentooing
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun May 13, 2007 9:03 am

seren wrote: Thats mainly a kernel issue :roll: :roll:
you're right, but if it's possible to correct that via patchsets such as cheater's or vipernicus' (via SD scheduler, adaptive readahead ... and so on)
ubuntu should do it too, isn't it supposed to be a distribution for the masses?

that's one of 2 reasons keeping me away from it :wink:

1.) kernel-modules support with custom kernels doesn't work / is nearly impossible to do in short time without researching with google
2.) interactivity / responsiveness sucks big time :roll:

sorry for this kind of expression but it's simply true ...

but now back to topic, cheater:
when can we count on next no-sources release ?
Last edited by kernelOfTruth on Sun May 13, 2007 12:10 pm, edited 1 time in total.
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Sun May 13, 2007 11:46 am

After step 8.9 (emerge -e world), I woke up this morning and did the etc-update, and tried to emerge udept, and found my internet was lost. Other boxes today in the house are on, and AFAIK never went off, so I know it's not the actual connection, but the box I'm installing on, net-setup does not seem to work now, on 0,1,2, or what I had, eth3. Do I need to remerge some net or other related packages? /etc/resolv.conf seems OK- my cable company cox.net is still there with search, with the nameserver addresses.
ifconfig shows eth3 has an inet6 address- I'm not sure if it used to be IPV4- can't recall. Did this change with -e world?

Also, I've just discovered I have no /usr/local/portage/overlays or conrad directories. I removed the overlays tarball as instructed in the guide, so I can't reinstall, as I can't connect and download again.

I've had trouble with the make.conf file not working. Compiler couldn't create executables. Finally got that fixed, and got to step 8.9 OK, or so I thought.

I think the last etc-update I just did after -e world dropped the connection somehow, but I can't seem to fix it, even in a different terminal.

I read this entire thread, and sort of assumed all the problems mentioned had been addressed and the guide, and updated, so I went ahead. Fdisk and cfdisk wouldn't recognize the drives until I realized I had to use sda instead of hda on my ide drive.

Any thoughts on what I should do? Is the last 36 hours just wasted, and I need to start over, or can I reboot, try to connect again, mount and chroot again and pickup at the kernel step 9.1?

What about the apparently missing conrad overlays? Reinstall it after I get a connection back up? If they really aren't there (ls -a shows they aren't), how did I get to and complete step 8.9?
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
MrBlond83
n00b
n00b
Posts: 25
Joined: Thu Nov 02, 2006 11:08 pm

  • Quote

Post by MrBlond83 » Sun May 13, 2007 6:37 pm

Thanks for the great guide! I've been wanting to change from Reiser4 to ext4 for some time now, and since my previous installation was my first gentoo installation, it got a bit messy in there as well. So when I saw your guide I just backed up my important data and started fresh, on ext4.

I do have one problem, which isn't quite a problem with your installation or anything, but I was wondering if there is any solution to it.

After building kde, when I run an "emerge -NavDu world", I get:

Code: Select all

Calculating world dependencies -
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('installed', '/', 'sys-libs/com_err-1.39', 'nomerge') pulled in by
  ('installed', '/', 'sys-fs/e2fsprogs-1.39-r1', 'nomerge')

('ebuild', '/', 'sys-libs/com_err-1.40_pre20070411', 'merge') pulled in by
  ('ebuild', '/', 'sys-libs/ss-1.40_pre20070411', 'merge')
  ('installed', '/', 'app-crypt/mit-krb5-1.5.2-r2', 'nomerge')
When I tried unmasking e2fsprogs-1.40_pre20070411, I ended up with an unbootable system. I assume this is because ext4 patch is not applied to that version. Is there any way to solve this conflict? I assume I need a e2fsprogs-1.40_pre20070411 that is patched with ext4?
Top
buddabrod
Apprentice
Apprentice
User avatar
Posts: 241
Joined: Sun Oct 15, 2006 8:20 am
Location: Germany

  • Quote

Post by buddabrod » Sun May 13, 2007 6:56 pm

Just mask >com_err-1.39 and >ss1.39, too.
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Mon May 14, 2007 12:23 am

Update on my post above:

OK- I just rebooted with the live cd, and mounted/chrooted back into my partial install, and net-setup eth3 worked again, so I picked up the install at step 9.1.

Finshed up fine, rebooted, and had to edit my grub kernel line (stupid error I made), but then it worked fine. My fresh install of Windows XP (ntfs) on hda1 boots fine too. I'm currently about halfway into emerging kde (after I got Xorg done), and have had no more problems. All in all, this has gone pretty well except for the above post stuff, which turned out to be a very minor problem.

I'm experienced with all the nesl247 emission, etc. advanced installs (currently run them on all my other gentoo boxes), as well as countless regular Gentoo installs, so it wasn't a big deal for me. There's a few minor aspects about the guide that might cause trouble for some, but I would say it's an overall great job, and a really good way to get an advanced gentoo installation up.

I enjoyed the experience. My compliments! :wink:
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
R.B.Riddick
n00b
n00b
User avatar
Posts: 10
Joined: Tue Nov 28, 2006 8:46 am

Java not working

  • Quote

Post by R.B.Riddick » Tue May 15, 2007 4:43 pm

Hi, I've got a really serious problem with my conrad install. Java doesn't work! Or at least it doesn't work embedded in browsers. I've tried sun-1.6 and 1.5 and in firefox konqueror and opera. No luck! java-nsplugin is set with eselect and java-vm too. Anyone else sharing this problem?

+ I can't get kaffeine or xine to play video url's from apple. There was one that worked but everything else just don't! anyone got a solution for this. Right now I've unmerged kaffeine and merged kmplayer which work using mplayer backend but not xine backend!

PLEASE help!
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Tue May 15, 2007 10:12 pm

Had to comment these out in /etc/portage/package.use/conrad, in order to merge kdebase-startkde. Apparently, the new kdelibs doesn't support this flag, or so the error message said. Still having problems with kdehotkeys.
# KDE
kde-base/kicker pertty kickoff
kde-base/kdelibs pertty
kde-base/kdesktop pertty
kde-base/kcontrol pertty
kde-base/konqueror pertty
kde-base/konsole pertty

Anyway, used the 2.6.21-viper1 kernel, got my kde all setup like I like it, installed openoffice, etc., and on my first -uD world, I get this:

Code: Select all

conrad-v4 wrc # emerge -upD world

These are the packages that would be merged, in order:

Calculating world dependencies /
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:

('installed', '/', 'sys-libs/com_err-1.39', 'nomerge') pulled in by
  ('installed', '/', 'sys-fs/e2fsprogs-1.39-r1', 'nomerge')

('ebuild', '/', 'sys-libs/com_err-1.40_pre20070411', 'merge') pulled in by
  ('ebuild', '/', 'sys-libs/ss-1.40_pre20070411', 'merge')
  ('installed', '/', 'app-crypt/mit-krb5-1.5.2-r2', 'nomerge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.

... done!
[ebuild     UD] sys-apps/debianutils-2.17.5 [2.18]
[ebuild     U ] sys-fs/device-mapper-1.02.19 [1.02.18-r1]
[ebuild     U ] sys-apps/hdparm-7.3 [6.9-r1]
[ebuild     U ] sys-libs/com_err-1.40_pre20070411 [1.39]
[ebuild  NS   ] sys-devel/binutils-2.17.50.0.16  USE="multislot nls -multitarget -test -vanilla"
[ebuild     U ] sys-libs/ss-1.40_pre20070411 [1.39]
[ebuild     UD] sys-apps/util-linux-2.12r-r7 [2.13_pre7] USE="-old-crypt%"
[ebuild     U ] net-misc/neon-0.26.3 [0.26.1-r1]
[ebuild     U ] www-client/elinks-0.11.3 [0.11.2]
[ebuild  N    ] kde-base/khotkeys-3.5.6  USE="-arts -debug -kdeenablefinal -kdehiddenvisibility -xinerama"
[ebuild  N    ] gnome-base/gnome-mount-0.4-r5  USE="-debug"
[ebuild  N    ] gnome-base/gnome-panel-2.16.3  USE="eds -debug -doc"
conrad-v4 wrc # 
Then on -uD world, I get !!! Depgraph creation failed.
What to do? Mask sys-libs/com_err-1.40_pre20070411? :?:


EDIT: Just saw the post above with the same problem- I'll try the masking that was suggested.
OK- masking those two packages worked. kdehotkeys still fails. Thanks much, buddabrod

--------------------------------------------------------------------------------------
Also, a few mostly trivial comments about the install guide:
At step 3.4, hdparm wouldn't recognize an ide drive, as hdx or sdx. I assume this is a new libata problem?

At step 4.1, maybe add a reminder to use sdx instead of hdx for ide hard disks, as fdisk or cfdisk fail to recognize the ide drives as hdx as is normal, due to the new libata as I understand it.

Shouldn't step 4.4 come before 4.3, as running e2fsck and tune2fs on a mounted partion isn't recommended and might cause problems, and produces a big warning message.

Step 6.4 (Optional) should be updated, as 2007.0 is now released.

Step 7.1. I had problems with the =${ARCH} ${CPUFLAGS} ${COREFLAGS}" and PORTDIR_OVERLAY="${CONRAD_OVERLAY} ${PORTAGE_OVERLAY}" not working, and had to revert to the normal format. Still don't know why- this should certainly work IMO. Maybe I made a typo I simply can't see-nyone else experience this?

Step 9.2 Under Processor type and features, Symmetric multi-processing support is not needed unless you have a multi-core cpu, or a multiple cpu motherboard. Maybe point this out in the interest of a cleaner kernel.
Last edited by wrc1944 on Wed May 16, 2007 4:32 am, edited 4 times in total.
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Tue May 15, 2007 10:29 pm

Another problem. Is this prelink thing to be expected- I've not used prelink for a year or two.

Code: Select all

conrad-v4 wrc # prelink -amR
prelink: /usr/lib/openoffice/program/python.bin: Could not find one of the dependencies
prelink: /usr/bin/glxinfo: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/kde/3.5/bin/kdesktop_lock: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/bin/glxgears: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/bin/qtdemo: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
conrad-v4 wrc #
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
Zmyrgel
Apprentice
Apprentice
User avatar
Posts: 181
Joined: Tue Jan 31, 2006 12:30 pm
Location: Finland / Ireland

  • Quote

Post by Zmyrgel » Wed May 16, 2007 9:37 am

wrc1944 wrote:Another problem. Is this prelink thing to be expected- I've not used prelink for a year or two.

Code: Select all

conrad-v4 wrc # prelink -amR
prelink: /usr/lib/openoffice/program/python.bin: Could not find one of the dependencies
prelink: /usr/bin/glxinfo: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/kde/3.5/bin/kdesktop_lock: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/bin/glxgears: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
prelink: /usr/bin/qtdemo: Cannot prelink against non-PIC shared library //usr//lib/opengl/xorg-x11/lib/libGL.so.1
conrad-v4 wrc #
IIRC that is OK.
Top
Vegan
Tux's lil' helper
Tux's lil' helper
Posts: 133
Joined: Thu Mar 29, 2007 7:58 pm

  • Quote

Post by Vegan » Wed May 16, 2007 1:14 pm

I had to remove prelink , cause after evry unemerge of software i had to go to /usr/bin and delete binaries of this unemerged program manualy ., emerge -C was reporting !md5 on binaries and leaving binary file in /usr/bin , that was so annoying ... . Anybody is with me in that or that's only my experience with prelink ?
Go Vegan! For The Sake of Animals
//Gentoo 2007.0/desktop, portage- 2.1.3_rc8, kernel @ 2.6.22-kamikaze1 (CFSv19) i686, "/" REISER4, ~x86, gcc-4.1.2, glibc-2.5-r3
//P4 2.4Ghz, 768 RAM , ATI Radeon X1600pro AGP, P4P800, SB Live ! 5.1, WDC 80GB
Top
M-Z
Tux's lil' helper
Tux's lil' helper
Posts: 98
Joined: Sun Jan 30, 2005 7:18 pm
Location: Warsaw, Poland

  • Quote

Post by M-Z » Fri May 18, 2007 3:12 pm

Can anyone help with this problem?
EDIT:
Sorry, to bother you. I had broken link to make.profile; after repairing it, libstdc++ from gcc-3.3.6 compiles without that error.
EDIT2: Some other problem just came up during emerge -e world:

Code: Select all

i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/.libs ./.libs/libgmp.so -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o  -march=athlon-xp -Wl,--hash-style=gnu -Wl,-soname -Wl,libgmpxx.so.3 -o .libs/libgmpxx.so.3.1.1
collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [libgmpxx.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make: *** [all] Error 2

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  gmp-4.2.1-r1.ebuild, line 66:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/build.log'.
Can anybody help? :)
Top
Jonasx
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 118
Joined: Fri Mar 26, 2004 3:31 am

  • Quote

Post by Jonasx » Sat May 19, 2007 1:23 pm

M-Z wrote:Can anyone help with this problem?
EDIT:
Sorry, to bother you. I had broken link to make.profile; after repairing it, libstdc++ from gcc-3.3.6 compiles without that error.
EDIT2: Some other problem just came up during emerge -e world:

Code: Select all

i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/.libs ./.libs/libgmp.so -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o  -march=athlon-xp -Wl,--hash-style=gnu -Wl,-soname -Wl,libgmpxx.so.3 -o .libs/libgmpxx.so.3.1.1
collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [libgmpxx.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make: *** [all] Error 2

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  gmp-4.2.1-r1.ebuild, line 66:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/build.log'.
Can anybody help? :)
It's one of the coreflags that's causing that on my system. I just commented them all out and it compiled fine. I'll try to drill down and see which specific one is breaking it and edit this post to inculde the info.

EDIT: It's the -freorder-blocks-and-partition, that's breaking it for me. I just removed it, compiled through gmp, ctrl-c, set the flag back and emerge --resume

I remember reading a while back that there is a way in gentoo to set specific compiler flags per package..or did i just imagine that?
"If you understand what you're doing, you're not learning anything." - Anon
Top
M-Z
Tux's lil' helper
Tux's lil' helper
Posts: 98
Joined: Sun Jan 30, 2005 7:18 pm
Location: Warsaw, Poland

  • Quote

Post by M-Z » Sat May 19, 2007 2:31 pm

Jonasx wrote:It's one of the coreflags that's causing that on my system. I just commented them all out and it compiled fine. I'll try to drill down and see which specific one is breaking it and edit this post to inculde the info.

EDIT: It's the -freorder-blocks-and-partition, that's breaking it for me. I just removed it, compiled through gmp, ctrl-c, set the flag back and emerge --resume

I remember reading a while back that there is a way in gentoo to set specific compiler flags per package..or did i just imagine that?
Thanks for your answer, I will try your solution. For now I just skipped recompilation of that package.
I must say this Gentoo (after being with binary distributions for a while ;)) is causing lot of troubles. For example, my sis900 ethernet card causes this viper kernel to panic. Next problem is, I cannot run X because of the error: "could not open default font "fixed"". And I cannot compile media-libs/jpeg package, which is required by qt (I had to alter the ebuild to make qt use qt-libmng and qt-libjpeg).
EDIT: And last, but not least, all my consoles starts with numlock turned on. It is very annoying, because it is a laptop keybord, which hasn't separate numpad.
Top
Jonasx
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 118
Joined: Fri Mar 26, 2004 3:31 am

  • Quote

Post by Jonasx » Sat May 19, 2007 2:54 pm

I must say this Gentoo (after being with binary distributions for a while ;)) is causing lot of troubles.
Your problems more than likely stems from use masked packages and bleeding edge stuff...(they are masked for a reason :) ), rather than gentoo itself. If you do want a stable system use the the handbook install method. If you enjoy spending your weekends tweaking, fixing and rigging this is the right forum for you :).
"If you understand what you're doing, you're not learning anything." - Anon
Top
M-Z
Tux's lil' helper
Tux's lil' helper
Posts: 98
Joined: Sun Jan 30, 2005 7:18 pm
Location: Warsaw, Poland

  • Quote

Post by M-Z » Sat May 19, 2007 3:05 pm

Jonasx wrote:Your problems more than likely stems from use masked packages and bleeding edge stuff...(they are masked for a reason :) ), rather than gentoo itself. If you do want a stable system use the the handbook install method. If you enjoy spending your weekends tweaking, fixing and rigging this is the right forum for you :).
Stability is not my priority. And if I wouldn't want "bleeding edge stuff", I would use OpenSUSE or other Ubuntu. ;)
Top
matobsk
n00b
n00b
Posts: 64
Joined: Sun Oct 16, 2005 5:33 pm

  • Quote

Post by matobsk » Sat May 19, 2007 11:47 pm

M-Z wrote:Can anyone help with this problem?
EDIT:
Sorry, to bother you. I had broken link to make.profile; after repairing it, libstdc++ from gcc-3.3.6 compiles without that error.
EDIT2: Some other problem just came up during emerge -e world:

Code: Select all

i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/.libs ./.libs/libgmp.so -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o  -march=athlon-xp -Wl,--hash-style=gnu -Wl,-soname -Wl,libgmpxx.so.3 -o .libs/libgmpxx.so.3.1.1
collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [libgmpxx.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make: *** [all] Error 2

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  gmp-4.2.1-r1.ebuild, line 66:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/build.log'.
Can anybody help? :)
Binutils-2.17.50.0.16 caused this issue for me.
Masking and reverting to .15 allowed gmp to compile even with the freorder-blocks-and-partition flag.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Sun May 20, 2007 8:19 am

matobsk wrote:
M-Z wrote:Can anyone help with this problem?
EDIT:
Sorry, to bother you. I had broken link to make.profile; after repairing it, libstdc++ from gcc-3.3.6 compiles without that error.
EDIT2: Some other problem just came up during emerge -e world:

Code: Select all

i686-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtbeginS.o  .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/.libs ./.libs/libgmp.so -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../crtn.o  -march=athlon-xp -Wl,--hash-style=gnu -Wl,-soname -Wl,libgmpxx.so.3 -o .libs/libgmpxx.so.3.1.1
collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [libgmpxx.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make: *** [all] Error 2

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_compile
  ebuild.sh, line 972:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  gmp-4.2.1-r1.ebuild, line 66:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/build.log'.
Can anybody help? :)
Binutils-2.17.50.0.16 caused this issue for me.
Masking and reverting to .15 allowed gmp to compile even with the freorder-blocks-and-partition flag.
thanks for that hint, this solved other segmentation faults for me, too :)
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
Post Reply

166 posts
  • Page 5 of 7
    • Jump to page:
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next

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