Bug #257
closed
Added by elekktretterr over 19 years ago.
Updated over 19 years ago.
Description
This error happens when I run make world DESTDIR=$D as according to the
man page.
/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.
Stop in /usr/src/include.
Running 1.6.0-RELEASE.
Thanks.
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 ...
Stop in /usr/src/include.
I think we need more context before to find out what's happening.
cheers
simon
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 ...
Stop in /usr/src/include.
I think we need more context before to find out what's happening.
cheers
simon
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
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
duplicate, superseder contains fix
Also available in: Atom
PDF