Re: [pacman-dev] [pacman] [PATCH] makepkg: remove makedepends before installing built package

2019-10-07 Thread Allan McRae
On 12/9/19 11:22 pm, a...@eckner.net wrote: > From: Erich Eckner > > When running `makepkg -i` it may be necessary to first remove make- and > checkdepends before installing the built package - for example if they > conflict each other. This is the case for wireguard-arch which > makedepends and

Re: [pacman-dev] [pacman] [PATCH] makepkg: remove makedepends before installing built package

2019-09-12 Thread Levente Polyak
On 9/12/19 8:30 PM, Erich Eckner wrote: > On Thu, 12 Sep 2019, Levente Polyak wrote: > >> This makes --install imply --rmdeps. I think the minimum would be to >> document this behavior in the CLI help and manpage. > > No, it would not do that: remove_deps bails out early if RMDEPS == 0. > This

Re: [pacman-dev] [pacman] [PATCH] makepkg: remove makedepends before installing built package

2019-09-12 Thread Erich Eckner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 12 Sep 2019, Levente Polyak wrote: On 9/12/19 3:22 PM, a...@eckner.net wrote: From: Erich Eckner When running `makepkg -i` it may be necessary to first remove make- and checkdepends before installing the built package - for example if

Re: [pacman-dev] [pacman] [PATCH] makepkg: remove makedepends before installing built package

2019-09-12 Thread Levente Polyak
On 9/12/19 3:22 PM, a...@eckner.net wrote: > From: Erich Eckner > > When running `makepkg -i` it may be necessary to first remove make- and > checkdepends before installing the built package - for example if they > conflict each other. This is the case for wireguard-arch which > makedepends and

[pacman-dev] [pacman] [PATCH] makepkg: remove makedepends before installing built package

2019-09-12 Thread arch
From: Erich Eckner When running `makepkg -i` it may be necessary to first remove make- and checkdepends before installing the built package - for example if they conflict each other. This is the case for wireguard-arch which makedepends and conflicts wireguard-dkms. Signed-off-by: Erich Eckner