From owner-svn-ports-head@freebsd.org Sat Oct 22 21:58:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC5CBC1DF78; Sat, 22 Oct 2016 21:58:24 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4p.cmail.yandex.net (forward4p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7522B1BEF; Sat, 22 Oct 2016 21:58:23 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::116]) by forward4p.cmail.yandex.net (Yandex) with ESMTP id 1FE2020B5F; Sun, 23 Oct 2016 00:58:21 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 353227808A1; Sun, 23 Oct 2016 00:58:17 +0300 (MSK) Received: by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id T8gAywpMcX-wHcqNBNJ; Sun, 23 Oct 2016 00:58:17 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0 Subject: Re: svn commit: r424478 - head/editors/vim To: Adam Weinberger , Cy Schubert References: <201610222028.u9MKSFIh071819@slippy.cwsent.com> <77C418A9-F395-4F7B-97DE-439D147A077F@adamw.org> Cc: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Boris Samorodov Message-ID: <3146047c-78f5-9929-22ce-efd62770c4f6@passap.ru> Date: Sun, 23 Oct 2016 00:58:16 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <77C418A9-F395-4F7B-97DE-439D147A077F@adamw.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 21:58:25 -0000 23.10.2016 00:50, Adam Weinberger пишет: >> On 22 Oct, 2016, at 14:28, Cy Schubert wrote: >> >> In message <201610221703.u9MH3QI6026518@repo.freebsd.org>, Adam Weinberger >> writ >> es: >>> Author: adamw >>> Date: Sat Oct 22 17:03:26 2016 >>> New Revision: 424478 >>> URL: https://svnweb.freebsd.org/changeset/ports/424478 >>> >>> Log: >>> Update to patchlevel 46. >>> >>> Modified: >>> head/editors/vim/Makefile >>> head/editors/vim/distinfo >>> >>> Modified: head/editors/vim/Makefile >>> ============================================================================= >>> = >>> --- head/editors/vim/Makefile Sat Oct 22 15:30:08 2016 (r424477) >>> +++ head/editors/vim/Makefile Sat Oct 22 17:03:26 2016 (r424478) >>> @@ -2,7 +2,7 @@ >>> # $FreeBSD$ >>> >>> PORTNAME= vim >>> -PORTVERSION= 8.0.0035 >>> +PORTVERSION= 8.0.0046 >>> DISTVERSIONPREFIX= v >>> CATEGORIES= editors >>> >>> >>> Modified: head/editors/vim/distinfo >>> ============================================================================= >>> = >>> --- head/editors/vim/distinfo Sat Oct 22 15:30:08 2016 (r424477) >>> +++ head/editors/vim/distinfo Sat Oct 22 17:03:26 2016 (r424478) >>> @@ -1,3 +1,3 @@ >>> -TIMESTAMP = 1476303311 >>> -SHA256 (vim-vim-v8.0.0035_GH0.tar.gz) = 5b88509107cba8ca336450ec8f5b78bc53b3 >>> f079c6788ec168c2d9f08591ced2 >>> -SIZE (vim-vim-v8.0.0035_GH0.tar.gz) = 12919456 >>> +TIMESTAMP = 1477153978 >>> +SHA256 (vim-vim-v8.0.0046_GH0.tar.gz) = a768d3b959c44c6084c1c745012766a53730 >>> 3c687f8869d3e877c5a25cc812f4 >>> +SIZE (vim-vim-v8.0.0046_GH0.tar.gz) = 12924328 >> >> Hi Adam, >> >> This fails to build on a -CURRENT as of r307727. Here's the tail of the >> build. This may be fixed by base/r307754. >> >> checking linker --as-needed support... yes >> configure: updating cache auto/config.cache >> configure: creating auto/config.status >> config.status: creating auto/config.mk >> config.status: creating auto/config.h >> ===> Building for vim-8.0.0046 >> cc -emit-llvm -pipe -pipe -DLIBICONV_PLUG -fstack-protector >> -fno-strict-aliasing -pipe -c -o .c.bco >> cc: error: no input files >> *** Error code 1 >> >> Stop. >> make[2]: stopped in /export/wrkdir/amd64/usr/ports/editors/vim/work/vim-8.0. >> 0046 >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /usr/ports/editors/vim >> *** Error code 1 >> >> Stop. >> make: stopped in /usr/ports/editors/vim >> slippy# > > Oh my! Thank you for the log. I don't have a -CURRENT VM handy. This definitely looks like a make-related problem. Do you have any thoughts on what's wrong here? -- WBR, bsam