Opened 14 years ago

Last modified 13 years ago

#22760 closed defect

bootstrapped @ apple vm1.5 @ ppc/os10.5: fails @ com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolManagerImpl — at Version 2

Reported by: vike2000 Owned by: landonf@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: apple-vm java1.5 ppc leopard corba orbutil/threadpool java-abstract Cc:
Port: openjdk6

Description (last modified by mf2k (Frank Schima))

i think ive done all i can when searching the net for the error gives me one hit at bugs.sun.com?

and about that and the ticket guidelines mentioning the "upstream" devs i'm not sure if this is a macports-, bsd-port- or openjdk- (or even java-) -issue.. please point me in the right direction.. i'm not even sure if anyone has been able to build the v6 on ppc?

anyway i end up with this:

../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolImpl.java:41: com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolImpl is not abstract and does not override abstract method close() in java.io.Closeable
public class ThreadPoolImpl implements ThreadPool
       ^
../../../../../../src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/ThreadPoolManagerImpl.java:36: com.sun.corba.se.impl.orbutil.threadpool.ThreadPoolManagerImpl is not abstract and does not override abstract method close() in java.io.Closeable
public class ThreadPoolManagerImpl implements ThreadPoolManager
       ^

attaching my changes to the port/patches this far, and the full end of the build-log if you want more let me know..

if anyone (ppc or not) can try to build this against apple vm 1.5 i'd appreciate it as it does no longer seem like a architecture issue..
hint ("no warranty"):

 ln -s "/System/Library/Frameworks/JavaVM.framework/Versions/1.5" "/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK"

..or if you know another way to get to run java 1.6 on my ppc..
( i really want to see if anyone has "cracked" rtmpe - wish rtmpdump/flvstreamer would've done it allready :$ )


thanks, peace and goodnight vike


 $ /usr/bin/java -version
or
 $ /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/java -version[[BR]]
  java version "1.5.0_20"[[BR]]
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02-315)[[BR]]
  Java HotSpot(TM) Client VM (build 1.5.0_20-141, mixed mode, sharing)


(forgive my formatting-habits)

Change History (5)

Changed 14 years ago by vike2000

Attachment: Portfile added

Changed 14 years ago by vike2000

Attachment: patch-set added

Changed 14 years ago by vike2000

the end of the output from sudo port -do install openjdk6 +bootstrap_apple (copied from the terminal)

comment:1 Changed 14 years ago by vike2000

forgot to mention that i've created a new variant (+bootstrap_apple) for this and had to restructure/reorder the portfile to get the code/variables executed/defined in the right order.. i've tried to look to not breaking anything but i haven't tested anything but my own flow/interest...
pzz ou fer noew; meow

comment:2 Changed 14 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to landonf@…
Note: See TracTickets for help on using tickets.