Summary: | x11-toolkits/py-wxPython30: wxPython.h header not provided (required by KiCAD) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | yuan.mei |
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | rhurlin, rm |
Priority: | --- | Keywords: | easy, needs-patch |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(python) koobs: merge-quarterly? |
Hardware: | amd64 | ||
OS: | Any |
Description
yuan.mei
2016-07-23 11:09:00 UTC
I believe it's because wxPython30 is built with NO_HEADERS=1 flag. Would you rebuild and reinstall your x11-toolkits/py-wxPython30 with changing NO_HEADERS to 0 in port's Makefile? PYDISTUTILS_BUILDARGS= WX_CONFIG="${WX_CONFIG}" \ WXPORT="${WXPORT}" \ NO_HEADERS=1 \ <------ Change this to zero NO_SCRIPTS=1 \ INSTALL_MULTIVERSION=1 (In reply to Ruslan Makhmatkhanov from comment #1) Thanks. I confirm this change solved the issue. NO_HEADERS=0 made x11-toolkits/py-wxPython30 install wxPython.h A commit references this bug: Author: rm Date: Fri Sep 23 09:01:31 UTC 2016 New revision: 422657 URL: https://svnweb.freebsd.org/changeset/ports/422657 Log: x11-toolkits/py-wxPython30: install header files These headers are required to build some ports. PR: 211310 Reported by: yuan.mei@gmail.com With hat: python Changes: head/x11-toolkits/py-wxPython30/Makefile Fix committed, thanks for reporting. |