Bug#857939: [libtcnative-1] Does not work without symlink

2017-03-16 Thread Emmanuel Bourg
Le 16/03/2017 à 14:44, g...@leonde.de a écrit :

> After install libtcnative-1 and enabling the AprLifecycleListener, tomcat 
> reported that the native library could not be loaded. This was apparently 
> because libtcnative was not in its library path.
> 
> Symlinking libtcnative-1.so to /usr/lib fixed the issue, which is also 
> reported here: https://bugs.launchpad.net/ubuntu/+source/tomcat-native/+bug/
> 1326255

Hi,

If you aren't using the Debian JRE (i.e. the OpenJDK package pulled by
default-jre-headless) the native libraries installed in a multiarch path
(/usr/lib/x86_64-linux-gnu/) aren't on the default library path. In this
case you have to specify the library path in the JAVA_OPTS variable
defined in /etc/default/tomcat8. See #769167 for more information.

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Processed: [bts-link] source package jabref

2017-03-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package jabref
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #857351 (http://bugs.debian.org/857351)
> # Bug title: jabref: permissions of bib-file
> #  * https://github.com/JabRef/jabref/issues/2635
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 857351 + fixed-upstream
Bug #857351 [jabref] jabref: permissions of bib-file
Added tag(s) fixed-upstream.
> usertags 857351 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
857351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857351
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


[bts-link] source package jabref

2017-03-16 Thread bts-link-upstream
#
# bts-link upstream status pull for source package jabref
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #857351 (http://bugs.debian.org/857351)
# Bug title: jabref: permissions of bib-file
#  * https://github.com/JabRef/jabref/issues/2635
#  * remote status changed: (?) -> closed
#  * closed upstream
tags 857351 + fixed-upstream
usertags 857351 + status-closed

thanks

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#857955: libnb-ide14-java: broken symlinks: /usr/share/netbeans/ide14/modules/ext/*.jar

2017-03-16 Thread Andreas Beckmann
Package: libnb-ide14-java
Version: 8.1+dfsg3-1
Severity: normal
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

1m20.1s ERROR: FAIL: Broken symlinks:
  /usr/share/netbeans/ide14/modules/ext/json-simple-1.1.1.jar -> 
../../../../java/json-simple.jar
  /usr/share/netbeans/ide14/modules/ext/asm-all-5.0.1.jar -> 
../../../../java/asm-all.jar
  /usr/share/netbeans/ide14/modules/ext/asm-all-4.0.jar -> 
../../../../java/asm-all.jar
  /usr/share/netbeans/ide14/modules/ext/jaxb/jaxb-xjc.jar -> 
../../../../../java/jaxb-xjc.jar
  /usr/share/netbeans/ide14/modules/ext/jaxb/jaxb-impl.jar -> 
../../../../../java/jaxb-impl.jar
  /usr/share/netbeans/ide14/modules/ext/jaxb/api/jaxb-api.jar -> 
../../../../../../java/jaxb-api.jar

Looks like you are missing a few Depends/Recommends/Suggests.


cheers,

Andreas


libnb-ide14-java_8.1+dfsg3-1.log.gz
Description: application/gzip
__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#857939: [libtcnative-1] Does not work without symlink

2017-03-16 Thread gisl
Package: libtcnative-1
Version: 1.1.32~repack-2
Severity: normal

--- Please enter the report below this line. ---
After install libtcnative-1 and enabling the AprLifecycleListener, tomcat 
reported that the native library could not be loaded. This was apparently 
because libtcnative was not in its library path.

Symlinking libtcnative-1.so to /usr/lib fixed the issue, which is also 
reported here: https://bugs.launchpad.net/ubuntu/+source/tomcat-native/+bug/
1326255

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#857922: Jython cache dir in /usr/

2017-03-16 Thread Ole Streicher
Package: jython
Version: 2.5.3-15
Severity: serious

The (system) Jython cache dir is in /usr/share/jython/Cache, while the
FHS wants to have it in /var/cache/.

This is problematic, since the cache may tend to be filled by the
installation of Jython packages or by other Jython invocations as root,
but is never cleaned up explicitely.

Best regards

Ole

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#857921: Unwritable cache for new jars

2017-03-16 Thread Ole Streicher
Package: jython
Version: 2.5.3-15
Severity: normal

when I use jython to import from a jar as a user, I get the following
messages:

>>> import sys
>>> sys.path.append('/usr/share/java/adql.jar')
>>> import adql
*sys-package-mgr*: processing new jar, '/usr/share/java/adql-1.3.jar'
*sys-package-mgr*: can't write cache file for '/usr/share/java/adql-1.3.jar'
*sys-package-mgr*: can't write index file

since the cache dir is not writeable for the ordinary user.
Maybe this should have been set to the user's home dir if started by a user?

Best regards

Ole

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.