On 8/8/06, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > On 8/8/06, Jerry Fritschle <[EMAIL PROTECTED]> wrote: > > Below is pasted a chunk of the error log. From what I'm able to > > gather, I believe that the problem is with the --with-jdk-home > > variable. The MacOSXPPCEnv.Set file shows > > > > setenv JAVA_HOME "/System/Library/Frameworks/JavaVM.framework/ > > Versions/1.4.2/Home" > > > > My understanding, from the openoffice.org web site, is that this is > > not correct on Tiger, and one should pass the argument > > > > "--with-jdk-home="/System/Library/Frameworks/JavaVM.framework/ > > Home" to configure. > > > > In the absence of being able (or at least knowing how) to pass such > > arguments from within fink, I've attempted to correct this by > > unpacking the source, editing the config.in file, and repacking it. > > Fink squawks about checksums, but proceeds. However, when I sneak a > > peek at the MacOSXPPCEnv.Set file, once it has been generated, my > > edit did not affect anything (it's not quite clear to me how to edit > > that file, anyway.) > > > > You could add it to the patch file--that's just a diff. I'd guess > you'd patch MacOSXPPCEnv.Set directly. >
Has anone been able to resolve this yet? I've tried adding to the end of openoffice.path the line: ### build_instsetoo_native build error fix --- MacOSXPPCEnv.Set 2006-08-18 07:11:35.000000000 -0600 +++ MacOSXPPCEnv.Set 2006-08-17 23:01:28.000000000 -0600 @@ -7,7 +7,7 @@ # ################################################################# setenv SRC_ROOT "/sw/src/fink.build/openoffice.org-2.0.2-1001/OOB680_m5" setenv SHELL "/bin/tcsh" -setenv JAVA_HOME "/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home" +setenv JAVA_HOME "/System/Library/Frameworks/JavaVM.framework/Home" setenv XSLTPROC "NO_XSLTPROC" setenv ANT_HOME "/sw/lib/ant" setenv ANT_LIB "/sw/lib/ant/lib" ...as well as going through the build up to the fail point, pausing (ctrl-z) the process, editing MacOSXPPCEnv.Set directly, then restarting the process (fg, y <enter>)... all to no avail. -- -- Matthew Peltzer -- [EMAIL PROTECTED] ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
