From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22844 invoked by alias); 18 Feb 2014 11:47:44 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 22815 invoked by uid 48); 18 Feb 2014 11:47:43 -0000 From: "rguenth at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug java/60261] [4.9 Regression] Weird java install with --enable-version-specific-runtime-libs Date: Tue, 18 Feb 2014 11:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: java X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q1/txt/msg00007.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60261 --- Comment #3 from Richard Biener --- libjavamath uses nativeexeclib_LTLIBRARIES = libjavamath.la and inside classpath nativeexeclibdir='${toolexeclibdir}/gcj-'`cat ${srcdir}/../../gcc/BASE-VER`-`awk -F: '/^[[^#]].*:/ { print $1 }' ${srcdir}/../libtool-version` (eh) thus not multilib aware. 4.8 put the gcj-4.8 dir in /usr/lib64/, thus not aware of version-specific dirs and it contained classmap.db libjavamath.la libjavamath.so libjvm.la libjvm.so Why wasn't that "version-specific" enough? (it has the -sover suffix?) If it wasn't enough the whole stuff should be below /usr/lib64/gcc/x86_64-suse-linux/4.9/ which means both path variants used by 4.9 currently are bogus. I think given the current state of libjava maintainance reverting the change is the best.