Bug#333100: hppa: Fails to build kdebluetooth

2005-10-10 Thread Michael Meskes
Package: g++-4.0
Version: 4.0.2-2
Severity: important

I'm not sure if this bug relates to some of the other open bugs but
apparently g++-4.0 fails to build kdebluetooth on hppa. See

http://buildd.debian.org/fetch.php?pkg=kdebluetoothver=0.99%2B1.0beta1-5arch=hppastamp=1128618600file=logas=raw

for a complete autobuilder log. It says:

if hppa-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../kdebluetooth 
-I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 
-Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION  -MT dcopinterface_skel.o -MD -MP -MF 
.deps/dcopinterface_skel.Tpo -c -o dcopinterface_skel.o 
dcopinterface_skel.cpp; \
then mv -f .deps/dcopinterface_skel.Tpo .deps/dcopinterface_skel.Po; else 
rm -f .deps/dcopinterface_skel.Tpo; exit 1; fi
dcopinterface_skel.cpp: In member function 'QCStringList 
DCOPInterface::_ZTv0_n36_N13DCOPInterface9functionsEv()':
dcopinterface_skel.cpp:51: internal compiler error: in cp_expr_size, at 
cp/cp-objcp-common.c:101
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see URL:file:///usr/share/doc/gcc-4.0/README.Bugs.
make[5]: *** [dcopinterface_skel.o] Error 1

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333100: hppa: Fails to build kdebluetooth

2005-10-10 Thread Falk Hueffner
Michael Meskes [EMAIL PROTECTED] writes:

 dcopinterface_skel.cpp:51: internal compiler error: in cp_expr_size, at 
 cp/cp-objcp-common.c:101
 Please submit a full bug report,

Please send the preprocessed source, as obtained by adding -save-temps.

-- 
Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
Package: gcc-4.0
Version: 4.0.1-2
Severity: normal

gcc seems to generate incorrect code for gtkboard-0.11pre0. Seems to occur with
many combinations of flags under -O or greater (as well as without any) and
seems to be independent of optimization level. Please note that the source
doesnt compile initially (due to a static redeclaration of an extern, that's
easy to patch by removing the static qualifier) and also when -O0 is passed (not
able to find out the reason for that, so it might be possible that once that is
fixed, this bug might manifest for -O0 as well). Please note that there is no
problem with gcc-3.3 (even with the static qualifier removal), so this is likely
to be a problem with gcc-4.0, rather than the package.

Reproducing:

CFLAGS=-ggdb3 -O CPPFLAGS= LDFLAGS= ./configure
make
gdb src/gtkboard

(gdb) run
Starting program: /home/ramk/install/gtkboard-0.11pre0/src/gtkboard 
[Thread debugging using libthread_db enabled]
[New Thread -1209157952 (LWP 22549)]
Unable to open audio: No available audio device

// Select for eg, in the menu, Game - Select Game - Infiltrate

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208924480 (LWP 22566)]
0x080995e7 in C.182.7537 ()
(gdb) bt
#0  0x080995e7 in C.182.7537 ()
#1  0xbfa489ac in ?? ()
#2  0x4120a728 in ?? () from /usr/lib/libgobject-2.0.so.0
#3  0xbfa48738 in ?? ()
#4  0x4194023c in gtk_item_factory_get_type () from /usr/lib/libgtk-x11-2.0.so.0
Previous frame inner to this frame (corrupt stack?)
(gdb) 

The name of the function makes my suspicions of a compiler bug greater.

Here are the how the dependencies of the compiled gtkboard were satisfied, in
case it is some ABI problem with the loaded libraries...

ii  libatk1.0-0 1.10.1-2The ATK accessibility 
toolkit
ii  libatk1.0-dev   1.10.1-2Development files for the 
ATK accessibility toolkit
ii  libglib2.0-02.8.1-1 The GLib library of C 
routines
ii  libglib2.0-dev  2.8.1-1 Development files for the 
GLib library
ii  libgtk2.0-0 2.6.10-1The GTK+ graphical user 
interface library
ii  libgtk2.0-dev   2.6.10-1Development files for the 
GTK+ library
ii  libpango1.0-0   1.8.2-2 Layout and rendering of 
internationalized text
ii  libpango1.0-dev 1.8.2-2 Development files for the 
Pango
ii  libsdl-mixer1.2 1.2.6-1 mixer library for Simple 
DirectMedia Layer 1.2
ii  libsdl-mixer1.2-dev 1.2.6-1 development files for 
SDL1.2 mixer library
ii  libsdl1.2debian 1.2.7+1.2.8cvs20041007- Simple DirectMedia Layer

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-rc4-ck1-inotify-custom.1
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages gcc-4.0 depends on:
ii  binutils  2.16.1-2   The GNU assembler, linker and bina
ii  cpp-4.0   4.0.1-2The GNU C preprocessor
ii  gcc-4.0-base  4.0.1-2The GNU Compiler Collection (base 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.1-2GCC mudflap support libraries (dev

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333100: hppa: Fails to build kdebluetooth

2005-10-10 Thread Michael Meskes
On Mon, Oct 10, 2005 at 02:43:56PM +0200, Falk Hueffner wrote:
  dcopinterface_skel.cpp:51: internal compiler error: in cp_expr_size, at 
  cp/cp-objcp-common.c:101
  Please submit a full bug report,
 
 Please send the preprocessed source, as obtained by adding -save-temps.

Sorry, cannot do this easily. I do not have access to an hppa machine where I
can install all the needed build-depends. That's why I just provided the
link to the autobuilder log.

If you guys don't have access to an hppa machine either I guess we have
to involve Debian admin people.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
Package: gcc-4.0
Version: 4.0.1-2
Severity: serious

gcc seems to generate incorrect code for gtkboard-0.11pre0. Seems to occur with
many combinations of flags under -O or greater (as well as without any) and
seems to be independent of optimization level. Please note that the source
doesnt compile initially (due to a static redeclaration of an extern, that's
easy to patch by removing the static qualifier) and also when -O0 is passed (not
able to find out the reason for that, so it might be possible that once that is
fixed, this bug might manifest for -O0 as well). Please note that there is no
problem with gcc-3.3 (even with the static qualifier removal), so this is likely
to be a problem with gcc-4.0, rather than the package.

Reproducing:

CFLAGS=-ggdb3 -O CPPFLAGS= LDFLAGS= ./configure
make
gdb src/gtkboard

(gdb) run
Starting program: /home/ramk/install/gtkboard-0.11pre0/src/gtkboard 
[Thread debugging using libthread_db enabled]
[New Thread -1209157952 (LWP 22549)]
Unable to open audio: No available audio device

// Select for eg, in the menu, Game - Select Game - Infiltrate

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208924480 (LWP 22566)]
0x080995e7 in C.182.7537 ()
(gdb) bt
#0  0x080995e7 in C.182.7537 ()
#1  0xbfa489ac in ?? ()
#2  0x4120a728 in ?? () from /usr/lib/libgobject-2.0.so.0
#3  0xbfa48738 in ?? ()
#4  0x4194023c in gtk_item_factory_get_type () from /usr/lib/libgtk-x11-2.0.so.0
Previous frame inner to this frame (corrupt stack?)
(gdb) 

The name of the function makes my suspicions of a compiler bug greater.

Here are the how the dependencies of the compiled gtkboard were satisfied, in
case it is some ABI problem with the loaded libraries...

ii  libatk1.0-0 1.10.1-2The ATK accessibility 
toolkit
ii  libatk1.0-dev   1.10.1-2Development files for the 
ATK accessibility toolkit
ii  libglib2.0-02.8.1-1 The GLib library of C 
routines
ii  libglib2.0-dev  2.8.1-1 Development files for the 
GLib library
ii  libgtk2.0-0 2.6.10-1The GTK+ graphical user 
interface library
ii  libgtk2.0-dev   2.6.10-1Development files for the 
GTK+ library
ii  libpango1.0-0   1.8.2-2 Layout and rendering of 
internationalized text
ii  libpango1.0-dev 1.8.2-2 Development files for the 
Pango
ii  libsdl-mixer1.2 1.2.6-1 mixer library for Simple 
DirectMedia Layer 1.2
ii  libsdl-mixer1.2-dev 1.2.6-1 development files for 
SDL1.2 mixer library
ii  libsdl1.2debian 1.2.7+1.2.8cvs20041007- Simple DirectMedia Layer

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (101, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-rc4-ck1-inotify-custom.1
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)

Versions of packages gcc-4.0 depends on:
ii  binutils  2.16.1-2   The GNU assembler, linker and bina
ii  cpp-4.0   4.0.1-2The GNU C preprocessor
ii  gcc-4.0-base  4.0.1-2The GNU Compiler Collection (base 
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.1-2GCC mudflap support libraries (dev

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Changing the severity of Bug #333118

2005-10-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 333118 critical
Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0
Severity set to `critical'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333119: Oops...sorry for the goof up...

2005-10-10 Thread R.Ramkumar
close 333119
thanks

Sorry for the goof up...reported the bug twice. Please see 333118.

Ramkumar.

-- 
96.31% of all statistics are fiction.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Oops...sorry for the goof up...

2005-10-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 333119
Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to R.Ramkumar [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#332876: weird problem with menu-2.1.26

2005-10-10 Thread Bill Allombert
On Sun, Oct 09, 2005 at 11:58:30AM +0800, bear wrote:
 Package: menu
 Version: 2.1.26
 Severity: important
 
 hi,
 
   The update-menu in menu-2.1.26 always outputs the following error:
 
   update-menus: relocation error: update-menus: symbol
   _ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv, version GLIBCXX_3.4.6 not
   defined in file libstdc++.so.6 with link time reference
 
   It seems like the C++ ABI transition problem. But I am not sure.
   Please help. Thanks!

Hello, I cannot reproduce this bug with the exact same
version of menu/libstdc++6/libgcc1, so I forward this to the
debian-gcc list.

If it suddenly disappear from our system after an upgrade please tell
me!
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 

 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.12-p4
 Locale: LANG=zh_CN.GBK, LC_CTYPE=zh_CN.GBK (charmap=GBK)
 
 Versions of packages menu depends on:
 ii  dpkg 1.13.11.0.1 package maintenance system for 
 Deb
 ii  libc62.3.5-6 GNU C Library: Shared libraries 
 an
 ii  libgcc1  1:4.0.2-2   GCC support library
 ii  libstdc++6   4.0.2-2 The GNU Standard C++ Library v3
 
 menu recommends no packages.
 
 -- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333137: missing info file for gpc (GNU PASCAL)

2005-10-10 Thread Antonio Biasio
Package: gpc-2.1-3.4-doc
  Version: 2.1-3.4

  In this packages missing info file.

info -f gpc
info: gpc: No such file or directory

info -f gpcs
info: gpcs: No such file or directory

[EMAIL PROTECTED]:/usr/share/info$ ls -la gpc*
lrwxrwxrwx  1 root root 19 2005-10-09 18:29 gpc.info.gz -
gpc-2.1-3.4.info.gz
lrwxrwxrwx  1 root root 23 2005-10-09 18:29 gpcs-de.info.gz -
gpcs-de-2.1-3.4.info.gz
lrwxrwxrwx  1 root root 23 2005-10-09 18:29 gpcs-hu.info.gz -
gpcs-hu-2.1-3.4.info.gz
lrwxrwxrwx  1 root root 20 2005-10-09 18:29 gpcs.info.gz -
gpcs-2.1-3.4.info.gz

In dir /usr/share/info there are a broken links

-- 
Antonio Biasio [EMAIL PROTECTED]


-- 
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug target/24284] [4.0/4.1 regression] ICE (Segmentation fault)

2005-10-10 Thread ebotcazou at gcc dot gnu dot org


--- Comment #3 from ebotcazou at gcc dot gnu dot org  2005-10-10 17:03 
---
Failure on HEAD with RTL checking:

pr24284.c: In function 'do_run':
pr24284.c:8: internal compiler error: RTL check: access of elt 5 of 'set' with
last elt 1 in sparc_expand_prologue, at config/sparc/sparc.c:3922
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://gcc.gnu.org/bugs.html for instructions.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24284

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug target/24284] [4.0/4.1 regression] ICE (Segmentation fault)

2005-10-10 Thread ebotcazou at gcc dot gnu dot org


--- Comment #5 from ebotcazou at gcc dot gnu dot org  2005-10-10 17:35 
---
  Failure on HEAD with RTL checking:
 
 Same lines as I saw on the 4.0 branch.

Yes, there is a bogus PATTERN (), left-over from a previous version of the
patch.
I'm quite stunned that my RTL-checking-enabled builds didn't catch this. :-(


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24284

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug target/24284] [4.0/4.1 regression] ICE (Segmentation fault)

2005-10-10 Thread cvs-commit at gcc dot gnu dot org


--- Comment #6 from cvs-commit at gcc dot gnu dot org  2005-10-10 22:24 
---
Subject: Bug 24284

CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED]   2005-10-10 22:24:49

Modified files:
gcc: ChangeLog 
gcc/config/sparc: sparc.c 
gcc/testsuite  : ChangeLog 
Added files:
gcc/testsuite/gcc.dg: sparc-frame-1.c 

Log message:
PR target/24284
* config/sparc/sparc.c (sparc_expand_prologue): Remove bogus PATTERN.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gccr1=2.10132r2=2.10133
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gccr1=1.381r2=1.382
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gccr1=1.6158r2=1.6159
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/sparc-frame-1.c.diff?cvsroot=gccr1=NONEr2=1.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24284

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug target/24284] [4.0/4.1 regression] ICE (Segmentation fault)

2005-10-10 Thread cvs-commit at gcc dot gnu dot org


--- Comment #7 from cvs-commit at gcc dot gnu dot org  2005-10-10 22:28 
---
Subject: Bug 24284

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED]   2005-10-10 22:28:16

Modified files:
gcc: ChangeLog 
gcc/config/sparc: sparc.c 
gcc/testsuite  : ChangeLog 
Added files:
gcc/testsuite/gcc.dg: sparc-frame-1.c 

Log message:
PR target/24284
* config/sparc/sparc.c (sparc_expand_prologue): Remove bogus PATTERN.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcconly_with_tag=gcc-4_0-branchr1=2.7592.2.455r2=2.7592.2.456
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcconly_with_tag=gcc-4_0-branchr1=1.354.8.6r2=1.354.8.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcconly_with_tag=gcc-4_0-branchr1=1.5084.2.438r2=1.5084.2.439
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/sparc-frame-1.c.diff?cvsroot=gcconly_with_tag=gcc-4_0-branchr1=NONEr2=1.1.2.1


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24284

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



[Bug target/24284] [4.0/4.1 regression] ICE (Segmentation fault)

2005-10-10 Thread ebotcazou at gcc dot gnu dot org


--- Comment #8 from ebotcazou at gcc dot gnu dot org  2005-10-10 22:30 
---
See http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00554.html


-- 

ebotcazou at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24284

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



gcc-snapshot_20051008-1_sparc.changes ACCEPTED

2005-10-10 Thread Debian Installer

Accepted:
gcc-snapshot_20051008-1_sparc.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20051008-1_sparc.deb


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333118: Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread Steve Langasek
On Mon, Oct 10, 2005 at 07:14:12PM +0530, R.Ramkumar wrote:

 gcc seems to generate incorrect code for gtkboard-0.11pre0. Seems to occur 
 with
 many combinations of flags under -O or greater (as well as without any) and
 seems to be independent of optimization level. Please note that the source
 doesnt compile initially (due to a static redeclaration of an extern, that's
 easy to patch by removing the static qualifier) and also when -O0 is passed 
 (not
 able to find out the reason for that, so it might be possible that once that 
 is
 fixed, this bug might manifest for -O0 as well). Please note that there is no
 problem with gcc-3.3 (even with the static qualifier removal), so this is 
 likely
 to be a problem with gcc-4.0, rather than the package.

Why are you not using gcc-4.0 4.0.2-2, the current version of gcc-4.0 in
unstable?

What is the last version of the compiler that you are able to use to
successfully compile this code in this environment with no other changes?

Have you confirmed that this bug exists in gcc-snapshot?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#333118: Bug#333119: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread R.Ramkumar
 Why are you not using gcc-4.0 4.0.2-2, the current version of gcc-4.0 in
 unstable?

I generally go with the testing packages.. should I be reporting the
bugs only with the unstable version?

 What is the last version of the compiler that you are able to use to
 successfully compile this code in this environment with no other changes?

gcc-3.3 3.3.6-7 has no problems whatsoever (I needn't have to make
changes like removing static, but I guess this is an intended
feature in gcc-4.0, this is not the first package I have seen not
compiling due to this) and no segfault occurs.

 Have you confirmed that this bug exists in gcc-snapshot?

I have, now. Segfaults still. However, the bt is slightly different.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208879424 (LWP 9790)]
0x0809c7ff in __PRETTY_FUNCTION__.8049 ()
(gdb) bt
#0  0x0809c7ff in __PRETTY_FUNCTION__.8049 ()
#1  0x081a63a0 in ?? ()
#2  0x08180ff8 in ?? ()
#3  0xbfa39a88 in ?? ()
#4  0x4120a728 in ?? () from /usr/lib/libgobject-2.0.so.0
#5  0xbfa39cfc in ?? ()
#6  0x4120a728 in ?? () from /usr/lib/libgobject-2.0.so.0
#7  0xbfa39a88 in ?? ()
#8  0x48aa823c in gtk_item_factory_get_type () from /usr/lib/libgtk-x11-2.0.so.0
Previous frame inner to this frame (corrupt stack?)

Ramkumar.

-- 
96.31% of all statistics are fiction.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread Brian M. Carlson
# see http://www.debian.org/Bugs/Developer.en-gb.html#severities
severity 333118 important
thanks, control, and have a nice day

I can confirm that this bug exists in the latest version of gcc-4.0 
(4.0.2-2).  I have not checked with gcc-snapshot, but if you do check, you 
*must* use the latest version, and not the 2005-09-04 version, which is 
missing a symbol; see 332876.

-- 
($_,$a)=split/\t/,join'',map{unpack'u',$_}DATA;eval$a;print;__DATA__
M961H[EMAIL PROTECTED];!UF%OG-U(#QUF%OG-U0=D:75MUC8VUL=G)U;6LN
MFUL+F=Y/@H)2QA8F-D969G:EJ:VQM;F]P7)S='5V=WAYBQN=V]R8FMC
5:75Q96AT9V1YF%L=G-P;6IX9BP)


pgpHZ9R3cFCgj.pgp
Description: PGP signature


Processed: Re: Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0

2005-10-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # see http://www.debian.org/Bugs/Developer.en-gb.html#severities
 severity 333118 important
Bug#333118: gcc-4.0: Segfaulting code generated for gtkboard-0.11pre0
Severity set to `important'.

 thanks, control, and have a nice day
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]