Le 29/03/2015 21:14, Paul Rogers a écrit :
>> Because of the single "&", be careful not to add more double "&&" than
>> are in the book. For example: "export DISPLAY=... && somecommand &"
>> exports only DISPLAY to "somecommand" but not to the current
>> environment, and "echo $! .... &&" does not echo the right PID.
> 
> That's what I was concerned about.  I *think* a parenthetical subshell
> *should* work.
> 
> 
> This should be considered an interim report, because I just started.
> 
> Junit is still required.

Yes, but it is in the jtreg tarball, I think.

> Configure recommended ccache for faster
> compiles.

I think that is not true for a one time build, but have not checked.
> 
> I got a "no rule for make all" following the book.  I removed the all.
> Not sure of eventual success yet.

This works for me: "make DEBUG_BINARIES=true all"

If Makefile does not have the "all" target, it might be an indication that
configure did not go to completion.
> 
> Configure found the cups stuff, but later, building jdk, it failed:
> libcups.so.2 no such file.  I've got CUPS in /usr/local.  (Most stuff
> wants to go there and I let it.)  In earlier versions configure told
> me how to set an environment variable to an alternate location, but
> not this time.  Configure isn't easy to get to.  It'd be simple to
> make a symlink, and that may be the best answer.  But I'm still
> thinking about it.
> 

Have you tried passing "--with-cups=/usr/local"?
You can get the usual help by running:
sh configure --help

Good luck

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to