DJ Lucas wrote:
Randy McMurchy wrote:
Randy McMurchy wrote these words on 03/24/08 00:50 CST:
DJ Lucas wrote these words on 03/24/08 00:38 CST:
Wait, before you do that....
Try 'uudecode=/bin/false ../dist/configure...'
So far, so good. Configure ran fine. Not sure about the Warning, though.
Notice this is with JDK-6.
checking for javac... javac
checking if javac works... yes
checking for jar... jar
checking for java... java
checking for uudecode... /bin/false
configure: WARNING: I have to compile Test.class from scratch
checking if java works... yes
checking for javac... /opt/jdk/bin/javac
checking absolute path of javac... /opt/jdk/bin/javac
checking java version... 1.6.0-internal
It's building now.
Built fine without issues. DJ, you're the man!
So, now we just gotta figure out what to put in the book.
BTW - I also used 'uudecode=no ../dist....' and it worked fine.
Cool. Anything will work so long as it breaks the test output file and
forces recompilation.
Again, I believe the problem is GMime. You might try with sharutils
uudecode in place just to verify, but I *think* that version has been
shown to work with BerkelyDB in the past. I'll work on that in OOo
tomorrow. It's 1:00 AM here, got to get up in 5 hours.
-- DJ Lucas
OK. IMO, OOo should just be worked around since we can do it on the
configure line because of the complexity of the build system.
GMime/Berkely DB can do which ever for the moment. I've attached a
patch that should work for OOo, this is just so that it doesn't get lost
again...
-- DJ Lucas
--- OOG680_m9-orig/berkeleydb/makefile.mk 2008-03-24 01:07:52.000000000 -0500
+++ OOG680_m9/berkeleydb/makefile.mk 2008-03-24 01:08:20.000000000 -0500
@@ -102,7 +102,7 @@
CONFIGURE_DIR=out
#relative to CONFIGURE_DIR
CONFIGURE_ACTION= \
- ..$/dist$/configure
+ uudecode="no" ..$/dist$/configure
CONFIGURE_FLAGS=--disable-cxx --enable-dynamic --enable-shared --enable-compat185
.IF "$(SOLAR_JAVA)"!=""
CONFIGURE_FLAGS+=--enable-java
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page