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: Emacs pretest 28.0.90 is out Date: Sun, 05 Dec 2021 15:48:32 +0200 Message-ID: <83zgpf2mdr.fsf@gnu.org> References: <87v903sotv.fsf@yahoo.com> <83r1ar4h29.fsf@gnu.org> <875ys3qr0o.fsf@yahoo.com> <8335n748sj.fsf@gnu.org> <87wnkjpaff.fsf@yahoo.com> <831r2r47lk.fsf@gnu.org> <87sfv7p9uw.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21783"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 05 14:49:44 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 1mtrtg-0005UA-1x for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Dec 2021 14:49:44 +0100 Original-Received: from localhost ([::1]:40732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtrte-0001SO-Hk for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Dec 2021 08:49:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53080) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtrse-0000lu-QK for emacs-devel@gnu.org; Sun, 05 Dec 2021 08:48:41 -0500 Original-Received: from [2001:470:142:3::e] (port=39692 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtrsd-0001pE-R4; Sun, 05 Dec 2021 08:48:39 -0500 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=chdXX3z71VHV9pWoRxu5oEHYu0CoE+FiXpYblVIFwBo=; b=HmgPou7IGM30 clqHwBSdC/9gCexZKcOXbhbbbTOtwKnykrLCRVZnuloyt6cfLKCtwO25ASJOpnvOreXmF6+FnWWyU 0OzTH81SphaZFsuoWqyN5/5vRWPy6jdpyfhb72ztZYwnxQeBZKQvwRHs9KCKInEsIrcVdsWGJPVo5 BopzgXB+UKL9AgeB08x95ifCr9jaEGd6ZoIDVkVg24HamnqZ/QHebLoRtv23S3W/TsxohtzkhRGhU k756P2djlyT28UyM06oIjJsQJB8weTBUi/HI2g5DiM+XfMfBDcFlecQ/L1SuJjg+zzB+kbrYTH9ez tEbQlbjS3y6WRaTC5YHouQ==; Original-Received: from [87.69.77.57] (port=3438 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 1mtrsb-0008Tk-Tk; Sun, 05 Dec 2021 08:48:39 -0500 In-Reply-To: <87sfv7p9uw.fsf@yahoo.com> (message from Po Lu on Sun, 05 Dec 2021 19:30:31 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:280996 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sun, 05 Dec 2021 19:30:31 +0800 > > >> The @GL_GENERATE_ALLOCA_H_* parts should have been replaced by > >> sedlibmk.inp, correct? > > > > Yes. The DOS build shouldn't need Gnulib's alloca.h. > > Thanks. It seems that this part of sedlibmk.inp is supposed to get rid > of those: > > s/= @GL_GENERATE_ALLOCA_H@/= 1/ > s/= @GL_GENERATE_BYTESWAP_H@/= 1/ > s/= @GL_GENERATE_EXECINFO_H@/= 1/ > s/= @GL_GENERATE_STDALIGN_H@/= 1/ > s/= @GL_GENERATE_STDDEF_H@/= 1/ > s/= @GL_GENERATE_STDINT_H@/= 1/ > s/= @GL_GENERATE_LIMITS_H@/= 1/ > s/= @GL_GENERATE_ERRNO_H@/= / > s/= @GL_GENERATE_LIMITS_H@/= / No, those are for lines like this: GL_GENERATE_ALLOCA_H = @GL_GENERATE_ALLOCA_H@ > But they are only effective for @GL_GENERATE_ALLOC_H@, which I take to > have changed into @GL_GENERATE_ALLOCA_H_TRUE@ and > @GL_GENERATE_ALLOCA_H_FALSE@ in gnulib? Or am I missing something? Yes, I think the problem is that you are building from the repository. You should build a pretest tarball instead. The support for building from the repository was not tested in many years, and has probably bit-rotten quite a lot. The tarball shouldn't have the msdos/autogen/ directory. It does have it now, but that is a mistake. So unpack the tarball and delete msdos/autogen/ with all its contents, then try again.