GNU bug report logs - #42652
emacs-27.1-rc1 and configure error on Solaris 11.3

Previous Next

Package: emacs;

Reported by: noloader <at> gmail.com

Date: Sat, 1 Aug 2020 15:27:01 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42652 in the body.
You can then email your comments to 42652 AT debbugs.gnu.org in the normal way.

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-gnu-emacs <at> gnu.org:
bug#42652; Package emacs. (Sat, 01 Aug 2020 15:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to noloader <at> gmail.com:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 01 Aug 2020 15:27:01 GMT) Full text and rfc822 format available.

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

From: Jeffrey Walton <noloader <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Sat, 1 Aug 2020 11:26:27 -0400
Hi Everyone,

I'm testing emacs-27.1-rc1 on Solaris 11.3 i86pc.

I'm catching the following error during configure. I believe it is due
to --without-selinux:

    configure: error: invalid package name: selinux

There is no config.log to offer.

It seems like configure should accept --without-selinux on platforms
that don't have SElinux.

Jeff




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42652; Package emacs. (Sat, 01 Aug 2020 15:44:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: noloader <at> gmail.com
Cc: 42652 <at> debbugs.gnu.org
Subject: Re: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Sat, 01 Aug 2020 18:43:12 +0300
> From: Jeffrey Walton <noloader <at> gmail.com>
> Date: Sat, 1 Aug 2020 11:26:27 -0400
> 
> I'm testing emacs-27.1-rc1 on Solaris 11.3 i86pc.
> 
> I'm catching the following error during configure. I believe it is due
> to --without-selinux:
> 
>     configure: error: invalid package name: selinux

My reading of configure is that this error message is emitted when
some --without-* option uses characters that are not permitted in
shell variable names.  Not sure why this is triggered in your case.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42652; Package emacs. (Sat, 01 Aug 2020 15:53:01 GMT) Full text and rfc822 format available.

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

From: Jeffrey Walton <noloader <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 42652 <at> debbugs.gnu.org
Subject: Re: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Sat, 1 Aug 2020 11:52:28 -0400
On Sat, Aug 1, 2020 at 11:43 AM Eli Zaretskii <eliz <at> gnu.org> wrote:
>
> > From: Jeffrey Walton <noloader <at> gmail.com>
> > Date: Sat, 1 Aug 2020 11:26:27 -0400
> >
> > I'm testing emacs-27.1-rc1 on Solaris 11.3 i86pc.
> >
> > I'm catching the following error during configure. I believe it is due
> > to --without-selinux:
> >
> >     configure: error: invalid package name: selinux
>
> My reading of configure is that this error message is emitted when
> some --without-* option uses characters that are not permitted in
> shell variable names.  Not sure why this is triggered in your case.

Oh, you're right. There was a trailing space in '--without-selinux '.

Cancel this noise.

Jeff




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42652; Package emacs. (Sat, 01 Aug 2020 16:02:01 GMT) Full text and rfc822 format available.

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

From: Werner LEMBERG <wl <at> gnu.org>
To: noloader <at> gmail.com
Cc: eliz <at> gnu.org, 42652 <at> debbugs.gnu.org
Subject: Re: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Sat, 01 Aug 2020 18:01:03 +0200 (CEST)
>> >     configure: error: invalid package name: selinux
>
> Oh, you're right. There was a trailing space in '--without-selinux '.

Note sure what package is responsible for the error message, but I
think it would help if the package name gets quoted to avoid such
problems:

  configure: error: invalid package name: 'selinux '


    Werner




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 01 Aug 2020 16:42:01 GMT) Full text and rfc822 format available.

Notification sent to noloader <at> gmail.com:
bug acknowledged by developer. (Sat, 01 Aug 2020 16:42:02 GMT) Full text and rfc822 format available.

Message #19 received at 42652-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: noloader <at> gmail.com
Cc: 42652-done <at> debbugs.gnu.org
Subject: Re: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Sat, 01 Aug 2020 19:41:40 +0300
> From: Jeffrey Walton <noloader <at> gmail.com>
> Date: Sat, 1 Aug 2020 11:52:28 -0400
> Cc: 42652 <at> debbugs.gnu.org
> 
> > My reading of configure is that this error message is emitted when
> > some --without-* option uses characters that are not permitted in
> > shell variable names.  Not sure why this is triggered in your case.
> 
> Oh, you're right. There was a trailing space in '--without-selinux '.
> 
> Cancel this noise.

Thanks, closing.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#42652; Package emacs. (Wed, 05 Aug 2020 14:53:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Werner LEMBERG <wl <at> gnu.org>
Cc: noloader <at> gmail.com, 42652 <at> debbugs.gnu.org
Subject: Re: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
Date: Wed, 05 Aug 2020 17:52:08 +0300
> Date: Sat, 01 Aug 2020 18:01:03 +0200 (CEST)
> From: Werner LEMBERG <wl <at> gnu.org>
> Cc: eliz <at> gnu.org, 42652 <at> debbugs.gnu.org
> 
> 
> >> >     configure: error: invalid package name: selinux
> >
> > Oh, you're right. There was a trailing space in '--without-selinux '.
> 
> Note sure what package is responsible for the error message, but I
> think it would help if the package name gets quoted to avoid such
> problems:
> 
>   configure: error: invalid package name: 'selinux '

I tend to agree, but please report this to the Autoconf folks, because
AFAIU we just use AC_ARG_WITH here.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Sep 2020 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 228 days ago.

Previous Next


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