svn commit: r424478 - head/editors/vim

Adam Weinberger adamw at adamw.org
Sat Oct 22 21:50:37 UTC 2016


> On 22 Oct, 2016, at 14:28, Cy Schubert <Cy.Schubert at komquats.com> wrote:
> 
> In message <201610221703.u9MH3QI6026518 at 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.
> 
> 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?

# Adam


-- 
Adam Weinberger
adamw at adamw.org
http://www.adamw.org




More information about the svn-ports-head mailing list