Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2019 21:22:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237633] sysutils/py-google-compute-engine: py27-google-compute-engine not contain simlinks
Message-ID:  <bug-237633-7788-SwVsCog6r1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237633-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237633-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237633

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

I was able to reproduce what you reported, and after some investigation I f=
ound
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 versio=
n.
For instance, if you set `DEFAULT_VERSIONS=3D python=3D2.7` in /etc/make.co=
nf and
try to build/install the py27-google-compute-engine, it will have the symli=
nks
in place. In this presented scenario, the py36-google-compute-engine will n=
ot
have the symlinks.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237633-7788-SwVsCog6r1>