From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#42652: emacs-27.1-rc1 and configure error on Solaris 11.3 Date: Wed, 05 Aug 2020 17:52:08 +0300 Message-ID: <8336519mcn.fsf@gnu.org> References: <83o8nucqy7.fsf@gnu.org> <20200801.180103.204385743703928603.wl@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25305"; mail-complaints-to="usenet@ciao.gmane.io" Cc: noloader@gmail.com, 42652@debbugs.gnu.org To: Werner LEMBERG Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Aug 05 16:53:08 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k3Kmy-0006Tk-KT for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 05 Aug 2020 16:53:08 +0200 Original-Received: from localhost ([::1]:58084 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3Kmx-00053O-Nm for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 05 Aug 2020 10:53:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55182) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3Kms-00053B-4c for bug-gnu-emacs@gnu.org; Wed, 05 Aug 2020 10:53:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40391) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k3Kmr-0003ii-PE for bug-gnu-emacs@gnu.org; Wed, 05 Aug 2020 10:53:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k3Kmr-00066s-OT for bug-gnu-emacs@gnu.org; Wed, 05 Aug 2020 10:53:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 05 Aug 2020 14:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42652 X-GNU-PR-Package: emacs Original-Received: via spool by 42652-submit@debbugs.gnu.org id=B42652.159663914523439 (code B ref 42652); Wed, 05 Aug 2020 14:53:01 +0000 Original-Received: (at 42652) by debbugs.gnu.org; 5 Aug 2020 14:52:25 +0000 Original-Received: from localhost ([127.0.0.1]:51937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3KmH-00065z-Ct for submit@debbugs.gnu.org; Wed, 05 Aug 2020 10:52:25 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3KmF-00065k-D8 for 42652@debbugs.gnu.org; Wed, 05 Aug 2020 10:52:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58024) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3KmA-0003dj-2i; Wed, 05 Aug 2020 10:52:18 -0400 Original-Received: from [176.228.60.248] (port=1828 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k3Km8-0001WI-CT; Wed, 05 Aug 2020 10:52:17 -0400 In-Reply-To: <20200801.180103.204385743703928603.wl@gnu.org> (message from Werner LEMBERG on Sat, 01 Aug 2020 18:01:03 +0200 (CEST)) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:184105 Archived-At: > Date: Sat, 01 Aug 2020 18:01:03 +0200 (CEST) > From: Werner LEMBERG > 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.