Date: Sat, 03 Apr 2021 10:52:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254740] astro/py-spktype01: "NUMPY" Makefile variable empty, breaks "synth status-everything" Message-ID: <bug-254740-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254740 Bug ID: 254740 Summary: astro/py-spktype01: "NUMPY" Makefile variable empty, breaks "synth status-everything" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: thierry@FreeBSD.org Reporter: bojan_petrovic@fastmail.fm Assignee: thierry@FreeBSD.org Flags: maintainer-feedback?(thierry@FreeBSD.org) Created attachment 223784 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D223784&action= =3Dedit Makefile patch I ran "synth status-everything" and got: culprit: astro/py-spktype01@py37 Scan aborted because dependency is malformed. RUNTIME: py37-jplephem>0:astro/py-jplephem@py37 py37-setuptools>0:devel/py-setuptools@py37 /usr/local/bin/python3.7:lang/python37 (astro/py-spktype01@py37) Failed to scan ports tree (Synth must exit) This issue occurs with astro/py-spktype21 also. I believe this happens because of the leading tab in "make -VRUN_DEPENDS": py37-jplephem>0:astro/py-jplephem@py37 py37-setuptools>0:devel/py-setuptools@py37 /usr/local/bin/python3.7:lang/python37 The leading tab is there because Makefile contains RUN_DEPENDS=3D ${NUMPY} \ =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 ${PYTHON_PKGNAMEPREFIX}jplephem>0:astro/py-jplephem@${PY_FLAVOR} but the NUMPY variable is empty, and the tab character follows it. I believe "NUMPY" should be replaced with "PYNUMPY". These are the ports mentioning "NUMPY": astro/py-spktype01 astro/py-jplephem astro/py-spktype21 science/py-PyFR science/py-chempy math/py-seaborn --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254740-7788>