[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2013-05-25 Thread Sleep Less
Yes, it's sad Precise's gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) is still broken. If you want to (re)build MPFR with that, use (just) '-O2', or '-O3 -fno- tree-vectorize'. Or (build and) use any of FSF's / vanilla GCC 4.7.{0,1,2,3} or 4.8.0 ... :-) -- You received this bug notification because you ar

[Bug 972648] Re: ICE (segfault) in gsi_for_stmt

2012-12-27 Thread Sleep Less
FWIW, uweigand's test case still fails with $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/sha

[Bug 852682] Re: package blcr-dkms 0.8.2-10 failed to install/upgrade: blcr kernel module failed to build [configure: error: Could not find a directory containing a Linux kernel 2.6.38-10-generic buil

2012-05-12 Thread Sleep Less
Ping. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852682 Title: package blcr-dkms 0.8.2-10 failed to install/upgrade: blcr kernel module failed to build [configure: error: Could not find a direc

[Bug 971839] Re: aptd crashed with UnboundLocalError in _emit_acquire_item(): local variable 'lang' referenced before assignment

2012-04-09 Thread Sleep Less
Some people should really learn to read before they start to write... 8/ IMPORTANT --- Please do not change the status of this bug unless you know what you are doing. The fix for this bug has already been identified and will be released soon. There is no need to comment if you only wish to say t

[Bug 971839] Re: aptd crashed with UnboundLocalError in _emit_acquire_item(): local variable 'lang' referenced before assignment

2012-04-04 Thread Sleep Less
For the record: The FIX IS NOT YET RELEASED in Ubuntu, so any further reports should get redirected to /dev/null, until the fix is really in the repository. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-04-04 Thread Sleep Less
You mean current svn trunk? I don't get this error with (released) GCC 4.6.3 nor 4.7.0, just with Ubuntu's 4.6.3-1ubuntu3. Also your test case from bugzilla works for me with both of these. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 971839] Re: aptd crashed with UnboundLocalError in _emit_acquire_item(): local variable 'lang' referenced before assignment

2012-04-03 Thread Sleep Less
Hit me just now *after* daily upgrade (a few minutes ago) & (necessary) reboot... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/971839 Title: aptd crashed with UnboundLocalError in _emit_acquire_ite

[Bug 972648] Re: ICE (segfault) in gsi_for_stmt

2012-04-03 Thread Sleep Less
Yes, the latter (kspoly.cc) also compiles with '-O3 -fno-tree- vectorize'. These two files seem to be the only ones (of Singular) Ubuntu's GCC 4.6.3 / cc1plus crashes on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 972648] Re: ICE (segfault) in gsi_for_stmt

2012-04-03 Thread Sleep Less
I can send you further similar examples in case you need them: Starting program: /usr/lib/gcc/x86_64-linux-gnu/4.6/cc1plus -quiet -I . -I .. -I /mnt/linux-data-on- win7/Sage/sage-5.0.beta11-gcc-4.6.3-1ubuntu3/local -I /mnt/linux-data- on-win7/Sage/sage-5.0.beta11-gcc-4.6.3-1ubuntu3/local/include -

[Bug 972648] Re: ICE (segfault) in gsi_for_stmt

2012-04-03 Thread Sleep Less
FWIW, also doesn't happen with FSF 4.7.0. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972648 Title: ICE (segfault) in gsi_for_stmt To manage notifications about this bug go to: https://bugs.launc

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-04-03 Thread Sleep Less
** Attachment added: "Preprocessed Singular source cc1plus crashed on (with '-O3')." https://bugs.launchpad.net/ubuntu/+source/gcc-4.6/+bug/968766/+attachment/2997415/+files/ccdVNSe9.out -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-04-03 Thread Sleep Less
Sure. g++ -march=native -O3 -g -fno-strict-aliasing -DHONORS_CXXFLAGS -O2 -g -fPIC -pipe -fno-implicit-templates -I. -I.. -I/mnt/linux-data-on-win7/Sage/sage-5.0.beta11-gcc-4.6.3-1ubuntu3/local -I/mnt/linux-data-on-win7/Sage/sage-5.0.beta11-gcc-4.6.3-1ubuntu3/local/include -I/mnt/linux-data

[Bug 967343] Re: unity-greeter crashed with SIGSEGV in background_loader_ready_cb()

2012-04-02 Thread Sleep Less
@Jason Conti: Maybe, but you'll probably keep getting duplicates of this bug with the original subject I think. ;-) (Most of the current dups report a segfault in 'g_main_context_dispatch()'.) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-04-02 Thread Sleep Less
P.S.: $ LANG=en_US gcc-4.6.3 -v Using built-in specs. COLLECT_GCC=gcc-4.6.3 COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-linux-gnu/4.6.3/lto-wrapper Target: x86_64-linux-gnu Configured with: ../gcc-4.6.3/configure -v --prefix=/usr/local --program-suffix=-4.6.3 --enable-version-specific-runti

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-04-02 Thread Sleep Less
FWIW, I've built a "vanilla" GCC 4.6.3 from scratch (along with GMP 5.0.4, MPFR 3.1.0-p8, MPC 0.9, PPL 0.12, CLooG 0.15.11 and libelf 0.8.13), installed it (as well as the libraries) under /usr/local, and don't get any crashes with that version. In particular, both MPFR and Singular build just fin

[Bug 967343] Re: unity-greeter crashed with SIGSEGV in background_loader_ready_cb()

2012-04-02 Thread Sleep Less
Don't know why the subject was changed; I always get "unity-greeter crashed with SIGSEGV in g_main_context_dispatch()", meanwhile apparently each time I reboot the machine and login. (This happened the first time after a "regular" upgrade a couple of days ago.) -- You received this bug notificat

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-03-31 Thread Sleep Less
Just checked: It's really only that single file of MPFR (set_f.c) Ubuntu's current GCC / cc1 crashes on with '-O3'. After 'make' failed in the first place, I just took the libtool command ("/bin/bash ../libtool --tag=CC --mode=compile gcc ..."), replaced the two occurrences of '-O3' by '-O2', exec

[Bug 970144] Re: unity-greeter crashed with SIGSEGV in g_main_context_dispatch()

2012-03-31 Thread Sleep Less
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/970144 Title: unity-greeter crashed with SIGSEGV in g_main_context_dispatch() To manage notifications about this bug g

[Bug 968766] Re: GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0

2012-03-29 Thread Sleep Less
Similar for Singular (3-1-3-3): g++ / cc1plus crashes with "-O3", builds with "-O2" instead. Hopefully Precise won't ship with a broken compiler... Haven't had such issues with GCC 4.6.3 installations I built myself. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 968766] Re: GCC (cc1) crashes when compiling MPFR 3.1.0

2012-03-29 Thread Sleep Less
It doesn't crash with "-O3" replaced by "-O2" (still with "-march=native"); also MPFR passes its test suite ('make check') with these settings / that build. ** Summary changed: - GCC (cc1) crashes when compiling MPFR 3.1.0 + GCC 4.6.3 (cc1) crashes when compiling MPFR 3.1.0 -- You received thi

[Bug 968766] Re: GCC (cc1) crashes when compiling MPFR 3.1.0

2012-03-29 Thread Sleep Less
** Attachment added: "Preprocessed source cc1 crashed on." https://bugs.launchpad.net/bugs/968766/+attachment/2964303/+files/ccAHajJU.out -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968766 Title

[Bug 968766] [NEW] GCC (cc1) crashes when compiling MPFR 3.1.0

2012-03-29 Thread Sleep Less
Public bug reported: ... /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_SYS_TIME_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_STDINT_H=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEO

[Bug 949609] Re: blcr-dkms 0.8.2-10: blcr kernel module failed to build

2012-03-07 Thread Sleep Less
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949609 Title: blcr-dkms 0.8.2-10: blcr kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 949609] [NEW] blcr-dkms 0.8.2-10: blcr kernel module failed to build

2012-03-07 Thread Sleep Less
Public bug reported: $ uname -a Linux sleepless 2.6.38-13-generic #56~lucid1-Ubuntu SMP Tue Feb 14 03:18:12 UTC 2012 x86_64 GNU/Linux $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 20 model : 2 model name : AMD E-450 APU with Radeon(tm) H

[Bug 949617] Re: virtualbox-ose-dkms 3.2.8-dfsg-2ubuntu1~lucid1: virtualbox-ose kernel module failed to build

2012-03-07 Thread Sleep Less
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/949617 Title: virtualbox-ose-dkms 3.2.8-dfsg-2ubuntu1~lucid1: virtualbox-ose kernel module failed to build To manage notifications about this bug go t

[Bug 949617] [NEW] virtualbox-ose-dkms 3.2.8-dfsg-2ubuntu1~lucid1: virtualbox-ose kernel module failed to build

2012-03-07 Thread Sleep Less
Public bug reported: $ uname -a Linux sleepless 2.6.38-13-generic #56~lucid1-Ubuntu SMP Tue Feb 14 03:18:12 UTC 2012 x86_64 GNU/Linux $ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 20 model : 2 model name : AMD E-450 APU with Radeon(tm) HD Graphics stepping : 0 cpu MHz :