makepkg.conf + rust + spaces in build path = can't build
Description:
Basically, this. Indeed, setting debug
in the options=() in makepkg.conf to !debug
lets me build stuff normally.
Additional info:
- package version(s): pacman 6.1.0-3
- config and/or log files: makepkg.conf
- link to upstream bug report, if any: https://github.com/rust-lang/rust/issues/125594
Steps to reproduce:
- Create a folder that has spaces in its path
- Download a pkgbuild for a rust package, like paru
- run
makepkg -si
- see it fail