From owner-freebsd-hackers Tue Aug 29 10:24:36 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA15781 for hackers-outgoing; Tue, 29 Aug 1995 10:24:36 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id KAA15775 for ; Tue, 29 Aug 1995 10:24:35 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id KAA17165 for hackers@freebsd.org; Tue, 29 Aug 1995 10:23:43 -0700 Date: Tue, 29 Aug 1995 10:23:43 -0700 From: Julian Elischer Message-Id: <199508291723.KAA17165@ref.tfs.com> To: hackers@freebsd.org Subject: make install broken Sender: hackers-owner@freebsd.org Precedence: bulk make install of the current tree falls over with: make install umask 022; cd /usr/src/share/zoneinfo; zic -d /usr/share/zoneinfo -p America/New_York -L /dev/null -y /usr/src/share/zoneinfo/obj/yearistype africa antarctica asia australasia etcetera europe factory northamerica southamerica systemv "europe", line 717: invalid time of day "europe", line 718: invalid time of day "europe", line 719: invalid time of day "europe", line 760: invalid time of day "europe", line 761: invalid time of day "europe", line 762: invalid time of day "europe", line 763: invalid time of day "europe", line 764: invalid time of day "europe", line 765: invalid time of day *** Error code 1 anyone see a problem here.. the lines it's complaining about seem the same as others that have succeeded.. julian