Project

General

Profile

Actions

Bug #257

closed

Cannot install jail

Added by elekktretterr almost 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

This error happens when I run make world DESTDIR=$D as according to the
man page.
  • Error code 64
/usr/jail/squid/usr/include
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 ...
Stop in /usr/src/include.
  • Error code 1
Stop in /usr/src/include.
  • Error code 1

Running 1.6.0-RELEASE.

Thanks.

Actions #1

Updated by corecode about 18 years ago

Petr Janda wrote:

This error happens when I run make world DESTDIR=$D as according to the
man page.

do you run

make world DESTDIR=/usr/jail/squid

(wrong) or do you do

make buildworld
make installworld DESTDIR=/usr/jail/squid

(correct). At least I suspect that "make world" would break.

/usr/jail/squid/usr/include
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
Stop in /usr/src/include.
  • Error code 1

I think we need more context before to find out what's happening.

cheers
simon

Actions #2

Updated by elekktretterr about 18 years ago

I did make world. Why is the man page not updated if its wrong?

Petr

Simon 'corecode' Schubert wrote:

Petr Janda wrote:

This error happens when I run make world DESTDIR=$D as according to
the man page.

do you run

make world DESTDIR=/usr/jail/squid

(wrong) or do you do

make buildworld
make installworld DESTDIR=/usr/jail/squid

(correct). At least I suspect that "make world" would break.

/usr/jail/squid/usr/include
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
Stop in /usr/src/include.
  • Error code 1

I think we need more context before to find out what's happening.

cheers
simon

Actions #3

Updated by corecode about 18 years ago

Petr Janda wrote:

I did make world. Why is the man page not updated if its wrong?

nobody noticed and submitted a correction?

does it work now? by the way, once you ran buildworld, you can do as many installworlds as you like without having to rebuild everything. this isn't possible with make world either.

cheers
simon

Actions #4

Updated by elekktretterr about 18 years ago

If so, can someone make a summary of what else needs to be done
differently if anything?

petr

Simon 'corecode' Schubert wrote:

Petr Janda wrote:

I did make world. Why is the man page not updated if its wrong?

nobody noticed and submitted a correction?

does it work now? by the way, once you ran buildworld, you can do as
many installworlds as you like without having to rebuild everything.
this isn't possible with make world either.

cheers
simon

Actions #5

Updated by corecode about 18 years ago

duplicate, superseder contains fix

Actions

Also available in: Atom PDF