Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Nov 1998 23:14:01 +0100 (CET)
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        FreeBSD Current <current@FreeBSD.ORG>
Subject:   make install world problems
Message-ID:  <XFMail.981101231401.asmodai@wxs.nl>

next in thread | raw e-mail | index | archive | help
Sorry to bug ye guys again, but make installworld is being a meanie to me ;)

Apparantly from time to time the install goes well untill it reaches certain
directories that do not exist:

install -c -o root -g wheel -m 644 removeuser/TRANS.TBL
/usr/share/examples/removeuser/TRANS.TBL
install: /usr/share/examples/removeuser/TRANS.TBL: No such file or directory
*** Error code 71

Stop.
*** Error code 1

This is the same problem as the lkm/vfs/module directory problem I mentioned
earlier.

For some reasons these directories are not created. Any reason why they are
being forgotten in the creation process? Because after I manually mkdir the
directory the make installworld continues...

install -c -o root -g wheel -m 644 sup/TRANS.TBL
/usr/share/examples/sup/TRANS.TBL
install: /usr/share/examples/sup/TRANS.TBL: No such file or directory
*** Error code 71

And then it fails on a next one... It's not for every directory however... So I
think I'll manage =)

Hope someone can explain this behaviour.

---
Jeroen Ruigrok van der Werven/Asmodai
asmodai(at)wxs.nl
Junior Network/Security Specialist
FreeBSD & picoBSD: The Power to Serve...

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.981101231401.asmodai>