Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 06:10:38 -0700 (PDT)
From:      ryan schwarzenberger <ryan@brad-x.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/40414: make installworld problem ('install` syntax error?)
Message-ID:  <200207101310.g6ADAcM8065378@www.freebsd.org>

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

>Number:         40414
>Category:       misc
>Synopsis:       make installworld problem ('install` syntax error?)
>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:   Wed Jul 10 06:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     ryan schwarzenberger
>Release:        FreeBSD 4.6-STABLE
>Organization:
>Environment:
FreeBSD aquemini.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jul  9 10:58:14 CDT 2002     root@tau.aquemini.net:/usr/obj/usr/src/sys/TAUversion4.6-STABLE_SEQUEL  i386
>Description:
      Problem occurs during `make installworld`, after succesfully completing previous steps -- `m
ake buildworld`, `make buildkernel`, `make installkernel` -- as specified in the handbook pa
ge http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and /usr/src/UPD
ATING. The system sources were cvsupped immediately prior to the install/setup process, at a
pproximately Tue Jul  9 08:34:31 CDT 2002 (time documented by usage of `script` command). `m
ake installworld` error output is as follows:

--- INSTALLWORLD ERROR OUTPUT ---
        ===> share/sendmail
install -C -o root -g wheel -m 755 -d /usr/share/sendmail/cf
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
*** Error code 64

[snipped recursive folder errors. irrelevant to problem at hand.]
--- END MAKE INSTALLWORLD ERROR OUTPUT --
>How-To-Repeat:
      A cvsup of sources at the time noted above. NO_BIND  = true, NOPERL = true, and NOPROFILE = 
true uncommented in /etc/make.conf. I'm probably missing other helpful information here, but
 I can't think of anything else at the moment. Any further inquiries can be sent to ryan@bra
d-x.com if I left out details necessary to fixing the problem.
>Fix:
      I mentioned this problem in #freebsd on OPN (irc.openprojects.net), and a person made note t
hat the -d flag should be specified first before other flags and args if it is to be used. P
ersonally, I'm not familiar with the usage of `install`, so I can't verify this, even after 
reading man install(1), as the man page does not state whether the person's claim to be true
 or not.
>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?200207101310.g6ADAcM8065378>