GSoC Proposal

Joshua Root jmr at macports.org
Sat Apr 6 05:44:46 UTC 2019


On 2019-4-6 11:01 , KARAN SHETH via macports-dev wrote:
> One issue I faced while going over the checklist for PR is:
> When I try installing upt with trace mode (-vst), it fails but other
> than that it installs properly.
> Any way to fix this issue?
> 
> Error:
> 
> --->  Building upt
> Executing:  cd "/opt/local/var/macports/build/_Users_kiteretsu_Downloads_GSoc_upt_testports_python_upt/upt/work/upt-0.6"
> && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7
> setup.py --no-user-cfg build
> sh: /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7:
> No such file or directory
> Command failed:  cd
> "/opt/local/var/macports/build/_Users_kiteretsu_Downloads_GSoc_upt_testports_python_upt/upt/work/upt-0.6"
> && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7
> setup.py --no-user-cfg build
> Exit code: 127
> Warning: The following existing file was hidden from the build system
> by trace mode:
>   /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7

Check your dependencies; this should only happen if your port does not
depend on the port that provides this file, i.e. python37. You might be
overwriting the dependency by setting depends_lib rather than appending
to it.

- Josh


More information about the macports-dev mailing list