Did you edit the right godi.conf? I mean the installed one in /usr/app/etc.
This feature has always worked, and I would be very surprised if not. Generally, you can also install pcre from a third-party source, and point GODI to it. Fink libraries are automatically found, otherwise set GODI_PCRE_INCDIR to the dir where the include files are (.h), and GODI_PCRE_LIBDIR to the dir where the libraries are (.dylib). Gerd Am Montag, den 21.07.2008, 17:20 -0500 schrieb Keith Waclena: > I'm trying to install godi-rocketboost-20080630 on a Darwin 8.11.0 > Power Macintosh system. but it's blowing up. > > Actually the first problem is that it has a dependency on wget, which > isn't on this system (not on mine, anyway). The Mac OS X ftp client > is the same as the BSD client, so that would be convenient, but I > don't see how to get RocketBoost to use it. Anyway, I installed a > wget. > > The error occurs in the execution of ./bootstrap_stage2. The error > message recommends adding GODI_BASEPKG_PCRE=yes to godi.conf, but I > get the exact same error message either way. > > I'd be glad to help debug this, but after looking at the offending > lines in bsd.pkg.mk, I don't know how to proceed. Any tips? > > I have a working but ancient (3.08) godi on this box, but it won't > upgrade to 3.10 and I really need to get 3.10 working here. > > Thanks for any help! > > a2:/usr/app/godi-rocketboost-20080630 keith$ ./bootstrap_stage2 > 17:05:37 URL:http://www.ocaml-programming.de/godi-build/3.10/available.new > [4178/4178] -> "/tmp/godi17194-0/0/available.new" [1] > 17:05:37 URL:http://godi-backup2.camlcity.org/godi-build/3.10/available.new > [4178/4178] -> "/tmp/godi17194-0/1/available.new" [1] > 17:05:38 URL:http://godi.0ok.org/godi-build/3.10/available.new [4178/4178] -> > "/tmp/godi17194-0/2/available.new" [1] > 17:05:38 > URL:http://www.ocaml-programming.de/godi-build/rocketboost/available.new > [96/96] -> "/tmp/godi17194-0/3/available.new" [1] > 17:05:38 > URL:http://godi-backup2.camlcity.org/godi-build/rocketboost/available.new > [96/96] -> "/tmp/godi17194-0/4/available.new" [1] > 17:05:38 URL:http://godi.0ok.org/godi-build/rocketboost/available.new [96/96] > -> "/tmp/godi17194-0/5/available.new" [1] > > *** Starting with conf-pcre > ### Fetching conf-pcre (if necessary) > ### Building conf-pcre > ===> Cleaning for conf-pcre-6 > => No checksum file. > ===> Extracting for conf-pcre-6 > /bin/mkdir -p /usr/app/godi/build/conf/conf-pcre/work/pseudo > mkdir -p /usr/app/godi/build/conf/conf-pcre/work/pseudo > cp files/configure files/Makefile > /usr/app/godi/build/conf/conf-pcre/work/pseudo > ===> Patching for conf-pcre-6 > ===> Configuring for conf-pcre-6 > Checking /usr... > Checking /usr/local... > Checking /usr/pkg... > Checking /opt/pkg... > Checking /opt/local... > Checking /opt/sfw... > Checking /sw... > Checking /cw... > ===> PCRE not found > Consider adding GODI_BASEPKG_PCRE=yes to godi.conf > Error: Exec error: File > /usr/app/godi/build/conf/conf-pcre/./../../mk/bsd.pkg.mk, line 1022: Command > returned with non-zero exit code > Error: Exec error: File > /usr/app/godi/build/conf/conf-pcre/./../../mk/bsd.pkg.mk, line 1375: Command > returned with non-zero exit code > Error: Command fails with code 1: godi_console > > *** Problems with conf-pcre! > It is required that you edit the file /godi.conf > to fix these problems. The simplest way is probably to add a line > > GODI_BASEPKG_PCRE=yes > > at the end of this file, and to restart bootstrap_stage2. > Sorry for the inconvenience. > Failure! > a2:/usr/app/godi-rocketboost-20080630 keith$ uname -srm > Darwin 8.11.0 Power Macintosh > a2:/usr/app/godi-rocketboost-20080630 keith$ > _______________________________________________ > Godi-list mailing list > [email protected] > https://godirepo.camlcity.org/mailman/listinfo/godi-list -- ------------------------------------------------------------ Gerd Stolpmann * Viktoriastr. 45 * 64293 Darmstadt * Germany [EMAIL PROTECTED] http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------ _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
