msys2 / msys2-pacman

A friendly fork of https://gitlab.archlinux.org/pacman/pacman
GNU General Public License v2.0
21 stars 12 forks source link

pacman 6.1.0 references package_source_files function that doesn't exist #51

Open jeremyd2019 opened 1 month ago

jeremyd2019 commented 1 month ago

https://github.com/msys2/msys2-pacman/blob/761a878373f16db3c1825d1e8eea4c5167c36057/scripts/libmakepkg/tidy/strip.sh.in#L221-L232

I think this is an oversight in the rebasing that was done in #45. I haven't yet actually seen it cause a problem, but I think it would fail if options are 'debug' '!strip'.

lazka commented 1 month ago

oops, thanks

lazka commented 1 month ago

I think I'm just going to split the windows strip code into a separate file. Rebasing is always a pain there.