From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Build failure for Emacs master Date: Tue, 19 Apr 2016 11:58:57 +0200 Message-ID: <57160161.8000608@alice.it> References: <56CCD91E.6070507@alice.it> <83egc2ixji.fsf@gnu.org> <56CD798D.7060102@alice.it> <56CD8408.1000701@alice.it> <83wppuggb4.fsf@gnu.org> <56CE2CA7.5050906@alice.it> <83io1cg2pt.fsf@gnu.org> <56DA0327.2030009@alice.it> <83oaatxu72.fsf@gnu.org> <570C4307.6050907@alice.it> <83k2k2g82s.fsf@gnu.org> <86egaa7b0z.fsf@gmail.com> <83a8kyfd38.fsf@gnu.org> <86lh4hm7dd.fsf@gmail.com> <83oa9cdu7l.fsf@gnu.org> <83k2k0dqtg.fsf@gnu.org> <83fuuodm1q.fsf@gnu.org> <864mb4j5lw.fsf@gmail.com> <837ffze3dx.fsf@gnu.org> <86k2jzgu8d.fsf@gmail.com> <83r3e7c4yn.fsf@gnu.org> <57149B76.5050706@alice.it> <83bn56ahxf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1461059965 7467 80.91.229.3 (19 Apr 2016 09:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Apr 2016 09:59:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 19 11:59:13 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1asSR7-0007Pa-Cx for ged-emacs-devel@m.gmane.org; Tue, 19 Apr 2016 11:59:13 +0200 Original-Received: from localhost ([::1]:55084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asSR6-0004mQ-Rh for ged-emacs-devel@m.gmane.org; Tue, 19 Apr 2016 05:59:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asSR2-0004jo-Sb for emacs-devel@gnu.org; Tue, 19 Apr 2016 05:59:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asSQy-0005k1-Rr for emacs-devel@gnu.org; Tue, 19 Apr 2016 05:59:08 -0400 Original-Received: from smtp201.alice.it ([82.57.200.97]:29491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asSQy-0005j8-4d for emacs-devel@gnu.org; Tue, 19 Apr 2016 05:59:04 -0400 Original-Received: from [192.168.1.101] (79.19.227.36) by smtp201.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 56FAA8730BFBCA2F for emacs-devel@gnu.org; Tue, 19 Apr 2016 11:58:56 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: <83bn56ahxf.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203093 Archived-At: Now master builds OB. I just noticed the following message about SED while configuring (it was there also in my previous builds) ./autogen.sh PKG_CONFIG_PATH=/mingw64/lib/pkgconfig ./configure --without-imagemagick [...] checking the archiver (ar) interface... ar checking for ar... (cached) ar checking for ranlib... ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether gcc -I ./nt/inc accepts -g3 -O2... yes sed: can't read conftest.c: No such file or directory checking whether the compiler is clang... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether make supports nested variables... (cached) yes checking whether ln -s works for files in the same directory... no, using /bin/ln -s checking for install-info... /usr/bin/install-info checking for gzip... /usr/bin/gzip [...] Ciao, Angelo.