GNU bug report logs - #28967
Global options already processed error when running 'autoreconf'

Previous Next

Package: automake;

Reported by: Sostom M N <sostomc011 <at> gmail.com>

Date: Tue, 24 Oct 2017 15:28:02 UTC

Severity: normal

Tags: moreinfo

To reply to this bug, email your comments to 28967 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#28967; Package automake. (Tue, 24 Oct 2017 15:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sostom M N <sostomc011 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Tue, 24 Oct 2017 15:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sostom M N <sostomc011 <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: How can I resolve this
Date: Tue, 24 Oct 2017 14:36:28 +0300
[Message part 1 (text/plain, inline)]
I am trying to run autoreconf , and this is what i get:
/usr/share/aclocal/log4c.m4:7: warning: underquoted definition of
AM_PATH_LOG4C
/usr/share/aclocal/log4c.m4:7:   run info Automake 'Extending aclocal'
/usr/share/aclocal/log4c.m4:7:   or see
http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
/usr/share/aclocal/log4c.m4:7: warning: underquoted definition of
AM_PATH_LOG4C
/usr/share/aclocal/log4c.m4:7:   run info Automake 'Extending aclocal'
/usr/share/aclocal/log4c.m4:7:   or see
http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
automake: error: global options already processed
automake: Please contact <bug-automake <at> gnu.org>.
 at /usr/share/automake-1.15/Automake/Channels.pm line 662, <GEN0> line 105.
Automake::Channels::msg("automake", "", "global options already processed")
called at /usr/share/automake-1.15/Automake/ChannelDefs.pm line 212
Automake::ChannelDefs::prog_error("global options already processed")
called at /usr/share/automake-1.15/Automake/Options.pm line 421
Automake::Options::process_global_option_list(HASH(0x2f920b0)) called at
/usr/bin/automake line 5337
Automake::scan_autoconf_traces("configure.ac") called at /usr/bin/automake
line 5437
Automake::scan_autoconf_files() called at /usr/bin/automake line 8259
autoreconf: automake failed with exit status: 29

Regards
Sostomc
[Message part 2 (text/html, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#28967; Package automake. (Mon, 30 Oct 2017 15:15:01 GMT) Full text and rfc822 format available.

Message #8 received at 28967 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Lirzin <mthl <at> gnu.org>
To: Sostom M N <sostomc011 <at> gmail.com>
Cc: 28967 <at> debbugs.gnu.org
Subject: Re: bug#28967: How can I resolve this
Date: Mon, 30 Oct 2017 16:14:07 +0100
Hello,

Sostom M N <sostomc011 <at> gmail.com> writes:

> I am trying to run autoreconf , and this is what i get:
> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of AM_PATH_LOG4C
> /usr/share/aclocal/log4c.m4:7: run info Automake 'Extending aclocal'
> /usr/share/aclocal/log4c.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of AM_PATH_LOG4C
> /usr/share/aclocal/log4c.m4:7: run info Automake 'Extending aclocal'
> /usr/share/aclocal/log4c.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
> automake: error: global options already processed
> automake: Please contact <bug-automake <at> gnu.org>.
> at /usr/share/automake-1.15/Automake/Channels.pm line 662, <GEN0> line 105.
> Automake::Channels::msg("automake", "", "global options already processed") called at /usr/share/automake-1.15/Automake/ChannelDefs.pm line 212
> Automake::ChannelDefs::prog_error("global options already processed") called at /usr/share/automake-1.15/Automake/Options.pm line 421
> Automake::Options::process_global_option_list(HASH(0x2f920b0)) called at /usr/bin/automake line 5337
> Automake::scan_autoconf_traces("configure.ac") called at /usr/bin/automake line 5437
> Automake::scan_autoconf_files() called at /usr/bin/automake line 8259
> autoreconf: automake failed with exit status: 29

I would need more context.  Could you give me some instructions to
reproduce this bug?

Thanks.

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37




Added tag(s) moreinfo. Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 30 Oct 2017 15:15:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#28967; Package automake. (Thu, 18 Jan 2018 09:37:01 GMT) Full text and rfc822 format available.

Message #13 received at 28967 <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Lirzin <mthl <at> gnu.org>
To: Sostom M N <sostomc011 <at> gmail.com>
Cc: 28967 <at> debbugs.gnu.org
Subject: Re: bug#28967: How can I resolve this
Date: Thu, 18 Jan 2018 10:36:48 +0100
Hello,

Mathieu Lirzin <mthl <at> gnu.org> writes:

> Sostom M N <sostomc011 <at> gmail.com> writes:
>
>> I am trying to run autoreconf , and this is what i get:
>> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of AM_PATH_LOG4C
>> /usr/share/aclocal/log4c.m4:7: run info Automake 'Extending aclocal'
>> /usr/share/aclocal/log4c.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
>> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of AM_PATH_LOG4C
>> /usr/share/aclocal/log4c.m4:7: run info Automake 'Extending aclocal'
>> /usr/share/aclocal/log4c.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
>> automake: error: global options already processed
>> automake: Please contact <bug-automake <at> gnu.org>.
>> at /usr/share/automake-1.15/Automake/Channels.pm line 662, <GEN0> line 105.
>> Automake::Channels::msg("automake", "", "global options already processed") called at /usr/share/automake-1.15/Automake/ChannelDefs.pm line 212
>> Automake::ChannelDefs::prog_error("global options already processed") called at /usr/share/automake-1.15/Automake/Options.pm line 421
>> Automake::Options::process_global_option_list(HASH(0x2f920b0)) called at /usr/bin/automake line 5337
>> Automake::scan_autoconf_traces("configure.ac") called at /usr/bin/automake line 5437
>> Automake::scan_autoconf_files() called at /usr/bin/automake line 8259
>> autoreconf: automake failed with exit status: 29
>
> I would need more context.  Could you give me some instructions to
> reproduce this bug?

Any news?

Thanks.

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37




Changed bug title to 'Global options already processed error when running 'autoreconf'' from 'How can I resolve this' Request was from Mathieu Lirzin <mthl <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 18 Jan 2018 09:40:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#28967; Package automake. (Thu, 18 Jan 2018 13:50:02 GMT) Full text and rfc822 format available.

Message #18 received at 28967 <at> debbugs.gnu.org (full text, mbox):

From: Eric Blake <eblake <at> redhat.com>
To: Sostom M N <sostomc011 <at> gmail.com>, 28967 <at> debbugs.gnu.org
Subject: Re: bug#28967: How can I resolve this
Date: Thu, 18 Jan 2018 07:49:15 -0600
[Message part 1 (text/plain, inline)]
On 10/24/2017 06:36 AM, Sostom M N wrote:
> I am trying to run autoreconf , and this is what i get:
> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of
> AM_PATH_LOG4C

Most likely, log4c.m4 defines AM_PATH_LOG4C incorrectly, with
insufficient quoting (by the way, the AM_ namespace is reserved for
automake, but log4c.m4 doesn't belong to automake, so the macro should
be using a different name in the first place), and that initial error
then causes knock-on effects...

> /usr/share/aclocal/log4c.m4:7:   run info Automake 'Extending aclocal'
> /usr/share/aclocal/log4c.m4:7:   or see
> http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
> /usr/share/aclocal/log4c.m4:7: warning: underquoted definition of
> AM_PATH_LOG4C
> /usr/share/aclocal/log4c.m4:7:   run info Automake 'Extending aclocal'
> /usr/share/aclocal/log4c.m4:7:   or see
> http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
> automake: error: global options already processed
> automake: Please contact <bug-automake <at> gnu.org>.
>  at /usr/share/automake-1.15/Automake/Channels.pm line 662, <GEN0> line 105.
> Automake::Channels::msg("automake", "", "global options already processed")

that confuse automake itself.  But we'd have to see the contents of
log4c.m4 to know for sure.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 7 years and 212 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.