Bug 227923 - math/kig-kde4 python-kig.xml is missing
Summary: math/kig-kde4 python-kig.xml is missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-02 13:32 UTC by mikhail.rokhin
Modified: 2018-05-05 20:17 UTC (History)
1 user (show)

See Also:
tcberner: maintainer-feedback+


Attachments
math/kig-kde4 python-kig.xml is missing (86.01 KB, image/jpeg)
2018-05-02 13:32 UTC, mikhail.rokhin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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 :)