On Fri, Oct 11, 2002 at 03:00:26PM +0200, Johannes Bittner wrote:
> Als ich dann ein make installworld versuchte, kamen zum Schluss einige
> Meldungen wie z.B.
> [....]
> sys/md4.h -> sys/md4.ph
> sys/md5.h -> sys/md5.ph
> sys/memrange.h -> sys/memrange.ph
> sys/mman.h -> sys/mman.ph
> sys/module.h -> sys/module.ph
> sys/mount.h -> sys/mount.ph
> sys/msg.h -> sys/msg.ph
> [....]
> und noch jede Menge mehr dazwischen.
>
> zum Schluss kam dann noch
>
> vm/vnode_pager.h -> vm/vnode_pager.ph
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
> *** Error code 1
Nich zufällig ein volles /usr Filesystem oder sowas?
Im Zweifelsfall mit folgendem (tcsh syntax) in eine Datei umlenken:
make installworld 2| tee /var/tmp/installworld.out
Dann haben wir die kompletten Fehlermeldungen.
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Fri 11 Oct 2002 - 15:34:11 CEST