Bug#180315: gij: apt-get remove gij leaves /usr/bin/java and /etc/alternatives/java

2003-02-08 Thread Greg Kochanski
Package: gij Version: N/A; reported 2003-02-08 Severity: normal apt-get remove gij does not completely remove all files. Notably, /usr/bin/java remains as a link to /etc/alternatives/java and /etc/alternatives/java calls gij-3.0 -- System Information Debian Release: testing/unstable Architectur

[gcc-3.2.2] hppa64-unknown-linux-gnu fails to bootstrap

2003-02-08 Thread tausq
>Submitter-Id: net >Originator:Randolph Chung >Organization: Debian >Confidential: no >Synopsis: [gcc-3.2.2] hppa64-unknown-linux-gnu fails to bootstrap >Severity: critical >Priority: medium >Category: bootstrap >Class: sw-bug >Release: 3.2.2 20030131 (Debi

Processed: Re: Processed: Re: Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 180266 + moreinfo Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF Tags were: unreproducible Tags added: moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syste

Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Daniel Jacobowitz
On Sat, Feb 08, 2003 at 09:28:40AM -0800, Randolph Chung wrote: > tag 180266 +unreproducible +moreinfo > thanks > > > You can't compile any C or C++ programs because the CPP is going > > to dump some memory (or whatnot) beginning at EOF. > > > > Suggestion: Maybe you guys should be doing a make c

Processed: Re: Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 180266 +unreproducible +moreinfo Unknown tag/s: +moreinfo. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge experimental d-i. Bug#180266: cpp-3.2: Program does not terminate, spews o

Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Randolph Chung
tag 180266 +unreproducible +moreinfo thanks > You can't compile any C or C++ programs because the CPP is going > to dump some memory (or whatnot) beginning at EOF. > > Suggestion: Maybe you guys should be doing a make check before packing > those binaries up. Suggestion: Maybe you should check h

Bug#180266: Additional information

2003-02-08 Thread exa
First off, the bug might be invalid because I can't make any sense from the output that I get. I am suspecting that I might have a hardware error (since nobody else has reported such a bug) I tried to do a small test, using a simple c++ file. $ g++-3.2 -v -save-temps array.cxx &>output array.ii

Bug#180266: cpp-3.2: Program does not terminate, spews out random chars at EOF

2003-02-08 Thread Eray Ozkural (exa)
Package: cpp-3.2 Version: 1:3.2.2-1 Severity: grave Justification: renders package unusable You can't compile any C or C++ programs because the CPP is going to dump some memory (or whatnot) beginning at EOF. Suggestion: Maybe you guys should be doing a make check before packing those binaries up.

Bug#180218: javah script

2003-02-08 Thread Peter Hawkins
Attached. #!/usr/bin/perl -w # # Starts the GNU Java header generator. # # Command-line arguments should be in the style of Sun's javah command; # these will be converted to gcjh arguments before being passed to the # gcjh itself. # # Copyright (C) 2003 by Peter Hawkins <[EMAIL PROTECTED]> # Hapha

Bug#180218: gcj-3.2 should provide javah alternative

2003-02-08 Thread Peter Hawkins
Package: gcj-3.2 Version: 3.2.2-1 Severity: wishlist Hi... This is like #143912 in a way. Since gcj is providing a java compiler that can do JNI, it should provide a wrapper script for the javah command used to produce JNI stubs. I have quickly hacked up such a wrapper derived from the gcj-wrappe