Bug 21587

Summary: install problem in 4.1-Stable
Product: Base System Reporter: aoki <aoki>
Component: miscAssignee: Mike Heffner <mikeh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description aoki 2000-09-27 04:20:01 UTC
cd /usr/src;make
This was successful, but when I try to install, 
there was some errors like
install -c -o root -g wheel -m 644 kld/dyn_sysctl/Makefile /usr/share/examples/kld/dyn_sysctl/Makefile
install: /usr/share/examples/kld/dyn_sysctl/Makefile: No such file or directory
*** Error code 71

Stop in /home/stable/src/share/examples.
*** Error code 1

and

===> share/timedef
for l in cs_CZ.ISO_8859-2  da_DK.ISO_8859-1  de_AT.ISO_8859-1  de_DE.ISO_8859-1  en_GB.ISO_8859-1  en_US.ISO_8859-1  es_ES.ISO_8859-1  fi_FI.ISO_8859-1  fr_FR.ISO_8859-1  hr_HR.ISO_8859-2  hu_HU.ISO_8859-2  is_IS.ISO_8859-1  ja_JP.EUC       ja_JP.SJIS       it_IT.ISO_8859-1  ko_KR.EUC         la_LN.ISO_8859-1  lt_LT.ISO_8859-4  nl_NL.ISO_8859-1  no_NO.ISO_8859-1  pl_PL.ISO_8859-2  pt_PT.ISO_8859-1  ru_SU.CP866     ru_SU.ISO_8859-5  ru_SU.KOI8-R      sl_SI.ISO_8859-2  sv_SE.ISO_8859-1  tr_TR.ISO_8859-9  uk_UA.KOI8-U      zh_CN.EUC   zh_TW.Big5; do  install -c -m 644 -o root -g wheel $l.out  /usr/share/locale/$l/LC_TIME;  done
install: /usr/share/locale/tr_TR.ISO_8859-9/LC_TIME: No such file or directory

This is because there are no such directory in /usr/share

Fix: 

use install -d
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-06-29 04:36:20 UTC
State Changed
From-To: open->feedback

Is this still a problem with 4.3? 


Comment 2 Mike Heffner freebsd_committer freebsd_triage 2001-06-29 04:36:20 UTC
Responsible Changed
From-To: freebsd-bugs->mikeh

I'll followup.
Comment 3 Mike Heffner freebsd_committer freebsd_triage 2001-10-02 06:34:35 UTC
State Changed
From-To: feedback->closed

Feedback timeout.