#42789: libevt: no files matched glob pattern "*" ---------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libevt | ---------------------------+-------------------------------- Comment (by jul_bsd@…): from stdio, it seems files are installed by setup.py inside /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 whereos on my box it was ${destroot}/Library/Python/2.7/site-packages. That's why I was moving after to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages. Do you know why there is a change? is "python2.7-config --prefix" different depending on which macos release ? in this case, we need to have something like set python_dir=`python2.7-config --prefix` and use that on my system {{{ $ /opt/local/bin/python2.7-config --prefix /opt/local/Library/Frameworks/Python.framework/Versions/2.7 }}} but the install goes on the wrong path, so move files in post-destroot. for snow-leopard, it seems target dir is correct, so no need to move files. The ultimate test will be checking plaso work but need all the other dependencies before. -- Ticket URL: <https://trac.macports.org/ticket/42789#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X