maintainer-feedback requested: [Bug 245835] math/kig python-kig.xml fails install when chosen python flavor is 3.7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 22 22:03:52 BST 2020


Bugzilla Automation <bugzilla at FreeBSD.org> has asked kde at FreeBSD.org for
maintainer-feedback:
Bug 245835: math/kig python-kig.xml fails install when chosen python flavor is
3.7
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245835



--- Description ---
When building with python 3.7 as the chosen flavor of python, pkg-static fails
to find python-kig.xml during poudriere build.

Steps to reproduce:
1. Set desired python flavor to 3.7 via make.conf
    DEFAULT_VERSIONS=python=3.7 python2=2.7 python3=3.7
2. Build math/kig (make)
3. Attempt to install (make install)
4. Observe error message about missing python-kig.xml, which is listed in
math/kig/pkg-plist
    # make install
===>  Installing for kig-19.12.3_1
===>  Checking if kig is already installed
===>   Registering installation for kig-19.12.3_1
pkg-static: Unable to access file
/usr/obj/usr/ports/math/kig/work/stage/usr/local/share/katepart5/syntax/python-
kig.xml:No
such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/math/kig
*** Error code 1

Stop.
make: stopped in /usr/ports/math/kig


More information about the kde-freebsd mailing list