Re: [pacman-dev] [PATCH] makepkg: deterministic PKGINFO libprovides for multiple library versions

2020-05-10 Thread Allan McRae
On 11/5/20 8:49 am, Eli Schwartz wrote: > On 5/10/20 6:45 PM, anthr...@archlinux.org wrote: >> From: Levente Polyak >> >> While iterating over the provides array, the find call for locating a >> shared library may result in listing multiple entries which by itself >> does not produce a stable

Re: [pacman-dev] [PATCH] makepkg: deterministic PKGINFO libprovides for multiple library versions

2020-05-10 Thread Eli Schwartz
On 5/10/20 6:45 PM, anthr...@archlinux.org wrote: > From: Levente Polyak > > While iterating over the provides array, the find call for locating a > shared library may result in listing multiple entries which by itself > does not produce a stable deterministic order and may vary depending on >

[pacman-dev] [PATCH] makepkg: deterministic PKGINFO libprovides for multiple library versions

2020-05-10 Thread anthraxx
From: Levente Polyak While iterating over the provides array, the find call for locating a shared library may result in listing multiple entries which by itself does not produce a stable deterministic order and may vary depending on the underlying filesystem. To provide a stable listing and a