Updated Icedtea7 Problem MacOSX PPC

Eric Richardson ekrichardson at gmail.com
Wed Jan 28 23:59:11 PST 2009


Gary,

Here are the changes I made.

diff -r 52b6f4605e43 acinclude.m4
--- a/acinclude.m4    Tue Jan 27 02:27:28 2009 +0000
+++ b/acinclude.m4    Wed Jan 28 23:49:52 2009 -0800
@@ -77,6 +77,10 @@
       BUILD_OS_DIR=solaris
       OS_PATH=/opt/SunStudioExpress/bin:/opt/SUNWpro/bin:/usr/gnu/bin
       ;;
+    *darwin*)
+      BUILD_OS_DIR=darwin
+      OS_PATH=
+      ;;
     *)
       AC_MSG_ERROR([unsupported operating system ${host_os}])
       ;;


I was able to get to the patching portion of the make before make stopped.

Applying patches/hotspot/original/icedtea-version.patch
patching file openjdk/hotspot/make/linux/makefiles/vm.make
patching file openjdk/hotspot/src/share/vm/utilities/vmError.cpp
Hunk #1 succeeded at 170 (offset 5 lines).
Hunk #2 succeeded at 347 (offset 7 lines).
patching file openjdk/hotspot/src/share/vm/runtime/arguments.cpp
Checking patches/icedtea-copy-plugs.patch
1 out of 3 hunks FAILED -- saving rejects to file
openjdk/jdk/make/common/internal/BinaryPlugs.gmk.rej
ERROR patch patches/icedtea-copy-plugs.patch FAILED!
WARNING make clean-patch before retrying a fix

Eric


On Wed, Jan 28, 2009 at 9:04 AM, Eric Richardson <ekrichardson at gmail.com>wrote:

> Gary,
>
> Thanks, I appreciate the help.
>
> Eric
>
>
> On Wed, Jan 28, 2009 at 12:13 AM, Gary Benson <gbenson at redhat.com> wrote:
>
>> Eric Richardson wrote:
>> > configure: error: unsupported operating system darwin9.6.0
>>
>> This comes from IcedTea's acinclude.m4, you just need to add a case to
>> the switch for your platform.
>>
>> Cheers,
>> Gary
>>
>> --
>> http://gbenson.net/
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090128/ec56d793/attachment.html 


More information about the distro-pkg-dev mailing list