Date: 03 Jul 2002 15:41:12 +1000 From: Kiel Stirling <kielstirling@yahoo.com.au> To: freebsd-stable@FreeBSD.org Cc: bugs@bugs.au.freebsd.org Subject: make installworld problems Message-ID: <1025674872.373.13.camel@foo.syd-office.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi-ya, I am attempting to upgrade 4.3 release to 4.6 stable with no luck. I can build world ok however, installworld reveals the following make error. How can I trace a make error? Help! please ;) Regards, Kiel R. Stirling. [Technical Yahoo!][kiels@au.yahoo-inc.com] ===> share/tabset install -Cv -c -o root -g wheel -m 444 3101 /usr/share/tabset/3101 install -Cv -c -o root -g wheel -m 444 9837 /usr/share/tabset/9837 install -Cv -c -o root -g wheel -m 444 aa /usr/share/tabset/aa install -Cv -c -o root -g wheel -m 444 aed512 /usr/share/tabset/aed512 install -Cv -c -o root -g wheel -m 444 beehive /usr/share/tabset/beehive install -Cv -c -o root -g wheel -m 444 diablo /usr/share/tabset/diablo install -Cv -c -o root -g wheel -m 444 dtc382 /usr/share/tabset/dtc382 install -Cv -c -o root -g wheel -m 444 hp700-wy /usr/share/tabset/hp700-wy install -Cv -c -o root -g wheel -m 444 ibm3101 /usr/share/tabset/ibm3101 install -Cv -c -o root -g wheel -m 444 std /usr/share/tabset/std install -Cv -c -o root -g wheel -m 444 stdcrt /usr/share/tabset/stdcrt install -Cv -c -o root -g wheel -m 444 tandem653 /usr/share/tabset/tandem653 install -Cv -c -o root -g wheel -m 444 teleray /usr/share/tabset/teleray install -Cv -c -o root -g wheel -m 444 vt100 /usr/share/tabset/vt100 install -Cv -c -o root -g wheel -m 444 vt100-w /usr/share/tabset/vt100-w install -Cv -c -o root -g wheel -m 444 wyse-adds /usr/share/tabset/wyse-adds install -Cv -c -o root -g wheel -m 444 xerox1720 /usr/share/tabset/xerox1720 install -Cv -c -o root -g wheel -m 444 xerox1730 /usr/share/tabset/xerox1730 install -Cv -c -o root -g wheel -m 444 xerox1730-lm /usr/share/tabset/xerox1730-lm install -Cv -c -o root -g wheel -m 444 zenith29 /usr/share/tabset/zenith29 ===> share/termcap install -Cv -c -o root -g wheel -m 444 /home/src/share/termcap/map3270 /usr/share/misc/map3270 install -Cv -c -o root -g wheel -m 444 termcap /usr/share/misc/termcap install -Cv -c -o root -g wheel -m 444 termcap.db /usr/share/misc/termcap.db install -Cv -c -o root -g wheel -m 444 termcap.5.gz /usr/share/man/man5 ===> share/timedef for l in bg_BG.CP1251 cs_CZ.ISO8859-2 da_DK.ISO8859-1 de_AT.ISO8859-1 de_DE.ISO8859-1 el_GR.ISO8859-7 en_GB.ISO8859-1 en_US.ISO8859-1 es_ES.ISO8859-1 et_EE.ISO8859-15 fi_FI.ISO8859-1 fr_FR.ISO8859-1 hr_HR.ISO8859-2 hu_HU.ISO8859-2 is_IS.ISO8859-1 ja_JP.eucJP ja_JP.SJIS it_IT.ISO8859-1 ko_KR.eucKR la_LN.ISO8859-1 lt_LT.ISO8859-4 nl_NL.ISO8859-1 no_NO.ISO8859-1 pl_PL.ISO8859-2 pt_PT.ISO8859-1 ro_RO.ISO8859-2 ru_RU.CP866 ru_RU.ISO8859-5 ru_RU.KOI8-R sk_SK.ISO8859-2 sl_SI.ISO8859-2 sv_SE.ISO8859-1 tr_TR.ISO8859-9 uk_UA.ISO8859-5 uk_UA.KOI8-U zh_CN.eucCN zh_TW.Big5; do install -Cv -c -m 644 -o root -g wheel $l.out /usr/share/locale/$l/LC_TIME; done for l in da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS it_IT la_LN nl_NL no_NO pt_PT sv_SE; do ln -fs ../$l.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; done for l in de_CH; do ln -fs ../de_DE.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../de_DE.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; done for l in it_CH; do ln -fs ../it_IT.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../it_IT.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; done for l in fr_BE fr_CA fr_CH; do ln -fs ../fr_FR.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../fr_FR.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; done for l in la_LN.US-ASCII la_LN.ISO8859-2 la_LN.ISO8859-4; do ln -fs ../la_LN.ISO8859-1/LC_TIME /usr/share/locale/$l/LC_TIME; done for l in nl_BE; do ln -fs ../nl_NL.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../nl_NL.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; done for l in en_CA; do ln -fs ../en_US.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../en_US.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; ln -fs ../en_US.ISO8859-1/LC_TIME /usr/share/locale/$l.US-ASCII/LC_TIME; done for l in en_AU en_NZ; do ln -fs ../en_GB.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-1/LC_TIME; ln -fs ../en_GB.ISO8859-1/LC_TIME /usr/share/locale/$l.ISO8859-15/LC_TIME; ln -fs ../en_GB.ISO8859-1/LC_TIME /usr/share/locale/$l.US-ASCII/LC_TIME; done ln -fs ../en_GB.ISO8859-1/LC_TIME /usr/share/locale/en_GB.US-ASCII/LC_TIME ln -fs ../en_US.ISO8859-1/LC_TIME /usr/share/locale/en_US.US-ASCII/LC_TIME ln -fs ../en_US.ISO8859-1/LC_TIME /usr/share/locale/af_ZA.ISO8859-1/LC_TIME ln -fs ../en_US.ISO8859-15/LC_TIME /usr/share/locale/af_ZA.ISO8859-15/LC_TIME ===> share/zoneinfo umask 022; cd /home/src/share/zoneinfo; zic -D -d /usr/share/zoneinfo -p America/New_York -u root -g wheel -y /usr/obj/home/src/share/zoneinfo/yearistype africa antarctica asia australasia etcetera europe factory northamerica southamerica systemv install -Cv -c -o root -g wheel -m 444 /home/src/share/zoneinfo/zone.tab /usr/share/zoneinfo/ ===> share/sendmail install -Cv -o root -g wheel -m 755 -d /usr/share/sendmail/cf usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /home/src/share/sendmail. *** Error code 1 Stop in /home/src/share. *** Error code 1 Stop in /home/src. *** Error code 1 Stop in /home/src. *** Error code 1 Stop in /home/src. *** Error code 1 Stop in /home/src. # exit Script done on Wed Jul 3 15:20:58 2002 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?1025674872.373.13.camel>