[Bug 229749] lang/python36: python3.6-config breaks when symlinked e.g. by using BINARY_ALIAS in ports

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 26 08:59:31 UTC 2018


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

--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:

Author: tobik
Date: Thu Jul 26 08:58:52 UTC 2018
New revision: 475350
URL: https://svnweb.freebsd.org/changeset/ports/475350

Log:
  lang/python3?: Fix python3.?-config behavior when symlinked

  When python3.?-config is symlinked to another location it starts
  outputting bogus paths.  For example

  $ pwd
  /home/tobias
  $ python3.6-config --includes
  -I/usr/local/include/python3.6m -I/usr/local/include/python3.6m
  $ ln -s /usr/local/bin/python3.6-config python3-config
  $ ./python3-config --includes
  -I/home/include/python3.6m -I/home/include/python3.6m

  This breaks ports trying to use BINARY_ALIAS together with
  python3.?-config.  Apply a patch to resolve the symlink first before
  trying to find the install prefix.

  PR:           229749
  Submitted by: tobik
  Reviewed by:  antoine, miwi
  Approved by:  python (miwi)

Changes:
  head/lang/python34/Makefile
  head/lang/python34/files/patch-Misc__python-config.sh.in
  head/lang/python35/Makefile
  head/lang/python35/files/patch-Misc__python-config.sh.in
  head/lang/python36/Makefile
  head/lang/python36/files/patch-Misc__python-config.sh.in
  head/lang/python37/Makefile
  head/lang/python37/files/patch-Misc__python-config.sh.in

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


More information about the freebsd-python mailing list