[Bug 237633] sysutils/py-google-compute-engine: py27-google-compute-engine not contain simlinks

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 10 21:22:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237633

--- Comment #1 from Lucas Kanashiro <lucas.kanashiro at collabora.com> ---
Hi,

I was able to reproduce what you reported, and after some investigation I found
out what is happening. The problem is that the symlinks are only created in the
package when its flavor (py27, py36) matches with the default python version.
For instance, if you set `DEFAULT_VERSIONS= python=2.7` in /etc/make.conf and
try to build/install the py27-google-compute-engine, it will have the symlinks
in place. In this presented scenario, the py36-google-compute-engine will not
have the symlinks.

So I think this is not a bug, it's an expected behavior. Set the default python
version you want to use in /etc/make.conf and everything will work fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list