_jcc.so not linking with correct set of libraries
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
jcc (Ubuntu) |
Fix Released
|
High
|
James Page |
Bug Description
Re-occurence of bug 768733;
python2.7 -m jcc.__main__
/usr/bin/python2.7: /usr/lib/
Current cause of FTBFS in pylucene (see bug 756199)
Linked libraries in oneiric:
ldd /usr/lib/
linux-vdso.so.1 => (0x00007fff66f5
libstdc++.so.6 => /usr/lib/
libgcc_s.so.1 => /lib/x86_
libpthread.so.0 => /lib/x86_
libc.so.6 => /lib/x86_
libm.so.6 => /lib/x86_
/lib64/
Linked libraries in natty:
ldd _jcc.so
linux-vdso.so.1 => (0x00007fffe933
libjava.so => /usr/lib/
libstdc++.so.6 => /usr/lib/
libm.so.6 => /lib/x86_
libgcc_s.so.1 => /lib/x86_
libpthread.so.0 => /lib/x86_
libc.so.6 => /lib/x86_
libjvm.so => /usr/lib/
libverify.so => /usr/lib/
libnsl.so.1 => /lib/x86_
libdl.so.2 => /lib/x86_
/lib64/
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: jcc 2.9-1
ProcVersionSign
Uname: Linux 3.0.0-10-generic x86_64
NonfreeKernelMo
ApportVersion: 1.22.1-0ubuntu2
Architecture: amd64
Date: Tue Sep 13 13:30:10 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
SourcePackage: jcc
UpgradeStatus: Upgraded to oneiric on 2011-09-09 (3 days ago)
Related branches
- Ubuntu branches: Pending requested
-
Diff: 42 lines (+11/-2)3 files modifieddebian/changelog (+8/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
Changed in jcc (Ubuntu): | |
assignee: | nobody → James Page (james-page) |
status: | New → In Progress |
importance: | Undecided → High |
This bug was fixed in the package jcc - 2.9-1ubuntu1
---------------
jcc (2.9-1ubuntu1) oneiric; urgency=low
* Link to libjvm.so instead of libjava.so (LP: #848931): GetDefaultJavaV MInitArgs symbol directly.
- debian/rules: Switched JCC_LFLAGS -ljava -> -ljvm to pickup
JNI_
-- James Page <email address hidden> Tue, 13 Sep 2011 15:37:42 +0100