[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2012-08-14 Thread bharankumar
yes ,i want change my bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie To manage notifications about this bug go to:

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-05-25 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at http://sourceware.org/bugzilla/show_bug.cgi?id=12654. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-10 Thread Launchpad Bug Tracker
This bug was fixed in the package firefox - 4.0+nobinonly-0ubuntu1 --- firefox (4.0+nobinonly-0ubuntu1) natty; urgency=low * Bump the version number to 4.0 final. This is just so we stop confusing people with rc2 in the version number, but the tarball is identical * Update

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/firefox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-10 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/binutils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package binutils - 2.21.0.20110327-2ubuntu2 --- binutils (2.21.0.20110327-2ubuntu2) natty; urgency=low * Fix architecture field for binutils-gold (powerpcspe). * Add support for arm-*-gnueabihf targets. Closes: #621029. * Fix PR ld/12654: Pproperly

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/binutils -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-08 Thread Matthias Klose
** Bug watch added: Sourceware.org Bugzilla #12654 http://sourceware.org/bugzilla/show_bug.cgi?id=12654 ** Also affects: binutils via http://sourceware.org/bugzilla/show_bug.cgi?id=12654 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-08 Thread Colin Watson
** Changed in: binutils (Ubuntu Natty) Assignee: Canonical Foundations Team (canonical-foundations) = Matthias Klose (doko) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
Ok, this looks like a linker bug. The information that is wrong in the final executable isn't coming from the compiler, but is added by the linker (although the relocations in the .rel.text section are coming from the compiler). So, I did two builds of Firefox again - 1 with gcc-4.5 and 1 with

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
Note, the broken (pie) binary shows: 5eb: 8d 05 00 00 00 00 lea 0x0,%eax ...where, the working (non pie) binary shows: 8048493: 8d 05 fc ff ff ff lea0xfffc,%eax -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
Output of readelf -a for test.o built with gcc -c -o test.o -ftls-model =local-dynamic -fPIC test.c ** Attachment added: Output of readelf -a for test.o with local-dynamic TLS https://bugs.launchpad.net/ubuntu/natty/+source/binutils/+bug/663294/+attachment/1993653/+files/readelf.local-dynamic

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
Output of readelf -a for test.o built with gcc -c -o test.o -fPIC test.c ** Attachment added: Output of readelf -a for test.o with global-dynamic TLS https://bugs.launchpad.net/ubuntu/natty/+source/binutils/+bug/663294/+attachment/1993654/+files/readelf.global-dynamic -- You received this

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
For those who are curious, here is the output of readelf -a jemalloc.o and objdump -d jemalloc.o for both gcc-4.4 and gcc-4.5 ** Attachment added: jemalloc.o.info.tar.gz https://bugs.launchpad.net/ubuntu/natty/+source/binutils/+bug/663294/+attachment/1993667/+files/jemalloc.o.info.tar.gz --

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Chris Coulson
Note, I just hacked the intermediate test.o object and inserted 4 bytes of garbage from offset 0x25 from the start of the .text section (which is where the linker applies a R_386_TLS_LDO_32 relocation, and seems to be the one which isn't applied correctly). Then I ran the linker on it, and

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Martin Pitt
I ran Chris' test cases in sid/experimental: gcc 4.5.2-8 (sid) and binutils 2.21.0.20110327-2 (sid): segfaults gcc 4.6.0-2 (sid) and binutils 2.21.0.20110327-2 (sid): segfaults gcc 4.5.2-8 (sid) and binutils 2.21.51.20110403-1 (experimental): segfaults gcc 4.6.0-2 (sid) and binutils

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-07 Thread Martin Pitt
** Description changed: + NOTE: See comment 17 for a test case, and following comments for + analysis. + Binary package hint: gcc-4.5 I noticed this first last week when I tried to do a profile-guided build of Firefox with gcc-4.5 in maverick, and the build was hanging in my PPA.

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-04-04 Thread Kate Stewart
** Changed in: firefox (Ubuntu Natty) Milestone: ubuntu-11.04-beta-1 = ubuntu-11.04-beta-2 ** Changed in: gcc-4.5 (Ubuntu Natty) Milestone: ubuntu-11.04-beta-1 = ubuntu-11.04-beta-2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-03-22 Thread Martin Pitt
To unblock this, would it be appropriate to build firefox with gcc-4.4 on at least i386 for natty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a

Re: [Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-03-22 Thread Matthias Klose
On 22.03.2011 18:19, Martin Pitt wrote: To unblock this, would it be appropriate to build firefox with gcc-4.4 on at least i386 for natty? we won't demote gcc-4.4 in natty, so this should be possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-03-22 Thread Micah Gersten
** Tags added: regression-release ** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie -- ubuntu-bugs

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-03-22 Thread Micah Gersten
Thanks doko and pitti I will do a test rebuild with gcc-4.4 to see if this will solve the issue for natty without introducing other issues and then we can retarget this for O. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-02-25 Thread Martin Pitt
This isn't actually a release blocker, as the current non-PIE package works. As this is a natty task, downgrading priority. ** Changed in: gcc-4.5 (Ubuntu Natty) Milestone: natty-alpha-3 = ubuntu-11.04-beta-1 ** Changed in: firefox (Ubuntu Natty) Milestone: natty-alpha-3 =

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-02-14 Thread Kees Cook
** Also affects: gcc-4.5 (Ubuntu Natty) Importance: High Status: Triaged ** Changed in: gcc-4.5 (Ubuntu Natty) Milestone: None = natty-alpha-3 ** Changed in: gcc-4.5 (Ubuntu Natty) Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team) ** Changed in: gcc-4.5

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-02-14 Thread Martin Pitt
** Changed in: firefox (Ubuntu Natty) Assignee: Canonical Desktop Team (canonical-desktop-team) = Chris Coulson (chrisccoulson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title:

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-01-26 Thread Chris Coulson
** Changed in: gcc-4.5 (Ubuntu) Status: Fix Committed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with gcc-4.5 is a non-starter on i386 with -pie --

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2011-01-25 Thread jhonatas matos
** Changed in: gcc-4.5 (Ubuntu) Status: Confirmed = Fix Committed ** Branch unlinked: lp:ubuntu/firefox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/663294 Title: Firefox built with

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xulrunner-1.9.2 -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xulrunner-2.0 -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-17 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/firefox -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-15 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/4.0 -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-07 Thread Launchpad Bug Tracker
** Branch linked: lp:xulrunner/1.9.2 -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-05 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox/3.6 -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~mozillateam/xulrunner/xulrunner-2.0.head -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 663294] Re: Firefox built with gcc-4.5 is a non-starter on i386 with -pie

2010-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:firefox -- Firefox built with gcc-4.5 is a non-starter on i386 with -pie https://bugs.launchpad.net/bugs/663294 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list