[Bug 248305] net/google-cloud-sdk: gcloud looking for "python"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 27 18:45:09 UTC 2020


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

            Bug ID: 248305
           Summary: net/google-cloud-sdk: gcloud looking for "python"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: swills at FreeBSD.org
          Reporter: jwb at freebsd.org
             Flags: maintainer-feedback?(swills at FreeBSD.org)
          Assignee: swills at FreeBSD.org

FreeBSD barracuda.uits  bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1025:
gcloud compute scp Split-vcfs/Combined/combined.NWD102903.vcf.xz topmed1-16:
exec: python: not found

Should this have PYTHON_CMD patched in?  Currently one must separately install
lang/python or lang/python[23] to make it work.

>From the gcloud script:

setup_cloudsdk_python() {
  # if $CLOUDSDK_PYTHON is not set, prefer python3 over python2
  if [ -z "$CLOUDSDK_PYTHON" ]; then
    CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python)
  fi
}

Same goes for other installed scripts.

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


More information about the freebsd-ports-bugs mailing list