Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-18 Thread Lemures Lemniscati via Cygwin-apps
On Sun, 17 Jan 2021 07:59:14 +0100, Achim Gratz > Lemures Lemniscati via Cygwin-apps writes: > > Does it mean that we should have a way to rebase such dynamic objects > > automatically? > > Well, the first step is to make sure that packaged and locally installed > stuff stays separate (for Perl

Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-16 Thread Achim Gratz
Lemures Lemniscati via Cygwin-apps writes: > Alpine linux has multiple versions of lua, also [1]. > And packages names have periods in them when lua-versions are > specified [2]. I still consider Alpine a special snowflake despite their gains in container environments since they tend to have

Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-16 Thread Lemures Lemniscati via Cygwin-apps
On Sat, 16 Jan 2021 07:50:52 +0100, ASSI > Lemures Lemniscati via Cygwin-apps writes: > > And I'm trying to package luarocks for lua5.3 and lua5.4 > > (lua5.3-luarocks and lua5.4-luarocks) by a single cygport file. > > The packages should be named lua53-luarocks and lua54-luarocks (no dot > in

Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-15 Thread ASSI
Lemures Lemniscati via Cygwin-apps writes: > What I'd like to do is to have both lua5.3 and lua5.4 be installed, and > alternatives make a symbolic link to lua5.3 or lua5.4 (new packages > lua5.3-5.3.6-1 and lua5.4-5.4.2-1 which I try packaging. Multi-version installations are not well supported

Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-15 Thread Lemures Lemniscati via Cygwin-apps
On Fri, 15 Jan 2021 21:02:25 +0100, Achim Gratz > Lemures Lemniscati via Cygwin-apps writes: > > This is a fixed patch for cygport: > > > > I'd like to apply alternatives to lua packages to have different > > versions of lua being installed. But, in such cases, current > > __list_deps() might pick

Re: [PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-15 Thread Achim Gratz
Lemures Lemniscati via Cygwin-apps writes: > This is a fixed patch for cygport: > > I'd like to apply alternatives to lua packages to have different > versions of lua being installed. But, in such cases, current > __list_deps() might pick wrong dependencies. > > And, this is a patch to add a flag

[PATCH cygport] A patch to add a flag __SKIP_LIST_DEPS_LUA

2021-01-15 Thread Lemures Lemniscati via Cygwin-apps
Hi! This is a fixed patch for cygport: I'd like to apply alternatives to lua packages to have different versions of lua being installed. But, in such cases, current __list_deps() might pick wrong dependencies. And, this is a patch to add a flag __SKIP_LIST_DEPS_LUA to skip __list_deps()