Subject: misc/1653: failed install in src/share/zoneinfo
To: None <gnats-bugs@gnats.netbsd.org>
From: Bernd Ernesti <bernd@arresum.inka.de>
List: netbsd-bugs
Date: 10/19/1995 08:15:05
>Number: 1653
>Category: misc
>Synopsis: failed install in src/share/zoneinfo
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: misc-bug-people (Misc Bug People)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 19 03:35:03 1995
>Last-Modified:
>Originator: Bernd Ernesti
>Organization:
>Release: NetBSD-current source 18-Oct-95
>Environment:
System: NetBSD arresum 1.0A NetBSD 1.0A (VEEGO) #265: Sun Oct 15 13:57:40 MET 1995 bernd@arresum:/src/sys/arch/amiga/compile/VEEGO amiga
>Description:
'make install' failed in src/share/zoneinfo
[bernd@arresum]/src/share/zoneinfo# make install
(cd /src/share/zoneinfo/datfiles; zic -y /src/share/zoneinfo/datfiles/yearistype.sh -d /usr/share/zoneinfo -L /dev/null africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera factory backward systemv solar87 solar88 solar89)
/src/share/zoneinfo/datfiles/yearistype.sh: permission denied
"australasia", line 67: Wild result from command execution (rule from "australasia", line 60)
zic: command was '/src/share/zoneinfo/datfiles/yearistype.sh 1990 odd', result was 512
*** Error code 1
Stop.
>How-To-Repeat:
>Fix:
src/share/zoneinfo/datfiles/yearistype.sh needs x-bits
[bernd@arresum]/src/share/zoneinfo/datfiles# ll yearistype.sh
-rw-rw-r-- 1 bernd wheel 509 Oct 14 02:36 yearistype.sh
[bernd@arresum]/src/share/zoneinfo/datfiles# chmod a+x yearistype.sh
[bernd@arresum]/src/share/zoneinfo/datfiles# ll yearistype.sh
-rwxrwxr-x 1 bernd wheel 509 Oct 14 02:36 yearistype.sh
[bernd@arresum]/src/share/zoneinfo# make install
(cd /src/share/zoneinfo/datfiles; zic -y /src/share/zoneinfo/datfiles/yearistype.sh -d /usr/share/zoneinfo -L /dev/null africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera factory backward systemv solar87 solar88 solar89)
(cd /src/share/zoneinfo/datfiles; zic -y /src/share/zoneinfo/datfiles/yearistype.sh -d /usr/share/zoneinfo -p US/Pacific)
chown -R bin:bin /usr/share/zoneinfo
find /usr/share/zoneinfo -type f | xargs chmod a=r
>Audit-Trail:
>Unformatted: