git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeffrey Walton <noloader@gmail.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: install: gitweb.cgi was not found anywhere
Date: Wed, 1 May 2019 18:55:12 -0400	[thread overview]
Message-ID: <CAH8yC8=kntpNKwEFrQ32zHbRqrQyvAgSqejFmJcAu__B9KTC7Q@mail.gmail.com> (raw)
In-Reply-To: <20190501223005.GB42435@google.com>

On Wed, May 1, 2019 at 6:30 PM Jonathan Nieder <jrnieder@gmail.com> wrote:
> ...
> > install -m 755 gitweb.cgi '/usr/local/share/gitweb'
> > find: cycle detected for /lib/secure/32/
> [...]
> > install: gitweb.cgi was not found anywhere!
>
> Sounds like it's using "install" when it should be using "ginstall".
> config.mak.uname contains, under the SunOS category:
>
>         INSTALL = /usr/ucb/install
>
> But gitweb/Makefile seems to forget to include ../config.mak.uname.
> How about this patch?
> ...
>  gitweb/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gitweb/Makefile b/gitweb/Makefile
> index cd194d057f..333aa58be0 100644
> --- a/gitweb/Makefile
> +++ b/gitweb/Makefile
> @@ -39,7 +39,7 @@ GITWEB_SITE_HEADER =
>  GITWEB_SITE_FOOTER =
>  HIGHLIGHT_BIN = highlight
>
> -# include user config
> +include ../config.mak.uname
>  -include ../config.mak.autogen
>  -include ../config.mak
>  -include config.mak

No joy; same error.

Is there an option to build and install only client tools? If so, I am
happy to use it as I don't need server tools.

Do you want an account on the box? I need an authorized_keys file.

Jeff

  reply	other threads:[~2019-05-01 22:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-01 21:57 Jeffrey Walton
2019-05-01 22:30 ` install: gitweb.cgi was not found anywhere Jonathan Nieder
2019-05-01 22:55   ` Jeffrey Walton [this message]
2019-05-02 18:35   ` Jeffrey Walton
2019-05-03 20:56     ` Jonathan Nieder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH8yC8=kntpNKwEFrQ32zHbRqrQyvAgSqejFmJcAu__B9KTC7Q@mail.gmail.com' \
    --to=noloader@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).