Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 20:10:22 -0700 (PDT)
From:      aoki@crl.go.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/21587: install problem in 4.1-Stable
Message-ID:  <20000927031022.BBEAA37B423@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21587
>Category:       misc
>Synopsis:       install problem in 4.1-Stable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 26 20:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     AOKI Tetsuo
>Release:        4.1-stable
>Organization:
Communications Research Lab.
>Environment:
FreeBSD proxy3.crl.go.jp 4.1-STABLE FreeBSD 4.1-STABLE #0: Sun Aug 13 17:34:59 JST 2000     aoki@dhcp4015:/home/stable/src/sys/compile/PROXY3  i386

>Description:
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

>How-To-Repeat:

>Fix:
use install -d

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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