Date: Tue, 16 Jul 2002 01:25:28 -0500 From: Mario Doria <mariodoria@yahoo.com> To: freebsd-stable@freebsd.org Subject: make installworld broken on /usr/src/share/examples Message-ID: <3D33BC58.8040409@yahoo.com>
next in thread | raw e-mail | index | archive | help
Hello, I've seen this on three machines. cvsup as of 23:00 GMT. On the three machines, adding "NOSHARE=true" to /etc/make.conf fixed this. ===> share ===> share/colldef install -c -m 644 -o root -g wheel bg_BG.CP1251.out /usr/share/locale/bg_BG.CP1251/LC_COLLATE install -c -m 644 -o root -g wheel cs_CZ.ISO8859-2.out /usr/share/locale/cs_CZ.ISO8859-2/LC_COLLATE install -c -m 644 -o root -g wheel de_DE.ISO8859-1.out /usr/share/locale/de_DE.ISO8859-1/LC_COLLATE install -c -m 644 -o root -g wheel de_DE.ISO8859-15.out /usr/share/locale/de_DE.ISO8859-15/LC_COLLA install -c -m 644 -o root -g wheel el_GR.ISO8859-7.out /usr/share/locale/el_GR.ISO8859-7/LC_COLLATE install -c -m 644 -o root -g wheel es_ES.ISO8859-1.out /usr/share/locale/es_ES.ISO8859-1/LC_COLLATE install -c -m 644 -o root -g wheel es_ES.ISO8859-15.out /usr/share/locale/es_ES.ISO8859-15/LC_COLLA install -c -m 644 -o root -g wheel et_EE.ISO8859-15.out /usr/share/locale/et_EE.ISO8859-15/LC_COLLA <snip> ln -fs ../la_LN.ISO8859-15/LC_COLLATE /usr/share/locale/pt_PT.ISO8859-15/LC_COLLATE ln -fs ../la_LN.ISO8859-2/LC_COLLATE /usr/share/locale/hr_HR.ISO8859-2/LC_COLLATE ln -fs ../la_LN.ISO8859-2/LC_COLLATE /usr/share/locale/hu_HU.ISO8859-2/LC_COLLATE ln -fs ../la_LN.ISO8859-2/LC_COLLATE /usr/share/locale/pl_PL.ISO8859-2/LC_COLLATE ln -fs ../la_LN.ISO8859-2/LC_COLLATE /usr/share/locale/ro_RO.ISO8859-2/LC_COLLATE ln -fs ../la_LN.ISO8859-2/LC_COLLATE /usr/share/locale/sl_SI.ISO8859-2/LC_COLLATE ln -fs ../de_DE.ISO8859-1/LC_COLLATE /usr/share/locale/de_AT.ISO8859-1/LC_COLLATE ln -fs ../de_DE.ISO8859-15/LC_COLLATE /usr/share/locale/de_AT.ISO8859-15/LC_COLLATE ln -fs ../de_DE.ISO8859-1/LC_COLLATE /usr/share/locale/de_CH.ISO8859-1/LC_COLLATE ln -fs ../de_DE.ISO8859-15/LC_COLLATE /usr/share/locale/de_CH.ISO8859-15/LC_COLLATE ln -fs ../cs_CZ.ISO8859-2/LC_COLLATE /usr/share/locale/sk_SK.ISO8859-2/LC_COLLATE ===> share/dict install -c -o root -g wheel -m 444 README /usr/share/dict/README install -c -o root -g wheel -m 444 propernames /usr/share/dict/propernames install -c -o root -g wheel -m 444 web2 /usr/share/dict/web2 install -c -o root -g wheel -m 444 web2a /usr/share/dict/web2a install -c -o root -g wheel -m 444 freebsd /usr/share/dict/freebsd /usr/share/dict/words -> web2 ===> share/examples (cd /usr/src/share/examples/../../etc; make etc-examples) (cd /usr/src/etc; install -c -o root -g wheel -m 444 amd.map apmd.conf auth.conf crontab csh.cshr *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/share/examples. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Has anybody seen this also? - Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D33BC58.8040409>