unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
@ 2020-08-01 15:26 Jeffrey Walton
  2020-08-01 15:43 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Jeffrey Walton @ 2020-08-01 15:26 UTC (permalink / raw)
  To: 42652

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
  2020-08-01 15:26 bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3 Jeffrey Walton
@ 2020-08-01 15:43 ` Eli Zaretskii
  2020-08-01 15:52   ` Jeffrey Walton
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2020-08-01 15:43 UTC (permalink / raw)
  To: noloader; +Cc: 42652

> From: Jeffrey Walton <noloader@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
  2020-08-01 15:43 ` Eli Zaretskii
@ 2020-08-01 15:52   ` Jeffrey Walton
  2020-08-01 16:01     ` Werner LEMBERG
  2020-08-01 16:41     ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: Jeffrey Walton @ 2020-08-01 15:52 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 42652

On Sat, Aug 1, 2020 at 11:43 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Jeffrey Walton <noloader@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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
  2020-08-01 15:52   ` Jeffrey Walton
@ 2020-08-01 16:01     ` Werner LEMBERG
  2020-08-05 14:52       ` Eli Zaretskii
  2020-08-01 16:41     ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Werner LEMBERG @ 2020-08-01 16:01 UTC (permalink / raw)
  To: noloader; +Cc: 42652


>> >     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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
  2020-08-01 15:52   ` Jeffrey Walton
  2020-08-01 16:01     ` Werner LEMBERG
@ 2020-08-01 16:41     ` Eli Zaretskii
  1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2020-08-01 16:41 UTC (permalink / raw)
  To: noloader; +Cc: 42652-done

> From: Jeffrey Walton <noloader@gmail.com>
> Date: Sat, 1 Aug 2020 11:52:28 -0400
> Cc: 42652@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3
  2020-08-01 16:01     ` Werner LEMBERG
@ 2020-08-05 14:52       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2020-08-05 14:52 UTC (permalink / raw)
  To: Werner LEMBERG; +Cc: noloader, 42652

> Date: Sat, 01 Aug 2020 18:01:03 +0200 (CEST)
> From: Werner LEMBERG <wl@gnu.org>
> Cc: eliz@gnu.org, 42652@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-05 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01 15:26 bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3 Jeffrey Walton
2020-08-01 15:43 ` Eli Zaretskii
2020-08-01 15:52   ` Jeffrey Walton
2020-08-01 16:01     ` Werner LEMBERG
2020-08-05 14:52       ` Eli Zaretskii
2020-08-01 16:41     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.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).