Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2005 06:19:50 -0500 (EST)
From:      Vince Vielhaber <vev@michvhf.com>
To:        freebsd-java@freebsd.org
Subject:   Re: jdk14 on 4.10 fails to patch
Message-ID:  <Pine.BSF.4.58.0503090615010.94822@paprika.michvhf.com>
In-Reply-To: <Pine.BSF.4.58.0503061333580.350@paprika.michvhf.com>
References:  <Pine.BSF.4.58.0503061333580.350@paprika.michvhf.com>

next in thread | previous in thread | raw e-mail | index | archive | help

A followup to this since I've got it installed now.

The patches in the files directory of the port appear to already be in
jdk14.patch.



On Sun, 6 Mar 2005, Vince Vielhaber wrote:

>
> I'm trying to build jdk14 from the ports.  I updated my ports tree
> right before I started.  I have all of the necessary files but at
> the beginning of the build I get:
>
> 1 out of 1 hunks ignored--saving rejects to
> ../../j2se/src/solaris/native/sun/awt/awt_Component.c.rej
> => Patch patch-awt_Component.c failed to apply cleanly.
> *** Error code 1
>
> Stop in /usr/ports/java/jdk14.
>
> but it did apply.  Here's the contents of awt_Component.c.rej:
>
> ***************
> *** 1179,1185 ****
>               }
>               XtVaSetValues(to, XmNtraversalOn, True, NULL);
>           }
> -     } else if (from != NULL) {
>           // disable the tree starting from uncommon part to 'from'
>           if (parents_from[index] == parents_to[index]) {
>               if (index == count_from - 1) {
> --- 1179,1185 ----
>               }
>               XtVaSetValues(to, XmNtraversalOn, True, NULL);
>           }
> +     } else if (from != NULL && to != NULL) {
>           // disable the tree starting from uncommon part to 'from'
>           if (parents_from[index] == parents_to[index]) {
>               if (index == count_from - 1) {
>
>
> Now if I remove this portion from the patch, it applies but fails in
> another place:
>
> 2 out of 2 hunks ignored--saving rejects to ../../deploy/make/Makefile.rej
> => Patch patch-deploy::Makefile failed to apply cleanly.
> => Patch(es) patch-awt_Component.c patch-common::Defs-bsd.gmk
> patch-control::common::Defs-bsd.gmk applied cleanly.
> *** Error code 1
>
> Stop in /usr/ports/java/jdk14.
>
> The experimental patchset has the same failure.
>
> The version of patch is 2.1
>
> I've dug around in the archives and don't see anyone else having these
> problems and I can't believe I'm the only one trying to build it so it
> must be something else.  Any ideas what's wrong?
>
> Vince.
> --
>    http://www.meanstreamradio.com       http://www.unknown-artists.com
>           Online radio: It's not file sharing, it's just radio.
> _______________________________________________
> freebsd-java@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
>


Vince.
-- 
 Fast, inexpensive internet service 56k and beyond!  http://www.pop4.net/
   http://www.meanstreamradio.com       http://www.unknown-artists.com
          Online radio: It's not file sharing, it's just radio.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.58.0503090615010.94822>