From owner-freebsd-java@FreeBSD.ORG Fri Sep 12 05:27:21 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E81FA73 for ; Fri, 12 Sep 2014 05:27:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 252119E9 for ; Fri, 12 Sep 2014 05:27:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8C5RLg7091176 for ; Fri, 12 Sep 2014 05:27:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 192305] java/jamvm: 1.5.4 -> 2.0.0 Date: Fri, 12 Sep 2014 05:27:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2014 05:27:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192305 --- Comment #3 from Kurt Jaeger --- Building on i386 leads to: [...] libtool: link: cc -I/usr/local/lib/libffi-3.0.13/include -I/usr/local/lib/libffi-3.0.13/include -O2 -pipe -fno-strict-aliasing -o jamvm jam.o -L/usr/local/lib ./.libs/libcore.a -lffi -lz -lm -lrt -lthr ./.libs/libcore.a(dll.o): In function `setJNIMethod': dll.c:(.text+0xe73): undefined reference to `convertSig2Simple' dll.c:(.text+0xe84): undefined reference to `jni_static_stubs' dll.c:(.text+0xe8d): undefined reference to `jni_static_stubs' dll.c:(.text+0xebd): undefined reference to `jni_stubs' dll.c:(.text+0xec6): undefined reference to `jni_stubs' cc: error: linker command failed with exit code 1 (use -v to see invocation) convertSig2Simple is found in src/stubs.c, but not used because USE_MD_STUBS is defined. -- You are receiving this mail because: You are the assignee for the bug.