Re: [aur-general] Cycled dependencies in AUR

2021-08-30 Thread Mikhail f. Shiryaev via aur-general
On Wed, Aug 25, 2021 at 9:55 AM Andreas 'Segaja' Schleifer via aur-general < aur-general@lists.archlinux.org> wrote: > On 8/25/21 4:03 AM, Mario Finelli via aur-general wrote: > > I've been debating with myself for a little while now on how to best to > > respond to this. On the one hand I totally

Re: [aur-general] Cycled dependencies in AUR

2021-08-25 Thread Andreas 'Segaja' Schleifer via aur-general
On 8/25/21 4:03 AM, Mario Finelli via aur-general wrote: I've been debating with myself for a little while now on how to best to respond to this. On the one hand I totally get it that it's annoying to not be able to just `$helper -S package` and need to either manually edit the pkgbuild, or call

Re: [aur-general] Cycled dependencies in AUR

2021-08-24 Thread Tim Meusel via aur-general
Hi, I'm the TU that recommended this. On 24.08.21 17:12, Mikhail f. Shiryaev via aur-general wrote: Hello. Today I tried to build ruby-rubocop [1] package and it's in a strange state. A lot of packages for the package are cross-dependent for the check, for example ruby-ruby-progressbar [2] and

Re: [aur-general] Cycled dependencies in AUR

2021-08-24 Thread Mario Finelli via aur-general
On 8/24/21 11:12 AM, Mikhail f. Shiryaev via aur-general wrote: > Hello. > > Today I tried to build ruby-rubocop [1] package and it's in a strange > state. A lot of packages for the package are cross-dependent for the check, > for example ruby-ruby-progressbar [2] and ruby-fuubar [3]. The proposal

Re: [aur-general] Cycled dependencies in AUR

2021-08-24 Thread Caleb Maclennan via aur-general
On 2021-08-24 19:11, Hugo Osvaldo Barrera via aur-general wrote: On Tue, 24 Aug 2021, at 15:12, Mikhail f. Shiryaev via aur-general wrote: The same is valid for package ruby-rubocop-performance [6] that is dependency for rubocop check and requires it to be built There's not really much that ca

Re: [aur-general] Cycled dependencies in AUR

2021-08-24 Thread Hugo Osvaldo Barrera via aur-general
On Tue, 24 Aug 2021, at 15:12, Mikhail f. Shiryaev via aur-general wrote: > Hello. > > Today I tried to build ruby-rubocop [1] package and it's in a strange > state. A lot of packages for the package are cross-dependent for the check, > for example ruby-ruby-progressbar [2] and ruby-fuubar [3].

Re: [aur-general] Cycled dependencies in AUR

2021-08-24 Thread Mikhail f. Shiryaev via aur-general
Hello. Today I tried to build ruby-rubocop [1] package and it's in a strange state. A lot of packages for the package are cross-dependent for the check, for example ruby-ruby-progressbar [2] and ruby-fuubar [3]. The proposal of how to solve it from Mario [4] is to skip the check() phase, see comme