Re: clarification (classpath/repository)

2001-09-17 Thread Per Bothner
Ben Burton wrote: >Okay, so have I got this right? The proposal is to have a directory for >"standard" jars that are auto-included in the classpath for every JVM, > Yes, though how this is done is to be determined. For example some JVMs might not have an "extensions" directory, or if they do it

Re: Large-scale java policy violations

2001-09-17 Thread Per Bothner
Stefan Gybas wrote: > Basically yes, but IMHO this should be the decision of the local admin > and not of the package maintainer. How could he know ig his package > contains "standard" jars? This means that no package should automatically > put jars or symlinks there. This would be /etc/java/defa

Re: New on the list - java on debian?

2001-11-12 Thread Per Bothner
WT. If you're running server-style or other non-GUI application, I suggest you try it. See htpp://gcc.gnu.org/java/ --Per Bothner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: New on the list - java on debian?

2001-11-13 Thread Per Bothner
cifically: Recent versions of gcj (i.e. not 3.0) have a gnu.gcj.runtime.SharedLibLoader class. This is a ClassLoader that wraps a .so (pre-compiled native shared library). You could have a servlet engine that compiles a Java or jsp or whatever to a native shared library as needed, and then load

Re: kaffe status

2001-11-20 Thread Per Bothner
in main that provides java-runtime. > Well, the gcj runtimes (libgcj or whatever the package name is) should be fixed to provide java-runtime. --Per Bothner -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kaffe status

2001-11-20 Thread Per Bothner
well I don't know if any of them are involved in maintaining Debian packages. --Per -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kaffe status

2001-11-21 Thread Per Bothner
em where gij is command-line incompatible with javac, then we consider that a bug in gij, not in the debian packaging of gij, and so the bug should be reported to the "upstream" maintainers - which means using gnats. --Per -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kaffe status

2001-11-21 Thread Per Bothner
' and 'gcj -C' so they better match 'java' and 'java' would be very welcome; in lieu of that a gnats bug report would also be welcome so at least we know there is a problem. (No guarantee that it will be fixed, of course.) --Per Bothner -- To UNSUBSCRIBE, em

Re: kaffe status

2001-11-21 Thread Per Bothner
Adam Heath wrote: >Well, -classpath(jdk), --classpath(gcj). > It appears to me that gcj supports both -classpath and --classpath equally. It does not support the newer -cp option. However, gij does not appear to support either option, though it does support a CLASSPATH environment variable. It

Re: [summary] Re: policy proposition for javadoc installation

2001-12-02 Thread Per Bothner
M systems? Only in the context of standardization for more general Linux and/or GNU systems. I.e. if/when Linux Standard Base or some similar project should tackle Java, can you make a good case that they should base it on the Debian policy? -- --Per Bothner [EMAIL PROTECTED] http:/

Java FAQ needs updating for GCJ

2002-02-24 Thread Per Bothner
Debian? Please add: * GCJ. The GCJ run-time libgcj includes an interpreter and classloader. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Java FAQ needs updating for GCJ

2002-02-24 Thread Per Bothner
en merged in. Tom Tromey has done a fair bit recently, but there is still quite a bit that needs to be done before the AWT implementation is complete and stable enough to write real GUI applications or applets. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/ -- To UNS

Re: [HS] problem with gdb

2002-04-11 Thread Per Bothner
o check my patches, I'd like to know how they work. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/ 2002-04-10 Per Bothner <[EMAIL PROTECTED]> * eval.c (evaluate_subexp_standard): Do overload resolution for Java. * infcmd.c (run_command)

Re: Java Policy.

2002-05-12 Thread Per Bothner
ill help to standardize packaging. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Java Policy.

2002-05-12 Thread Per Bothner
ink it would be too slow. After all you don't do the .c to .so compilation at installation time, so why should .java to .so be different? Also, what happens if you install a Java package, and then install gcj later? Shuld that so the compilation to .so when you install gcj? --

ITP: libjbcrypt-java -- Java implementation of OpenBSD's Blowfish hashing

2010-04-19 Thread Per Andersson
Package: wnpp Severity: wishlist Owner: Per Andersson * Package name: libjbcrypt-java Version : 0.3 Upstream Author : Damien Miller * URL : http://www.mindrot.org/projects/jBCrypt/ * License : ISC/BSD Programming Lang: Java Description : libjbcrypt

RFS: libjbcrypt-java

2010-04-20 Thread Per Andersson
From: Per Andersson To: debian-java@lists.debian.org Subject: RFS: libjbcrypt-java Dear debian-java, I am looking for a sponsor for my package "libjbcrypt-java". * Package name: libjbcrypt-java Version : 0.3-1 Upstream Author : Damien Miller * URL

Re: RFS: libjbcrypt-java

2010-04-21 Thread Per Andersson
On Wed, Apr 21, 2010 at 4:56 AM, tony mancill wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 04/20/2010 04:48 PM, Per Andersson wrote: >> From: Per Andersson >> To: debian-java@lists.debian.org >> Subject: RFS: libjbcrypt-java >> >>

RFS: libjbcrypt-java (updated package)

2012-02-10 Thread Per Andersson
Hi! I updated the libjbcrypt-java package. libjbcrypt-java (0.3-3) unstable; urgency=low * Team upload. * Remove build-depends-indep on default-jdk. * Bumped standards version to 3.9.2, no changes. * Add quilt patch for adding org.mindrot package. -- Per Andersson Fri, 10 Feb 2012

Re: j2sdk build-depends cannot be satisfied?

2002-11-22 Thread Per Bothner
Stefan Gybas wrote: Sure, but since neither classpath nor libgcj* provide the virtual runtime package Why doesn't libgcj provide the virtual runtime package? It seems like it should. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/

Re: j2sdk build-depends cannot be satisfied?

2002-11-22 Thread Per Bothner
core classes and JVM" (including ClassLoaders and JNI) for years. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/

Re: j2sdk build-depends cannot be satisfied?

2002-11-22 Thread Per Bothner
Stephen Zander wrote: >>>>>"Per" == Per Bothner writes: Per> libgcj has had "core classes and JVM" (including ClassLoaders Per> and JNI) for years. The why doesn't the package 'Provide: java1-runtime'? Possibly a different concep

Re: j2sdk build-depends cannot be satisfied?

2002-11-22 Thread Per Bothner
ifferent implementations, especially when there is native code, for which GCJ prefers CNI over JNI. Bottom line: Classpath is "upstream" to libgcj, but from a Debian packaging point of view there is no relationship. -- --Per Bothner [EMAIL PROTECTED] http://www.bothner.com/per/

Re: kaffe-1.1.1 package available for tests

2003-08-06 Thread Per Bothner
g gij. -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/

Re: kaffe-1.1.1 package available for tests

2003-08-06 Thread Per Bothner
ECTED] As an alternative, as Ean is/was head of Brainfood, you could try contacting Brainfood and asking them: http://www.brainfood.com/aboutus/contactus.jsp A phone call may be worthwhile. -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/

Re: kaffe-1.1.1 package available for tests

2003-08-06 Thread Per Bothner
Arnaud Vandyck wrote: A phone call may be worthwhile. Is it a joke?! :-| Why should it be a joke? If you want to contact someone and are having trouble contacting them by email, but you have a phone number for their place of business, then a phone is a very practical tool. -- --Per

Re: [PROPOSAL] New Virtual Packages and way to handle Classpath

2003-08-29 Thread Per Bothner
u can also "java-compatible-with-jdk1.3" but no Free JVM are likely to satisfy such a constraint anytime soon. (compilatible-with-jdk1.1 is getting close, though!) -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/

Re: [PROPOSAL] New Virtual Packages and way to handle Classpath

2003-08-29 Thread Per Bothner
ernative JVM. If the latter claims to support all JDK 1.x features, then it will *probably* run, but you still have to test it. -- --Per Bothner [EMAIL PROTECTED] http://per.bothner.com/

Re: Bug#1034392: Acknowledgement (tomcat9: jstack/jcmd broken for non-root users with tomcat9+jdk11 or greater)

2023-04-18 Thread Per Lundberg
-team/openjdk/-/tree/master/debian/patches), but I don't know how conservative the project is re. fixes like this? I'll leave this up to the debian-java maintainers to decide. Best regards, Per--- a/src/jdk.attach/linux/classes/sun/tools/attach/VirtualMachineImpl.java +++ b/src/jdk.attac

Re: Bug#1034392: Acknowledgement (tomcat9: jstack/jcmd broken for non-root users with tomcat9+jdk11 or greater)

2023-04-19 Thread Per Lundberg
On 2023-04-19 10:22, Thorsten Glaser wrote: On Tue, 18 Apr 2023, Per Lundberg wrote: wanted to share it with you as well. One option would be to include this in Debian's set of local JDK patches Shouldn’t this be added to 11 as well? Apparently, both are affected. Good point. Ye

Re: Bug#1034392: Acknowledgement (tomcat9: jstack/jcmd broken for non-root users with tomcat9+jdk11 or greater)

2023-04-20 Thread Per Lundberg
On 2023-04-20 00:03, Vladimir Petko wrote: Oh, thank you for providing a patch for a quite annoying bug The pleasure is ours. :-) (I didn't write the patch myself but I helped out a bit with the initial debugging) Would it be possible to add a header to the patch, so that it is possible

Re: Bug#1034392: Acknowledgement (tomcat9: jstack/jcmd broken for non-root users with tomcat9+jdk11 or greater)

2023-05-12 Thread Per Lundberg
FYI: An OpenJDK bug regarding this has now been opened as well: https://bugs.openjdk.org/browse/JDK-8307977 -- Best regards, Per

<    1   2