Forums

Skip to content

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

Tweaked glibc 2.4 + 2.5 + snapshot ebuilds

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
754 posts
  • Page 7 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 31
  • Next
Author
Message
metalshark
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sat Jan 07, 2006 4:20 pm
Location: Bournemouth, England
Contact:
Contact metalshark
Website

Use flag ordering

  • Quote

Post by metalshark » Fri Mar 10, 2006 2:50 am

epstevns40 wrote:
roderick wrote:So, since I tried (unsuccessfully) to install with nptlonly, should I build first the existing glibc 2.3.6-r3 with nptlonly and then try to upgrade to 2.4? Could that help?
I had glibc 4 fail during the configure stating that I needed to enable nptl and nptlonly use flags. These were clearly set in my make.conf, however, the the flags would not set on the emerge line. Doing a little digging in /usr/portage/profiles/default-linux/x86/2006.0/make.defaults the default make config line showed -nptl as the default. This was clobbering the /etc/make.conf USE flags and subsequently clobbering the glibc-2.4 ebuild.
I changed the -nptl to nptl in the default make profile and the glibc 2.4 ebuild compiled the way I have become accustomed- in other words-- very nicely :)

Should the "-nptl" in the 2006.0 profile be there for a reason or could this be a bug?
Hope this helps!
Most people have the order of flags to go /etc/portage/package.use then /etc/make.conf then /usr/portage/profiles. You can re-order it by adding a line to your /etc/make.conf... I remember reading it in

Code: Select all

man make.conf
never actually seen anyone use this feature though.
USE_ORDER = "env:pkg:conf:auto:defaults"
Determines precedence for incrementing the setting of the USE vari-
able. The above setting will cause the environment (env) to over-
ride per package (pkg) settings to override make.conf (conf) to
override auto generated values from merged packages (auto) to over-
ride make.defaults (defaults).
***warning***
Do not modify this value unless you're a developer and you know
what you're doing. If you change this and something breaks, we will
not help you fix it.
Defaults to "env:pkg:conf:auto:defaults".
If you did not set this option then chances are you have forgotten a quotation mark on USE="", if you are using a text editor with word wrapping it might of broken line, etc. You can do a

Code: Select all

emerge --info
to test your settings after editing your /etc/make.conf just to be sure ;)
Last edited by metalshark on Fri Mar 10, 2006 3:22 pm, edited 1 time in total.
Gentoo's Portage: Any ideas for reform?
Top
roderick
l33t
l33t
User avatar
Posts: 908
Joined: Mon Jul 11, 2005 3:06 pm
Location: St. John's, NL CANADA
Contact:
Contact roderick
Website

  • Quote

Post by roderick » Fri Mar 10, 2006 3:19 pm

Ok,

I rebuilt Glibc 2.3.6-r3 with nptl and nptlonly. Did a revdep-rebuild and rebooted. Everything was clean.

Then I did a upgrade to Glibc 2.4 from here and used nptl and nptlonly. It worked this time. Looks like the unmerge (after upgrade) from last time I tried a direct upgrade from 2.3.6-r3 with -nptlonly to 2.4 with +nptlonly missed uninstalling the /lib/tls stuff which caused my problems.

This time everything went clean.

Yay.. now on to break something else....
Top
FireBurn
Apprentice
Apprentice
Posts: 170
Joined: Sun Sep 19, 2004 3:00 pm
Location: Edinburgh, UK

  • Quote

Post by FireBurn » Fri Mar 10, 2006 4:46 pm

Wow

All I can say is wow. I've just finished compiling OpenOffice 2.0.2-rc4 with GCC 4.1 and Glibc 2.4.

I opened oowriter2 from Konsole and up pops oowriter nearly instantaneously with the lovely KDE widgets

I've never ever had OpenOffice run so fast on this computer (Athlon XP 3200+ 512MB Ram)

I did however have to kill readelf during emerge as it seemed to have gotten stuck at this point whilest complaining about the Text relocations

Thanks for everyones hard work

Mike
Top
fuoco
Guru
Guru
Posts: 386
Joined: Sun May 23, 2004 3:19 pm
Location: Israel

  • Quote

Post by fuoco » Fri Mar 10, 2006 4:50 pm

FireBurn wrote:Wow

All I can say is wow. I've just finished compiling OpenOffice 2.0.2-rc4 with GCC 4.1 and Glibc 2.4.

I opened oowriter2 from Konsole and up pops oowriter nearly instantaneously with the lovely KDE widgets

I've never ever had OpenOffice run so fast on this computer (Athlon XP 3200+ 512MB Ram)

I did however have to kill readelf during emerge as it seemed to have gotten stuck at this point whilest complaining about the Text relocations

Thanks for everyones hard work

Mike
Nice, did you use any special CFLAGS/LDFLAGS ? I assume -Bdirect ?
Top
roderick
l33t
l33t
User avatar
Posts: 908
Joined: Mon Jul 11, 2005 3:06 pm
Location: St. John's, NL CANADA
Contact:
Contact roderick
Website

  • Quote

Post by roderick » Fri Mar 10, 2006 4:55 pm

FireBurn wrote:Wow

All I can say is wow. I've just finished compiling OpenOffice 2.0.2-rc4 with GCC 4.1 and Glibc 2.4.

I opened oowriter2 from Konsole and up pops oowriter nearly instantaneously with the lovely KDE widgets

I've never ever had OpenOffice run so fast on this computer (Athlon XP 3200+ 512MB Ram)

I did however have to kill readelf during emerge as it seemed to have gotten stuck at this point whilest complaining about the Text relocations

Thanks for everyones hard work

Mike
I can't seem to compile OpenOffice 2.0.1 on GCC 4.0.2.

Seems to fail on either the LDFLAGS, CFLAGS. Then If I limit those, it fails on building the locales, though I have userlocales set in GLibc.
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Top
FireBurn
Apprentice
Apprentice
Posts: 170
Joined: Sun Sep 19, 2004 3:00 pm
Location: Edinburgh, UK

  • Quote

Post by FireBurn » Fri Mar 10, 2006 5:18 pm

CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -mfpmath=sse,387 -frename-registers -fweb -pipe -ftracer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden -ftree-vectorize"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--enable-new-dtags -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -Wl,--as-needed"

I think is what your after
Top
roderick
l33t
l33t
User avatar
Posts: 908
Joined: Mon Jul 11, 2005 3:06 pm
Location: St. John's, NL CANADA
Contact:
Contact roderick
Website

  • Quote

Post by roderick » Fri Mar 10, 2006 8:44 pm

FireBurn wrote:CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -mfpmath=sse,387 -frename-registers -fweb -pipe -ftracer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden -ftree-vectorize"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--enable-new-dtags -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -Wl,--as-needed"

I think is what your after

I guess it must be related to GCC 4.02, as I have updated binutils and glibc to to Nxsty's overlay. The only this I have significantly different is the GCC and my Glibc is compiled with userlocales and locales.build is set.

Guess I'll see if it compiles under GCC 4.1 when I get nerve enough to upgrade to that from 4.0.2.

Edit: what version of Python are you using? Is there a utility to ensure my Python is clean and no cruff lying around? Open Office is currently failing on build "pyuno".

Edit2: Here's the python I have: 2.3.5-r2 2.4.2-r1

Should I uninstalled the 2.3? Any reason I need the old one around? Perhaps that's my problem here.
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Top
piwacet
Guru
Guru
Posts: 486
Joined: Thu Dec 30, 2004 1:27 am

  • Quote

Post by piwacet » Sat Mar 11, 2006 2:19 am

Just emerge --sync'd and glibc 2.4 is now ~arch on amd64. That was fast!
Top
roderick
l33t
l33t
User avatar
Posts: 908
Joined: Mon Jul 11, 2005 3:06 pm
Location: St. John's, NL CANADA
Contact:
Contact roderick
Website

  • Quote

Post by roderick » Sat Mar 11, 2006 4:11 am

I'm sticking with Nxsty's patch set for Glibc (qt, Xorg, binutils) until someone (Nxsty) indicates that the portage build is the way to go....

:)

I've got this thing working great with Nxsty's overlay's and patches, so... Now I think I'll mess with GCC4.1 ... any maybe Xorg later.
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Top
nxsty
Veteran
Veteran
User avatar
Posts: 1556
Joined: Wed Jun 23, 2004 7:00 pm
Location: .se
Contact:
Contact nxsty
Website

  • Quote

Post by nxsty » Sat Mar 11, 2006 9:31 am

The new 2.4 ebuild in portage lacks the -Bdirect, hashvals, amd64 optimized string routines and amd64 optimized libm patches so I'll have to continue maintain this for a while. I'll make a new overlay based on the one in portage later today.
Top
chtephan
Apprentice
Apprentice
User avatar
Posts: 266
Joined: Tue Feb 03, 2004 5:11 pm
Location: Offenburg, Germany
Contact:
Contact chtephan
Website

  • Quote

Post by chtephan » Sat Mar 11, 2006 10:41 am

I'm wondering why they haven't added that as well since glibc-2.3.6-r3 already has this stuff as well. Well, at least there's no ABI breakage involved with this stuff. Your glibc-2.4 from the overlay is working fine on all my ~x86 and ~amd64 machines (though I don't use -Bdirect still its political situation is still unclear).
Top
mafioso
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 98
Joined: Tue Jan 10, 2006 3:47 am
Location: arizona, usa

  • Quote

Post by mafioso » Sat Mar 11, 2006 1:39 pm

roderick wrote:I'm sticking with Nxsty's patch set for Glibc (qt, Xorg, binutils) until someone (Nxsty) indicates that the portage build is the way to go....

:)

I've got this thing working great with Nxsty's overlay's and patches, so... Now I think I'll mess with GCC4.1 ... any maybe Xorg later.

xorg 7.0 and gcc 4.1.0 work excellent with nxsty's overlays on my box. and i'm with you ive been using these overlays for a coupla months now and have found my system to be very stable and super fast.
persistance is THE key to success
Top
SteveYin
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Wed Oct 20, 2004 8:48 pm
Contact:
Contact SteveYin
Website

  • Quote

Post by SteveYin » Sat Mar 11, 2006 3:51 pm

there is new problem

Code: Select all

threads.c: In function ‘krb5int_pthread_loaded’:
threads.c:145: error: ‘pthread_mutexattr_setrobust_np’ undeclared (first use in this function)
threads.c:145: error: (Each undeclared identifier is reported only once
threads.c:145: error: for each function it appears in.)
make[2]: *** [threads.so] Error 1
make[2]: Leaving directory `/var/tmp/portage/mit-krb5-1.4.3/work/krb5-1.4.3/src/util/support'
make[1]: *** [all-recurse] Error 1
make[1]: Leaving directory `/var/tmp/portage/mit-krb5-1.4.3/work/krb5-1.4.3/src/util'
make: *** [all-recurse] Error 1

!!! ERROR: app-crypt/mit-krb5-1.4.3 failed.
Call stack:
  ebuild.sh, line 1933:   Called dyn_compile
  ebuild.sh, line 971:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
here is my info

Code: Select all

Portage 2.1_pre5-r4 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r0, 2.6.15-gentoo-r5 i686)
=================================================================
System uname: 2.6.15-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.91.0.6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -fno-ident -ftracer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe -fno-ident -ftracer -fweb -frename-registers  -fno-enforce-eh-specs -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/pub/gentoo http://mirror.gentoo.gr.jp/"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,--enable-new-dtags -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://owl.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib accessibility acl acpi alsa apache2 apm arts audiofile authdaemond avi bash-completion bcmath berkdb bitmap-fonts bluetooth bonobo bzip2 bzlib cairo cdr cjk crypt cscope ctype cups curl dbus directfb dlloader dmx dri dts dvd dvdr eds emacs-w3 emboss encode esd exif expat fam fbcon ffmpeg firefox flac foomaticdb fortran freetds freetype gd gdbm ggi gif gimpprint glitz glut gmp gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal iconv idn imagemagick imlib immqt-bc ipv6 ithreads jack java javascript jikes joystick jpeg jpeg2k junit kdeenablefinal kerberos lcms ldap libcaca libg++ libwww lirc lm_sensors mad maildir mailwrapper matroska memlimit mikmod mime mmap mmx mng motif mp3 mpeg mysql mysqli nas ncurses nis nls nocardbus nptl nptlonly nsplugin odbc offensive ogg openal openexr opengl pam pcmcia pcntl pcre pda pdflib perl php plotutils png pnp portaudio posix postgres ppds profile python qt quicktime readline ruby samba sasl sdl sftplogging skey slang slp sndfile snmp soap socks5 speex spell sqlite sse sse2 ssl svg svga symlink tcltk tcpd tetex theora threads tiff truetype truetype-fonts trusted type1-fonts udev unicode usb vcd vhosts vorbis win32codecs wmf xine xinerama xml xml2 xpm xprint xv xvid zlib elibc_glibc input_devices_mouse input_devices_keyboard input_devices_joystick input_devices_evdev kernel_linux userland_GNU video_cards_nv video_cards_none"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LINGUAS
Steve Yin
Top
metalshark
Apprentice
Apprentice
User avatar
Posts: 197
Joined: Sat Jan 07, 2006 4:20 pm
Location: Bournemouth, England
Contact:
Contact metalshark
Website

GCC issue not GLIBC

  • Quote

Post by metalshark » Sat Mar 11, 2006 4:08 pm

app-crypt/mit-krb5-1.4.3 has had issues with gcc-4.1.0 for some time now, if you add it to your package.mask it will use the previous (working) edition. Issues like this and more on http://forums.gentoo.org/viewtopic-t-40 ... ight-.html.
Gentoo's Portage: Any ideas for reform?
Top
nxsty
Veteran
Veteran
User avatar
Posts: 1556
Joined: Wed Jun 23, 2004 7:00 pm
Location: .se
Contact:
Contact nxsty
Website

  • Quote

Post by nxsty » Sat Mar 11, 2006 4:18 pm

I uploaded a new overlay based on glibc-2.4 in portage. I also renamed the gcc4ssp USE-flag to fortify as that's what it enables for now on. All the usual patches are included.
Top
no4b
Bodhisattva
Bodhisattva
User avatar
Posts: 774
Joined: Sun Jan 18, 2004 12:42 pm
Location: Tarnów, Poland

  • Quote

Post by no4b » Sun Mar 12, 2006 12:08 am

Running well 8)
Top
roderick
l33t
l33t
User avatar
Posts: 908
Joined: Mon Jul 11, 2005 3:06 pm
Location: St. John's, NL CANADA
Contact:
Contact roderick
Website

  • Quote

Post by roderick » Sun Mar 12, 2006 1:16 am

I just rebuilt as well.

Looks great so far.
If God were a pickle, I'd still say "no pickle on my burger".
http://roderick-greening.blogspot.com/
Top
_dA_CyANIDe
Apprentice
Apprentice
User avatar
Posts: 196
Joined: Wed Mar 30, 2005 9:48 pm
Location: Czech Republic

  • Quote

Post by _dA_CyANIDe » Sun Mar 12, 2006 1:28 am

Hello,

i have problem with #error "TLS support is required." again, while i want to upgrade from 2.3.91.20060303 to 2.4 :(

Thx 4 advice
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Top
_dA_CyANIDe
Apprentice
Apprentice
User avatar
Posts: 196
Joined: Wed Mar 30, 2005 9:48 pm
Location: Czech Republic

  • Quote

Post by _dA_CyANIDe » Sun Mar 12, 2006 1:33 am

Hmm...strange gcc-config 1 solve this problem.

Everything works fine. before. :-\
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Top
n0rbi666
l33t
l33t
User avatar
Posts: 707
Joined: Fri Mar 04, 2005 7:18 pm
Location: \Poland\Krakow

  • Quote

Post by n0rbi666 » Sun Mar 12, 2006 9:07 am

Have a problem here with the newest overlay :?

Code: Select all

checking for .symver assembler directive... yes
checking for ld --version-script... no
*** WARNING: You should not compile GNU libc without versioning. Not using
*** versioning will introduce incompatibilities so that old binaries
*** will not run anymore.
*** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer).
checking for .previous assembler directive... yes
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... yes
checking for broken __attribute__((visibility()))... no
checking for broken __attribute__((alias()))... no
checking whether to put _rtld_local into .sdata section... no
checking for .preinit_array/.init_array/.fini_array support... no
configure: error: Need linker with .init_array/.fini_array support.

!!! ERROR: sys-libs/glibc-2.4 failed.
Call stack:
  ebuild.sh, line 1933:   Called dyn_compile
  ebuild.sh, line 971:   Called src_compile
  glibc-2.4.ebuild, line 1298:   Called toolchain-glibc_src_compile
  glibc-2.4.ebuild, line 290:   Called glibc_do_configure 'compile'

!!! failed to configure glibc
!!! If you need support, post the topmost build error, and the call stack if relevant.
I'm using

Code: Select all

 sys-devel/binutils-2.16.91.0.6  USE="nls -multislot -multitarget -test"
emerge --info :

Code: Select all

Portage 2.1_pre5-r4 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r0, 2.6.15-nitro3 i686)
=================================================================
System uname: 2.6.15-nitro3 i686 AMD Athlon(tm) XP
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.91.0.6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r4
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe -s -ftree-vectorize -DNDEBUG -DG_DISABLE_ASSERT -DNO_DEBUG -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -ffast-math -pipe -s -ftree-vectorize -DNDEBUG -DG_DISABLE_ASSERT -DNO_DEBUG -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="pl_PL"
LC_ALL="pl_PL"
LDFLAGS="-Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -Wl,--enable-new-dtags -s"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgloverlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext S3TC X a52 aac aalib acpi alsa amarok apm artswrappersuid asf audiofile bash-completion berkdb bitmap-fonts bl browserplugin bzip2 c++ cdda cddb cdparanoia clanVoice crypt css cups custom-cflags dbus dri dvd dvdr dvdread eds emboss encode expat fame fat fbcon firefox flac foomaticdb fortran gdbm gg gif gimpprint glibc-compat20 glibc-omitfp glx gpm gtk gtk2 hpn id3 idn ieee1394 imlib insecure-drivers ithreads jack java javascript jp2 jpeg jpeg2k kde kdeenablefinal kdepim lame libg++ libvisual libwww linuxthreads-tls lirc lm_sensors lzo lzw mad matroska mikmod mjpeg mmx mmxext mng motif mozcalendar mozdevelop mozilla mozsvg mp3 mpeg mpeg2 mpeg4 mplayer musepack ncurses nforce2 nls nptl nptlonly ntfs ogg openal opengl openssh pam pcre pdflib perl pic pmu png python qt quicktime rar readline real rtc sblive sdl sensord speech spell sse ssl svga tcltk tcpd threads tiff transcode truetype truetype-fonts type1-fonts udev usb userlocales v4l v4l2 vcd vorbis win32codecs wma123 xinerama xml xml2 xmms xscreensaver xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux linguas_pl userland_GNU video_cards_ati"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS
Top
_dA_CyANIDe
Apprentice
Apprentice
User avatar
Posts: 196
Joined: Wed Mar 30, 2005 9:48 pm
Location: Czech Republic

  • Quote

Post by _dA_CyANIDe » Sun Mar 12, 2006 9:10 am

Hi, try to re-emerge binutils with multislot flag set and then try to re-emerge toolkit. Maybe it'll work.
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Top
_dA_CyANIDe
Apprentice
Apprentice
User avatar
Posts: 196
Joined: Wed Mar 30, 2005 9:48 pm
Location: Czech Republic

  • Quote

Post by _dA_CyANIDe » Sun Mar 12, 2006 9:12 am

And GCC with multislot flag too. ;)
AMD64 X2 3800+, 1GB RAM, Gigabyte GF7600
-----
Firewalls cannot block stupidity!
Top
SteveYin
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Wed Oct 20, 2004 8:48 pm
Contact:
Contact SteveYin
Website

  • Quote

Post by SteveYin » Sun Mar 12, 2006 11:49 am

May I ask a stupid question?

If I want the the ld optimization flags, (like -Bdirect) and using binutils in the overlay, then the glibc overlay is a must have or should have?

Sorry for my poor english.

I mean do I must using the glibc in overlay in order to use the binutils in overlay?
Steve Yin
Top
nxsty
Veteran
Veteran
User avatar
Posts: 1556
Joined: Wed Jun 23, 2004 7:00 pm
Location: .se
Contact:
Contact nxsty
Website

  • Quote

Post by nxsty » Sun Mar 12, 2006 11:56 am

SteveYin wrote:May I ask a stupid question?

If I want the the ld optimization flags, (like -Bdirect) and using binutils in the overlay, then the glibc overlay is a must have or should have?

Sorry for my poor english.

I mean do I must using the glibc in overlay in order to use the binutils in overlay?
You can either use my overlay or 2.3.6-r3 in portage, but then you have to modify the ebuild to not exclude the patches.
Top
n0rbi666
l33t
l33t
User avatar
Posts: 707
Joined: Fri Mar 04, 2005 7:18 pm
Location: \Poland\Krakow

  • Quote

Post by n0rbi666 » Sun Mar 12, 2006 2:31 pm

Recompiled binutils and gcc with multislot flag - didn't help, still I have the same error :?
Top
Post Reply

754 posts
  • Page 7 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 31
  • 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