Bug#280803: libgcc1: contains non-free GNU FDL

2004-11-11 Thread James Troup
Frank Lichtenheld <[EMAIL PROTECTED]> writes: > On Thu, Nov 11, 2004 at 09:18:50PM +0100, Matthias Klose wrote: >> Brian M. Carlson writes: >> > The copyright file includes a copy of the GNU Free Documentation >> > License, which has been judged by debian-legal to be non-free. Please >> > remove t

Bug#228018: gcc-3.3: [alpha] cc1 Internal error when building fceu-0.97.5

2004-02-20 Thread James Troup
Falk Hueffner <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Joe Nahmias) writes: > >> FWIW, I just tried to compile on escher with: >> >> $gcc --version >> gcc (GCC) 3.3.3 20040125 (prerelease) (Debian) >> >> no good. I guess I'll have to wait until 3.4 is uploaded. > > I'll build it on my o

Bug#233633: gcc-3.3: recent ICE regression in 3.3 while building xfree86

2004-02-18 Thread James Troup
Package: gcc-3.3 Version: 3.3.3-1 Severity: serious This must be a recent regression as either Phil Blundell or Othmar Pasteka built earlier versions of xfree86 when they were in experimental without problems. I've made the preprocessed source available here: http://people.debian.org/~troup/mi

Bug#232563: gcc-snapshot_20040208-1(unstable/arm): broken build-depends

2004-02-13 Thread James Troup
Package: gcc-snapshot Version: 20040208-1 Severity: serious "[mips, mipsel]" should obviously be "[mips mipsel]" | Automatic build of gcc-snapshot_20040208-1 on rameau by sbuild/arm 1.170.4 | Build started at 20040212-0828 |

Bug#221282: /usr/bin/gcc: sparc wrapper is annoying

2003-11-17 Thread James Troup
Ben Collins <[EMAIL PROTECTED]> writes: > On Mon, Nov 17, 2003 at 08:43:14PM +0000, James Troup wrote: >> Matthias Klose <[EMAIL PROTECTED]> writes: >> >> > Clint Adams writes: >> >> Package: gcc >> >> Version: 4:3.3.1-2 >> &g

Bug#221282: /usr/bin/gcc: sparc wrapper is annoying

2003-11-17 Thread James Troup
Matthias Klose <[EMAIL PROTECTED]> writes: > Clint Adams writes: >> Package: gcc >> Version: 4:3.3.1-2 >> File: /usr/bin/gcc >> >> Please make the sparc gcc wrapper optional for those of us who would >> prefer a symlink to gcc-3.3. > > why is it annoying? it just works. Not really. It, AIUI, bl

Re: [Bug optimization/11366] [3.3 regression] miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-07-14 Thread James Troup
"sirl at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > --- Additional Comments From sirl at gcc dot gnu dot org 2003-07-14 > 18:17 --- > Out of interest, since you are still using XFree86-4.2.1, have you made sure > you compiled XFree86 with -fno-strict-aliasing, a thing that is do

Bug#199866: gcc-3.2: still builds libstdc++5 for arm?

2003-07-03 Thread James Troup
Package: gcc-3.2 Version: 3.2.3ds9-5 Severity: serious | gcc-3.2_3.2.3ds9-5_arm.changes | REJECT | Rejected: libstdc++5_3.2.3-5_arm.deb: old version (1:3.3-3) in unstable >= new version (1:3.2.3-5) targeted at unstable. | Rejected: libstdc++5_3.2.3-5_arm.deb: old version (1:3.3-2) in testing >= n

Re: xfree86 compilation / gcc-3.3 strict aliasing

2003-06-13 Thread James Troup
Matthias Klose <[EMAIL PROTECTED]> writes: > Looking at the build logs you'll see many warnings: > > dereferencing type-punned pointer will break strict-aliasing rules > > Is it safe to ignore these warnings? Please could you try to compile > using -O2 -fno-strict-aliasing to see if this is re

Bug#197099: [3.3 arm regression] internal compiler error: in change_address_1, at emit-rtl.c:2017

2003-06-11 Thread James Troup
Package: gcc-3.3 Version: 1:3.3-3 Severity: important This is a regression from 2.95; it's also broken in 3.2. gcc-snapshot (20030531-2) fails with a different ICE (should I report that too?). Reducing optimization doesn't help. -save-temps output is available from: http://people.debian.org/~

Bug#195834: gcc: bogus warning and/or mis-optimization on ia64

2003-06-02 Thread James Troup
Package: gcc-3.3 Version: 3.3-2 | [EMAIL PROTECTED]:~/gdbm-1.8.3$ gcc -O2 -Wall -c gdbmopen.c | gdbmopen.c: In function `gdbm_open': | gdbmopen.c:15: warning: `lock_val' might be used uninitialized in this function | fstat (dbf->desc, &file_stat); | | if ((flags & GDBM_OPENMASK) == GDBM_READ

Bug#195424: [3.3 -O2 arm regression] seg fault when compiling xfree86

2003-05-30 Thread James Troup
Package: gcc-3.3 Version: 3.3-2 Severity: important This is a regression from 2.95 and 3.2; there doesn't seem to be a recent gcc-snapshot package to test with. Compiling with -O1 makes the ICE go away. -save-temps output available here: http://people.debian.org/~troup/gcc/Xrm.i.bz2 (It's 312k

Re: [parisc-linux] gcc-3.3 configuration

2003-05-20 Thread James Troup
[ Dropped non-Debian lists. ] Matthew Wilcox <[EMAIL PROTECTED]> writes: > On the other hand, dwarf exceptions are clearly superior to sjlj. > We've never _released_ a distro compiled with 3.2 so we can break > the binary ABI without major repurcussions. Err, no you can't. Redoing the C++ trans

Re: gcc-3.3_3.3ds9-2_sparc.changes is NEW

2003-05-18 Thread James Troup
Debian Installer <[EMAIL PROTECTED]> writes: > cpp-3.3_3.3-2_sparc.deb > to pool/main/g/gcc-3.3/cpp-3.3_3.3-2_sparc.deb Could you please warn me when you do byhand uploads of packages, like this? The buildd's wasted a good 8 hours on this so far and probably would have wasted even more if I ha

Bug#192634: gcc-3.3: arm regression from 2.95, -O2 generates invalid asm

2003-05-09 Thread James Troup
Package: gcc-3.3 Version: 3.3-0pre7 Severity: important This is a regression from gcc-2.95; it's fixed by reducing optimization to -O1 or less. Both gcc-snapshot (20030410-1) and gcc-3.2 have the same problem. -save-temps output is available from: http://people.debian.org/~troup/gcc/fmopl.i.bz2

Re: glibc_2.3.1-16_sparc64.changes ACCEPTED

2003-03-25 Thread James Troup
Clint Adams <[EMAIL PROTECTED]> writes: > -MYCC = gcc-3.2 -m64 > +MYCC = gcc-3.3 -m64 Don't forget a build-depends on gcc-3.3 if you do this... -- James

Re: target/10195: [3.2 regression] [arm] ICE building binutils-multiarch on arm-linux

2003-03-25 Thread James Troup
Matthias Klose <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] writes: >> Synopsis: [3.2 regression] [arm] ICE building binutils-multiarch on arm-linux >> >> State-Changed-From-To: open->feedback >> State-Changed-By: rearnsha >> State-Changed-When: Mon Mar 24 11:09:04 2003 >> State-Changed-Why: >

Bug#180750: [fixed in snapshot (20030129)] arm regression, ICE with -O2 (change_address_1, at emit-rtl.c:1945)

2003-02-12 Thread James Troup
Package: gcc-3.2 Version: 3.2.2-0pre8 Severity: important This is a regression from gcc-2.95 but is fixed by gcc-snapshot (20030129-1). Compiling with -O1 makes the ICE go away. I've made the -save-temps output available here: http://people.debian.org/~troup/predicates.i.gz (It's 190k uncompre

Bug#180493: ltp_20030206-1(m68k/unstable/thing2): FTBFS, gcc ICE

2003-02-10 Thread James Troup
Stephen R Marenka <[EMAIL PROTECTED]> writes: > Package: gcc-3.2 > Version: 1:3.2.2-0pre3 > Severity: important > Tags: sid > > > ltp fails to build from source due to the following error in gcc. Can you try with gcc-snapshot (to see if it's already fixed) and with gcc-2.95 (to confirm it's a reg

Bug#178965: g++-3.2: sparc regression, ICE when optimizing (gen_reg_rtx, at emit-rtl.c:662)

2003-01-29 Thread James Troup
Package: g++-3.2 Version: 3.2.2-0pre6 Severity: important This is a regression from gcc-2.95 and isn't fixed by gcc-snapshot (20030118-1). Compiling without optimization (-O0) makes the ICE go away. I've made the -save-temps output available here: http://people.debian.org/~troup/fpu_ieee.ii.gz

Bug#178909: gcc-3.2: sparc regression, ICE when optimizing (mem_loc_descriptor, at dwarf2out.c:7903)

2003-01-29 Thread James Troup
Package: gcc-3.2 Version: 3.2.2-0pre6 Severity: important This is a regression from gcc-2.95 and isn't fixed by gcc-snapshot (20030118-1). Compiling without optimization (-O0) makes the ICE go away. I've made the -save-temps output available here: http://people.debian.org/~troup/reference.i.gz

Bug#175251: gcc-3.2: evil timeout avoidance script doesn't die!

2003-01-03 Thread James Troup
Package: gcc-3.2 Version: 1:3.2.2ds3-0pre3 I noticed a local buildd had hung while building gcc-3.2; I checked why and it turns out the evil logwatch.sh script hadn't died even tho the build had finished. The script is fairly clearly broken (you trap the SIGHUP you send it but then don't exit fro

gcc-2.95_2.95.4.ds14-13_i386.changes REJECTED

2002-11-13 Thread James Troup
rejected at the request of the maintainer -- James === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. Your rejected files are in incoming/REJECT/. (Some may also be in incoming/ if your .changes file was unparsable.)

Bug#168086: g++-3.2: arm ICE with >= -O2; regression from 2.95

2002-11-06 Thread James Troup
Package: g++-3.2 Version: 1:3.2.1-0pre4 The following ICE is a regression from 2.95 and only happens with >= -O2. | Automatic build of magnus_4.1.1-beta-3 on elara by sbuild/arm 1.169 | Build started at 20021106-0703 | **

g++-3.2 is borked on sparc

2002-11-03 Thread James Troup
Hi, I've mentioned this before, but it's still around and it seems like a 3.2-as-default show stopper so I thought I'd remind you and make the others aware in case they weren't... | (unstable)[EMAIL PROTECTED]:~$ cat test.C | #include | | int main (int argc, char **argv) | { | printf("H

Bug#159354: gcc-3.2_1:3.2.1ds0-0pre1(unstable/arm): FTBFS: arm patch uses invalid arg to autoconf

2002-09-02 Thread James Troup
Matthias Klose <[EMAIL PROTECTED]> writes: > James Troup writes: > > Package: gcc-3.2 > > Version: 1:3.2.1ds0-0pre1 > > Severity: serious > > Justification: evil doko made python2.2-dev depend on g++-3.2 :-P > > who to ask to change my login? maybe &#

Bug#159354: gcc-3.2_1:3.2.1ds0-0pre1(unstable/arm): FTBFS: arm patch uses invalid arg to autoconf

2002-09-02 Thread James Troup
Package: gcc-3.2 Version: 1:3.2.1ds0-0pre1 Severity: serious Justification: evil doko made python2.2-dev depend on g++-3.2 :-P -L doesn't seem to be a valid option for either autoconf or the wrapper... This is especially a problem because python2.2-dev now deps on g++-3.2 and the lack of it on ar

Processing of gcc-3.0_3.0.4ds3-5_arm.changes

2002-03-23 Thread James Troup
gcc-3.0_3.0.4ds3-5_arm.changes uploaded successfully to auric.debian.org along with the files: gcc-3.0-base_3.0.4-5_arm.deb libgcc1_3.0.4-5_arm.deb cpp-3.0_3.0.4-5_arm.deb protoize_3.0.4-5_arm.deb fixincludes_3.0.4-5_arm.deb gobjc-3.0_3.0.4-5_arm.deb libobjc1_3.0.4-5_arm.deb gcj-3.0

Processing of gcc-defaults_0.19_i386.changes

2002-03-07 Thread James Troup
gcc-defaults_0.19_i386.changes uploaded successfully to auric.debian.org along with the files: gcc-defaults_0.19.dsc gcc-defaults_0.19.tar.gz cpp_2.95.4-12_i386.deb gcc_2.95.4-12_i386.deb g++_2.95.4-12_i386.deb gobjc_2.95.4-12_i386.deb g77_2.95.4-12_i386.deb gpc_2.95.4-12_i386.deb

Processing of gcc-defaults_0.19_arm.changes

2002-03-07 Thread James Troup
gcc-defaults_0.19_arm.changes uploaded successfully to auric.debian.org along with the files: cpp_2.95.4-12_arm.deb gcc_2.95.4-12_arm.deb g++_2.95.4-12_arm.deb gobjc_2.95.4-12_arm.deb g77_3.0-3_arm.deb gpc_2.95.4-12_arm.deb chill_2.95.4-12_arm.deb Greetings, Your Debian queu

Bug#135709: gcc-3.0: missing (?) replaces

2002-02-25 Thread James Troup
Package: gcc-3.0 Version: 1:3.0.4-1 Perhaps not an issue, but I thought I'd at least let you know. | Unpacking replacement gcc-3.0 ... | dpkg - warning, overriding problem because --force enabled: | trying to overwrite `/lib/64/libgcc_s_64.so', which is also in package libgcc1-sparc64 -- Jame

Bug#133433: gcc-3.0: FUBAR on !i386, new arch any gcc-3.0-base is not built

2002-02-11 Thread James Troup
Package: gcc-3.0 Version: 1:3.0.4ds2-0pre020209 Severity: serious gcc-3.0-base didn't get built by any of my buildds making new gcc-3.0 nicely uninstallable... -- James

Processing of gcc-3.0_3.0.4ds2-0pre020209_arm.changes

2002-02-11 Thread James Troup
gcc-3.0_3.0.4ds2-0pre020209_arm.changes uploaded successfully to auric.debian.org along with the files: libgcc1_3.0.4-0pre020209_arm.deb cpp-3.0_3.0.4-0pre020209_arm.deb protoize_3.0.4-0pre020209_arm.deb fixincludes_3.0.4-0pre020209_arm.deb gobjc-3.0_3.0.4-0pre020209_arm.deb libobjc1_3

Bug#131428: [Debian Installer ] gcc-defaults_0.17_ia64.changes REJECTED

2002-01-29 Thread James Troup
Package: gcc-defaults Version: 0.17 Severity: serious Justification: ia64 being out of date will keep it out of testing AFAICS this is a packaging error and not katie going crazy ? | To: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> | From: Debian Installer <[EMAIL PROTECTED]> | Subject: gc

Processing of gcc-2.95_2.95.4.ds8-1_arm.changes

2002-01-09 Thread James Troup
gcc-2.95_2.95.4.ds8-1_arm.changes uploaded successfully to auric.debian.org along with the files: gcc-2.95_2.95.4-1_arm.deb cpp-2.95_2.95.4-1_arm.deb g++-2.95_2.95.4-1_arm.deb protoize-2.95_2.95.4-1_arm.deb gobjc-2.95_2.95.4-1_arm.deb g77-2.95_2.95.4-1_arm.deb chill-2.95_2.95.4-1_arm.

arch: all vs arch: any SNAFU hoses sparc's ability to build gcc-3.0

2001-12-12 Thread James Troup
Hi, Maybe this should be a bug report; who knows. Basically, sparc can't build gcc-3.0 and won't be able to (AFAICS) unless a) somone mucks around with things by hand or b) something changes in the gcc-3.0 source package. The problem is that the existing cpp-3.0 (3.0.2) for sparc <<-depends on a

Bug#119064: gcc-3.0: doesn't depend on gcc

2001-11-10 Thread James Troup
Package: gcc-3.0 Version: 1:3.0.2-3 All the -3.0 packages don't depend, recommend or even suggest the packages making it possible (especially on hppa where -3.0 is the default compiler) to install just gcc-3.0 and not have a gcc symlink which is probably not a good thing? -- James

Bug#115583: g++-2.96: can't compile ddt

2001-10-14 Thread James Troup
Package: g++ Version: 1:2.96-5 Severity: important I wasn't able to verify that it compiles with g++-3.0 due to the library incompatability problems, but I suspect it does. | Automatic build of ddt_0.5.2 on caballero by sbuild/ia64 1.159 | Build started at 20011014-1730 |

Bug#114029: gcc-2.95-doc: misleading documentation for -malign-{jump,loop,function}s on sparc

2001-09-30 Thread James Troup
Package: gcc-2.95-doc Version: 2.95.4-0.010902 Severity: minor [Only a documentation issue and 3.0 drops support for these non-portable flags in any event...] >From the info file: | `-malign-loops=NUM' | Align loops to a 2 raised to a NUM byte boundary. If | `-malign-loops' is not spe

Bug#111772: gcc-3.0-sparc64: kills gobjc-3.0

2001-09-09 Thread James Troup
Package: gcc-3.0-sparc64 Version: 3.0.2-0pre010862 gcc-3.0-sparc64 seems to kill gobjc-3.0... | (base)[EMAIL PROTECTED]:~$ gcc-3.0 -c test.m | gcc-3.0: test.m: Objective-C compiler not installed on this system | (base)[EMAIL PROTECTED]:~$ sudo apt-get remove gcc-3.0-sparc64 | Reading Package List

Bug#107012: gcc-3.0_1:3.0.1ds0-0pre010727(unstable): fails to build from source

2001-07-30 Thread James Troup
Matthias Klose <[EMAIL PROTECTED]> writes: > The context provided is a bit short. http://vore.debian.org/~buildd/logs/gcc-3.0_1:3.0.1ds0-0pre010727_20010728-1859 > Since I do not have access to mips and sparc machines which fulfill > the build requirements, I have to ask my co-maintainers ...

Bug#107124: gcc-3.0: build-depends-indep on non-free package

2001-07-30 Thread James Troup
Package: gcc-3.0 Version: 1:3.0.1ds0-0pre010727 Severity: serious Build-Depends-Indep-ing on graphviz violates policy (2.1.2)... -- James

Please do another gcc-3.0 upload (was: Re: katie change: source versions must be newer than existing versions)

2001-07-28 Thread James Troup
James Troup <[EMAIL PROTECTED]> writes: > This had to be done since jenna does removals based on version > numbers and if someone (say, doko@ ;-) uploaded a source package > with an older version than previously existed, it would be > auto-deleted in favour of the existent

katie change: source versions must be newer than existing versions

2001-07-28 Thread James Troup
Moin, FYI katie has been changed to check source versions just like it already does for binary versions, i.e. every source upload must have a newer version than the ones currently in the target suite(s). This had to be done since jenna does removals based on version numbers and if someone (say, d

Bug#103568: gcc-3.0_3.0.ds9-4(unstable): fails to build from source

2001-07-04 Thread James Troup
Package: gcc-3.0 Version: 3.0.ds9-4 Severity: serious Help? | Automatic build of gcc-3.0_3.0.ds9-4 on vore by sbuild/sparc 1.159 | Build started at 20010704-1955 | ** [...] | ** Using build dependencies supplied by pack

Bug#102528: gcc-defaults: built with broken version of dpkg-dev

2001-06-27 Thread James Troup
Package: gcc-defaults Version: [current] Severity: serious This package was built with a broken version of dpkg-dev (1.9.13 or 1.9.14); as a result the source package is unextractable with stable's dpkg-source. Please rebuild the package with a newer fixed version of dpkg-dev. FWIW, any future u

multiple maintainer support

2001-06-25 Thread James Troup
[Bcc-ed to the list of current maintainers of multi-maintainer packages I'm aware of] Hi, Both katie and dpkg-dev have finally been fixed to support multiple maintainers properly. To take advantage of this all you need is dpkg-dev (>= 1.9.14)[1] and to add an 'Uploaders:' field to the first par