Problems building OpenJDK7 with InvokeDynamic on OSX
Charles Oliver Nutter
charles.nutter at sun.com
Sun Dec 7 08:26:15 PST 2008
Ben Evans wrote:
> I think I'm making some progress.
>
> I've got the latest bsd-port code, and I think I can make the patches
> apply. I get these failures:
...
> But on examining those .rej files and the source trees, it seems that
> those patch hunks have already been applied in the bsd-port code, so I
> don't think they need to be re-applied by the patch.
Cool, that's good to know.
> I'm a bit out of my depth here, and someone should definitely check my
> assertion that the patches to array.hpp, debug.cpp, etc really don't
> need to be applied against the bsd-port tree.
>
> I'm going to post this same compile fail to the bsd-port-dev list as
> well - anyone else got any ideas?
At a glance it almost looks like it's doubling something else up...some
code that already exists elsewhere (in that file or in another file)
getting applied and conflicting. Can you search for some of those redefs
and see if maybe it's another piece that exists already?
- Charlie
More information about the mlvm-dev
mailing list