Bug#289318: Intention to NMU
+++ Luk Claes [17/10/05 19:38 +0200]: > Grzegorz B. Prokopski wrote: > > I haven't had time to properly maintain DCTC since a while and will be > > orphaning it shortly (along with a few other packages). > > > > Please go ahead, > > Shall I orphan it properly with Maintainer set to Debian QA Group and > file an O-bug? That would be very nice of you. Please also do the same for dcgui package, because these two are pretty much always used together. Thanks, Grzegorz B. Prokopski PS: This mail is GPG-signed so there were no doubts about its origins. -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!?http://devel.sablevm.org/wiki/Features signature.asc Description: Digital signature
Bug#289318: Intention to NMU
+++ Luk Claes [17/10/05 18:29 +0200]: > Attached the patch for the version I intend to upload. Please respond if > you don't want this NMU to happen, if you are working yourself on a > patch or if you think that the attached patch won't work. Hi Luk, I haven't had time to properly maintain DCTC since a while and will be orphaning it shortly (along with a few other packages). Please go ahead, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed Java VM http://www.sablevm.org Why SableVM ?!?http://devel.sablevm.org/wiki/Features -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324108: libsablevm1: libffi2 is no longer available in unstable
+++ Kurt Roeckx [27/08/05 23:09 +0200]: > Hi, > > I did an NMU of this package to get it installable again. I've > attached the diff of the NMU. Hi, Thanks for the upload. I was on a very long "no computers" vacations (and I am also waiting since maaany months to have my new GPG key included into the keyring) so I wasn't able to do any uploads myself. Thanks again, Grzegorz B. Prokopski -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#313615: License conflict makes binary undistributable
Package: libapache-mod-security Severity: grave Justification: GPL conflicts with APL and makes binary undistributable Version: 1.8.7-1 According to http://packages.debian.org/stable/web/libapache2-mod-security the copyright file contains BSD style license. However the LICENSE file clearly contains the GNU GPL license. This is not only an issue of consistency. GNU GPL is known to be incompatible with previous and current versions of Apache license. Therefore if this module is a derived work of Apache-licensed code, then the license conflict prevents it from being distributed (as a binary, at least). I am afriad that it IS a derived work, given, for example, that its source files include numerous APL-licensed headers. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> Debian GNU/Linux http://www.debian.org SableVM - LGPL'ed JVM http://www.sablevm.org Why SableVM ?!?http://devel.sablevm.org/wiki/WhySableVM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#301329: [Pkg-firebird-general] New version php4-interbase, fixes RC bug
On Sun, 2005-03-04 at 22:56 +0200, Remco Seesink wrote: > Hello all, > > I prepared a new version of php4-interbase. Gregorz, are you in a > position to sponsor an upload? I am afraid not. My new GPG key, singed by two DDs, is waiting since a few weeks for inclusion into the official keyring :-( Pawel, would you have a few minutes to do the upload? These guys have been doing great work ever since they took over firebird debs so I don't expect any troubles with this small FB-related package. OTOH it's important to get this RC bug closed for Sarge. Thanks & cheers, Grzegorz B. Prokopski > People on pkg-firebird-general might want to rush in for the fun early > to help testing. > > Here is the changelog. > >* New upstream release >* Acknowledging NMU. (Closes: #294000) >* Bump php4-dev build-dep to (4:4.3.10-10) to ensure building without > zts >* Remove the -zts phpapi. Urgency high as this is release critical. > (Closes: #301329) >* Updated copyright file to incorporate newer version of the license >* Incorporated Czech translation (Closes: 274066) > > The packages can be found here: > > http://www.cd-uitleen.nl/debian/ > > Cheers, > Remco -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org signature.asc Description: This is a digitally signed message part
Bug#301267: FIX: libant1.6-java: FTBFS: Jikes could not find package "java.lang"
tags 301267 patch thanks Since a few months SableVM's class library is compressed, so the /usr/share/sablevm/sablevm-classpath does not contain it. The preferred interface for finding the boot class path has always been `cat /usr/share/sablevm/classlib.pth`, while the rules had the path hardcoded. In any case, the upstream now includes a stable path: /usr/lib/sablevm/jre/lib/rt.jar for the boot class library, so the attached patch modifies the debian/rules to use it. This resolves one problem, but I am getting: build: Created dir: /tmp/libant1.6-java-1.6.2/build/lib Compiling 218 source files to /tmp/libant1.6-java-1.6.2/build/classes Error: "-source" only recognizes Java releases 1.3 (JLS 2 features), 1.4 (assert statement), and 1.5 (partial support beta, see NEWS for supported features). use: jikes [options] [EMAIL PROTECTED] file.java... For more help, try -help or -version. BUILD FAILED /tmp/libant1.6-java-1.6.2/build.xml:1063: The following error occurred while executing this line: /tmp/libant1.6-java-1.6.2/build.xml:631: Compile failed; see the compiler error output for details. I have not figured out why jikes does not like the -source parameter. I am looking into that. Thanks & cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org --- ./orig/rules 2005-03-25 09:44:51.0 -0500 +++ ./new/rules 2005-03-25 09:38:15.0 -0500 @@ -9,7 +9,7 @@ # Java compiler for bootstrap.sh and the Ant javac task export JAVAC=/usr/bin/jikes -export BOOTJAVAC_OPTS=-bootclasspath /usr/share/sablevm/sablevm-classpath:/usr/share/java/jaxp-1.2.jar -target 1.2 +export BOOTJAVAC_OPTS=-bootclasspath /usr/lib/sablevm/jre/lib/rt.jar:/usr/share/java/jaxp-1.2.jar -target 1.2 # The Xerces-J classes are added by a symlink in lib/ export CLASSPATH=/usr/share/java/junit.jar
Bug#300497: FTBFS: bsh-1.3.0 with jikes as javac & lacks build-deps: lynx
Package: bsh Version: 1.3.0-2 Severity: grave Tags: patch There's two small glitches in that prevents proper compilation of the package. 1. It lacks build-deps: on lynx, which is used to generate Changelog from Changelog.html 2. It does not compile with a less forgiving java compilers than, I supect, kjc is. Basically the root dir of the sources is tmp, so 'cd tmp/bsh' does not put you into the root dir, as intended. Then javac is not able to find ie. tmp/bsh/bsh/NameSpace (= bsh.NameSpace) and compilation fails. A patch for the second problem is attached, please apply. Thanks & cheers, Grzegorz B. Prokopski PS: Please don't be offended by the 'grave' severity of this tivial bug. Unless I am seriously mistaken an FTBFS is generally an RC-class bug, so I had little choice. -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org --- ./bsh-1.3.0/debian/rules 2005-03-19 22:25:35.120738880 -0500 +++ ./bsh-1.3.0-corrected/debian/rules 2005-03-19 22:05:12.0 -0500 @@ -14,8 +14,8 @@ # rm tmp/bsh/XThis.java cd tmp/bsh && $(JJTREE) bsh.jjt cd tmp/bsh && $(JAVACC) bsh.jj - cd tmp/bsh && CLASSPATH=$(CLASSPATH) $(JAVAC) \ - */*.java *.java + cd tmp && CLASSPATH=$(CLASSPATH) $(JAVAC) \ + */*/*.java */*.java cd tmp && jar cfm ../bsh.jar Manifest.console bsh/util/*.class \ bsh/util/lib/* bsh/commands/*.class bsh/commands/*.bsh \ bsh/*.class bsh/classpath/*.class
Bug#300388: libxml-commons-resolver1.1-java: FTBFS: NullPointerException
Hi, That was an issue with setting default locales, and is already fixed in unstable (fix will be propagated into testing soon). Please just try to use ANT with this version and everything should be all right. Or actually you don't need to do anything :-) Hope this helps, Grzegorz B. Prokopski [ Not that it's strictly relevant to the bugreport, but note that the ] [ sablevm-classlib 1.1.9 was based on the official GNU Classpath 0.13 ] [ release, with a handful of SableVM-specific changes in base classes. ] -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#285203: libgnumail-java FTBS
> I could not reproduce this failure, but the build still fails. I get: > /tmp/buildd/libgnumail-java-1.0/build.xml:65: java.lang.NullPointerException > where build.xml:65 contains ''. Hi, As a sidenote (because the bug has been moved to gjdoc), this particular problem is probably a symptom of a default locale setting bug in sablevm-classpath. This should be fixed on next upload of SableVM - to happen very soon. Sorry for the troubles and thanks for your patience, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#292065: #292065 numerous security holes in xshisen
On Wed, 2005-26-01 at 14:55 -0500, Joey Hess wrote: > Grzegorz B. Prokopski wrote: > > The whole discussion was quite interesting, but I am also in favor of > > removing the sgid bit. I am currently w/o signed GPG key and on > > especially this week on a 14k4 modem that hangs up every few minutes, so > > fetching anything over 100kB is problematic. Therefore could somebody > > please just remove this sgid in an NMU? > > It will pop up a dialog warning that it cannot write to the high score > file if the sgid bit is removed. I guess the code that does this could > just be disabled too, I can do that if you want. Yes, please do. GBP -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#292065: #292065 numerous security holes in xshisen
On Tue, 2005-25-01 at 10:59 +0100, Frank Lichtenheld wrote: > On Tue, Jan 25, 2005 at 08:01:00AM +0100, Goswin von Brederlow wrote: > [...] > > Both of them, if exploitable, would be bugs in the Xrm or Xpm library > > respectively. > > > > The same argument can probably made against pretty much any X > > application and X itself. There is a lot of software that just loads > > in user defined xpm files and such. > > The difference is the setgid bit, which AFAICT was the whole point of > the bug report. If it is removed, most of the issues aren't problematic > anymore. The whole discussion was quite interesting, but I am also in favor of removing the sgid bit. I am currently w/o signed GPG key and on especially this week on a 14k4 modem that hangs up every few minutes, so fetching anything over 100kB is problematic. Therefore could somebody please just remove this sgid in an NMU? Thanks in advance, GBP -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#289494: sablevm: cannot create vm
Hi, I tried to reproduce the problem by building db4.2-4.2.52 source on a sparc machine, but it failed after a few minutes, during the compilation of native code: /usr/lib/gcc-lib/sparc-linux/3.3.5/../../../../lib/crti.o(.init+0x0): In function `_init': /build/buildd/glibc-2.3.2.ds1/build-tree/sparc-libc/csu/crti.S:9: multiple definition of `_init' /usr/lib/gcc-lib/sparc-linux/3.3.5/../../../../lib/crti.o(.init +0x0):/build/buildd/glibc-2.3.2.ds1/build-tree/sparc-libc/csu/crti.S:9: first defined here /usr/bin/ld: Disabling relaxation: it will not work with multiple definitions /usr/lib/gcc-lib/sparc-linux/3.3.5/../../../../lib/crti.o(.fini+0x0): In function `_fini': : multiple definition of `_fini' /usr/lib/gcc-lib/sparc-linux/3.3.5/../../../../lib/crti.o(.fini+0x0): first defined here /usr/lib/gcc-lib/sparc-linux/3.3.5/crtbeginS.o(.data.rel+0x0): multiple definition of `__dso_handle' /usr/lib/gcc-lib/sparc-linux/3.3.5/crtbeginS.o(.data.rel+0x0): first defined here collect2: ld returned 1 exit status make[1]: *** [libdb_cxx-4.2.la] Error 1 make[1]: Leaving directory `/tmp/db4.2-4.2.52/obj' make: *** [build] Error 2 But the configure itself (at least the one executed at the beginning, not sure that is the only one) seemed to execute properly. On Sun, 2005-09-01 at 14:44 +0100, Kurt Roeckx wrote: [...] > public class Test { > public static void main (String args[]) { > System.exit (0); > } } > configure.mutexes-disabled:20854: error: The Java VM java failed > (see config.log, check the CLASSPATH?) Strange. Such a simple program definitely should work. Don't you have LD_LIBRARY_PATH set to something strange? Altough still, it should give some more elaborate error message than that. OTOH - whatever the actuall error was, it would be nice to know how to reproduce it, so that I could add a more meaningful error message to SableVM itself. > Note that I have the same problem with the version in sarge > (1.1.6-6) as in sid (1.1.8-1.1). > > Those versions used to work 2 weeks ago, so I assume something > external to sablevm has changed. I might try on my x86 later, again. Maybe I find something else, or at least get the db4.2 sources built properly. Let me know if I you have any ideas how I could help you. Cheers, Grzegorz B. Prokopski -- Grzegorz B. Prokopski <[EMAIL PROTECTED]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]