Your message dated Thu, 26 Dec 2013 01:06:09 +0100
with message-id <[email protected]>
and subject line Re: openjdk-7-jre-headless: Fails to install with gcj-jdk
has caused the Debian Bug report #731980,
regarding openjdk-7-jre-headless: Fails to install with gcj-jdk
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.)
--
731980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731980
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openjdk-7-jre-headless
Version: 7u45-2.4.3-1
Severity: serious
With an up to date pbuilder chroot:
root@frobozz:/var/cache/pbuildd# pbuilder login
W: /root/.pbuilderrc does not exist
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /run/shm filesystem
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: entering the shell
File extracted to: /var/cache/pbuilder/build//7986
root@frobozz:/# apt-get install gcj-jdk openjdk-7-jre-headless
...
Setting up openjdk-7-jre-headless:amd64 (7u45-2.4.3-1) ...
Segmentation fault
dpkg: error processing package openjdk-7-jre-headless:amd64 (--configure):
subprocess installed post-installation script returned error exit status
139
Processing triggers for libc-bin (2.17-97) ...
Errors were encountered while processing:
openjdk-7-jre-headless:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
(I'm getting the same error trying to build either ecj or openjdk-7 source
packages using pbuilder with pbuilder-satisfydepends-classic as something
in the Build-Depends pulls in default-jre-headless by default.)
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
Hi,
On Wed, Dec 11, 2013 at 01:53:12PM -0800, Daniel Schepler wrote:
> Setting up openjdk-7-jre-headless:amd64 (7u45-2.4.3-1) ...
> Segmentation fault
When I run this (in an up-to-date pbuilder chroot), I get this:
Setting up openjdk-7-jre-headless:amd64 (7u45-2.4.3-4) ...
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to
provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to
provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to
provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to
provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide
/usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200
to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to
provide /usr/bin/orbd (orbd) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool
to provide /usr/bin/servertool (servertool) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv
to provide /usr/bin/tnameserv (tnameserv) in auto mode
update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to
provide /usr/bin/jexec (jexec) in auto mode
Given the timing of the issue, it seems likely you hit a dpkg bug causing a
segfault in update-alternatives:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731710
Cheers,
Ivo
--- End Message ---