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.devel Subject: Re: Android port Date: Sun, 06 Aug 2023 20:36:18 +0300 Message-ID: <83cz00oyy5.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <87il9s5vmv.fsf@yahoo.com> <83o7jkpbi1.fsf@gnu.org> <7795730.O3cEFmX14Z@nimes> <83leeopaw1.fsf@gnu.org> <87cz0047ar.fsf@yahoo.com> <300293781.6205921.1691334594442@mail1.libero.it> <1869652718.6207009.1691336124300@mail1.libero.it> <373515283.6207381.1691336695284@mail1.libero.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24462"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, bruno@clisp.org, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 06 19:37:08 2023 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 1qShgh-00068R-4i for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Aug 2023 19:37:07 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qShfh-0007AD-M1; Sun, 06 Aug 2023 13:36:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qShff-00079z-SO for emacs-devel@gnu.org; Sun, 06 Aug 2023 13:36:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qShfe-0006pp-Lf; Sun, 06 Aug 2023 13:36:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=WDqJHcRFXd+6LpgFVkt+hn3rZXoIIV5w/DKnZFTdo8U=; b=H8hzFofyx0q3 yjlDF7SiOErf8YYm7N8Q6VzhcfY6mUwfsFjPyKRcMC0ygPfrsytQwA1FGfiKodi4o2fZqLgH7MCKc RE+dAxR4iaADg4vIbxQDx7yn6d8c17Fb1ajH69XH83g4DQdvtrjIPEmnwweJmj3XH+v/FJ74BT4zu To7jDFP+/K0n26JmJ17JJQorjRk3tOZcREZkFQWinNi4g/+GqXdBmH2ib0nGctSchom/VlX1soCXe Iua6Igq76GzTtm9WZKkA6s6vWy9KUzxjOsaW1kAnLAs0MiZqMKPyG0WQU3auylL6NPsgeGYbObHNE q7HRTiMXc3rOHQIQEZA6+Q==; In-Reply-To: <373515283.6207381.1691336695284@mail1.libero.it> (message from Angelo Graziosi on Sun, 6 Aug 2023 17:44:55 +0200 (CEST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308379 Archived-At: > Date: Sun, 6 Aug 2023 17:44:55 +0200 (CEST) > From: Angelo Graziosi > Cc: Bruno Haible , eggert@cs.ucla.edu, emacs-devel@gnu.org > > > Il 06/08/2023 17:35 CEST Angelo Graziosi ha scritto: > > > > > > Ah, on top applies! Testing wait.. > > > > > Il 06/08/2023 17:09 CEST Angelo Graziosi ha scritto: > > > > > On top of previous or from scratch? > > Ok, the three patches (up today) apply cleanly but the build fails in the same manner.. Are you sure you did all the steps starting from autogen.sh and running the configure script? If yes, it means something else causes asnprintf.o to be added to LIBOBJ. What does the below show in the m4 directories (I think there are two of them on the Android branch): $ grep 'gl_REPLACE_VASN\?PRINTF' *.m4 Thanks.