Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263006 - sci-chemistry/tinker ~amd64 keyword request
Summary: sci-chemistry/tinker ~amd64 keyword request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords: KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2009-03-19 09:59 UTC by Justin Lecher (RETIRED)
Modified: 2010-02-13 19:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2009-03-19 09:59:35 UTC
It compiles fine on amd64.
Comment 1 Markus Meier gentoo-dev 2009-04-22 20:14:27 UTC
hrm, can anybody confirm this?

 * Linking ...
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
gfortran: libjvm.so: No such file or directory
etc.

*
 * ERROR: sci-chemistry/tinker-4.2-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2933:  Called die
 * The specific snippet of code:
 *       ${LINK} || die "link failed"
 *  The die message:
 *   link failed
Comment 2 Markus Meier gentoo-dev 2009-04-22 20:55:07 UTC
just FYI: sci-chemistry/tinker-4.2-r2 from the sci-overlay emerges when USE="-X" (disabling java3d, which is old and broken anyways).
Comment 3 Chad A. Simmons 2009-06-26 22:33:34 UTC
Oh OK i think I also found the problem with the link fail. x86 is hardcoded in the ebuild.

local JAVA_LIB_PATH="${JAVA_HOME}/jre/lib/i386/client"
Comment 4 Chad A. Simmons 2009-06-27 17:49:13 UTC
OK I changed 
local JAVA_LIB_PATH="${JAVA_HOME}/jre/lib/i386/client"
to be
local JAVA_LIB_PATH="${JAVA_HOME}/jre/lib/amd64/server"

and the X part builds and works OK from the intree ebuild.
Comment 5 Richard Freeman gentoo-dev 2009-12-28 02:49:20 UTC
The ebuild needs to be fixed before this can go ~amd64 - removing amd64 from CC until it is fixed - feel free to CC us once it is ready to go.