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 27 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 25
  • 26
  • 27
  • 28
  • 29
  • …
  • 31
  • Next
Author
Message
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

  • Quote

Post by vipernicus » Mon Oct 02, 2006 3:23 pm

nowinter wrote:
nxsty wrote: -Bdirect is obsolete
:?: :?: :?: I thought it is your ebuild, namely 2.17, that makes use of -Bdirect, and the one I actually use (although I also have 2.17.50.0.3). Does what I quoted mean I should make use of -hash-style only perspectively? I must have missed something in this thread.
At the moment it doesn't look like Michael Meeks is going to continue development of bdirect. Prelink and -hashstyles is just as good of an alternative and more featured in my opinion.
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
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 » Mon Oct 02, 2006 3:31 pm

vipernicus wrote:
nowinter wrote:
nxsty wrote: -Bdirect is obsolete
:?: :?: :?: I thought it is your ebuild, namely 2.17, that makes use of -Bdirect, and the one I actually use (although I also have 2.17.50.0.3). Does what I quoted mean I should make use of -hash-style only perspectively? I must have missed something in this thread.
At the moment it doesn't look like Michael Meeks is going to continue development of bdirect. Prelink and -hashstyles is just as good of an alternative and more featured in my opinion.
I was about to post the same thing but then I checked and found that there actually is a new version of the -Bdirect patch for glibc 2.5. :) So with some luck it'll work with --hash-style this time. I'll include it in my next update!
Top
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

  • Quote

Post by vipernicus » Mon Oct 02, 2006 8:31 pm

nxsty wrote:
vipernicus wrote:
nowinter wrote:
nxsty wrote: -Bdirect is obsolete
:?: :?: :?: I thought it is your ebuild, namely 2.17, that makes use of -Bdirect, and the one I actually use (although I also have 2.17.50.0.3). Does what I quoted mean I should make use of -hash-style only perspectively? I must have missed something in this thread.
At the moment it doesn't look like Michael Meeks is going to continue development of bdirect. Prelink and -hashstyles is just as good of an alternative and more featured in my opinion.
I was about to post the same thing but then I checked and found that there actually is a new version of the -Bdirect patch for glibc 2.5. :) So with some luck it'll work with --hash-style this time. I'll include it in my next update!
What about bdirect with binutils? Last time I talked to Michael Meeks he said that someone else was porting bdirect and hashvals to newer binutils and glibc, but it wasn't to work with hash-style.
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Top
7seven7
n00b
n00b
Posts: 72
Joined: Sat Jan 22, 2005 10:13 pm

  • Quote

Post by 7seven7 » Tue Oct 03, 2006 10:24 am

I have my system with glibc-2.4-r4 and binutils-2.16.93 from nxsty, compiled with this LDFLAGS "-Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -Wl,--as-needed"

I want to drop LDFLAGS "-Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort" to start use "-Wl, -hash-style=both", with prelink.

Can i just change the LDFLAGS and upgrade to glibc and binutls that are in portage, or is more complex to do the transition?
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 » Tue Oct 03, 2006 11:46 am

7seven7 wrote:I have my system with glibc-2.4-r4 and binutils-2.16.93 from nxsty, compiled with this LDFLAGS "-Wl,-O1 -Wl,--sort-common -Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort -Wl,--as-needed"

I want to drop LDFLAGS "-Wl,-Bdirect -Wl,-hashvals -Wl,-zdynsort" to start use "-Wl, -hash-style=both", with prelink.

Can i just change the LDFLAGS and upgrade to glibc and binutls that are in portage, or is more complex to do the transition?
There is a guide on the gentoo wiki:
http://gentoo-wiki.com/HOWTO_Hashstyle# ... _hashstyle
Top
7seven7
n00b
n00b
Posts: 72
Joined: Sat Jan 22, 2005 10:13 pm

  • Quote

Post by 7seven7 » Tue Oct 03, 2006 11:56 am

nxsty wrote:There is a guide on the gentoo wiki:
http://gentoo-wiki.com/HOWTO_Hashstyle# ... _hashstyle
What is the best/recent glibc, the one from portage or from your overlay?
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 » Tue Oct 03, 2006 6:58 pm

7seven7 wrote:
nxsty wrote:There is a guide on the gentoo wiki:
http://gentoo-wiki.com/HOWTO_Hashstyle# ... _hashstyle
What is the best/recent glibc, the one from portage or from your overlay?
Use the latest binutils in portage.
Use the 2.4-r4 glibc in overlay.

Follow the migration guide as listed above.

If you do this, all should work as expected.

You can try 2.5, though I haven't yet, so I cannot comment on any issues or difficulties you may have. At least with the 2.4 path, you can alway update it after to 2.5 if you want. Just remember to quickpkg your old binutils, glibc prior to making this shift. It may help you recover from a disaster. :)
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 » Tue Oct 03, 2006 7:27 pm

7seven7 wrote:
nxsty wrote:There is a guide on the gentoo wiki:
http://gentoo-wiki.com/HOWTO_Hashstyle# ... _hashstyle
What is the best/recent glibc, the one from portage or from your overlay?
My glibc 2.5 ebuild isn't much different from the one in portage yet. So either will do. If you want the stable, tested 2.4-r4 you need my overlay.
Top
7seven7
n00b
n00b
Posts: 72
Joined: Sat Jan 22, 2005 10:13 pm

  • Quote

Post by 7seven7 » Tue Oct 03, 2006 8:23 pm

With your glibc-2.5 the use flag hashstyle is needed?

EDIT: And prelink, is done by portage or has to be done manual?
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 » Thu Oct 05, 2006 3:30 pm

7seven7 wrote:With your glibc-2.5 the use flag hashstyle is needed?

EDIT: And prelink, is done by portage or has to be done manual?
No, the --hash-style patches are included in the upstream release so they're always enabled.

It should be done automatically but I usually run it anyway just to be sure.
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 » Thu Oct 05, 2006 3:32 pm

I updated my overlay with a new snapshot and the latest -Bdirect patch which now works with glibc 2.5 again! I also removed the hashstyle USE-flag now when both the -Bdirect and --hash-style patches can be applied at the same time (though I don't think they can be used at the same time, please test someone. :))
Top
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

  • Quote

Post by vipernicus » Thu Oct 05, 2006 6:38 pm

In order to get the full benefit of your glibc, would I need to rebuild world with it?
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
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 » Thu Oct 05, 2006 7:07 pm

If you´ve already built your system with --hash-style then probably not.
Top
cruzki
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Tue Dec 13, 2005 1:50 pm

  • Quote

Post by cruzki » Fri Oct 06, 2006 9:51 am

i'm try to test if -Bdirect and hash style can co-exists but if I use you binutils-2.17 overlays I have -Bdirect but no -hashstyle an dif I use portage bintutils-2.17.50.5 I have -hashstyle but no -bdirect (I have a C compiler cannot create ejecutable or things like that in both case)

I thing this is because binutils don't have the two patchets at the same time, am I wrong?

PS: sorry for my bad english :(
Top
vipernicus
Veteran
Veteran
User avatar
Posts: 1462
Joined: Mon Jan 17, 2005 10:35 pm
Location: Your College IT Dept.
Contact:
Contact vipernicus
Website

  • Quote

Post by vipernicus » Fri Oct 06, 2006 2:56 pm

cruzki wrote:i'm try to test if -Bdirect and hash style can co-exists but if I use you binutils-2.17 overlays I have -Bdirect but no -hashstyle an dif I use portage bintutils-2.17.50.5 I have -hashstyle but no -bdirect (I have a C compiler cannot create ejecutable or things like that in both case)

I thing this is because binutils don't have the two patchets at the same time, am I wrong?

PS: sorry for my bad english :(
You need to have a binutils with the bdirect patches. binutils-2.17.50.05 doesn't have them.
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Top
JoKo
Tux's lil' helper
Tux's lil' helper
Posts: 141
Joined: Sun May 16, 2004 4:41 pm
Location: Xanthi, Greece

  • Quote

Post by JoKo » Fri Oct 06, 2006 8:32 pm

nxsty wrote:I updated my overlay with a new snapshot and the latest -Bdirect patch which now works with glibc 2.5 again! I also removed the hashstyle USE-flag now when both the -Bdirect and --hash-style patches can be applied at the same time (though I don't think they can be used at the same time, please test someone. :))
I'm using sys-libs/glibc-2.4.90.20060915.

Now there is sys-libs/glibc-2.5.20061005 from your overlay... In order to update and keep the hash-style patches, I just emerge the new version? Also, should I delete the hashstyle USE-flag for good? Any other change to make on the config files?
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 » Fri Oct 06, 2006 9:19 pm

JoKo wrote:
nxsty wrote:I updated my overlay with a new snapshot and the latest -Bdirect patch which now works with glibc 2.5 again! I also removed the hashstyle USE-flag now when both the -Bdirect and --hash-style patches can be applied at the same time (though I don't think they can be used at the same time, please test someone. :))
I'm using sys-libs/glibc-2.4.90.20060915.

Now there is sys-libs/glibc-2.5.20061005 from your overlay... In order to update and keep the hash-style patches, I just emerge the new version? Also, should I delete the hashstyle USE-flag for good? Any other change to make on the config files?
You can use 2.5 or the 2.5.20061005 snapshot as hash-style is included in the upstream release now.
Top
cruzki
Tux's lil' helper
Tux's lil' helper
Posts: 137
Joined: Tue Dec 13, 2005 1:50 pm

  • Quote

Post by cruzki » Sat Oct 07, 2006 9:42 am

vipernicus wrote:
cruzki wrote:i'm try to test if -Bdirect and hash style can co-exists but if I use you binutils-2.17 overlays I have -Bdirect but no -hashstyle an dif I use portage bintutils-2.17.50.5 I have -hashstyle but no -bdirect (I have a C compiler cannot create ejecutable or things like that in both case)

I thing this is because binutils don't have the two patchets at the same time, am I wrong?

PS: sorry for my bad english :(
You need to have a binutils with the bdirect patches. binutils-2.17.50.05 doesn't have them.
The one in the nxsty overlay hasn't it? (binutils-2.17 no 2.17.0.5) O.o
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 Oct 07, 2006 11:58 am

cruzki wrote:
vipernicus wrote:
cruzki wrote:i'm try to test if -Bdirect and hash style can co-exists but if I use you binutils-2.17 overlays I have -Bdirect but no -hashstyle an dif I use portage bintutils-2.17.50.5 I have -hashstyle but no -bdirect (I have a C compiler cannot create ejecutable or things like that in both case)

I thing this is because binutils don't have the two patchets at the same time, am I wrong?

PS: sorry for my bad english :(
You need to have a binutils with the bdirect patches. binutils-2.17.50.05 doesn't have them.
The one in the nxsty overlay hasn't it? (binutils-2.17 no 2.17.0.5) O.o
I added an ebuild for binutils 2.17.50.0.5 with a bdirect USE-flag and a regression fix, but I couldn´t get it to build when -Bdirect is enabled. Everbody using binutils 2.17.50.0.5 from portage should use this ebuild instead as the regression is pretty serious (binutils bug #3314) Get it from toolchain_overlay.
Top
JoKo
Tux's lil' helper
Tux's lil' helper
Posts: 141
Joined: Sun May 16, 2004 4:41 pm
Location: Xanthi, Greece

  • Quote

Post by JoKo » Sat Oct 07, 2006 4:04 pm

nxsty wrote:
JoKo wrote:
nxsty wrote:I updated my overlay with a new snapshot and the latest -Bdirect patch which now works with glibc 2.5 again! I also removed the hashstyle USE-flag now when both the -Bdirect and --hash-style patches can be applied at the same time (though I don't think they can be used at the same time, please test someone. :))
I'm using sys-libs/glibc-2.4.90.20060915.

Now there is sys-libs/glibc-2.5.20061005 from your overlay... In order to update and keep the hash-style patches, I just emerge the new version? Also, should I delete the hashstyle USE-flag for good? Any other change to make on the config files?
You can use 2.5 or the 2.5.20061005 snapshot as hash-style is included in the upstream release now.
Hash-style is included as an option or is it default? Should I delete hashstyle USE-flag or not?
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 Oct 07, 2006 5:40 pm

JoKo wrote:Hash-style is included as an option or is it default? Should I delete hashstyle USE-flag or not?
It´s on by default now (for all ebuilds).
Top
R-Type
n00b
n00b
Posts: 62
Joined: Sun Sep 22, 2002 7:12 am

  • Quote

Post by R-Type » Sat Oct 07, 2006 7:05 pm

Code: Select all

gcc -DHAVE_CONFIG_H -I. -I/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd -I. -I. -I/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd -I/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -march=athlon64 -mtune=athlon64 -O3 -pipe -c /var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c  -fPIC -DPIC -o .libs/bfdsort.o
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c:96: error: expected declaration specifiers or '...' before 'bfd_qsort_closure_func'
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c:97: warning: no previous prototype for 'bfd_qsort'
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c: In function 'bfd_qsort':
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c:128: error: 'cmp' undeclared (first use in this function)
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c:128: error: (Each undeclared identifier is reported only once
/var/tmp/portage/binutils-2.17.50.0.5/work/binutils-2.17.50.0.5/bfd/bfdsort.c:128: error: for each function it appears in.)
make[4]: *** [bfdsort.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/binutils-2.17.50.0.5/work/build/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/binutils-2.17.50.0.5/work/build/bfd'
make[2]: *** [all] Error 2
I get this when building the new binutils-2.17.50.0.5 build from your overlay. the bdirect useflag is enabled. This is on amd64.
Top
Gergan Penkov
Veteran
Veteran
User avatar
Posts: 1464
Joined: Sat Jul 17, 2004 9:42 pm
Location: das kleinste Kuhdorf Deutschlands :)

  • Quote

Post by Gergan Penkov » Sat Oct 07, 2006 7:23 pm

nxsty does this binutils-bug affect only amd64 or is it creating huge executables on all platforms?
"I knew when an angel whispered into my ear,
You gotta get him away, yeah
Hey little bitch!
Be glad you finally walked away or you may have not lived another day."
Godsmack
Top
weedy
Apprentice
Apprentice
Posts: 247
Joined: Fri Jun 24, 2005 8:39 pm

  • Quote

Post by weedy » Sun Oct 08, 2006 12:00 pm

why did we stop filtering flags?

Code: Select all

i586-pc-linux-gnu-gcc -Wl,-O1 -Wl,--enable-new-dtags -Wl,--hash-style=both -Wl,--as-needed -Wl,--sort-common -s  -shared -static-libgcc -Wl,-O1  -Wl,-z,defs -Wl,-dynamic-linker=/lib/ld-linux.so.2  -B/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/csu/  -Wl,--version-script=/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/libc.map -Wl,-soname=libc.so.6 -Wl,-z,combreloc -Wl,-z,relro -Wl,--hash-style=both -nostdlib -nostartfiles -e __libc_main -Wl,-z,now -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/math -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/dlfcn -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nss -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nis -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/rt -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/resolv -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/crypt -L/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nptl -Wl,-rpath-link=/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/math:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/dlfcn:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nss:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nis:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/rt:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/resolv:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/crypt:/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/nptl -o /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/libc.so -T /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/shlib.lds /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/csu/abi-note.o /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf/soinit.os /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/libc_pic.os /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf/sofini.os /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf/interp.os /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/elf/ld.so /var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/debug/stack_chk_fail_local.oS -lgcc
/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/debug/stack_chk_fail_local.oS: In function `__stack_chk_fail_local':
stack_chk_fail_local.c:(.text+0x0): multiple definition of `__stack_chk_fail_local'
/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/libc_pic.os:(.text+0xd0d20): first defined here
collect2: ld returned 1 exit status
make[1]: *** [/var/tmp/portage/glibc-2.5.20061005/work/build-default-i586-pc-linux-gnu/libc.so] Error 1
make[1]: Leaving directory `/var/tmp/portage/glibc-2.5.20061005/work/glibc-2.5'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.5.20061005 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  glibc-2.5.20061005.ebuild, line 1045:   Called toolchain-glibc_src_compile
  glibc-2.5.20061005.ebuild, line 249:   Called die
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 Oct 08, 2006 2:08 pm

Gergan Penkov wrote:nxsty does this binutils-bug affect only amd64 or is it creating huge executables on all platforms?
I think it´s mainly an amd64 problem but the bug is in the generic code AFAICT.
Top
Post Reply

754 posts
  • Page 27 of 31
    • Jump to page:
  • Previous
  • 1
  • …
  • 25
  • 26
  • 27
  • 28
  • 29
  • …
  • 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