public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
From: "Mike M. Volokhov" <mishka@apk.od.ua>
To: help-gnats@gnu.org
Subject: Re: [PATCH] Removing gnats/man and config/*
Date: Thu, 24 Feb 2005 11:17:00 -0000	[thread overview]
Message-ID: <20050224114427.5eb1b95d.mishka@apk.od.ua> (raw)
In-Reply-To: <20050223051519.GA4061@wookimus.net>

[-- Attachment #1: Type: text/plain, Size: 1977 bytes --]

On Tue, 22 Feb 2005 23:15:19 -0600
Chad Walstrom <chewie@wookimus.net> wrote:

> OK.  Because I did say I wouldn't be the benevolent dictator and play by
> the same rules as everyone else... ;-)  This patch will remove gnats/man
> directory and contents, config/ contents, renames configure.in to
> configure.ac, moves missing and install-sh to config/, and updates
> texinfo.tex. ;-)

Greetings!

I found some troubles when configuring GNATS:

$ patch -E -p1 < config-man-cleanup.diff
$ patch < gnats-wo-libiberty.diff
$ vi autoconf.ac
... some fixups in autoconf.ac (removing libiberty) ...
$ find . -name '*.orig' | xargs rm
$ autoconf -V | head -1
autoconf (GNU Autoconf) 2.59
$ autoconf -f
$ cd doc && autoconf -f && cd ..
$ cd gnats && autoconf -f && cd ..
$ cd send-pr && autoconf -f && cd ..
$ ./configure --prefix=/usr/home/mishka/gnats
....  some normal configure's stuff ....
configure: configuring in gnats
configure: running /bin/sh './configure' --prefix=/usr/home/mishka/gnats  '--prefix=/usr/home/mishka/gnats' --cache-file=/dev/null --srcdir=.
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
configure: error: /bin/sh './configure' failed for gnats

This happens after moving install-sh and missing to config subdirectory.
I'm not autotools guru and just have added AC_CONFIG_AUX_DIR(../config)
to configure.{ac,in} of doc, gnats, and send-pr subdirectories to solve
this problem.

Installation also broken. At Makefile.in we have:

	INSTALL = $(srcdir)/../install-sh -c
	INSTALL_PROGRAM = @INSTALL_PROGRAM@

After configure @INSTALL_PROGRAM@ will be replaced by ${INSTALL} (at
least on my system) and thus have incorrect path.

> Next, time to test Mike's patch.  If I hear no objections, I'll commit
> the patch later tomorrow.

Hey men, I forgot to include ansidecl.h into my latest patch! Just copy
it from include direcory, or use a new patch (attached):

	cp include/ansidecl.h gnats

All the rest seems works fine.

--
Mishka. 

[-- Attachment #2: gnats-wo-libiberty-20050224.diff.gz --]
[-- Type: application/octet-stream, Size: 24137 bytes --]

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnats

  reply	other threads:[~2005-02-24 11:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-23  5:39 Chad Walstrom
2005-02-24 11:17 ` Mike M. Volokhov [this message]
2005-02-24 18:10   ` Chad Walstrom
2005-02-24 18:42     ` Mark D. Baushke

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

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

  git send-email \
    --in-reply-to=20050224114427.5eb1b95d.mishka@apk.od.ua \
    --to=mishka@apk.od.ua \
    --cc=help-gnats@gnu.org \
    /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.
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).