Received: (at submit) by debbugs.gnu.org; 25 Mar 2022 14:10:08 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Mar 25 10:10:08 2022
Received: from localhost ([127.0.0.1]:52067 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1nXkdj-00039k-DV
for submit <at> debbugs.gnu.org; Fri, 25 Mar 2022 10:10:08 -0400
Received: from lists.gnu.org ([209.51.188.17]:58030)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <ben@HIDDEN>) id 1nXkSf-0002jy-Iv
for submit <at> debbugs.gnu.org; Fri, 25 Mar 2022 09:58:41 -0400
Received: from eggs.gnu.org ([209.51.188.92]:52034)
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from <ben@HIDDEN>)
id 1nXkSe-0006ky-De
for bug-guile@HIDDEN; Fri, 25 Mar 2022 09:58:41 -0400
Received: from wolkenwelten.net ([188.166.23.42]:36400)
by eggs.gnu.org with esmtp (Exim 4.90_1)
(envelope-from <ben@HIDDEN>) id 1nXkSc-0002Ak-6k
for bug-guile@HIDDEN; Fri, 25 Mar 2022 09:58:39 -0400
Received: by wolkenwelten.net (Postfix, from userid 1000)
id AC529200B6; Fri, 25 Mar 2022 13:58:05 +0000 (UTC)
Date: Fri, 25 Mar 2022 13:58:05 +0000
From: ben@HIDDEN
To: bug-guile@HIDDEN
Subject: Can't build with `--disable-regex`
Message-ID: <20220325135805.GA20351@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.10.1 (2018-07-13)
Received-SPF: pass client-ip=188.166.23.42; envelope-from=ben@HIDDEN;
helo=wolkenwelten.net
X-Spam_score_int: -18
X-Spam_score: -1.9
X-Spam_bar: -
X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001,
SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Fri, 25 Mar 2022 10:09:18 -0400
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>,
<mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)
Hello there,
While trying to build a minimal version of Guile I ran into some errors which seem to stem from the `--disable-regex` flag.
I was building from the guile-3.0.8.tar.gz tarball on an updated amd64 Arch GNU/Linux system.
After extracting I ran the following commands:
```
./configure --disable-regex
make -j
```
After a short while I get the following error message:
```
Backtrace:
15 (apply-smob/1 #<boot-closure 7f09bde1cb60 ()>)
14 (primitive-load "/home/benny/build/guile-3.0.8/meta/gui?")
13 (primitive-eval (define-module (guild) #:use-module # ?))
12 (apply-smob/1 #<boot-closure 7f09be565220 (_)> (# (#) ?))
11 (primitive-eval #<struct:7f09c5edb8a0 pwpwpwpwpw 7f09bd?>)
10 (apply-smob/1 #<boot-closure 7f09bdee1d00 ()>)
9 (apply-smob/1 #<boot-closure 7f09bdee1b40 ()>)
8 (apply-smob/1 #<boot-closure 7f09bdee1380 ()>)
7 (apply-smob/1 #<boot-closure 7f09bdee4880 ()>)
6 (apply-smob/1 #<boot-closure 7f09bdee4600 ()>)
5 (apply-smob/1 #<boot-closure 7f09bdee44c0 ()>)
4 (apply-smob/1 #<boot-closure 7f09bdee4420 ()>)
3 (apply-smob/1 #<boot-closure 7f09bdee5320 ()>)
2 (primitive-load-path "ice-9/getopt-long" #<boot-closure?>)
1 (primitive-eval (define short-opt-rx (make-regexp "?")))
0 (apply-smob/1 #<boot-closure 7f09be2a9300 (_ . _)> # #f ?)
ERROR: In procedure apply-smob/1:
Unbound variable: make-regexp
make[3]: *** [Makefile:4560: guile-procedures.texi] Error 1
make[3]: Leaving directory '/home/benny/build/guile-3.0.8/libguile'
make[2]: *** [Makefile:2632: all] Error 2
make[2]: Leaving directory '/home/benny/build/guile-3.0.8/libguile'
make[1]: *** [Makefile:2061: all-recursive] Error 1
make[1]: Leaving directory '/home/benny/build/guile-3.0.8'
make: *** [Makefile:1947: all] Error 2
```
Yours truly,
Benjamin Schulenburg
ben@HIDDEN:bug-guile@HIDDEN.
Full text available.bug-guile@HIDDEN:bug#54566; Package guile.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.