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-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,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 9E5B01F8C6 for ; Sat, 31 Jul 2021 01:43:52 +0000 (UTC) Received: from localhost ([::1]:39912 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m9e2Y-0004Pn-Sh for normalperson@yhbt.net; Fri, 30 Jul 2021 21:43:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9e2M-0004PX-DD for bug-gnulib@gnu.org; Fri, 30 Jul 2021 21:43:38 -0400 Received: from outpost.hi.is ([2a00:c88:4000:1650::165:166]:48202) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m9e2K-0003Uq-0t for bug-gnulib@gnu.org; Fri, 30 Jul 2021 21:43:38 -0400 Received: from krafla.rhi.hi.is (krafla.rhi.hi.is [IPv6:2a00:c88:4000:1480::148:57]) by outpost.hi.is (8.14.7/8.14.7) with ESMTP id 16V1hCmi023360 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 31 Jul 2021 01:43:13 GMT DKIM-Filter: OpenDKIM Filter v2.11.0 outpost.hi.is 16V1hCmi023360 Received: from krafla.rhi.hi.is (localhost [127.0.0.1]) by krafla.rhi.hi.is (8.15.2/8.15.2) with ESMTPS id 16V1hCD3552887 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Sat, 31 Jul 2021 01:43:12 GMT Received: (from bjarniig@localhost) by krafla.rhi.hi.is (8.15.2/8.15.2/Submit) id 16V1hBHs552886; Sat, 31 Jul 2021 01:43:11 GMT Date: Sat, 31 Jul 2021 01:43:11 +0000 From: Bjarni Ingi Gislason To: Paul Eggert Subject: Re: "rpl_fprintf" not found if compiled with options "-ggdb -Og" Message-ID: <20210731014311.GA552841@rhi.hi.is> References: <20210728204211.GA397303@rhi.hi.is> <6c8fde67-39e9-2a29-3ea2-d0c59c7c9d8b@cs.ucla.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6c8fde67-39e9-2a29-3ea2-d0c59c7c9d8b@cs.ucla.edu> User-Agent: Mutt/1.10.1 (2018-07-13) Received-SPF: none client-ip=2a00:c88:4000:1650::165:166; envelope-from=bjarniig@krafla.rhi.hi.is; helo=outpost.hi.is 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_NONE=0.001, SPF_NONE=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: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" On Wed, Jul 28, 2021 at 02:37:00PM -0700, Paul Eggert wrote: > I'm not seeing this problem when building groff 1.22.4 (the latest version) > on Ubuntu 21.04, which has GCC Ubuntu 10.3.0-1ubuntu1. I built by doing > this: > > wget https://ftp.gnu.org/pub/gnu/groff/groff-1.22.4.tar.gz > cd groff-1.22.4/ > ./configure > make > > What happens when you try the above steps on your platform? The compilation of this version of "groff" and thus the used "gnulib" version of that, resulted in no error. Actually I am using the current repository of both "groff" and "gnulib". I compiled these versions with the option "-O" instead of "-ggdb -Og" and got the same error. Compilation with gcc-9 (Debian 9.3.0-22) 9.3.0 Copyright (C) 2019 Free Software Foundation, Inc. showed the same error. -- Bjarni I. Gislason