Re: GCC 3.2 transition

2002-08-16 Thread Adam Heath
On Fri, 16 Aug 2002, Oohara Yuuma wrote: > > * If you maintain a library written in C++, add a `c' to the end of > >the name of your .deb, eg libdb4.0++.deb -> libdb4.0++c.deb. This > >is similar in spirit to the glibc transition adding `g' to the end > >of libraries.

Bug#195348: libgcj.jar is missing LinkedHashMap

2003-05-29 Thread Adam Heath
package: libgcj2 version: 1:3.0.4-13 LinkedHashMap was added to java.util in 1.4, but gcj doesn't have it.

Bug#195350: libgcj4 and libsablevm1-dev both include /usr/include/jni.h

2003-05-29 Thread Adam Heath
package: libsablevm1-dev,libgcj4 version: 1.0.8-4,1:3.3-2 severity: important dpkg: error processing /var/cache/apt/archives/libgcj4-dev_1%3a3.3-2_i386.deb (--unpack): trying to overwrite `/usr/include/jni.h', which is also in package libsablevm1-dev Please, do *not* install such common files

Bug#195353: java.net.SocketException: SO_REUSEADDR: not valid for TCP

2003-05-29 Thread Adam Heath
package: libgcj4 version: 1:3.3-2 java.net.SocketException: SO_REUSEADDR: not valid for TCP at java.net.PlainSocketImpl.setOption(int, java.lang.Object) (/usr/lib/libgcj.so.4.0.0) at java.net.ServerSocket.setReuseAddress(boolean) (/usr/lib/libgcj.so.4.0.0) at org.doogie.net.SuperServer.

Bug#195350: /usr/include/jni.h

2003-06-01 Thread Adam Heath
The above file is included in sablevm1-dev, libgcj3-dev, and libgcj4-dev. Kaffe has it at /usr/lib/kaffe/include/jni.h. gcc-snapshot has it at /usr/lib/gcc-snapshot/include/jni.h. In discussion with the sablevm maintainer, he maintains that jni.h is a global file, and is not unique to each vm. H

dpkg bus error on sparc/unstable: Re: Bits from the RM

2003-08-26 Thread Adam Heath
On Tue, 26 Aug 2003, GOTO Masanori wrote: > At Mon, 25 Aug 2003 19:01:14 -0500 (CDT), > Adam Heath wrote: > > On Fri, 22 Aug 2003, GOTO Masanori wrote: > > > > > It was reported by joshk on IRC, but I'm not still clear where this > > > problem come from.

Re: dpkg bus error on sparc/unstable: Re: Bits from the RM

2003-08-26 Thread Adam Heath
On Tue, 26 Aug 2003, Adam Heath wrote: > Well, if I compile lib/myopt.c and lib/startup.c, without -O2, I get no bus > error. Maybe this is a gcc issue? gcc 3.2 also fails, but 2.95 works fine, no errors. lib/myopt.c(loadcfgfile) doogie: Did that ever stop anything from breaking? wi

Bug#219508: long description for libffi2 and libffi2-dev are identical

2003-11-06 Thread Adam Heath
package: libffi2 version: 1:3.3.2-1 The long descriptions for these packages are identical. As the long description for a package may be displayed separately from it's short description, please improve the long descriptions. ps: The short descriptions aren't that great either, for separation.

Bug#102191: libstdc++2.10-dev has unset $pkg_ver in prerm

2001-06-25 Thread Adam Heath
package: libstdc++2.10 version: 1:2.95.2-14 yakko:/mount/md0/mirror# cat /var/lib/dpkg/info/libstdc++2.10-dev.prerm #! /bin/sh -e if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/libstdc++2.10-dev ]; then rm -f /usr/doc/libstdc++2.10-dev; fi install-info --quiet --remove iostream$

Bug#113236: (no subject)

2001-10-18 Thread Adam Heath
reopen 113236 ! thanks I see nothing in the changelog that says why this bug should be closed. Please, list the reasons why a bug should be closed in the changelog. Ie, list what is being fixed. Adding a patch does not say what the bug was, nor how it was fixed. I should not have to go to othe

Bug#116145: fastjar in update mode is buggy

2001-10-18 Thread Adam Heath
package: fastjar Version: 1:3.0.2-0pre010908 Please look at the following command history. 'jar' is from j2sdk1.3. Not only does fastjar obliterate existing contents in a jar when updating, but, it appears it can also corrupt the file. This mis-feature is making it difficult(read, impossible) f

Bug#113236: no subject)

2001-10-20 Thread Adam Heath
On Thu, 18 Oct 2001, Matthias Klose wrote: > Adam Heath writes: > > reopen 113236 ! > > thanks > > > > I see nothing in the changelog that says why this bug should be closed. > > > > Please, list the reasons why a bug should be closed in the changelog. Ie,

Bug#119386: libgcj2 includes /usr/bin/gij-3.0

2001-11-12 Thread Adam Heath
Package: libgcj2 Severity: serious Library packages should not include binaries. Please see policy section 11.3. ... If your package has some run-time support programs which use the shared library you must not put them in the shared library package. If you do that then you won't be able to

Bug#119384: New on the list - java on debian?

2001-11-12 Thread Adam Heath
Package: libgcj2 On Mon, 12 Nov 2001, Per Bothner wrote: > Robert Bihlmeyer wrote: > > >apt-get install java-virtual-machine > > > >This will list all available packages providing a JVM. > > > I trust gcj/libgcj is so listed? (I'm not running Debian on my > own machines so I can't check easily.)

Bug#119386: libgcj2 includes /usr/bin/gij-3.0

2001-11-13 Thread Adam Heath
yOn Tue, 13 Nov 2001, Matthias Klose wrote: > Adam Heath writes: > > Package: libgcj2 > > Severity: serious > > > > Library packages should not include binaries. Please see policy section > > 11.3. > > > > ... > > > >If your packag

Bug#131985: gcj-3.0 file overlap with libgcj2-dev

2002-02-02 Thread Adam Heath
PackagE: gcj-3.0 Version: 2:3.0.2-10 Severity: serious Unpacking replacement gcj-3.0 ... dpkg: error processing /var/cache/apt/archives/gcj-3.0_1%3a3.0.4-0pre020127_i386.deb (--unpack): trying to overwrite `/usr/share/man/man1/jv-convert-3.0.1.gz', which is also in package libgcj2-dev yakko:/us