Bug#460183: jsvc: apply patch to make jsc reopen log files on SIGUSR1

2008-04-01 Thread Александр Николаевич Головко
Fixed stupid error in previous patch, available on
http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/2008-March/016040.html

-- 
С уважением,
Александр Николаевич Головко
системный администратор
ЗАО Стек Софт
[EMAIL PROTECTED]
+7-495-9806005 доб.274
ôÏÌØËÏ × 123/src/native/unix: autom4te.cache
ôÏÌØËÏ × 123/src/native/unix: configure
diff -ur 123.orig/src/native/unix/native/jsvc-unix.c 123/src/native/unix/native/jsvc-unix.c
--- 123.orig/src/native/unix/native/jsvc-unix.c	2008-03-27 16:33:39.0 +0300
+++ 123/src/native/unix/native/jsvc-unix.c	2008-04-01 11:06:43.0 +0400
@@ -43,19 +43,25 @@
 #endif
 
 extern char **environ;
+arg_data *args=NULL;
+home_data *data=NULL;
 
 static mode_t envmask; /* mask to create the files */
 
 pid_t controlled=0; /* the son process pid */
 pid_t logger_pid=0; /* the logger process pid */
 static bool stopping=false;
-static bool doreload=false;
+static bool doreopen=false;
 static void (*handler_int)(int)=NULL;
 static void (*handler_hup)(int)=NULL;
+static void (*handler_usr1)(int)=NULL;
 static void (*handler_trm)(int)=NULL;
 
 static int run_controller(arg_data *args, home_data *data, uid_t uid,
   gid_t gid);
+static void set_output(char *outfile, char *errfile, char *procname);
+static void * signal_set(int sig, void * newHandler);
+
 
 #ifdef OS_CYGWIN
 /*
@@ -117,6 +123,13 @@
 break;
 }
 
+	case SIGUSR1: {
+	log_debug(Caught SIGUSR1: Reopening logs);
+	set_output(args-outfile, args-errfile, args-procname);
+handler_usr1=signal_set(SIGUSR1,handler);
+	break;
+	}
+
 default: {
 log_debug(Caught unknown signal %d,sig);
 break;
@@ -283,6 +296,7 @@
 case SIGTERM:
 case SIGINT:
 case SIGHUP:
+	case SIGUSR1:
 log_debug(Forwarding signal %d to process %d,sig,controlled);
 kill(controlled,sig);
 signal(sig,controller);
@@ -575,6 +589,7 @@
 
 /* Install signal handlers */
 handler_hup=signal_set(SIGHUP,handler);
+handler_usr1=signal_set(SIGUSR1,handler);
 handler_trm=signal_set(SIGTERM,handler);
 handler_int=signal_set(SIGINT,handler);
 controlled = getpid();
@@ -751,8 +766,6 @@
 }
 
 int main(int argc, char *argv[]) {
-arg_data *args=NULL;
-home_data *data=NULL;
 pid_t pid=0;
 uid_t uid=0;
 gid_t gid=0;
@@ -885,6 +898,7 @@
SetTerm(cygwincontroller);
 #endif
 signal(SIGHUP, controller);
+signal(SIGUSR1, controller);
 signal(SIGTERM, controller);
 signal(SIGINT, controller);
 
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

Processing of java-access-bridge_1.22.0-1_i386.changes

2008-04-01 Thread Archive Administrator
java-access-bridge_1.22.0-1_i386.changes uploaded successfully to localhost
along with the files:
  java-access-bridge_1.22.0-1.dsc
  java-access-bridge_1.22.0.orig.tar.gz
  java-access-bridge_1.22.0-1.diff.gz
  libaccess-bridge-java_1.22.0-1_all.deb

Greetings,

Your Debian queue daemon

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Some of your Debian packages might need attention

2008-04-01 Thread DDPOMail robot
Dear Debian Java Maintainers,

The following possible problem(s) were detected in the package(s)
you maintain in Debian:

=== ant:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #459560 http://bugs.debian.org/459560
  crashes at once on hppa architecture
  This is a Release-Critical bug!

=== antlr:
= This package has not been able to migrate from unstable
  to testing for 94 days.
  See http://release.debian.org/migration/testing.pl?package=antlr

=== bouncycastle:
= This package has not been able to migrate from unstable
  to testing for 213 days.
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 138 Debian: 1.38-1
  See http://release.debian.org/migration/testing.pl?package=bouncycastle

=== cacao:
= This package has 2 bug(s) that should be fixed for the next Debian release:
- #441122 http://bugs.debian.org/441122
  cacao - FTBFS: undefined reference to `__data_start'
  This is a Release-Critical bug!
- #458631 http://bugs.debian.org/458631
  cacao: FTBFS: error: variable '_Jv_JNIInvokeInterface' has initializer but 
incomplete type
  This is a Release-Critical bug!
= This package has not been in testing for 475 days.
  If things don't change, it won't be part of lenny!
  See http://release.debian.org/migration/testing.pl?package=cacao

=== classpath:
= This package has not been able to migrate from unstable
  to testing for 570 days.
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 0.97.1 Debian: 0.97-1
  See http://release.debian.org/migration/testing.pl?package=classpath

=== commons-pool:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 1.4 Debian: 1.3-1

=== dom4j:
= This package has 2 bug(s) that should be fixed for the next Debian release:
- #427456 http://bugs.debian.org/427456
  dom4j: FTBFS: org.dom4j.ThreadingTest times out
  This is a Release-Critical bug!
- #439614 http://bugs.debian.org/439614
  dom4j: FTBFS: Fails xpath.MatrixConcatTest
  This is a Release-Critical bug!

=== easymock:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #470353 http://bugs.debian.org/470353
  easymock: FTBFS: The import org.junit cannot be resolved
  This is a Release-Critical bug!

=== ecj:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #459563 http://bugs.debian.org/459563
  javac / ecj crashes at once at startup on hppa architecture
  This is a Release-Critical bug!

=== eclipse:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 3.3.2 Debian: 3.2.2-5

=== eclipse-cdt:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #432541 http://bugs.debian.org/432541
  eclipse-cdt FTBFS
  This is a Release-Critical bug!
= This package has not been in testing for 78 days.
  If things don't change, it won't be part of lenny!
  See http://release.debian.org/migration/testing.pl?package=eclipse-cdt

=== jarjar:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 1.0rc7 Debian: 1.0~rc7.dfsg-1

=== junit4:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 4.4 Debian: 4.3.1-4

=== kaffe:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #470341 http://bugs.debian.org/470341
  kaffe: FTBFS: constants_check.h:73: error: 'SND_SEQ_EVENT_SAMPLE' undeclared 
(first use in this function)
  This is a Release-Critical bug!
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 1.1.9 Debian: 1.1.8-3

=== libapache-mod-jk:
= This package has 1 bug(s) that should be fixed for the next Debian release:
- #451494 http://bugs.debian.org/451494
  libapache2-mod-jk: Could not init service for worker
  This is a Release-Critical bug!
= This package has not been in testing for 76 days.
  If things don't change, it won't be part of lenny!
  See http://release.debian.org/migration/testing.pl?package=libapache-mod-jk

=== libcobra-java:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 0.98.1 Debian: 0.98-1

=== libcommons-jexl-java:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 1.0-RC1 Debian: 1.0-5

=== libcommons-lang-java:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 2.4 Debian: 2.3-4

=== libfonts-java:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 0.3.4 Debian: 0.3.3-2

=== libformula:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 0.1.18 Debian: 0.1.8-1

=== libgettext-commons-java:
= A newer upstream version exists for this package (or your watch file
   is broken):
  upstream: 0.9-src Debian: 0.9-1

=== 

java-access-bridge_1.22.0-1_i386.changes is NEW

2008-04-01 Thread Debian Installer
(new) java-access-bridge_1.22.0-1.diff.gz optional libs
(new) java-access-bridge_1.22.0-1.dsc optional libs
(new) java-access-bridge_1.22.0.orig.tar.gz optional libs
(new) libaccess-bridge-java_1.22.0-1_all.deb optional libs
Java Access Bridge for GNOME
 This module contains the Java Access Bridge for GNOME,
 which connects the built-in accessibility support in
 Java Swing apps to the GNOME Accessibility framework,
 specifically the Assistive Technology Service Provider
 Interface (AT-SPI).
Changes: java-access-bridge (1.22.0-1) unstable; urgency=low
 .
  * first upload to Debian (Closes: #346599)
  * Change Maintainer to Debian Java maintainers and move Matthias Klose to
Uploaders.
  * Add myself to Uploaders.
  * Add file debian/orig-tar.sh and new target get-orig-source to debian/rules
to ease downloading.
  * Switch to cdbs.
  * Add Homepage and Vcs headers to debian/control.


Override entries for your package:

Announcing to [EMAIL PROTECTED]
Closing bugs: 346599 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#473150: does not install

2008-04-01 Thread Michael Koch
On Fri, Mar 28, 2008 at 06:43:24PM +0100, David Andel wrote:
 Package: eclipse-platform-gcj
 Version: 3.2.2-4
 Severity: normal
 
 --- Please enter the report below this line. ---
 
 Several eclipse packages fail to install:

I cannot reproduce this in a clean pbuilder. Can you please post some
instructions on how this is reproducible?

Thanks in advance.


Cheers,
Michael



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#471646: mysql connector/j 5.1.6

2008-04-01 Thread Eric
A Data truncation exception is not necessarily strange.  I imagine
this OpenMMS package is indeed inserting an out of range value and the
bug is there.  There were some bugs w/ Connector/j not correctly
complaining about out-of-range values that I believe were solved
between 5.0 and 5.1, which would explain why you haven't seen it until
now.  I imagine it would go away if you turned off if you set 
jdbcCompliantTruncation=false in your connection URL, although that
won't solve the underlying (potential) problem.

eric

On Tue, Apr 01, 2008 at 04:43:04PM +0200, Michael Koch wrote:
 On Tue, Apr 01, 2008 at 09:11:14AM -0500, Eric wrote:
  Any word on this?  Anything I can do?
 
 When you can give input on bug #471646 that would be great. I can't
 reproduce this currently.
 
 
 Cheers,
 Michael
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
http://ir.iit.edu/~ej



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#472190: marked as done (libfreemarker-java: package needs to be moved to contrib as it depends on glassfish-javaee from contrib)

2008-04-01 Thread Debian Bug Tracking System

Your message dated Tue, 01 Apr 2008 16:34:37 +
with message-id [EMAIL PROTECTED]
and subject line Bug#472190: fixed in libfreemarker-java 2.3.12-2
has caused the Debian Bug report #472190,
regarding libfreemarker-java: package needs to be moved to contrib as it 
depends on glassfish-javaee from contrib
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
472190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472190
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libfreemarker-java
Version: 2.3.12-1
Severity: normal


Please move libfreemarker-java to contrib.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: libfreemarker-java
Source-Version: 2.3.12-2

We believe that the bug you reported is fixed in the latest version of
libfreemarker-java, which is due to be installed in the Debian FTP archive:

libfreemarker-java_2.3.12-2.diff.gz
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2.diff.gz
libfreemarker-java_2.3.12-2.dsc
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2.dsc
libfreemarker-java_2.3.12-2_all.deb
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath [EMAIL PROTECTED] (supplier of updated libfreemarker-java 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 23 Mar 2008 12:45:22 +0530
Source: libfreemarker-java
Binary: libfreemarker-java
Architecture: source all
Version: 2.3.12-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Varun Hiremath [EMAIL PROTECTED]
Description: 
 libfreemarker-java - a template engine written in Java
Closes: 472190
Changes: 
 libfreemarker-java (2.3.12-2) unstable; urgency=low
 .
   * Move the package to contrib as glassfish-javaee is in contrib
(Closes: #472190)
Files: 
 9b1b0daa9b18a9b087e5dbfd61fef75c 1159 contrib/libs optional 
libfreemarker-java_2.3.12-2.dsc
 afd69e954326fefd3db63d2d2e06c740 443775 contrib/libs optional 
libfreemarker-java_2.3.12.orig.tar.gz
 a91968daea1296a850057d9ba89086fe 5154 contrib/libs optional 
libfreemarker-java_2.3.12-2.diff.gz
 1839cbd4917fdb4de934626c58d0d017 1116016 contrib/libs optional 
libfreemarker-java_2.3.12-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH5gP8PEFSUMxFMZcRAntZAKDV19NMgI4mAQ3SOdwUtlQhaWrqugCeKZgV
v9oZ0nE0ndMCGsk0DST+SxI=
=qQbe
-END PGP SIGNATURE-


---End Message---
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

libfreemarker-java_2.3.12-2_i386.changes ACCEPTED

2008-04-01 Thread Debian Installer

Accepted:
libfreemarker-java_2.3.12-2.diff.gz
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2.diff.gz
libfreemarker-java_2.3.12-2.dsc
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2.dsc
libfreemarker-java_2.3.12-2_all.deb
  to pool/contrib/libf/libfreemarker-java/libfreemarker-java_2.3.12-2_all.deb


Override entries for your package:
libfreemarker-java_2.3.12-2.dsc - optional contrib/libs
libfreemarker-java_2.3.12-2_all.deb - optional contrib/libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 472190 


Thank you for your contribution to Debian.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


java-package 0.41 MIGRATED to testing

2008-04-01 Thread Debian testing watch
FYI: The status of the java-package source package
in Debian's testing distribution has changed.

  Previous version: 0.40
  Current version:  0.41

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


jsch 0.1.37-3 MIGRATED to testing

2008-04-01 Thread Debian testing watch
FYI: The status of the jsch source package
in Debian's testing distribution has changed.

  Previous version: 0.1.37-2
  Current version:  0.1.37-3

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#451494: This is a bug of JkOptions handling

2008-04-01 Thread SASAJIMA,Toshihiro
This is a bug of JkOptions handling.

I made a patch for this:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44738



___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processed: setting package to tomcat5.5-admin libtomcat5.5-java tomcat5.5-webapps tomcat5.5, tagging 472899 ...

2008-04-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.20
 #
 # tomcat5.5 (5.5.25-6) UNRELEASED; urgency=low
 #
 #  * debian/tomcat5.5.init: Change directory to $CATALINA_BASE/temp before
 #starting the daemon. Patch by David Pashley. Closes: #418826
 #  * debian/tomcat5.5.init: Use 'printf' instead of 'echo -e'.
 #Closes: #472899
 #
 package tomcat5.5-admin libtomcat5.5-java tomcat5.5-webapps tomcat5.5
Ignoring bugs not assigned to: tomcat5.5-admin libtomcat5.5-java 
tomcat5.5-webapps tomcat5.5

 tags 472899 + pending
Bug#472899: tomcat5.5: bashism in /bin/sh script
There were no tags set.
Tags added: pending

 tags 418826 + pending
Bug#418826: /etc/init.d/rc.tomcat5.5 start uses the current directory
Tags were: patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#472899: setting package to tomcat5.5-admin libtomcat5.5-java tomcat5.5-webapps tomcat5.5, tagging 472899 ...

2008-04-01 Thread Michael Koch
# Automatically generated email from bts, devscripts version 2.10.20
#
# tomcat5.5 (5.5.25-6) UNRELEASED; urgency=low
#
#  * debian/tomcat5.5.init: Change directory to $CATALINA_BASE/temp before
#starting the daemon. Patch by David Pashley. Closes: #418826
#  * debian/tomcat5.5.init: Use 'printf' instead of 'echo -e'.
#Closes: #472899
#

package tomcat5.5-admin libtomcat5.5-java tomcat5.5-webapps tomcat5.5
tags 472899 + pending
tags 418826 + pending




___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers