> Von: Gerd Stolpmann <[EMAIL PROTECTED]> > > I think there is some problem because of the Solaris heritage. bootstrap > puts /usr/xpg4/bin into PATH. Can you try the sed command again > with /usr/xpg4/bin/sed?
[EMAIL PROTECTED]:~/godi-rocketboost-20080630/run/ocamlrun-3.09.3$ /usr/xpg4/bin/sed -e '/"unix_/! d' -e 's/[^"]*"\(unix_[^ ]*\)".*/\1/' sed: /"unix_/! d is an unrecognized command. > If this fails, you may want to use the -prepend-path argument of > bootstrap, like > > ./bootstrap -prepend-path /usr/local/bin ...more args... Hurray, that's it. With "--prepend-path /usr/gnu/bin" bootstrap stage 1 is finished successfully! This was the good news. The bad news is: at least a part of bootstrap_stage2 doesn't work. The first several minutes bootstrap_stage2 compiles and compiles, but then it stops with: ... ocamlfind ocamlc -g -I ../../src/rpc -I ../../src/equeue -I ../../src/netsys -package "unix pcre cryptgps" -c rpc_key_service.ml File "rpc_key_service.ml", line 39, characters 24-39: Unbound value tirpc_connector Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/work/ocamlnet-2.2.9/src/rpc-auth-dh/./../../Makefile.rules, line 89: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/work/ocamlnet-2.2.9/./Makefile, line 19: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1039: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1378: Command returned with non-zero exit code Error: Command fails with code 1: godi_console Failure! In rpc_key_service.ml line 39ff contains: let default_connector = tirpc_connector ;; (* GLIBC 2.1, FreeBSD: /var/run/keyservsock * Older Linux, SunOS, and others: Fork and start "/usr/etc/keyenvoy" * (very slow) * Solaris: Use TLICOTS loopback transport as reported from rpcbind *) Searching with google for "tirpc_connector" leads to this site (last page, <flux>): http://tunes.org/~nef//logs/ocaml/08.01.30 So I commented out #CONFIGURE_ARGS+=-with-nethttpd -with-rpc-auth-dh in ~/ocaml/build/godi/godi-ocamlnet/Makefile When I restart bootstrap_stage2 it fails with the following error message: ... cp -R /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/work/ocamlnet-2.2.9/examples /export/home/mickraus/ocaml/doc/godi-ocamlnet ===> Registering installation for godi-ocamlnet-2.2.9godi4 Error during PLIST expansion: Findlib package is missing: rpc-auth-dh Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1242: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1187: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1456: Command returned with non-zero exit code Error: Exec error: File /export/home/mickraus/ocaml/build/godi/godi-ocamlnet/./../../mk/bsd.pkg.mk, line 1384: Command returned with non-zero exit code Error: Command fails with code 1: godi_console Failure! Is it possible to deactivate rpc-auth-dh entirely? Kind regards Michael Krauss -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger _______________________________________________ Godi-list mailing list [email protected] https://godirepo.camlcity.org/mailman/listinfo/godi-list
