https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Kubilay Kocak changed:
What|Removed |Added
CC||amd...@freebsd.org
--- Comment #25
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
jsml4thwwbid6...@protonmail.com changed:
What|Removed |Added
CC||jSML4ThWwBID69YC@p
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #23 from Serge ---
(In reply to chris.torek from comment #22)
Yes, confirmed in my case as well. After 'make deinstall' I can build python37
normally. Thank you for sharing this work-around.
--
You are receiving this mail bec
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
chris.to...@gmail.com changed:
What|Removed |Added
CC||chris.to...@gmail.com
--- C
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #21 from Serge ---
Hi there,
I've just tried building with ccache disabled. At first sight, the problem
remains the same. Here are the final lines of the error:
cc -pthread -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-pr
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #20 from Kubilay Kocak ---
(In reply to Serge from comment #19)
That's two reports (comment 9, comment 19) with ccache enabled (not implying
ccache is necessarily a root cause).
Does the issue remain reproducible with ccache d
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Serge changed:
What|Removed |Added
CC||skh1...@hotmail.com
--- Comment #19 from S
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #18 from Kubilay Kocak ---
(In reply to hakan from comment #17)
Thank you Hakan. It's the same error (see bottom of log), the earlier messages
are just warnings.
--
You are receiving this mail because:
You are on the CC list
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #17 from ha...@siktas.com ---
I tried `portmaster -m MAKE_JOBS_UNSAFE=yes lang/python37` and it resulted in a
different error:
In file included from /usr/local/include/readline/readline.h:36:
/usr/local/include/readline/rltypede
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #16 from Yasuhiro KIMURA ---
(In reply to Kubilay Kocak from comment #15)
I tried 'make MAKE_JOBS_UNSAFE=yes' under same conditions as comment #14 and
got same error.
--
You are receiving this mail because:
You are on the CC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Kubilay Kocak changed:
What|Removed |Added
Summary|lang/python37: Python 3.7.1 |lang/python37: Python 3.7.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Kubilay Kocak changed:
What|Removed |Added
CC||victor.stin...@gmail.com
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #14 from Yasuhiro KIMURA ---
Created attachment 198457
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=198457&action=edit
Build error log on 11.2-RELEASE amd64 host
(In reply to Kubilay Kocak from comment #12)
Attach
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #13 from Simeon Simeonov ---
I am no longer able to reproduce the problem unfortunately.
The portversion I was upgrading from was: python37-3.7.0_3
--
You are receiving this mail because:
You are on the CC list for the bug.
__
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #12 from Kubilay Kocak ---
@Simeon Can you include (as an attachment) a full build log, and clarify from
which exact portversion this is an upgrade from
--
You are receiving this mail because:
You are on the CC list for the bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Kubilay Kocak changed:
What|Removed |Added
Status|New |Open
Keywords|
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #10 from rkober...@gmail.com ---
One other point of reference that would help explain some of this. My
installation of python37 was a new install. I was not upgrading a previously
installed version. There were no sharables or hea
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
ha...@siktas.com changed:
What|Removed |Added
CC||ha...@siktas.com
--- Comment #9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #8 from Simeon Simeonov ---
After creating a package (pkg create) from the successful build in the jail, I
installed the package (pkg upgrade -U python37-3.7.1.txz) on the "broken"
host-system... and now the port is building fin
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #7 from Simeon Simeonov ---
Hmmm... The port builds fine on a jail running the exactly same system (hosted
by the "broken" system) with the same /etc/make.conf...
So yes... everything points to some conflict and / or some legacy
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #6 from w.schwarzenf...@utanet.at ---
The latest is 3.7.1.
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #5 from Simeon Simeonov ---
"python37-3.7.0_3"...?
Are you building the latest port?
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@free
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
rkober...@gmail.com changed:
What|Removed |Added
CC||rkober...@gmail.com
--- Comme
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #3 from w.schwarzenf...@utanet.at ---
Maybe something with the path to the compiler
if do
make CC=clang60 CXX=clang++60 CPP=clang-cpp60 (could be any other compiler)
I got:
--- python ---
./libpython3.7m.so: undefined reference
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Comment #2 from Simeon Simeonov ---
I am running:
FreeBSD 11.2-STABLE #0 r339176 (amd64)
with /etc/make.conf
CFLAGS=-O2 -pipe -fno-strict-aliasing
## kernel ##
KERNCONF=SagaBOX
COPTFLAGS=-O2 -pipe -funroll-loops -ffast-math -fno-stri
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
w.schwarzenf...@utanet.at changed:
What|Removed |Added
CC||w.schwarzenf...@utanet.a
Bugzilla Automation has asked freebsd-python mailing
list for maintainer-feedback:
Bug 232510: lang/python37: Python 3.7.1 fails to build
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
--- Description ---
The new port for Python 3.7.1 fails with:
--- libpython3.so ---
cc -pthread
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232510
Bug ID: 232510
Summary: lang/python37: Python 3.7.1 fails to build
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Sev
28 matches
Mail list logo