Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465250 - dev-java/java-service-wrapper-3.5.14-r1 on ia64: A 32-bit build was requested, but this is a 64-bit JVM.
Summary: dev-java/java-service-wrapper-3.5.14-r1 on ia64: A 32-bit build was requested...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: IA64 Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 517730
Blocks:
  Show dependency tree
 
Reported: 2013-04-09 12:03 UTC by Dennis Schridde
Modified: 2015-07-11 11:09 UTC (History)
0 users

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


Attachments
build.log (build.log,3.32 KB, text/plain)
2013-04-09 12:04 UTC, Dennis Schridde
Details
emerge --info (emerge.info,4.56 KB, text/plain)
2013-04-09 12:04 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2013-04-09 12:03:47 UTC
init-bits-mismatch-warning:
     [echo] **********************************************************************
     [echo] * A 32-bit build was requested, but this is a 64-bit JVM.
     [echo] **********************************************************************

BUILD FAILED
/var/tmp/portage/dev-java/java-service-wrapper-3.5.14-r1/work/wrapper_3.5.14_src/build.xml:389: The "bits" system property does not match that of the JVM.

Reproducible: Always
Comment 1 Dennis Schridde 2013-04-09 12:04:09 UTC
Created attachment 344956 [details]
build.log
Comment 2 Dennis Schridde 2013-04-09 12:04:22 UTC
Created attachment 344958 [details]
emerge --info
Comment 3 Dennis Schridde 2013-04-09 12:08:35 UTC
This line:
    use amd64 && BITS="64"
Should probably be:
    has ${ARCH} amd64 ia64 && BITS="64"
Comment 4 James Le Cuirot gentoo-dev 2015-07-11 11:09:25 UTC
We just dropped java on ia64 so closing.