#2066: LFS 6.2.26 automake-1.9.6 fails gcj4.tests ---------------------------+------------------------------------------------ Reporter: JesseChisholm | Owner: [email protected] Type: task | Status: closed Priority: normal | Milestone: Component: Book | Version: SVN Severity: normal | Resolution: invalid Keywords: | ---------------------------+------------------------------------------------ Changes (by [EMAIL PROTECTED]):
* status: new => closed * resolution: => invalid Comment: This is confusing. I see the commit they made upstream. http://sources.redhat.com/cgi- bin/cvsweb.cgi/automake/tests/defs.in.diff?r1=1.39.2.1&r2=1.39.2.2&cvsroot=automake However, what was there already should have worked (it just did for me). tests/gcj4.test sets required=gcj. It then sources ./defs, which just checks if the tools in the $required variable exist by running $tool --version. This should fail since we don't have gcj, and it will cause the rest of the test to be skipped. I found your email with the automake maintainer. http://lists.gnu.org/archive/html/bug-automake/2007-08/msg00019.html In the log, it seems that you do have gcj, but it's broken. So, I don't think we need to do anything here since in LFS we only install the C and C++ languages for GCC. Did you build gcj following the instructions in BLFS, or did you just add java to the list of languages? Anyway, it seems that the upstream commit will fix their testsuite, but I'm afraid this isn't really an LFS issue since we don't cover the possibility of having gcj. Thanks for the report, though. If you're still trying to build gcj and having problems, try the blfs-support list. -- Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2066#comment:1> LFS Trac <http://wiki.linuxfromscratch.org/lfs/> Linux From Scratch: Your Distro, Your Rules. -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
