Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 1996 09:39:23 -0500 (EST)
From:      Gang-Ryung Uh <uh@sed.cs.fsu.edu>
To:        current@freebsd.org
Subject:   Make world
Message-ID:  <199602111439.JAA06159@sed.cs.fsu.edu>

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

Hi,

  Currently, I am running FreeBSD-2.0.5.
  I downloaded current src (Feb 9), and tried "make world" as a single
  user mode. But I got the following error message: Would you tell me
  why that fatal error occurs?

  Thanks.

Regards,
Gang-Ryung Uh

=================================================================

....
....
===> usr.bin/cal
install -c -s -o bin -g bin -m 555   cal /usr/bin
install -c -o bin -g bin -m 444 cal.1.gz  /usr/share/man/man1
===> usr.bin/calendar
install -c -o bin -g bin -m 444
/usr/src/usr.bin/calendar/calendars/calendar.* /usr/share/calendar
for lang in de_DE.ISO_8859-1 hr_HR.ISO_8859-2;  do  install -c -o bin -g bin
-m 444  /usr/src/usr.bin/calendar/calendars/$lang/calendar.*
/usr/share/calendar/$lang;  done;
usage: install [-Ccdps] [-f flags] [-g group] [-m mode] [-o owner] file1
file2;
        or file1 ... fileN directory
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1




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