Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2012 09:00:18 -0500
From:      APseudoUtopia <apseudoutopia@gmail.com>
To:        Alexander Shikoff <minotaur@crete.org.ua>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 'make installworld' fails while upgrading from 9.0-CURRENT to 9.0-RELEASE
Message-ID:  <CAKOHg=P5Hh7AmuYtwyvyQRN7pOfVV=GHkzFWbZ3EEEYFd%2B4_LA@mail.gmail.com>
In-Reply-To: <20120120071954.GA47009@crete.org.ua>
References:  <20120120071954.GA47009@crete.org.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
2012/1/20 Alexander Shikoff <minotaur@crete.org.ua>:
> Hello All,
>
> I'm unable to complete upgrading 9.0-CURRENT to 9.0-RELEASE from sources.
> 'make installworld' fails on installing chpass:
> [...]
> =3D=3D=3D> usr.bin/chpass (install)
> install -s -o root -g wheel -m 4555 =C2=A0 chpass /usr/bin
> install -o root -g wheel -m 444 chpass.1.gz =C2=A0/usr/share/man/man1
> /usr/share/man/man1/chfn.1.gz -> /usr/share/man/man1/chpass.1.gz
> /usr/share/man/man1/chsh.1.gz -> /usr/share/man/man1/chpass.1.gz
> /usr/share/man/man1/ypchpass.1.gz -> /usr/share/man/man1/chpass.1.gz
> /usr/share/man/man1/ypchfn.1.gz -> /usr/share/man/man1/chpass.1.gz
> /usr/share/man/man1/ypchsh.1.gz -> /usr/share/man/man1/chpass.1.gz
> /usr/bin/chfn -> /usr/bin/chpass
> ln: /usr/bin/chfn: Operation not permitted
>
> It seems that it fails because of schg flag on old chfn, chsh, ypchpass,
> ypchfn, ypchsh binaries. Should I manually remove it? Or there is
> another way to fix an issue? Thanks in advance!
>
> --
> MINO-RIPE
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"

I had this problem as well. I WAS installing in single-user mode. For
some reason, it got hung up on those binaries for the same exact
reason. I just manually removed the schg flag then ran `make
installworld` again. Make sure you check again afterwards to make sure
the proper flags are set.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKOHg=P5Hh7AmuYtwyvyQRN7pOfVV=GHkzFWbZ3EEEYFd%2B4_LA>