maintainer-feedback requested: [Bug 234568] lang/python27 build against libressl 2.8.3

2019-01-02 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 234568: lang/python27 build against libressl 2.8.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234568



--- Description ---
I have a poudriere jail with 12.0, on a 12-STABLE host. The host uses base
openssl, but because of PRs that ask for libressl compatibility I have a set
for libressl. In that set:

DEFAULT_VERSIONS+=ssl=libressl

So the whole jail builds against libressl. The "make" part of python27 is
successful, but "make package" fails. During build, this is the only relevant
message I see:

*** WARNING: renaming "_ssl" since importing it failed: 
build/lib.freebsd-12.0-STABLE-amd64-2.7/_ssl.so: 
Undefined symbol "SSLv3_method"

and then "make package" fails with

pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python27/
work/stage/usr/local/lib/python2.7/lib-dynload/_ssl.so:
No such file or directory

This makes sense, since _ssl.so has been renamed; I can see it in stagedir:

/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/
lib-dynload/_ssl_failed.so

It looks like libressl 2.8.3 retired the SSLv3 bits, since previous PRs have
addressed libressl compatibility already.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 234568] lang/python27 build against libressl 2.8.3

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234568

Bug ID: 234568
   Summary: lang/python27 build against libressl 2.8.3
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: adr...@freebsd.org
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

I have a poudriere jail with 12.0, on a 12-STABLE host. The host uses base
openssl, but because of PRs that ask for libressl compatibility I have a set
for libressl. In that set:

DEFAULT_VERSIONS+=ssl=libressl

So the whole jail builds against libressl. The "make" part of python27 is
successful, but "make package" fails. During build, this is the only relevant
message I see:

*** WARNING: renaming "_ssl" since importing it failed: 
build/lib.freebsd-12.0-STABLE-amd64-2.7/_ssl.so: 
Undefined symbol "SSLv3_method"

and then "make package" fails with

pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python27/
work/stage/usr/local/lib/python2.7/lib-dynload/_ssl.so:
No such file or directory

This makes sense, since _ssl.so has been renamed; I can see it in stagedir:

/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/
lib-dynload/_ssl_failed.so

It looks like libressl 2.8.3 retired the SSLv3 bits, since previous PRs have
addressed libressl compatibility already.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 234568] lang/python27 build against libressl 2.8.3

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234568

--- Comment #1 from Adriaan de Groot  ---
Created attachment 200711
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200711&action=edit
Makefile hack for compatibility

Hack to force SSLv3 off, but this should be detected instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 234569] lang/python36 build against libressl 2.,8.3

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234569

Bug ID: 234569
   Summary: lang/python36 build against libressl 2.,8.3
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: adr...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)
  Assignee: pyt...@freebsd.org

(this is like PR 234568) Building lang/python36 in a poudriere jail with
default SSL version set to libressl fails to package. During the build I get
two warnings:

*** WARNING: renaming "_hashlib" since importing it failed:
build/lib.freebsd-12.0-STABLE-amd64-3.6/_hashlib.so: Undefined symbol
"EVP_PBE_scrypt"
*** WARNING: renaming "_ssl" since importing it failed:
build/lib.freebsd-12.0-STABLE-amd64-3.6/_ssl.so: Undefined symbol
"SSLv3_method"

"make package" then fails because those libraries are renamed (to *_failed.so).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 234569] lang/python36 build against libressl 2.,8.3

2019-01-02 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python mailing
list  for maintainer-feedback:
Bug 234569: lang/python36 build against libressl 2.,8.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234569



--- Description ---
(this is like PR 234568) Building lang/python36 in a poudriere jail with
default SSL version set to libressl fails to package. During the build I get
two warnings:

*** WARNING: renaming "_hashlib" since importing it failed:
build/lib.freebsd-12.0-STABLE-amd64-3.6/_hashlib.so: Undefined symbol
"EVP_PBE_scrypt"
*** WARNING: renaming "_ssl" since importing it failed:
build/lib.freebsd-12.0-STABLE-amd64-3.6/_ssl.so: Undefined symbol
"SSLv3_method"

"make package" then fails because those libraries are renamed (to *_failed.so).
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 234569] lang/python36 build against libressl 2.,8.3

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234569

--- Comment #1 from Adriaan de Groot  ---
The same hack in the makefile -- adding -DOPENSSL_NO_SSL3=1 to CFLAGS -- gets
it to build for me, so I can carry on debugging devel/qca. It should still
depend on better detection, rather than makefile hacks, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 233794] devel/py-gitpython: Update to 2.1.11

2019-01-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233794

Guangyuan Yang  changed:

   What|Removed |Added

  Flags|merge-quarterly?|merge-quarterly+
 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"