Regular sync-ups from the upstream?
Ben Evans
benjamin.john.evans at gmail.com
Mon Feb 18 11:07:13 PST 2013
On Mon, Feb 18, 2013 at 1:47 PM, Mike Duigou <mike.duigou at oracle.com> wrote:
> On Feb 18 2013, at 10:29 , Ben Evans wrote:
>
>> I'd like to echo this.
>>
>> I'm trying to write a patch to java.util.regex.Pattern, which
>> implements methods for use with lambda expressions, to make using
>> regexps easy in Java 8.
>>
>> Unfortunately, I have a couple of problems:
>>
>> 1) The lambdas repo doesn't currently support Mac.
>
> What problems are you running into on Mac? (and where were the problems reported)
>
> We haven't seen any recent problems with the new build on Mac. There are a few known problems with image rebuilds but those aren't mac specific.
I've seen a chain of problems, most of which I was able to work around
- issues with lint flags, other make issues which I needed to hand
coax, etc, etc.
The current failure is:
## Starting images
make[2]: *** No rule to make target `)', needed by
`/Users/boxcat/projects/lambda-old/build/macosx-x86_64-normal-server-release/images/lib/JObjC.jar'.
Stop.
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [images] Error 2
make: *** [images-only] Error 2
A re-pull a few days ago didn't help matters, but I can try another
re-pull & rebuild, given that everyone is pretty sure that this should
work.
Will let you know how I get on,
Ben
More information about the lambda-dev
mailing list