Bug 227923

Summary: math/kig-kde4 python-kig.xml is missing
Product: Ports & Packages Reporter: mikhail.rokhin
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Many People CC: tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
math/kig-kde4 python-kig.xml is missing none

Description mikhail.rokhin 2018-05-02 13:32:43 UTC
Created attachment 192997 [details]
math/kig-kde4 python-kig.xml is missing

pkg-static fails to find python-kig.xml during reg. install stage

ports tree , kernel & world latest.

Thank you for development.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2018-05-02 16:50:20 UTC
Hi there

In that case, it probably failed to find boost python during configure.
Could  you check the configure output?


mfg Tobias
Comment 2 mikhail.rokhin 2018-05-02 21:56:58 UTC
(In reply to Tobias C. Berner from comment #1)
libboost_python36.so is found

but

message about optional packages not found is:
Boost.Python (1.31 +)
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-05-03 04:46:44 UTC
A commit references this bug:

Author: tcberner
Date: Thu May  3 04:46:05 UTC 2018
New revision: 468912
URL: https://svnweb.freebsd.org/changeset/ports/468912

Log:
  math/kig-kde4: only use python2

  * kig does not work with python3.

  PR:		227923

Changes:
  head/math/kig-kde4/Makefile
Comment 4 mikhail.rokhin 2018-05-03 15:32:33 UTC
(In reply to commit-hook from comment #3)

Could you be so kind and directly setup USE_Python=2 within the port Makefile.

Some ports have the obligatory feature resetting globals to needed locals.
Comment 5 Tobias C. Berner freebsd_committer freebsd_triage 2018-05-05 20:17:19 UTC
That's exactly what I did there :)