won't fix in maverick. updated gcc-4.4 packages can be found in the
ubuntu-toolchain-r PPA.
** Changed in: gcc-4.4 (Ubuntu Maverick)
Status: Triaged => Won't Fix
** Changed in: gcc-4.4 (Ubuntu Maverick)
Assignee: Canonical Foundations Team (canonical-foundations) => Matthias
Klose (
This bug does not need a release note.
** Changed in: ubuntu-release-notes
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/647597
Title:
Internal compiler error while bu
** Changed in: gcc-4.4 (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/647597
Title:
Internal compiler error while building package 'witty'
--
ubuntu-
** Changed in: gcc-linaro
Status: Fix Committed => Fix Released
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
** Changed in: gcc-linaro
Milestone: None => 4.5-2010.10
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ub
** Changed in: gcc-linaro
Status: Confirmed => Fix Committed
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Patch is in branch lp:~yao-codesourcery/gcc-linaro/4.4-fix-647597.
Proposed to merge, and being reviewed.
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribe
** Branch linked: lp:~yao-codesourcery/gcc-linaro/4.4-fix-647597
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
** Also affects: ubuntu-release-notes
Importance: Undecided
Status: New
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu
I get a reduced test case for this bug. Attached here.
segv fault is cause by following code snip in cp/mangle.c
static tree
mangle_decl_string (const tree decl)
{
...
input_location = DECL_SOURCE_LOCATION (decl); // input_location is ZERO
...
write_mangled_name (decl, true); // Segv fau
** Tags added: ice
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.u
** Changed in: gcc-4.4 (Ubuntu Maverick)
Assignee: (unassigned) => Canonical Foundations Team
(canonical-foundations)
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs,
** Changed in: gcc-linaro
Assignee: (unassigned) => Yao Qi (yao-codesourcery)
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
Pau Garcia i Quiles: ah, yes I added the ppa, but an apt-get source
still grabs the old source. O well it looks like someone more
experienced with GCC bugs has picked this up anyway.
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this
Confirmed in gcc-linaro-4.4-2010.09-1 on i686. See:
http://ex.seabright.co.nz/build/gcc-linaro-4.4-2010.09-1/gcc-linaro-4.4-2010.09-1-i686-lucid-cbuild3-scorpius.tar.xz
for a binary build. Note that name=0 in the call to get_fileinfo(). I
think this ends up being passed to strcmp() via splay_
on armel:
$ g++ -c -O0 -c WAbstractArea.ii
In member function 'boost::signals::connection Wt::Signal::connect(T*, void (V::*)()) [with T = Wt::WAbstractArea, V =
Wt::WAbstractArea, A1 = Wt::NoClass, A2 = Wt::NoClass, A3 = Wt::NoClass, A4 =
Wt::NoClass, A5 = Wt::NoClass, A6 = Wt::NoClass]':
cc1p
seen on armel too
** Attachment added: "preprocessed source generated on armel"
https://bugs.edge.launchpad.net/gcc-linaro/+bug/647597/+attachment/1638792/+files/WAbstractArea.ii.gz
** Tags added: armel toolchain
** Tags removed: amd64 apport-bug compiler error g++ gcc i386 ice internal
mave
seen with all optimization levels, works with both 4.3 and 4.5, not seen
on Debian unstable
cd /build/buildd/witty-3.1.5/build-shared/src && /usr/bin/c++ -Dwt_EXPORTS
-DWT_WITH_OLD_INTERNALPATH_API -DWT_THREADED -D_REENTRANT
-DBOOST_SPIRIT_THREADSAFE -DHAVE_RASTER_IMAGE -g -O2 -O2 -g -fPIC
-I
Oh, I thought you meant I should file a bug with gcc upstream. I'm
attaching the preprocessed source file.
To obtain it, in case you want to reproduce with a different gcc or
anything, just run:
$ make Wt/WAbstractArea.i
from the 'witty-3.1.5/build-shared/src' directory
** Attachment added: "F
> I think this is not a gcc bug, as the very same source package
> can be built on Debian Sid with the very same versions of gcc
> and Boost (gcc 4.4.4 and Boost 1.42). It might be a bug in
> Ubuntu-specific patches to gcc.
that's why I was asking for the preprocessed source ...
--
Internal comp
Matthias:
I think this is not a gcc bug, as the very same source package can be
built on Debian Sid with the very same versions of gcc and Boost (gcc
4.4.4 and Boost 1.42). It might be a bug in Ubuntu-specific patches to
gcc.
On Debian Sid:
$ dpkg -l | grep g++
ii g++
In member function 'void Wt::WAbstractArea::setResource(Wt::WResource*)':
> cc1plus: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See for instructions.
please do so
** Package changed: gcc-defaults (Ubuntu) => gcc-4.4
bbordwell:
You are trying to build Wt 2.2.4, which is very old and needs some
patches to build with recent versions of gcc. Further, it's not the
version I reported the bug about.
The bug I reported was when building Wt 3.1.5, which is available from
my PPA:
$ dget
https://launchpad.net/~pgquile
Thank you for helping to make Ubuntu better.
I am trying to reproduce your bug but when I run 'make' I get this:
/home/ben/witty-2.2.4/src/Wt/WAbstractItemModel.C:504: error: ‘snprintf’ was
not declared in this scope
make[2]: *** [src/CMakeFiles/wt.dir/Wt/WAbstractItemModel.o] Error 1
make[1]: *
** Attachment added: "Dependencies.txt"
https://bugs.edge.launchpad.net/bugs/647597/+attachment/1635418/+files/Dependencies.txt
--
Internal compiler error while building package 'witty'
https://bugs.launchpad.net/bugs/647597
You received this bug notification because you are a member of Ubun
25 matches
Mail list logo