Opened 11 years ago

Closed 11 years ago

#38773 closed defect (duplicate)

openjdk6 -> Bad CPU type in executable - PPC

Reported by: osx_gr@… Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: ppc Cc: cooljeanius (Eric Gallager)
Port: openjdk6

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I want to create openjdk6 for PPC. At the end of the installation the following error occurs:

sudo port install openjdk6
--->  Computing dependencies for openjdk6
--->  Fetching archive for openjdk6
--->  Attempting to fetch openjdk6-b20_1.darwin_9.ppc.tbz2 from http://lil.fr.packages.macports.org/openjdk6
--->  Attempting to fetch openjdk6-b20_1.darwin_9.ppc.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/openjdk6
--->  Attempting to fetch openjdk6-b20_1.darwin_9.ppc.tbz2 from http://packages.macports.org/openjdk6
--->  Fetching distfiles for openjdk6
--->  Verifying checksum(s) for openjdk6
--->  Extracting openjdk6
--->  Applying patches to openjdk6
--->  Configuring openjdk6
--->  Building openjdk6
Error: org.macports.build for port openjdk6 returned: command execution failed
Error: Processing of port openjdk6 failed

Is not it possible to create openjdk6 for PPC?

Attachments (1)

main.log (410.9 KB) - added by osx_gr@… 11 years ago.
LogFile

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by osx_gr@…

Attachment: main.log added

LogFile

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 11 years ago by cooljeanius (Eric Gallager)

Relevant part of log:

:info:build /opt/local/share/java/apache-ant/bin/ant: line 336: /opt/local/share/java/openjdk6_bootstrap/jre/bin/java: Bad CPU type in executable
:info:build /opt/local/share/java/apache-ant/bin/ant: line 336: /opt/local/share/java/openjdk6_bootstrap/jre/bin/java: Unknown error: 0
:info:build /opt/local/share/java/apache-ant/bin/ant: line 336: /opt/local/share/java/openjdk6_bootstrap/jre/bin/java: Bad CPU type in executable
:info:build /opt/local/share/java/apache-ant/bin/ant: line 336: /opt/local/share/java/openjdk6_bootstrap/jre/bin/java: Unknown error: 0
:info:build make[2]: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_openjdk6/openjdk6/work/build/bsd-ppc/langtools/build/ant-diagnostics.log] Error 1
:info:build make[1]: *** [langtools-build] Error 2
:info:build make: *** [build_product_image] Error 2
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_java_openjdk6/openjdk6/work/." && /usr/bin/make  ARCH_DATA_MODEL="32" ALT_BOOTDIR="/opt/local/share/java/openjdk6_bootstrap" ALT_JDK_IMPORT_PATH="/opt/local/share/java/openjdk6_bootstrap" ALT_BINARY_PLUGS_PATH="/opt/local/share/java/icedtea6-plugs/jre/lib/rt-closed.jar" ALT_DROPS_DIR="/opt/local/var/macports/distfiles/openjdk6" ANT_HOME="/opt/local/share/java/apache-ant" ALT_FREETYPE_HEADERS_PATH="/opt/local/include" ALT_FREETYPE_LIB_PATH="/opt/local/lib" ALT_CUPS_HEADERS_PATH="/usr/include" ALT_MOTIF_DIR="/opt/local" ALT_X11_PATH="/opt/local" ALT_DEVTOOLS_PATH=/usr ALT_CACERTS_FILE=/System/Library/Frameworks/JavaVM.framework/Home/lib/security/cacerts NO_DOCS=true LANG="C" BUILD_NUMBER="b20" MILESTONE=fcs HOTSPOT_BUILD_JOBS="1"  

So it looks like it's a problem with the bootstrap version of this port.

comment:3 Changed 11 years ago by osx_gr@…

I myself thought about the named problem as well. How can I change the bootstrap that it works with PPC as CPU?

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: java openjdk6 removed
Owner: changed from macports-tickets@… to landonf@…

comment:5 Changed 11 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.