Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 12:39:06 +0400
From:      Eir Nym <eirnym@gmail.com>
To:        Gleb Smirnoff <glebius@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Installing new world failed (install -l)
Message-ID:  <CAO8GK0o2zcHafSiUeHNf5AdkZ5nZLB6VqmV7MgaGP9KFwHuXkw@mail.gmail.com>
In-Reply-To: <20130429061941.GF76816@glebius.int.ru>
References:  <CAO8GK0ox-VHCoP9%2BJhc0twOPVFLAXwaOH-_onhs=m%2BrOwWDTNQ@mail.gmail.com> <20130429061941.GF76816@glebius.int.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 29 April 2013 10:19, Gleb Smirnoff <glebius@freebsd.org> wrote:
> On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote:
> E> Since -l switch introduced into install(8), I can't build new FreeBSD
> E> box at all.
> E>
> E> I do following command set to build new box: (http://eroese.org/mkw.sh)
> E> 1) cd /usr/head/src && svn up
> E> 2) make buildworld
> E> 3) make DESTDIR=/path/to/directory hierarchy distrib-dirs distribution
> E> installworld
> E>
> E> This worked for long time but after some point it had been broken. I
> E> found only 20130425 in UPDATING about this, but installing mergemaster
> E> gives nothing, obviously.
> E> I can't compile new install(8) since I have old system like
> E> FreeBSD-9-RELEASE (FreeBSD-CURRENT, r226748) and it doesn't have
> E> needed functions.
> E>
> E> The tail of install log is below.
> E>
> E> .. (lines removed)
> E> mtree -deU -f /usr/head/src/etc/mtree/BSD.sendmail.dist -p
> E> /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/
> E> ./var/spool/clientmqueue missing (created)
> E> install -l s usr/src/sys /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/sys
> E> install: illegal option -- l
> E> usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> E>                [-o owner] file1 file2
> E>        install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
> E>                [-o owner] file1 ... fileN directory
> E>        install -d [-v] [-g group] [-m mode] [-o owner] directory ...
> E> *** [distrib-dirs] Error code 64
>
> I came to the following recipe when upgrading from a stale current to
> a modern one. This workarounds problem with install(1) and failure of
> clang bootstrap with old time.h in /usr/include.
>
> cd usr.bin/xinstall
> make && make install && make clean
> cd -
> make hierarchy
> make includes
>
> Now, make buildworld is possible.
>

I've tried this, but with no hope:

Warning: Object directory not changed from original
/usr/head/src/usr.bin/xinstall
cc -O2 -pipe  -I/usr/head/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/head/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/head/src/usr.bin/xinstall/../../lib/libmd -DNDEBUG -std=gnu99
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wno-pointer-sign -c xinstall.c
xinstall.c: In function 'main':
xinstall.c:301: warning: implicit declaration of function 'gid_from_group'
xinstall.c:301: warning: nested extern declaration of 'gid_from_group'
xinstall.c:311: warning: implicit declaration of function 'uid_from_user'
xinstall.c:311: warning: nested extern declaration of 'uid_from_user'
xinstall.c: In function 'metadata_log':
xinstall.c:1331: warning: implicit declaration of function 'strsvis'
xinstall.c:1331: warning: nested extern declaration of 'strsvis'
cc -O2 -pipe  -I/usr/head/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/head/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/head/src/usr.bin/xinstall/../../lib/libmd -DNDEBUG -std=gnu99
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wno-pointer-sign -c
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c: In
function 'setup_getid':
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c:137:
warning: implicit declaration of function 'pwcache_groupdb'
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c:137:
warning: nested extern declaration of 'pwcache_groupdb'
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c:139:
warning: implicit declaration of function 'pwcache_userdb'
/usr/head/src/usr.bin/xinstall/../../contrib/mtree/getid.c:139:
warning: nested extern declaration of 'pwcache_userdb'
cc -O2 -pipe  -I/usr/head/src/usr.bin/xinstall/../../contrib/mtree
-I/usr/head/src/usr.bin/xinstall/../../lib/libnetbsd
-I/usr/head/src/usr.bin/xinstall/../../lib/libmd -DNDEBUG -std=gnu99
-fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
-Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
-Wnested-externs -Wredundant-decls -Wold-style-definition
-Wno-pointer-sign  -o xinstall xinstall.o getid.o -lmd
xinstall.o: In function `metadata_log':
xinstall.c:(.text+0x169): undefined reference to `strsvis'
xinstall.c:(.text+0x20e): undefined reference to `strsvis'
xinstall.o: In function `main':
xinstall.c:(.text+0x2472): undefined reference to `gid_from_group'
xinstall.c:(.text+0x24f8): undefined reference to `uid_from_user'
getid.o: In function `setup_getid':
getid.c:(.text+0x7c2): undefined reference to `pwcache_groupdb'
getid.c:(.text+0x7e2): undefined reference to `pwcache_userdb'
*** Error code 1


> --
> Totus tuus, Glebius.



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