From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9CD851F9FD for ; Sun, 14 Mar 2021 08:24:25 +0000 (UTC) Received: from localhost ([::1]:52146 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lLM2y-0006tS-C9 for normalperson@yhbt.net; Sun, 14 Mar 2021 04:24:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lLM2u-0006tK-Vb for bug-gnulib@gnu.org; Sun, 14 Mar 2021 04:24:20 -0400 Received: from gatalith.at ([2a03:4000:48:421::1]:60041) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lLM2r-0002EO-WD for bug-gnulib@gnu.org; Sun, 14 Mar 2021 04:24:19 -0400 Received: from yt.nih.at (213-47-13-4.cable.dynamic.surfer.at [213.47.13.4]) by gatalith.at (Postfix) with ESMTPSA id 104223908B7 for ; Sun, 14 Mar 2021 09:24:09 +0100 (CET) Date: Sun, 14 Mar 2021 09:24:09 +0100 From: Thomas Klausner To: bug-gnulib@gnu.org Subject: parse-datetime test failure on NetBSD Message-ID: <20210314082409.m6twfv5m5a4d7i42@yt.nih.at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: pass client-ip=2a03:4000:48:421::1; envelope-from=tk@giga.or.at; helo=gatalith.at 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Hi! I reported a bug in gnutls 3.7.1 https://gitlab.com/gnutls/gnutls/-/issues/1190#note_528802421 and was told it might be a bug in gnulib instead. The recipe from that bug report fails for me on NetBSD 9.99.81/amd64 with gcc 9.3.0: git clone --depth=1 https://git.sv.gnu.org/git/gnulib.git cd gnulib ./gnulib-tool --create-testdir --dir=t parse-datetime cd t ./configure && make && make check gives [1] Abort trap (core dumped) "${@}" >${log_file} 2>&1 FAIL: test-parse-datetime from test-suite.log: FAIL: test-parse-datetime ========================= test-parse-datetime.c:434: assertion 'parse_datetime (&result, "TZ=\"\\\\\"", &now)' failed FAIL test-parse-datetime (exit status: 134) Cheers, Thomas