Re: py313-setuptools-gettext breaks fs-uae-launcher PLIST
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 17, 2026 at 06:59:26PM +0100, David Brownlee wrote: > Apparently installing py313-setuptools-gettext-0.1.18 breaks the PLIST generation for at least fs-uae-launcher - it causes near duplicate lines for .mo files where a "-" is replaced with a "_" I've tried this, and see the same. > Would anyone have any thoughts? Talk to setuptools or setuptools-gettext upstreams about it? I don't see anything in fs-uae-launcher that looks like it's causing this. For now, pkg_delete py313-setuptools-gettext, and/or make a post-install rule that removes the second copies of the files, if they exist - but with a link to the upstream bug report, so we can remove it at some point. Cheers, Thomas > Thanks > > David > > On Tuesday, 11 August 2026 at 17:03, [email protected] <[email protected]> wrote: > > > On Tuesday, 11 August 2026 at 16:47, Thomas Klausner <[email protected]> wrote: > > > > > On Tue, Aug 11, 2026 at 03:23:17PM +0100, David Brownlee wrote: > > > > On Tuesday, 11 August 2026 at 16:17, Thomas Klausner <[email protected]> wrote: > > > > > > > > > > The diff doesn't make sense - you add duplicate lines for the .mo files. > > > > > > > > I needed a double take when I first saw it too: its a "-" vs "_" issue. > > > > > > > > Previously the package only had versions with a "-", now its also generating versions with a "_" > > > > > > Oh, thanks, now I get it. > > > > > > I've just tried reproducing it with latest pkgsrc on -current, but > > > only got the files in the PLIST. > > > > OK, so the problem is likely something specific to my config, or other packages installed during the build. Will have a delve... > > > > Thanks > > > > David