Hi, the boot_console is a preliminary version of godi_console, the main maintenance utility. The boot_console is responsible for installing all packages, finally.
At some point, it is tried to check whether the boot_console works. Essentially, this is tried to start: $ run/ocamlrun-3.09.3/byterun/ocamlfatrun godi-tools-boot/boot_console Which usually results into this line of output: This is the GODI bootstrap console - no interactive mode available If this does not work, something must have gone wrong before. Gerd Am Mittwoch, den 20.01.2010, 14:05 -0500 schrieb Art Mulder: > > Hullo, > > I'm trying to get godi built on a Sun system for a local professor. > This is the latest - godi-rocketboost-20091222 > However, the bootstrap command fails. The error message is not > very clear to me. It just dies and tells me to check bootstrap.log. > > The end of bootstrap.log is included below. I don't understand this > error message. > > > ---------- > gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -c -o pr > ims.o prims.c > gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -o ocamlfatrun \ > prims.o \ > ../../netsys-2.2.4/libnetsys.a \ > ../../godi-digest/libdigest.a \ > ../otherlibs/str/libstr.a \ > ../otherlibs/unix/libunix.a libcamlrun.a -lnsl > -lsocket -lm > > gmake[1]: Leaving directory > `/guru/amulder/src/godi-rocketboost-20091222/run/oc > amlrun-3.09.3/byterun' > boot_console cannot be started > ---------- > > I've tried googling and found this mailing list, but nothing I've tried > seems to work. There don't appear to be any other errors as I scan > through the log file so I'm just not clear as to what I am missing. > > This is a sun Sparc running Solaris 10. > > Any guidance would be appreciated. > > > ---------- > UWO CSD Problem Reports: <http://www.csd.uwo.ca/prob_report.html > > > _______________________________________________ > Godi-list mailing list > [email protected] > https://godirepo.camlcity.org/mailman/listinfo/godi-list > -- ------------------------------------------------------------ Gerd Stolpmann, Bad Nauheimer Str.3, 64289 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
