Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 465250

Summary: dev-java/java-service-wrapper-3.5.14-r1 on ia64: A 32-bit build was requested, but this is a 64-bit JVM.
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: IA64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 517730    
Bug Blocks:    
Attachments: build.log
emerge --info

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.