Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Ugh. I found my problem. Checking "ldconfig -p" showed that /lib/libc.so.6 => /lib/libc.so.6 with no hwcap specific entries at all. It seems I had a local diversion of /sbin/ldconfig and have been running one from March 15, 2000 for the past six years. I'm more than a little surprised. Anyways, r

gcc-4.1 4.1.0-1 MIGRATED to testing

2006-04-06 Thread Debian testing watch
FYI: The status of the gcc-4.1 source package in Debian's testing distribution has changed. Previous version: (not in testing) Current version: 4.1.0-1 -- This email is automatically generated; [EMAIL PROTECTED] is responsible. See http://people.debian.org/~henning/trille/ for more informat

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-04-06 Thread amacleod at redhat dot com
--- Comment #10 from amacleod at redhat dot com 2006-04-06 21:05 --- using the program from comment #5, I get IL for load_background_image that looks like: void load_background_image() () { int D.1767; int D.1766; struct Config * cfg.2; int D.1764; int D.1763; struct Config

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Gordon Haverland
I did another apt-get upgrade today, and as expected, this bug was present again (at least 4 in a row now). From suggestions in this thread, I ran it under LD_DEBUG=all, and captured stdout/stderr. This captured output is 481713 lines long, with the TLS error on line 26074 of that file. I real

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote: > Does /etc/ld.so.nohwcap exist? What happens if you (re)move it? No it doesn't. I do have an /etc/ld.so.hwcappkgs, if that's related. It contains: libc6 2.3.6-5 libc6-i686 2.3.6-5 Nick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Nick Lewycky writes: > Matthias Klose wrote: > > Aurelian Jarno pointed out the following: only reproducible with 2.4 > > kernels or if you (re)move /lib/tls on a 2.6 kernel. > > I'm running it on a 2.6 kernel and my /lib/tls is right where it > belongs. However, I note with interest that the foll

re: IGN KEYWORDS

2006-04-06 Thread Frederick A. Stoutland Sr.
Jay Williams:  I sent an e-mail to debian about wanting to have certain words used by Internet users searching  to be referred to me.  I'm having a website developed to promote my books and wondered if you could help me get more hits by using your services.  please advise.  Fred Stoutland     Fr

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Steve Langasek
On Thu, Apr 06, 2006 at 10:36:43PM +0200, Matthias Klose wrote: > Nick Lewycky writes: > > Matthias Klose wrote: > > > thanks for the testcase, however I'm unable to reproduce the failure > > > with a recent unstable archive, nor do I see the apt-listchanges > > > failures. > > I can confirm the

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote: > Aurelian Jarno pointed out the following: only reproducible with 2.4 > kernels or if you (re)move /lib/tls on a 2.6 kernel. I'm running it on a 2.6 kernel and my /lib/tls is right where it belongs. However, I note with interest that the following makes the bug go away: e

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Gordon Haverland
On Thursday 06 April 2006 11:04, Matthias Klose wrote: > Sheplyakov Alexei writes: > > On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote: > > > Traceback (most recent call last): > > > File "/usr/bin/apt-listchanges", line 30, in ? > > > import apt_pkg > > > ImportError: libstdc++.

re: IGN KEYWORDS

2006-04-06 Thread Frederick A. Stoutland Sr.
  I have asked someone to build a website for me as a way to market the published books I have written, and am in the processing of writing.  I have been told that if I purchase a key word from IGetNet.com that hasn't already been purchased, I can get past other sites, giving me a marketing adva

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Nick Lewycky writes: > Matthias Klose wrote: > > > thanks for the testcase, however I'm unable to reproduce the failure > > with a recent unstable archive, nor do I see the apt-listchanges > > failures. > > I can confirm the apt-listchanges failure here, running unstable. The > only exceptional t

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-04-06 Thread fang at csl dot cornell dot edu
-- fang at csl dot cornell dot edu changed: What|Removed |Added CC||fang at csl dot cornell dot |

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-04-06 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added CC||reichelt at gcc dot gnu dot |

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Nick Lewycky
Matthias Klose wrote: > thanks for the testcase, however I'm unable to reproduce the failure > with a recent unstable archive, nor do I see the apt-listchanges > failures. I can confirm the apt-listchanges failure here, running unstable. The only exceptional thing about my system that I think cou

[Bug c++/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-04-06 Thread reichelt at gcc dot gnu dot org
--- Comment #9 from reichelt at gcc dot gnu dot org 2006-04-06 16:13 --- *** Bug 27056 has been marked as a duplicate of this bug. *** -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

Bug#361024: Simple test case [Was: libstdc++.so.6: cannot handle TLS data]

2006-04-06 Thread Matthias Klose
Sheplyakov Alexei writes: > Hello! > > On Wed, 05 Apr 2006 18:41:05 -0600, Gordon Haverland wrote: > > Traceback (most recent call last): > > File "/usr/bin/apt-listchanges", line 30, in ? > > import apt_pkg > > ImportError: libstdc++.so.6: cannot handle TLS data > > I've seen many simila

Processed: libstdc++6: cannot handle TLS data

2006-04-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 361024 critical Bug#361024: libstdc++6: cannot handle TLS data Severity set to `critical'. > thanks dude Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs

Bug#361024: libstdc++6: cannot handle TLS data

2006-04-06 Thread Nick Lewycky
severity 361024 critical thanks dude Justification: breaks unrelated software This bug is causing total breakage of apt-show-versions. It's also causing problems with dia and gnucash (unable to load plugins written in C++) and possibly other software in the archive. Nick Lewycky -- To UNSUBSC

Bug#361024: problem affects many other programs

2006-04-06 Thread Toni Mueller
Hello, dia displays a fatal error on startup, too. I suspect that a lot of programs is affected, and I'm not sure if my most recent series of gq crashes (usually "rock solid" for me) could be attributed to this problem, too. Since unrelated software is affected, I suggest upgrading to "important

Bug#350989: Bug##350989: libtool on alpha causes linking errors when run on AFS

2006-04-06 Thread Juha Jäykkä
> So. Does the same happen with newer versions like 4.0 or 4.1? And how > can it be reproduced? Sorry that it took a little long to reply... Anyway, please close the bug: I cannot reproduce it myself anymore! I was able to do it with several independent sources with 100% probability at the time