[Bug 240705] devel/py-virtualenv: 16.7.5 fails to build with DOCS=on
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240705 Nicola Vitale changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED -- 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"
[Bug 240820] www/py-django111: SQLite backend broken after 3.26
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240820 Kubilay Kocak changed: What|Removed |Added CC||pyt...@freebsd.org Status|New |Open Summary|[PATCH] www/py-django111: |www/py-django111: SQLite |SQLite backend broken after |backend broken after 3.26 |3.26+ | Keywords||needs-qa -- You are receiving this mail because: You are on the CC list for the bug. 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 240805] databases/py-pglite: Update to 1.0.12
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240805 --- Comment #1 from commit-h...@freebsd.org --- A commit references this bug: Author: swills Date: Thu Sep 26 20:40:02 UTC 2019 New revision: 512985 URL: https://svnweb.freebsd.org/changeset/ports/512985 Log: databases/py-pglite: Update to 1.0.12 PR: 240805 Submitted by: Lo?c Bartoletti (maintainer) Changes: head/databases/py-pglite/Makefile head/databases/py-pglite/distinfo -- 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"
[Bug 240805] databases/py-pglite: Update to 1.0.12
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240805 Steve Wills changed: What|Removed |Added Resolution|--- |FIXED Status|New |Closed --- Comment #2 from Steve Wills --- Committed, thanks! -- 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"
maintainer-feedback requested: [Bug 240851] lang/python fails to build with PIE
Bugzilla Automation has asked freebsd-python mailing list for maintainer-feedback: Bug 240851: lang/python fails to build with PIE https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 --- Description --- The python 2/3 ports fail in the package/stage make targets with the following errors on 12-STABLE amd64: (for 27) Compiling /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/zipfile.py ... *** Error code 1 (for 36) pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/test/test_j son/__pycache__/test_unicode.cpython-36.pyc:No such file or directory *** Error code 1 To reproduce: 1) enable WITH_PIE=yes in src.conf and rebuild (if it's not default) 2) set kern.elf64.aslr.enable and kern.elf64.aslr.pie_enable sysctls to 1 3) add the following to make.conf: CFLAGS+= -fPIE CXXFLAGS+= -fPIE LDFLAGS+= -pie 4) build the ports They may just need a simple tweak. ___ 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 240851] lang/python fails to build with PIE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 Bug ID: 240851 Summary: lang/python fails to build with PIE 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: imagi...@protonmail.com Flags: maintainer-feedback?(pyt...@freebsd.org) CC: Assignee: pyt...@freebsd.org Created attachment 207866 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207866&action=edit 27 build log The python 2/3 ports fail in the package/stage make targets with the following errors on 12-STABLE amd64: (for 27) Compiling /wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/zipfile.py ... *** Error code 1 (for 36) pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/test/test_json/__pycache__/test_unicode.cpython-36.pyc:No such file or directory *** Error code 1 To reproduce: 1) enable WITH_PIE=yes in src.conf and rebuild (if it's not default) 2) set kern.elf64.aslr.enable and kern.elf64.aslr.pie_enable sysctls to 1 3) add the following to make.conf: CFLAGS+= -fPIE CXXFLAGS+= -fPIE LDFLAGS+= -pie 4) build the ports They may just need a simple tweak. -- You are receiving this mail because: You are the assignee for the bug. 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"
[Bug 240851] lang/python fails to build with PIE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 --- Comment #1 from Miyashita Touka --- Created attachment 207867 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=207867&action=edit 36 build log -- 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 231392] print/py-psautohint: Update to 1.9.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231392 --- Comment #31 from Ting-Wei Lan --- (In reply to Sunpoet Po-Chuan Hsieh from comment #30) It doesn't seem to work with Python flavors. # make install FLAVOR=py27 failed ===> py27-fonttools-ufo-3.44.0 FLAVOR is defined (to py27) while this port does not have FLAVORS.. *** Error code 1 -- 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"
[Bug 240851] lang/python??: Fails to build with PIE (ld: error: relocation R_X86_64_PC32 cannot be used against symbol *)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 Kubilay Kocak changed: What|Removed |Added Summary|lang/python fails to build |lang/python??: Fails to |with PIE|build with PIE (ld: error: ||relocation R_X86_64_PC32 ||cannot be used against ||symbol *) Status|New |Open Severity|Affects Only Me |Affects Some People CC||ema...@freebsd.org, ||shawn.w...@hardenedbsd.org Keywords||needs-qa -- 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 240851] lang/python??: Fails to link with PIE (ld: error: relocation R_X86_64_PC32 cannot be used against symbol *)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 Kubilay Kocak changed: What|Removed |Added Summary|lang/python??: Fails to |lang/python??: Fails to |build with PIE (ld: error: |link with PIE (ld: error: |relocation R_X86_64_PC32|relocation R_X86_64_PC32 |cannot be used against |cannot be used against |symbol *) |symbol *) -- 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 240851] lang/python??: Fails to link with PIE (ld: error: relocation R_X86_64_PC32 cannot be used against symbol *)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240851 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu ||gzilla/show_bug.cgi?id=2337 ||07 -- 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"