Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#42841 - [vim-runtime] 7.4.516 runtime package fails to build
Attached to Project:
Arch Linux
Opened by jason ryan (jasonwryan) - Wednesday, 19 November 2014, 07:47 GMT
Last edited by Anatol Pomozov (anatolik) - Wednesday, 19 November 2014, 23:09 GMT
Opened by jason ryan (jasonwryan) - Wednesday, 19 November 2014, 07:47 GMT
Last edited by Anatol Pomozov (anatolik) - Wednesday, 19 November 2014, 23:09 GMT
|
DetailsDescription: Vim 7.4.516 in [testing] fails to build the runtime package when using ABS or Asp as the relevant directory is rm'ed in all but the gvim package build function.
Additional info: * 7.4.516- Steps to reproduce: attempt to build any of the vim packages, such as vim-minimal, and the runtime package will fail, complaining about missing files. In the package function for each of these packages, *other than gvim*, there is the following lines: # Runtime provided by runtime package rm -r "${pkgdir}"/usr/share/vim and in vim_runtime: # Install the runtime split from gvim install -dm755 "${pkgdir}"/usr/share mv "${srcdir}"/runtime-install "${pkgdir}"/usr/share/vim which of course does not exist. Fixed by replacing the lines in the other packages with: # Move the runtime for later packaging mv "${pkgdir}"/usr/share/vim "${srcdir}"/runtime-install |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Wednesday, 19 November 2014, 23:09 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in the tree
Wednesday, 19 November 2014, 23:09 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in the tree
Could you please provide exact instructions how to reproduce it.
That doesn't really matter, though, makepkg provides the option, it should be supported. Ideally, the package functions shouldn't change anything in $srcdir at all.