Package Details: vim-runtime-git 9.0.2184.r3.gea9964a36-1

Git Clone URL: https://aur.archlinux.org/vim-runtime-git.git (read-only, click to copy)
Package Base: vim-runtime-git
Description: Vim the editor. Components used by vim-minimal-git and gvim-git.
Upstream URL: http://www.vim.org
Licenses: custom:vim
Conflicts: vim-runtime
Provides: vim-runtime
Submitter: pmattern
Maintainer: pmattern
Last Packager: pmattern
Votes: 1
Popularity: 0.000000
First Submitted: 2015-08-14 12:51 (UTC)
Last Updated: 2023-12-23 14:49 (UTC)

Dependencies (6)

Required by (32)

Sources (1)

Latest Comments

sph commented on 2019-05-15 13:17 (UTC)

Please add usr/share/icons to line 61 (rm -R usr/bin usr/share/{applications,man}) to prevent file conflicts between (vim, vim-git) and this package.

(the conflicting files are /usr/share/icons/hicolor/48x48/apps/gvim.png; /usr/share/icons/locolor/16x16/apps/gvim.png; /usr/share/icons/locolor/32x32/apps/gvim.png)

pmattern commented on 2016-05-09 15:20 (UTC) (edited on 2016-05-09 15:21 (UTC) by pmattern)

Currently the package as-is doesn't build due to an upstream issue discussed in https://github.com/vim/vim/issues/790. A simple workaround is to set "--enable-perlinterp" to "yes" instead of "dynamic" in PKGBUILD. Given that workaround exists I think it's all in all more reasonable to wait for the problem getting fixed upstream instead of tweaking this package.

fusion809 commented on 2016-05-09 02:06 (UTC)

This package is returning the error: gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDYNAMIC_LUA_DLL=\"liblua.so.5.3.2\" -I/usr/include -o objects/if_lua.o if_lua.c /usr/bin/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c /usr/bin/perl /usr/share/perl5/core_perl/ExtUtils/xsubpp -prototypes -typemap \ /usr/share/perl5/core_perl/ExtUtils/typemap if_perl.xs >> auto/if_perl.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDYNAMIC_PERL_DLL=\"libperl.so\" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib/perl5/core_perl/CORE -o objects/if_perl.o auto/if_perl.c <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined <command-line>:0:0: note: this is the location of the previous definition In file included from if_perl.xs:610:0: /usr/lib/perl5/core_perl/CORE/inline.h: In function ‘S_av_top_index’: /usr/lib/perl5/core_perl/CORE/inline.h:20:5: error: ‘PERL_ARGS_ASSERT_AV_TOP_INDEX’ undeclared (first use in this function) PERL_ARGS_ASSERT_AV_TOP_INDEX; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/perl5/core_perl/CORE/inline.h:20:5: note: each undeclared identifier is reported only once for each function it appears in /usr/lib/perl5/core_perl/CORE/inline.h: In function ‘S_append_utf8_from_native_byte’: /usr/lib/perl5/core_perl/CORE/inline.h:242:5: error: ‘PERL_ARGS_ASSERT_APPEND_UTF8_FROM_NATIVE_BYTE’ undeclared (first use in this function) PERL_ARGS_ASSERT_APPEND_UTF8_FROM_NATIVE_BYTE; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/perl5/core_perl/CORE/inline.h: In function ‘S__is_utf8_char_slow’: /usr/lib/perl5/core_perl/CORE/inline.h:274:5: error: ‘PERL_ARGS_ASSERT__IS_UTF8_CHAR_SLOW’ undeclared (first use in this function) PERL_ARGS_ASSERT__IS_UTF8_CHAR_SLOW; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/perl5/core_perl/CORE/inline.h: In function ‘S_is_safe_syscall’: /usr/lib/perl5/core_perl/CORE/inline.h:305:5: error: ‘PERL_ARGS_ASSERT_IS_SAFE_SYSCALL’ undeclared (first use in this function) PERL_ARGS_ASSERT_IS_SAFE_SYSCALL; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/perl5/core_perl/CORE/inline.h: In function ‘S_sv_only_taint_gmagic’: /usr/lib/perl5/core_perl/CORE/inline.h:390:5: error: ‘PERL_ARGS_ASSERT_SV_ONLY_TAINT_GMAGIC’ undeclared (first use in this function) PERL_ARGS_ASSERT_SV_ONLY_TAINT_GMAGIC; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile:2859: recipe for target 'objects/if_perl.o' failed make[1]: *** [objects/if_perl.o] Error 1 make[1]: Leaving directory '/home/fusion809/AUR/vim-runtime-git/src/vim/src' Makefile:26: recipe for target 'first' failed make: *** [first] Error 2 ==> ERROR: A failure occurred in build(). Aborting...