Bug#786883: gcc-4.9: --sysroot=... not properly respected - /usr/lib still stays in library search path

2015-05-26 Thread Kirill Smelkov
Package: gcc-4.9 Version: 4.9.2-18 Severity: normal Dear Maintainer, I'm trying to re-prefix gcc at runtime and found that --sysroot option is not properly respected - /usr/lib/ still stays in ld search path. Here is an example $ pwd /home/kirr/tmp/gcc-sysroot # NOTE - non /

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-09 Thread Kirill Smelkov
package gfortran-4.4 severity 576864 important thanks On Sun, Aug 08, 2010 at 01:27:05PM +0400, Kirill Smelkov wrote: package gfortran-4.4 tag 576864 + fixed-upstream - upstream thanks The fix was commited to upstream gcc-4_4-branch today: http://gcc.gnu.org/viewcvs?view=revisionrevision

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-08 Thread Kirill Smelkov
package gfortran-4.4 tag 576864 + fixed-upstream - upstream thanks The fix was commited to upstream gcc-4_4-branch today: http://gcc.gnu.org/viewcvs?view=revisionrevision=162990 Now all we need, is to pull from there. Thanks, Kirill -- To UNSUBSCRIBE, email to

Bug#578831: link failure with LTO: “invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition”

2010-08-08 Thread Kirill Smelkov
On Sat, Aug 07, 2010 at 10:08:27PM +0200, Steinar H. Gunderson wrote: On Sat, Aug 07, 2010 at 09:46:31PM +0200, Matthias Klose wrote: fixed in binutils 2.20.1-13 (and in binutils from experimental). I'm afraid it's not: fugl:~/dev/tehintro ld -v GNU ld (GNU Binutils for Debian)

Bug#578831: link failure with LTO: ???invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition???

2010-08-08 Thread Kirill Smelkov
On Sun, Aug 08, 2010 at 11:55:28AM +0200, Steinar H. Gunderson wrote: On Sun, Aug 08, 2010 at 01:47:09PM +0400, Kirill Smelkov wrote: The fix Matthias reffered to, is that you no longer need to pass -pthread explicitly if your program does not use pthreads. Please try it out -- it should

Bug#578831: link failure with LTO: ???invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition???

2010-08-08 Thread Kirill Smelkov
On Sun, Aug 08, 2010 at 12:24:58PM +0200, Steinar H. Gunderson wrote: On Sun, Aug 08, 2010 at 02:20:38PM +0400, Kirill Smelkov wrote: No thanks, I can't afford NDA for myself. I wouldn't require an NDA to be signed -- it would be on honor code. :-) (It's not a commercial product, but I

Bug#591405: gcc-4.4/g++-4.4: link failure with -Wl, -no-add-needed: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition

2010-08-07 Thread Kirill Smelkov
reassign 591405 binutils found 591405 2.20.1-12 fixed 591405 2.20.51.20100710-2 tag 591405 upstream retitle ld: -no-add-needed breaks linking with weak symbols thanks On Fri, Aug 06, 2010 at 08:11:46PM +0400, Kirill Smelkov wrote: After upgrading binutils to 2.20.51.20100710-2 from experimental

Bug#591405: gcc-4.4/g++-4.4: link failure with -Wl, -no-add-needed: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition

2010-08-06 Thread Kirill Smelkov
Smaller testcase: 8 Makefile # $ make # g++ -Wl,-no-add-needed -shared -o lpthread.so -lpthread # g++ -Wl,-no-add-needed -o deb591405 deb591405.cpp lpthread.so # /usr/bin/ld: ,: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition # /lib/libpthread.so.0: could not read

Bug#591405: gcc-4.4/g++-4.4: link failure with -Wl, -no-add-needed: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition

2010-08-06 Thread Kirill Smelkov
After upgrading binutils to 2.20.51.20100710-2 from experimental, the problem goes away: $ g++ -v 21 | grep gcc version gcc version 4.4.4 (Debian 4.4.4-7) $ ld -v GNU ld (GNU Binutils for Debian) 2.20.51-system.20100710 $ make g++ -Wl,-no-add-needed -shared -o lpthread.so

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-08-06 Thread Kirill Smelkov
package gfortran-4.4 forwarded 576864 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954 tags 576864 upstream patch thanks Upstream fixed this for gcc-4.6, but upstream gcc-4.4 and gcc-4.5 still have this problem. I've backported -4.6 patch for gcc-4_4-branch and gcc-4_5-branch branches and put

Bug#591405: gcc-4.4/g++-4.4: link failure with -Wl, -no-add-needed: invalid DSO for symbol `pthread_cancel@@GLIBC_2.0' definition

2010-08-02 Thread Kirill Smelkov
Package: g++-4.4 Version: 4.4.4-7 Severity: normal [ First of all, this bug seems to be the same as bugs #577961 and #578831, only they cover gcc-4.5, where afaik -Wl,-no-add-needed is default ] I'm trying to build my libraries with -Wl,-no-add-needed and got an issue wrt weak symbols

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-05-01 Thread Kirill Smelkov
Also posted to gcc bugzilla: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43954 -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-04-08 Thread Kirill Smelkov
Forgot to mention, that since gfortran defaults to 4.3 in lenny, and to 4.4 in squeeze, this can be seen as lenny - squeeze regression. Thanks, Kirill -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#576864: gfortran-4.4 does not support -Wp, -MD for *.F (4.4 regression, needed for auto-dependencies)

2010-04-07 Thread Kirill Smelkov
Package: gfortran-4.4 Version: 4.4.2-9 Severity: normal Hello, Like with gcc and g++, for compiling .F sources with gfortran, I thankfully use automatic dependencies generator built into gcc's cpp. E.g. for $ cat test.F #include test.h program test print *,'Hello