Bug 182182 - make installworld fails
Summary: make installworld fails
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 9.2-PRERELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 08:40 UTC by Meyser+bugs.freebsd.org
Modified: 2015-03-15 05:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Meyser+bugs.freebsd.org 2013-09-17 08:40:00 UTC
on machine 1

src Revision: 255615
doc Revision: 42672

make buildworld
make buildkernel 

all without error

on machine 2

/usr/src /usr/doc /usr/obj via nfs from machine 1

make installworld DESTDIR=/mnt

.....

===> usr.bin/chpass (install)
install -s -o root -g wheel -m 4555   chpass /mnt/usr/bin/chpass
install -o root -g wheel -m 444 chpass.1.gz  /mnt/usr/share/man/man1
/mnt/usr/share/man/man1/chfn.1.gz -> /mnt/usr/share/man/man1/chpass.1.gz
/mnt/usr/share/man/man1/chsh.1.gz -> /mnt/usr/share/man/man1/chpass.1.gz
/mnt/usr/share/man/man1/ypchpass.1.gz -> /mnt/usr/share/man/man1/chpass.1.gz
/mnt/usr/share/man/man1/ypchfn.1.gz -> /mnt/usr/share/man/man1/chpass.1.gz
/mnt/usr/share/man/man1/ypchsh.1.gz -> /mnt/usr/share/man/man1/chpass.1.gz
/mnt/usr/bin/chfn -> /mnt/usr/bin/chpass
/mnt/usr/bin/chsh -> /mnt/usr/bin/chpass
/mnt/usr/bin/ypchpass -> /mnt/usr/bin/chpass
/mnt/usr/bin/ypchfn -> /mnt/usr/bin/chpass
/mnt/usr/bin/ypchsh -> /mnt/usr/bin/chpass
chflags schg /mnt/usr/bin/chpass
===> usr.bin/cksum (install)
install -s -o root -g wheel -m 555   cksum /mnt/usr/bin/cksum
install -o root -g wheel -m 444 cksum.1.gz  /mnt/usr/share/man/man1
/mnt/usr/share/man/man1/sum.1.gz -> /mnt/usr/share/man/man1/cksum.1.gz
/mnt/usr/bin/sum -> /mnt/usr/bin/cksum
===> usr.bin/clang (install)
===> usr.bin/clang/clang (install)
install -s -o root -g wheel -m 555   clang /mnt/usr/bin/clang
install: wait: No such file or directory
*** [_proginstall] Error code 70

Stop in /usr/src/usr.bin/clang/clang.
*** [realinstall] Error code 1

Stop in /usr/src/usr.bin/clang.
*** [realinstall] Error code 1

Stop in /usr/src/usr.bin.
*** [realinstall] Error code 1

Stop in /usr/src.
*** [reinstall] Error code 1

Stop in /usr/src.
*** [installworld] Error code 1

Stop in /usr/src.
*** [installworld] Error code 1
Comment 1 Meyser+bugs.freebsd.org 2013-09-18 09:06:23 UTC
Found the culprit!

During Buildworld i set accidently TARGET and TARGET_ARCH to "i386".

Without that everything works.

I dont know if this (build/install breakage on i386 with TARGET and 
TARGET_ARCH set to i386) ist a bug or not.


-- 
Matthias Meyser            | XeNET GmbH
Tel.:  +49-5323-9489050    | 38678 Clausthal-Zellerfeld, Marktstrasse 40
Fax:   +49-5323-94014      | Registergericht: Amtsgericht Braunschweig HRB 
110823
Email: Meyser@xenet.de     | Geschaeftsfuehrer: Matthias Meyser
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2015-03-15 05:05:35 UTC
I believe that this is working as designed.