From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 build failure - gnulib Date: Wed, 06 Oct 2021 08:20:23 +0000 Message-ID: References: <0540d597-455f-b259-15f8-f22a820bfe82@inventati.org> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33523"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: eliz@gnu.org, emacs-devel To: Manuel Uberti Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 06 10:22:36 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mY2CC-0008Xs-3e for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Oct 2021 10:22:36 +0200 Original-Received: from localhost ([::1]:50076 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY2CB-00005o-1o for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Oct 2021 04:22:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY2AC-0006X7-Vk for emacs-devel@gnu.org; Wed, 06 Oct 2021 04:20:33 -0400 Original-Received: from mx.sdf.org ([205.166.94.24]:53512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY2A9-0004vs-5n; Wed, 06 Oct 2021 04:20:32 -0400 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 1968KN09002405 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Wed, 6 Oct 2021 08:20:24 GMT In-Reply-To: <0540d597-455f-b259-15f8-f22a820bfe82@inventati.org> (Manuel Uberti's message of "Wed, 6 Oct 2021 07:34:02 +0200") Received-SPF: pass client-ip=205.166.94.24; envelope-from=akrl@sdf.org; helo=mx.sdf.org 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: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276412 Archived-At: Manuel Uberti writes: > I just pulled 3ff29babbfa2f8b46848944629c1e047291e916b from master and I did: > > - git clean -xfd > - ./autogen.sh > - ./configure --with-harfbuzz --with-native-compilation > - make bootstrap -j16 > > But I am still getting this: > > make[2]: Leaving directory '/home/manuel/emacs/doc/lispref' > CCLD temacs > /usr/bin/ld: comp.o: in function `comp_hash_source_file': > /home/manuel/emacs/src/comp.c:725: undefined reference to `md5_stream' > collect2: error: ld returned 1 exit status > make[2]: *** [Makefile:647: temacs] Error 1 > make[2]: Leaving directory '/home/manuel/emacs/src' > make[1]: *** [Makefile:449: src] Error 2 > make[1]: Leaving directory '/home/manuel/emacs' > make: *** [Makefile:1147: bootstrap] Error 2 Hi Manuel, I think this should have been addressed (see bug#50985). BR Andrea