Report forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake: Automake's macros cause autoheader to die (fwd)
Reply-To: Scott Ellis , 15626@bugs.debian.org
Resent-From: Scott Ellis
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Thu, 04 Dec 1997 16:33:00 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by bugs@bugs.debian.org id=B.8812528825749
(code B ref -1); Thu, 04 Dec 1997 16:33:00 GMT
X-Authentication-Warning: seminole.gate.net: storm owned process doing -bs
Date: Thu, 4 Dec 1997 11:34:30 -0500 (EST)
From: Scott Ellis
To: submit@bugs.debian.org
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Content-Transfer-Encoding: QUOTED-PRINTABLE
Package: autoconf
Version: N/A
The following was a message discussing a problem with automake and
autoheader. Could you apply the fix recomended to acconfig.h in autoconf?
--=20
Scott K. Ellis http://www.gate.net/~storm/
---------- Forwarded message ----------
Date: 04 Dec 1997 11:16:46 -0500
From: Fran=E7ois Pinard
To: Kevin Dalley
Cc: automake@gnu.org, storm@gate.net, 14112-forwarded@bugs.debian.org
Subject: Re: automake: Automake's macros cause autoheader to die
Kevin Dalley writes:
> The following bug has been reported to the Debian release of
> automake-1.2. Please keep the "cc" headers for bug tracking.
> When running autoheader on a configure.in that includes some automake
> macros, autoheader complains about symbols [PACKAGE and VERSION] it
> can't deal with. It then fails to generate an output file.
The symbols have to be preannounced in `acconfig.h', like this:
/* Define to the name of the distribution. */
#undef PACKAGE
/* Define to the version of the distribution. */
#undef VERSION
This is documented in the Autoconf manual, but it might be a good idea
that the Automake manual also insists a bit about adding such lines to
`acconfig.h'.
> I'm not sure if this is a bug with autoconf or automake, but
> autoconf/autoheader works fine without it.
I do not think it should be considered as a bug, except maybe against
the Automake documentation.
`autoconf'/`autoheader' behaviour does not restrict what `automake'
could do or need: these are different packages, even if good friends.
So, I do not understand the argument, if any.
--=20
Fran=E7ois Pinard mailto:pinard@iro.umontreal.ca
Join the free Translation Project! http://www.iro.umontreal.ca/~pinard
Acknowledgement sent to Scott Ellis <storm@gate.net>:
New bug report received and forwarded. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Scott Ellis
Subject: Bug#15626: Acknowledgement (automake: Automake's macros cause autoheader to die (fwd))
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack 15626
Thank you for the problem report you have sent regarding Debian Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to submit further information on your problem, please send
it to 15626@bugs.debian.org (and *not* to
bugs@bugs.debian.org).
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at submit) by bugs.debian.org; 4 Dec 1997 16:28:02 +0000
Received: (qmail 5698 invoked from network); 4 Dec 1997 16:27:59 -0000
Received: from chickasaw.gate.net (root@chickasaw.gate.net@198.206.134.26)
by 205.229.104.5 with SMTP; 4 Dec 1997 16:27:59 -0000
Received: from seminole.gate.net (storm@seminole.gate.net [199.227.0.14]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id LAA147510 for ; Thu, 4 Dec 1997 11:32:42 -0500
Received: from localhost (storm@localhost) by seminole.gate.net (8.8.6/8.7.3) with ESMTP id LAA50644 for ; Thu, 4 Dec 1997 11:34:30 -0500
X-Authentication-Warning: seminole.gate.net: storm owned process doing -bs
Date: Thu, 4 Dec 1997 11:34:30 -0500 (EST)
From: Scott Ellis
To: submit@bugs.debian.org
Subject: Re: automake: Automake's macros cause autoheader to die (fwd)
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Content-Transfer-Encoding: QUOTED-PRINTABLE
Package: autoconf
Version: N/A
The following was a message discussing a problem with automake and
autoheader. Could you apply the fix recomended to acconfig.h in autoconf?
--=20
Scott K. Ellis http://www.gate.net/~storm/
---------- Forwarded message ----------
Date: 04 Dec 1997 11:16:46 -0500
From: Fran=E7ois Pinard
To: Kevin Dalley
Cc: automake@gnu.org, storm@gate.net, 14112-forwarded@bugs.debian.org
Subject: Re: automake: Automake's macros cause autoheader to die
Kevin Dalley writes:
> The following bug has been reported to the Debian release of
> automake-1.2. Please keep the "cc" headers for bug tracking.
> When running autoheader on a configure.in that includes some automake
> macros, autoheader complains about symbols [PACKAGE and VERSION] it
> can't deal with. It then fails to generate an output file.
The symbols have to be preannounced in `acconfig.h', like this:
/* Define to the name of the distribution. */
#undef PACKAGE
/* Define to the version of the distribution. */
#undef VERSION
This is documented in the Autoconf manual, but it might be a good idea
that the Automake manual also insists a bit about adding such lines to
`acconfig.h'.
> I'm not sure if this is a bug with autoconf or automake, but
> autoconf/autoheader works fine without it.
I do not think it should be considered as a bug, except maybe against
the Automake documentation.
`autoconf'/`autoheader' behaviour does not restrict what `automake'
could do or need: these are different packages, even if good friends.
So, I do not understand the argument, if any.
--=20
Fran=E7ois Pinard mailto:pinard@iro.umontreal.ca
Join the free Translation Project! http://www.iro.umontreal.ca/~pinard
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Resent-From: Ben Pfaff
Orignal-Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 00:33:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88145404220820
(code B ref 15626); Sun, 07 Dec 1997 00:33:01 GMT
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: 15626@bugs.debian.org
Bcc:
From: Ben Pfaff
Date: 06 Dec 1997 19:31:32 -0500
Message-ID: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
Lines: 5
X-Mailer: Gnus v5.3/Emacs 19.34
I don't see why this patch should be applied against the wishes of the
upstream GNU maintainers. Any objections against closing the bug?
--
Ben Pfaff
Acknowledgement sent to pfaffben@pilot.msu.edu:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: pfaffben@pilot.msu.edu
Subject: Bug#15626: Info received (was automake and autoheader)
Message-ID:
In-Reply-To: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
References: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 00:20:42 +0000
Received: (qmail 20817 invoked from network); 7 Dec 1997 00:20:41 -0000
Received: from pfaffben.user.msu.edu (root@pfaffben.user.msu.edu@35.10.20.174)
by 205.229.104.5 with SMTP; 7 Dec 1997 00:20:41 -0000
Received: by pfaffben.user.msu.edu
id m0xeUdA-000R9cC
(Debian Smail-3.2 1996-Jul-4 #2); Sat, 6 Dec 1997 19:31:32 -0500 (EST)
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: 15626@bugs.debian.org
Subject: automake and autoheader
Reply-To: pfaffben@pilot.msu.edu
Bcc:
From: Ben Pfaff
Date: 06 Dec 1997 19:31:32 -0500
Message-ID: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
Lines: 5
X-Mailer: Gnus v5.3/Emacs 19.34
I don't see why this patch should be applied against the wishes of the
upstream GNU maintainers. Any objections against closing the bug?
--
Ben Pfaff
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: "Scott K. Ellis" , 15626@bugs.debian.org
Resent-From: "Scott K. Ellis"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 01:18:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88145673931590
(code B ref 15626); Sun, 07 Dec 1997 01:18:01 GMT
Date: Sat, 6 Dec 1997 20:08:57 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
In-Reply-To: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On 6 Dec 1997, Ben Pfaff wrote:
> I don't see why this patch should be applied against the wishes of the
> upstream GNU maintainers. Any objections against closing the bug?
The comment about it not being a bug was related to a bug filed on
automake, not autoconf. The solution suggested (adding the definitions to
acconfig.h in autoconf) was to fix a conflict between the
AM_CONFIG_AUTOMAKE macro in automake and autoheader (from autoconf). For
more details, please consult the records for bug #14112.
Yes, this is to be considerd an objection.
Acknowledgement sent to "Scott K. Ellis" <storm@gate.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: "Scott K. Ellis"
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 01:05:39 +0000
Received: (qmail 31587 invoked from network); 7 Dec 1997 01:05:39 -0000
Received: from chickasaw.gate.net (root@chickasaw.gate.net@198.206.134.26)
by 205.229.104.5 with SMTP; 7 Dec 1997 01:05:39 -0000
Received: from olorin.dyn.ml.org (root@dfbfl8-12.gate.net [199.227.99.12]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id UAA78288; Sat, 6 Dec 1997 20:10:40 -0500
Received: from localhost by olorin.dyn.ml.org
with smtp id m0xeVDN-0002fHC
(Debian Smail-3.2 1996-Jul-4 #2); Sat, 6 Dec 1997 20:08:57 -0500 (EST)
Date: Sat, 6 Dec 1997 20:08:57 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
In-Reply-To: <87en3qt2mz.fsf@pfaffben.user.msu.edu>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On 6 Dec 1997, Ben Pfaff wrote:
> I don't see why this patch should be applied against the wishes of the
> upstream GNU maintainers. Any objections against closing the bug?
The comment about it not being a bug was related to a bug filed on
automake, not autoconf. The solution suggested (adding the definitions to
acconfig.h in autoconf) was to fix a conflict between the
AM_CONFIG_AUTOMAKE macro in automake and autoheader (from autoconf). For
more details, please consult the records for bug #14112.
Yes, this is to be considerd an objection.
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Resent-From: Ben Pfaff
Orignal-Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 02:03:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88145972511358
(code B ref 15626); Sun, 07 Dec 1997 02:03:01 GMT
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: "Scott K. Ellis"
Cc: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
References:
Bcc:
From: Ben Pfaff
Date: 06 Dec 1997 21:06:16 -0500
In-Reply-To: "Scott K. Ellis"'s message of Sat, 6 Dec 1997 20:08:57 -0500 (EST)
Message-ID: <87btytuctj.fsf@pfaffben.user.msu.edu>
Lines: 22
X-Mailer: Gnus v5.3/Emacs 19.34
"Scott K. Ellis" writes:
> On 6 Dec 1997, Ben Pfaff wrote:
>
> > I don't see why this patch should be applied against the wishes of the
> > upstream GNU maintainers. Any objections against closing the bug?
>
> The comment about it not being a bug was related to a bug filed on
> automake, not autoconf. The solution suggested (adding the definitions to
> acconfig.h in autoconf) was to fix a conflict between the
> AM_CONFIG_AUTOMAKE macro in automake and autoheader (from autoconf). For
> more details, please consult the records for bug #14112.
>
> Yes, this is to be considerd an objection.
Very well, I suppose I'll have to actually take action on this then.
I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
didn't want to. See version 2.12-4.
Note that this will make programs written assuming Debian's autoconf
and automake break when someone runs standard FSF autoconf on them.
--
Ben Pfaff
Acknowledgement sent to pfaffben@pilot.msu.edu:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: pfaffben@pilot.msu.edu
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To: <87btytuctj.fsf@pfaffben.user.msu.edu>
References: <87btytuctj.fsf@pfaffben.user.msu.edu>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 01:55:25 +0000
Received: (qmail 11355 invoked from network); 7 Dec 1997 01:55:25 -0000
Received: from pfaffben.user.msu.edu (root@pfaffben.user.msu.edu@35.10.20.174)
by 205.229.104.5 with SMTP; 7 Dec 1997 01:55:25 -0000
Received: by pfaffben.user.msu.edu
id m0xeW6q-000R9cC
(Debian Smail-3.2 1996-Jul-4 #2); Sat, 6 Dec 1997 21:06:16 -0500 (EST)
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: "Scott K. Ellis"
Cc: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
References:
Reply-To: pfaffben@pilot.msu.edu
Bcc:
From: Ben Pfaff
Date: 06 Dec 1997 21:06:16 -0500
In-Reply-To: "Scott K. Ellis"'s message of Sat, 6 Dec 1997 20:08:57 -0500 (EST)
Message-ID: <87btytuctj.fsf@pfaffben.user.msu.edu>
Lines: 22
X-Mailer: Gnus v5.3/Emacs 19.34
"Scott K. Ellis" writes:
> On 6 Dec 1997, Ben Pfaff wrote:
>
> > I don't see why this patch should be applied against the wishes of the
> > upstream GNU maintainers. Any objections against closing the bug?
>
> The comment about it not being a bug was related to a bug filed on
> automake, not autoconf. The solution suggested (adding the definitions to
> acconfig.h in autoconf) was to fix a conflict between the
> AM_CONFIG_AUTOMAKE macro in automake and autoheader (from autoconf). For
> more details, please consult the records for bug #14112.
>
> Yes, this is to be considerd an objection.
Very well, I suppose I'll have to actually take action on this then.
I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
didn't want to. See version 2.12-4.
Note that this will make programs written assuming Debian's autoconf
and automake break when someone runs standard FSF autoconf on them.
--
Ben Pfaff
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: Kevin Dalley , 15626@bugs.debian.org
Resent-From: Kevin Dalley
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 08:03:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.8814809414126
(code B ref 15626); Sun, 07 Dec 1997 08:03:01 GMT
To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
References: <87btytuctj.fsf@pfaffben.user.msu.edu>
From: Kevin Dalley
Date: 06 Dec 1997 23:55:06 -0800
In-Reply-To: Ben Pfaff's message of 06 Dec 1997 21:06:16 -0500
Message-ID: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
Lines: 20
X-Mailer: Gnus v5.4.52/XEmacs 20.2
Please don't do this unless you want to encourage the FSF to make a
new release of autoconf. I don't think that our autoconf should
conflict with the upstream release. My preference is to leave it as a
forwarded bug. Note that this bug originally started as #14112
against automake, and is marked as forwarded. You may want to read
the discussion there as well.
Ben Pfaff writes:
> Very well, I suppose I'll have to actually take action on this then.
> I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
> didn't want to. See version 2.12-4.
>
> Note that this will make programs written assuming Debian's autoconf
> and automake break when someone runs standard FSF autoconf on them.
--
Kevin Dalley
kevind@rahul.net
Acknowledgement sent to Kevin Dalley <kevin@rahul.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Kevin Dalley
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
References: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 07:49:01 +0000
Received: (qmail 4121 invoked from network); 7 Dec 1997 07:48:58 -0000
Received: from dyn146.rahul.net (HELO aplysia.iway.aimnet.com) (dyn146.rahul.net@206.61.225.146)
by 205.229.104.5 with SMTP; 7 Dec 1997 07:48:58 -0000
Received: (from kevin@localhost)
by aplysia.iway.aimnet.com (8.8.8/8.8.8/Debian/GNU) id XAA02708;
Sat, 6 Dec 1997 23:55:08 -0800
To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
References: <87btytuctj.fsf@pfaffben.user.msu.edu>
From: Kevin Dalley
Date: 06 Dec 1997 23:55:06 -0800
In-Reply-To: Ben Pfaff's message of 06 Dec 1997 21:06:16 -0500
Message-ID: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
Lines: 20
X-Mailer: Gnus v5.4.52/XEmacs 20.2
Please don't do this unless you want to encourage the FSF to make a
new release of autoconf. I don't think that our autoconf should
conflict with the upstream release. My preference is to leave it as a
forwarded bug. Note that this bug originally started as #14112
against automake, and is marked as forwarded. You may want to read
the discussion there as well.
Ben Pfaff writes:
> Very well, I suppose I'll have to actually take action on this then.
> I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
> didn't want to. See version 2.12-4.
>
> Note that this will make programs written assuming Debian's autoconf
> and automake break when someone runs standard FSF autoconf on them.
--
Kevin Dalley
kevind@rahul.net
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: "Scott K. Ellis" , 15626@bugs.debian.org
Resent-From: "Scott K. Ellis"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 15:18:01 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88150736610015
(code B ref 15626); Sun, 07 Dec 1997 15:18:01 GMT
Date: Sun, 7 Dec 1997 10:12:42 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley , 15626@bugs.debian.org
In-Reply-To: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
current behavior of autoconf with automake is broken. However, I've "seen
the light" w/ regard to not adding imcompatibility with upstream in a
software generation tool and would be willing to consider this a moot
point if you'd want to change acconfig.h back to its original state and
simply make it a conffile.
On 6 Dec 1997, Kevin Dalley wrote:
> Please don't do this unless you want to encourage the FSF to make a
> new release of autoconf. I don't think that our autoconf should
> conflict with the upstream release. My preference is to leave it as a
> forwarded bug. Note that this bug originally started as #14112
> against automake, and is marked as forwarded. You may want to read
> the discussion there as well.
>
> Ben Pfaff writes:
>
> > Very well, I suppose I'll have to actually take action on this then.
> > I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
> > didn't want to. See version 2.12-4.
> >
> > Note that this will make programs written assuming Debian's autoconf
> > and automake break when someone runs standard FSF autoconf on them.
Acknowledgement sent to "Scott K. Ellis" <storm@gate.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: "Scott K. Ellis"
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 15:09:26 +0000
Received: (qmail 10010 invoked from network); 7 Dec 1997 15:09:26 -0000
Received: from osage.gate.net (root@osage.gate.net@198.206.134.25)
by 205.229.104.5 with SMTP; 7 Dec 1997 15:09:26 -0000
Received: from olorin.dyn.ml.org (root@dfbfl8-30.gate.net [199.227.99.30]) by osage.gate.net (8.8.6/8.6.12) with ESMTP id KAA55920; Sun, 7 Dec 1997 10:15:22 -0500
Received: from localhost by olorin.dyn.ml.org
with smtp id m0xeiNu-0002fQC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 7 Dec 1997 10:12:42 -0500 (EST)
Date: Sun, 7 Dec 1997 10:12:42 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley , 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
In-Reply-To: <87btytpoyt.fsf@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
current behavior of autoconf with automake is broken. However, I've "seen
the light" w/ regard to not adding imcompatibility with upstream in a
software generation tool and would be willing to consider this a moot
point if you'd want to change acconfig.h back to its original state and
simply make it a conffile.
On 6 Dec 1997, Kevin Dalley wrote:
> Please don't do this unless you want to encourage the FSF to make a
> new release of autoconf. I don't think that our autoconf should
> conflict with the upstream release. My preference is to leave it as a
> forwarded bug. Note that this bug originally started as #14112
> against automake, and is marked as forwarded. You may want to read
> the discussion there as well.
>
> Ben Pfaff writes:
>
> > Very well, I suppose I'll have to actually take action on this then.
> > I've added PACKAGE and VERSION to autoconf's acconfig.h, even though I
> > didn't want to. See version 2.12-4.
> >
> > Note that this will make programs written assuming Debian's autoconf
> > and automake break when someone runs standard FSF autoconf on them.
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Resent-From: Ben Pfaff
Orignal-Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 16:03:03 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88151042115535
(code B ref 15626); Sun, 07 Dec 1997 16:03:03 GMT
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: "Scott K. Ellis"
Cc: 15626@bugs.debian.org, Kevin Dalley
References:
Bcc:
From: Ben Pfaff
Date: 07 Dec 1997 11:12:10 -0500
In-Reply-To: "Scott K. Ellis"'s message of Sun, 7 Dec 1997 10:12:42 -0500 (EST)
Message-ID: <874t4l5e05.fsf@pfaffben.user.msu.edu>
Lines: 11
X-Mailer: Gnus v5.3/Emacs 19.34
"Scott K. Ellis" writes:
> Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> current behavior of autoconf with automake is broken. However, I've "seen
> the light" w/ regard to not adding imcompatibility with upstream in a
> software generation tool and would be willing to consider this a moot
> point if you'd want to change acconfig.h back to its original state and
> simply make it a conffile.
Done.
--
Ben Pfaff
Acknowledgement sent to pfaffben@pilot.msu.edu:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: pfaffben@pilot.msu.edu
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To: <874t4l5e05.fsf@pfaffben.user.msu.edu>
References: <874t4l5e05.fsf@pfaffben.user.msu.edu>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 16:00:21 +0000
Received: (qmail 15532 invoked from network); 7 Dec 1997 16:00:20 -0000
Received: from pfaffben.user.msu.edu (root@pfaffben.user.msu.edu@35.10.20.174)
by 205.229.104.5 with SMTP; 7 Dec 1997 16:00:20 -0000
Received: by pfaffben.user.msu.edu
id m0xejJS-000R9eC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 7 Dec 1997 11:12:10 -0500 (EST)
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: "Scott K. Ellis"
Cc: 15626@bugs.debian.org, Kevin Dalley
Subject: Re: Bug#15626: automake and autoheader
References:
Reply-To: pfaffben@pilot.msu.edu
Bcc:
From: Ben Pfaff
Date: 07 Dec 1997 11:12:10 -0500
In-Reply-To: "Scott K. Ellis"'s message of Sun, 7 Dec 1997 10:12:42 -0500 (EST)
Message-ID: <874t4l5e05.fsf@pfaffben.user.msu.edu>
Lines: 11
X-Mailer: Gnus v5.3/Emacs 19.34
"Scott K. Ellis" writes:
> Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> current behavior of autoconf with automake is broken. However, I've "seen
> the light" w/ regard to not adding imcompatibility with upstream in a
> software generation tool and would be willing to consider this a moot
> point if you'd want to change acconfig.h back to its original state and
> simply make it a conffile.
Done.
--
Ben Pfaff
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: Kevin Dalley , 15626@bugs.debian.org
Resent-From: Kevin Dalley
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 21:03:05 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88152791420354
(code B ref 15626); Sun, 07 Dec 1997 21:03:05 GMT
To: pfaffben@pilot.msu.edu
Cc: 15626@bugs.debian.org, "Scott K. Ellis"
References: <874t4l5e05.fsf@pfaffben.user.msu.edu>
From: Kevin Dalley
Date: 07 Dec 1997 12:58:23 -0800
In-Reply-To: Ben Pfaff's message of 07 Dec 1997 11:12:10 -0500
Message-ID: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
Lines: 26
X-Mailer: Gnus v5.4.52/XEmacs 20.2
In the meantime, I would like to keep this bug as forwarded, rather
than fixed. This will keep our documentation around. Perhaps it
should be merged with bug #14112: Automake's macros cause autoheader
to die. Clearly, they are the same bug reported twice.
Ben Pfaff writes:
> "Scott K. Ellis" writes:
> > Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> > current behavior of autoconf with automake is broken. However, I've "seen
> > the light" w/ regard to not adding imcompatibility with upstream in a
> > software generation tool and would be willing to consider this a moot
> > point if you'd want to change acconfig.h back to its original state and
> > simply make it a conffile.
>
> Done.
> --
> Ben Pfaff
>
>
--
Kevin Dalley
kevind@rahul.net
Acknowledgement sent to Kevin Dalley <kevind@rahul.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: Kevin Dalley
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
References: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 20:51:54 +0000
Received: (qmail 20351 invoked from network); 7 Dec 1997 20:51:51 -0000
Received: from dyn167.rahul.net (HELO aplysia.iway.aimnet.com) (dyn167.rahul.net@206.61.225.167)
by 205.229.104.5 with SMTP; 7 Dec 1997 20:51:51 -0000
Received: (from kevind@localhost)
by aplysia.iway.aimnet.com (8.8.8/8.8.8/Debian/GNU) id MAA14351;
Sun, 7 Dec 1997 12:58:25 -0800
To: pfaffben@pilot.msu.edu
Cc: 15626@bugs.debian.org, "Scott K. Ellis"
Subject: Re: Bug#15626: automake and autoheader
References: <874t4l5e05.fsf@pfaffben.user.msu.edu>
From: Kevin Dalley
Date: 07 Dec 1997 12:58:23 -0800
In-Reply-To: Ben Pfaff's message of 07 Dec 1997 11:12:10 -0500
Message-ID: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
Lines: 26
X-Mailer: Gnus v5.4.52/XEmacs 20.2
In the meantime, I would like to keep this bug as forwarded, rather
than fixed. This will keep our documentation around. Perhaps it
should be merged with bug #14112: Automake's macros cause autoheader
to die. Clearly, they are the same bug reported twice.
Ben Pfaff writes:
> "Scott K. Ellis" writes:
> > Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> > current behavior of autoconf with automake is broken. However, I've "seen
> > the light" w/ regard to not adding imcompatibility with upstream in a
> > software generation tool and would be willing to consider this a moot
> > point if you'd want to change acconfig.h back to its original state and
> > simply make it a conffile.
>
> Done.
> --
> Ben Pfaff
>
>
--
Kevin Dalley
kevind@rahul.net
Reply sent to pfaffben@pilot.msu.edu:
You have marked bug as forwarded.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: pfaffben@pilot.msu.edu
Cc: Ben Pfaff
Bcc: debian-bugs-forwarded@lists.debian.org
Subject: Bug#15626: marked as forwarded (automake: Automake's macros cause autoheader to die (fwd))
Message-ID:
In-Reply-To: <877m9ghn18.fsf@pfaffben.user.msu.edu>
References: <877m9ghn18.fsf@pfaffben.user.msu.edu>
X-Debian-PR-Message: forwarded 15626
Your message dated 07 Dec 1997 16:16:19 -0500
with message-id <877m9ghn18.fsf@pfaffben.user.msu.edu>
and subject line forwarded
has caused the Debian bug report #15626,
regarding automake: Automake's macros cause autoheader to die (fwd)
to be marked as having been forwarded to the upstream software
author(s) 15626-forwarded@bugs.debian.org.
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at submit) by bugs.debian.org; 4 Dec 1997 16:28:02 +0000
Received: (qmail 5698 invoked from network); 4 Dec 1997 16:27:59 -0000
Received: from chickasaw.gate.net (root@chickasaw.gate.net@198.206.134.26)
by 205.229.104.5 with SMTP; 4 Dec 1997 16:27:59 -0000
Received: from seminole.gate.net (storm@seminole.gate.net [199.227.0.14]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id LAA147510 for ; Thu, 4 Dec 1997 11:32:42 -0500
Received: from localhost (storm@localhost) by seminole.gate.net (8.8.6/8.7.3) with ESMTP id LAA50644 for ; Thu, 4 Dec 1997 11:34:30 -0500
X-Authentication-Warning: seminole.gate.net: storm owned process doing -bs
Date: Thu, 4 Dec 1997 11:34:30 -0500 (EST)
From: Scott Ellis
To: submit@bugs.debian.org
Subject: Re: automake: Automake's macros cause autoheader to die (fwd)
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Content-Transfer-Encoding: QUOTED-PRINTABLE
Package: autoconf
Version: N/A
The following was a message discussing a problem with automake and
autoheader. Could you apply the fix recomended to acconfig.h in autoconf?
--=20
Scott K. Ellis http://www.gate.net/~storm/
---------- Forwarded message ----------
Date: 04 Dec 1997 11:16:46 -0500
From: Fran=E7ois Pinard
To: Kevin Dalley
Cc: automake@gnu.org, storm@gate.net, 14112-forwarded@bugs.debian.org
Subject: Re: automake: Automake's macros cause autoheader to die
Kevin Dalley writes:
> The following bug has been reported to the Debian release of
> automake-1.2. Please keep the "cc" headers for bug tracking.
> When running autoheader on a configure.in that includes some automake
> macros, autoheader complains about symbols [PACKAGE and VERSION] it
> can't deal with. It then fails to generate an output file.
The symbols have to be preannounced in `acconfig.h', like this:
/* Define to the name of the distribution. */
#undef PACKAGE
/* Define to the version of the distribution. */
#undef VERSION
This is documented in the Autoconf manual, but it might be a good idea
that the Automake manual also insists a bit about adding such lines to
`acconfig.h'.
> I'm not sure if this is a bug with autoconf or automake, but
> autoconf/autoheader works fine without it.
I do not think it should be considered as a bug, except maybe against
the Automake documentation.
`autoconf'/`autoheader' behaviour does not restrict what `automake'
could do or need: these are different packages, even if good friends.
So, I do not understand the argument, if any.
--=20
Fran=E7ois Pinard mailto:pinard@iro.umontreal.ca
Join the free Translation Project! http://www.iro.umontreal.ca/~pinard
Received: (at 15626-forwarded) by bugs.debian.org; 7 Dec 1997 21:04:19 +0000
Received: (qmail 24652 invoked from network); 7 Dec 1997 21:04:15 -0000
Received: from pfaffben.user.msu.edu (root@pfaffben.user.msu.edu@35.10.20.174)
by 205.229.104.5 with SMTP; 7 Dec 1997 21:04:15 -0000
Received: by pfaffben.user.msu.edu
id m0xeo3n-000R9cC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 7 Dec 1997 16:16:19 -0500 (EST)
Sender: blp@pfaffben.user.msu.edu (Ben Pfaff)
To: 15626-forwarded@bugs.debian.org
Subject: forwarded
Reply-To: pfaffben@pilot.msu.edu
Bcc:
From: Ben Pfaff
Date: 07 Dec 1997 16:16:19 -0500
Message-ID: <877m9ghn18.fsf@pfaffben.user.msu.edu>
Lines: 3
X-Mailer: Gnus v5.3/Emacs 19.34
This has been sent to the upstream maintainers.
--
Ben Pfaff
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: "Scott K. Ellis" , 15626@bugs.debian.org
Resent-From: "Scott K. Ellis"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 22:03:05 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.8815315847255
(code B ref 15626); Sun, 07 Dec 1997 22:03:05 GMT
Date: Sun, 7 Dec 1997 16:56:17 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley
cc: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
In-Reply-To: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
They are, but since you can't merge bugs from different packages, they
probably should be seperate bugs. The optimum solution may be for
autoheader to check a local acconfig.h as well as its normal one and for
automake to generate said local file.
On 7 Dec 1997, Kevin Dalley wrote:
> In the meantime, I would like to keep this bug as forwarded, rather
> than fixed. This will keep our documentation around. Perhaps it
> should be merged with bug #14112: Automake's macros cause autoheader
> to die. Clearly, they are the same bug reported twice.
>
>
> Ben Pfaff writes:
>
> > "Scott K. Ellis" writes:
> > > Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> > > current behavior of autoconf with automake is broken. However, I've "seen
> > > the light" w/ regard to not adding imcompatibility with upstream in a
> > > software generation tool and would be willing to consider this a moot
> > > point if you'd want to change acconfig.h back to its original state and
> > > simply make it a conffile.
> >
> > Done.
> > --
> > Ben Pfaff
> >
> >
>
>
> --
> Kevin Dalley
> kevind@rahul.net
>
Acknowledgement sent to "Scott K. Ellis" <storm@gate.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: "Scott K. Ellis"
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 21:53:04 +0000
Received: (qmail 7238 invoked from network); 7 Dec 1997 21:53:01 -0000
Received: from chickasaw.gate.net (root@chickasaw.gate.net@198.206.134.26)
by 205.229.104.5 with SMTP; 7 Dec 1997 21:53:01 -0000
Received: from olorin.dyn.ml.org (root@dfbfl10-60.gate.net [199.227.90.123]) by chickasaw.gate.net (8.8.6/8.6.12) with ESMTP id QAA177976; Sun, 7 Dec 1997 16:58:06 -0500
Received: from localhost by olorin.dyn.ml.org
with smtp id m0xeogT-0002fHC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 7 Dec 1997 16:56:17 -0500 (EST)
Date: Sun, 7 Dec 1997 16:56:17 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley
cc: pfaffben@pilot.msu.edu, 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
In-Reply-To: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
They are, but since you can't merge bugs from different packages, they
probably should be seperate bugs. The optimum solution may be for
autoheader to check a local acconfig.h as well as its normal one and for
automake to generate said local file.
On 7 Dec 1997, Kevin Dalley wrote:
> In the meantime, I would like to keep this bug as forwarded, rather
> than fixed. This will keep our documentation around. Perhaps it
> should be merged with bug #14112: Automake's macros cause autoheader
> to die. Clearly, they are the same bug reported twice.
>
>
> Ben Pfaff writes:
>
> > "Scott K. Ellis" writes:
> > > Well, I'd personally want to encourage the FSF to upgrade autoconf, as the
> > > current behavior of autoconf with automake is broken. However, I've "seen
> > > the light" w/ regard to not adding imcompatibility with upstream in a
> > > software generation tool and would be willing to consider this a moot
> > > point if you'd want to change acconfig.h back to its original state and
> > > simply make it a conffile.
> >
> > Done.
> > --
> > Ben Pfaff
> >
> >
>
>
> --
> Kevin Dalley
> kevind@rahul.net
>
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: kevind@rahul.net, 15626@bugs.debian.org
Resent-From: Kevin Dalley
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Sun, 07 Dec 1997 22:18:02 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.8815324869483
(code B ref 15626); Sun, 07 Dec 1997 22:18:02 GMT
Date: Sun, 7 Dec 1997 14:14:25 -0800
Message-Id: <199712072214.OAA15657@aplysia.iway.aimnet.com>
From: Kevin Dalley
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: "Scott K. Ellis"
Cc: Kevin Dalley , pfaffben@pilot.msu.edu,
15626@bugs.debian.org
In-Reply-To:
References: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid
>>>>> "Scott" == Scott K Ellis writes:
> They are, but since you can't merge bugs from different packages,
> they probably should be seperate bugs. The optimum solution may be
> for autoheader to check a local acconfig.h as well as its normal one
> and for automake to generate said local file.
It's easy enough to reassign a bug and then merge.
If you have a specific suggestion for an automake change, could you
respond to one of the earlier messages for that bug which is forwarded
to the automake mailing list. Since automake is being actively
maintained, continuing the discussion there would be a good thing.
--
Kevin Dalley
kevind@rahul.net
Acknowledgement sent to kevind@rahul.net:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: kevind@rahul.net
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To: <199712072214.OAA15657@aplysia.iway.aimnet.com>
References: <199712072214.OAA15657@aplysia.iway.aimnet.com>
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 7 Dec 1997 22:08:06 +0000
Received: (qmail 9479 invoked from network); 7 Dec 1997 22:08:04 -0000
Received: from dyn157.rahul.net (HELO aplysia.iway.aimnet.com) (dyn157.rahul.net@206.61.225.157)
by 205.229.104.5 with SMTP; 7 Dec 1997 22:08:04 -0000
Received: (from kevind@localhost)
by aplysia.iway.aimnet.com (8.8.8/8.8.8/Debian/GNU) id OAA15657;
Sun, 7 Dec 1997 14:14:25 -0800
Date: Sun, 7 Dec 1997 14:14:25 -0800
Message-Id: <199712072214.OAA15657@aplysia.iway.aimnet.com>
From: Kevin Dalley
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: "Scott K. Ellis"
Cc: Kevin Dalley , pfaffben@pilot.msu.edu,
15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
In-Reply-To:
References: <87vhx0an0w.fsf@aplysia.iway.aimnet.com>
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid
Reply-To: kevind@rahul.net
>>>>> "Scott" == Scott K Ellis writes:
> They are, but since you can't merge bugs from different packages,
> they probably should be seperate bugs. The optimum solution may be
> for autoheader to check a local acconfig.h as well as its normal one
> and for automake to generate said local file.
It's easy enough to reassign a bug and then merge.
If you have a specific suggestion for an automake change, could you
respond to one of the earlier messages for that bug which is forwarded
to the automake mailing list. Since automake is being actively
maintained, continuing the discussion there would be a good thing.
--
Kevin Dalley
kevind@rahul.net
Information forwarded to debian-bugs-dist@lists.debian.org, Ben Pfaff <pfaffben@pilot.msu.edu>:
Bug#15626; Package autoconf.
debian-bugs-dist@lists.debian.orgBen Pfaff
Subject: Bug#15626: automake and autoheader
Reply-To: "Scott K. Ellis" , 15626@bugs.debian.org
Resent-From: "Scott K. Ellis"
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ben Pfaff
Resent-Date: Mon, 08 Dec 1997 00:18:09 GMT
Resent-Message-ID:
Resent-Sender: iwj@debian.org
X-Debian-PR-Message: report 15626
X-Debian-PR-Package: autoconf
X-Debian-PR-Keywords:
X-Loop: owner@bugs.debian.org
Received: via spool by 15626-bugs@bugs.debian.org id=B15626.88154023420461
(code B ref 15626); Mon, 08 Dec 1997 00:18:09 GMT
Date: Sun, 7 Dec 1997 19:20:33 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley , 15626@bugs.debian.org
In-Reply-To: <199712072214.OAA15657@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sun, 7 Dec 1997, Kevin Dalley wrote:
> >>>>> "Scott" == Scott K Ellis writes:
>
> > They are, but since you can't merge bugs from different packages,
> > they probably should be seperate bugs. The optimum solution may be
> > for autoheader to check a local acconfig.h as well as its normal one
> > and for automake to generate said local file.
>
> It's easy enough to reassign a bug and then merge.
>
> If you have a specific suggestion for an automake change, could you
> respond to one of the earlier messages for that bug which is forwarded
> to the automake mailing list. Since automake is being actively
> maintained, continuing the discussion there would be a good thing.
Unfortunatly, I don't really have a useful fix for automake that doesn't
involve changes to autoconf as well. I'm not good enough with M4 to
suggest a better solution at this point.
Acknowledgement sent to "Scott K. Ellis" <storm@gate.net>:
Extra info received and forwarded to list. Copy sent to Ben Pfaff <pfaffben@pilot.msu.edu>.
-t
From: owner@bugs.debian.org (Ian Jackson)
To: "Scott K. Ellis"
Subject: Bug#15626: Info received (was Bug#15626: automake and autoheader)
Message-ID:
In-Reply-To:
References:
X-Debian-PR-Message: ack-info-maintonly 15626
Thank you for the additional information you have supplied regarding
this problem report. It has been forwarded to the developer(s) and
to the developers' mailing list to accompany the original report.
Your message has been sent to the package maintainer(s):
Ben Pfaff
If you wish to continue to submit further information on your problem,
please send it to 15626@bugs.debian.org, as before.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Ian Jackson
(maintainer, Debian bug tracking system)
Received: (at 15626) by bugs.debian.org; 8 Dec 1997 00:17:14 +0000
Received: (qmail 20429 invoked from network); 8 Dec 1997 00:17:11 -0000
Received: from osage.gate.net (root@osage.gate.net@198.206.134.25)
by 205.229.104.5 with SMTP; 8 Dec 1997 00:17:11 -0000
Received: from olorin.dyn.ml.org (root@dfbfl13a-51.gate.net [199.227.5.51]) by osage.gate.net (8.8.6/8.6.12) with ESMTP id TAA181262; Sun, 7 Dec 1997 19:23:11 -0500
Received: from localhost by olorin.dyn.ml.org
with smtp id m0xeqw5-0002fHC
(Debian Smail-3.2 1996-Jul-4 #2); Sun, 7 Dec 1997 19:20:33 -0500 (EST)
Date: Sun, 7 Dec 1997 19:20:33 -0500 (EST)
From: "Scott K. Ellis"
X-Sender: storm@olorin.dyn.ml.org
To: Kevin Dalley , 15626@bugs.debian.org
Subject: Re: Bug#15626: automake and autoheader
In-Reply-To: <199712072214.OAA15657@aplysia.iway.aimnet.com>
Message-ID:
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
On Sun, 7 Dec 1997, Kevin Dalley wrote:
> >>>>> "Scott" == Scott K Ellis writes:
>
> > They are, but since you can't merge bugs from different packages,
> > they probably should be seperate bugs. The optimum solution may be
> > for autoheader to check a local acconfig.h as well as its normal one
> > and for automake to generate said local file.
>
> It's easy enough to reassign a bug and then merge.
>
> If you have a specific suggestion for an automake change, could you
> respond to one of the earlier messages for that bug which is forwarded
> to the automake mailing list. Since automake is being actively
> maintained, continuing the discussion there would be a good thing.
Unfortunatly, I don't really have a useful fix for automake that doesn't
involve changes to autoconf as well. I'm not good enough with M4 to
suggest a better solution at this point.
Bug reassigned from package `autoconf' to `autoconf2.13'.
Request was from Ben Pfaff <pfaffben@msu.edu>
to control@bugs.debian.org.
Received: (at control) by bugs.debian.org; 28 May 2001 19:39:09 +0000
From pfaffben@msu.edu Mon May 28 14:39:09 2001
Return-path:
Received: from www.cscw.msu.edu (cscw.msu.edu) [35.8.233.178] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 154Sr6-0002Uu-00; Mon, 28 May 2001 14:39:08 -0500
Received: from pm335-18.dialip.mich.net (pfaffben) [35.9.11.20]
by cscw.msu.edu with asmtp (Exim 3.20 #1 (Debian))
id 154Sr0-0004TX-00; Mon, 28 May 2001 15:39:03 -0400
Received: from blp by pfaffben with local (Exim 3.22 #1 (Debian))
id 154SpJ-0004W4-00; Mon, 28 May 2001 15:37:17 -0400
To: control@bugs.debian.org
Subject: autoconf bug maintenance
Reply-To: pfaffben@msu.edu
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
From: Ben Pfaff
Date: 28 May 2001 15:37:17 -0400
Message-ID: <877kz1tgcy.fsf@pfaffben.user.msu.edu>
Lines: 47
User-Agent: Chaos/1.13.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.0 (HANANOEN)
Sender: Ben Pfaff
Delivered-To: control@bugs.debian.org
# autoconf shouldn't break much anymore
close 98606
# should be fixed by newest autoconf updates
close 98576
close 98986
close 98971
# ftp.debian.org has a bug report requesting removal
# of autoconf in project/experimental
close 80619
# the INSTALL file is there for people to use in their own packages
close 84048
# should be fixed upstream now
close 49829
# for some reason listed as `NMU fixed' bugs
close 75272
close 75448
close 84170
close 31227
# these apply to autoconf2.13 now
reassign 7314 autoconf2.13
reassign 9063 autoconf2.13
reassign 10648 autoconf2.13
reassign 15626 autoconf2.13
reassign 20768 autoconf2.13
reassign 31803 autoconf2.13
reassign 33990 autoconf2.13
reassign 44405 autoconf2.13
reassign 44862 autoconf2.13
reassign 44870 autoconf2.13
reassign 44880 autoconf2.13
reassign 44894 autoconf2.13
reassign 46244 autoconf2.13
reassign 58039 autoconf2.13
thanks
--
"Some programming practices beg for errors;
this one is like calling an 800 number
and having errors delivered to your door."
--Steve McConnell
Received: (at 15626-forwarded) by bugs.debian.org; 7 Sep 2008 07:33:04 +0000
From vezzani@fis.unipr.it Sun Sep 07 07:33:04 2008
X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02
(2007-08-08) on rietz.debian.org
X-Spam-Level: *
X-Spam-Status: No, score=1.5 required=4.0 tests=JOBS,MONEY autolearn=no
version=3.2.3-bugs.debian.org_2005_01_02
Return-path:
Received: from [85.173.25.70]
by rietz.debian.org with esmtp (Exim 4.63)
(envelope-from )
id 1KcElb-0000By-Fj
for 15626-forwarded@bugs.debian.org; Sun, 07 Sep 2008 07:33:04 +0000
Message-ID: <000801c910bb$03775924$67a807a2@dvwqv>
From: "addison sorel"
To: <15626-forwarded@bugs.debian.org>
Subject: Job Opportunity at Luksus
Date: Sun, 07 Sep 2008 05:45:35 +0000
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2720.3000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300
We have reviewed your resume and would like to introduce you to our
current vacancy.
Luksus, with headquarters in Helsinki, Finland, serves the luxury
lifestyle and offers unparalleled access to the finest luxury
goods. We offer a unique mix of brands, partnerships, and product
expertise. We are currently hiring, work at home positions, to
provide administrative assistance with sales in North America.
Candidates for the job should possess excellent organizational
skills as well as the ability to efficiently multi-task. Ideal
candidates have a strong focus on day-to-day operational
excellence. The candidate should be motivated, proactive, be able
to learn and adapt quickly.
Other duties include, but are not limited to:
* Incorporating effective priorities for the virtual office function
* Administer day-to-day financial responsibilities for clients
* Reporting online daily
* Preparing brief summary reports, and weekly financial reports
Salary part-time (3 hours per day, Monday-Friday): $1,200/month,
plus commission.
If you are interested in this position please send us an email to
Sandra.Collins@luksus-jobs.org expressing your interest and we will
forward you the detailed job description and the working agreement.
Thank You,
Luksus Team