pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/55539 (pkgsrc graphviz-2.44.1 fails too build - failure to expand make variable?)
The following reply was made to PR pkg/55539; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/55539 (pkgsrc graphviz-2.44.1 fails too build - failure to
expand make variable?)
Date: Mon, 10 Aug 2020 09:48:45 +0100
On Fri, Aug 07, 2020 at 03:40:01PM +0000, Patrick Welche wrote:
> On Fri, Aug 07, 2020 at 03:30:02PM +0000, Roland Illig wrote:
> > Regarding the iniconfig-0.0.0, I have no idea where this 0.0.0 comes
> > from. Did you try to run it with different versions of make(1), to
> > verify that my latest changes broke it?
make is blameless. On the broken box
# diff -u PKG-INFO iniconfig.egg-info/PKG-INFO
--- PKG-INFO 2020-07-31 09:57:47.918844500 +0100
+++ iniconfig.egg-info/PKG-INFO 2020-08-07 17:03:03.015266644 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: iniconfig
-Version: 1.0.1
+Version: 0.0.0
Summary: iniconfig: brain-dead simple config-ini parsing
Home-page: http://github.com/RonnyPfannschmidt/iniconfig
Author: Ronny Pfannschmidt, Holger Krekel
yet not on another just-as-current AFAICT box that difference isn't there.
(both -current, both python3.8 as default, same py38-setuptools-44.1.1)
Ah! On the "working" one, py38-setuptools_scm is installed. Installing
that on the "broken" one, the build succeeds! (reversible - uninstall _scm
and it breaks)
In the meantime, joerg committed a more direct fix:
http://mail-index.netbsd.org/pkgsrc-changes/2020/08/08/msg218631.html
Home |
Main Index |
Thread Index |
Old Index