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: feature/android 83eeebe9ef2: Merge remote-tracking branch 'origin/master' into feature/android Date: Mon, 19 Jun 2023 19:49:25 +0300 Message-ID: <83zg4v75yi.fsf@gnu.org> References: <168713616877.28101.8095250217334338322@vcs2.savannah.gnu.org> <20230619005609.28E56C19263@vcs2.savannah.gnu.org> <87wmzzdg20.fsf@gmail.com> <87fs6n7tm0.fsf@yahoo.com> <87sfandeym.fsf@gmail.com> <877crz7sjr.fsf@yahoo.com> <87o7lbdedh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4166"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 19 18:50:13 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 1qBI4y-0000rf-UB for ged-emacs-devel@m.gmane-mx.org; Mon, 19 Jun 2023 18:50:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qBI4U-0008Qv-UB; Mon, 19 Jun 2023 12:49:43 -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 1qBI4B-0008Ik-3N for emacs-devel@gnu.org; Mon, 19 Jun 2023 12:49:26 -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 1qBI4A-00035s-P6; Mon, 19 Jun 2023 12:49:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=4zJgL7+nhOZxI7L20SjK93e+my6VN+PEYZiJNYXBo20=; b=G1Zhti7vXt4vslV1NGOF Zs9Hu5VgLh3mLVGWa+17odII4fMdUAlVrUMmxH+uHj4oc/0lM4k3mYTZW4dq8qYKT3TQd0+w6Rzae NFxRWXvbn1PyxPaEMwkN04DKb+sN+Ojn0nNUYBQeMP2itNGDDI8KRrKvqvrS/4jGoF5PN/ahjuL06 /FHYy3bsNSGMe7nXTI+HVnhoaOgVVD+GZrHMhgXyxbCSCE6tcX8rwGIFCsiv3/6dv+/fLZcdtrHvA STCjQevQixI89BhOmIVDYbc5WNR0L82SABzVRsmVdSUVZKOz7LiW+yUdDkpaHWRGHn3SEuZ+6T4Rq ba0cXMS99IHxOQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBI4A-0001Zn-7j; Mon, 19 Jun 2023 12:49:22 -0400 In-Reply-To: <87o7lbdedh.fsf@gmail.com> (message from Robert Pluim on Mon, 19 Jun 2023 10:51:06 +0200) 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:307054 Archived-At: > From: Robert Pluim > Cc: emacs-devel@gnu.org > Date: Mon, 19 Jun 2023 10:51:06 +0200 > > >>>>> On Mon, 19 Jun 2023 16:41:28 +0800, Po Lu said: > > Po Lu> Robert Pluim writes: > >>>>>>> On Mon, 19 Jun 2023 16:18:31 +0800, Po Lu said: > >> > >> Po Lu> Does this fix the problem? > >> > >> Yes, although the resulting emacs now interposes rpl_vfprintf and rpl_printf > >> instead of the glibc functions. Why is that suddenly necessary? > > Po Lu> Because Gnulib has detected that [vasn]printf aren't POSIX or C23 > Po Lu> compliant. It's not possible to avoid using Gnulib replacement > Po Lu> functions in lib-src, as long as the headers there include config.h. > > But master doesnʼt do that. Or is this branch using a newer version of > gnulib? Can you show the failed test program and the error messages? Maybe we should take this up with the Gnulib developers. AFAIU, modern GNU/Linux systems which use new enough glibc aren't supposed to require replacements of library functions.