Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2020 20:57:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 249042] lang/python37: Builds but fails to install
Message-ID:  <bug-249042-21822-7OKpEGjgW0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249042-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249042-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249042

--- Comment #5 from tech-lists@zyxst.net ---
(In reply to John Hein from comment #3)

ok ran it again like this:

# make clean distclean rmconfig rmconfig-recursive -DBATCH install > &
/tmp/pythonbuildlog.txt

here's the full output:
https://cloud.zyxst.net/~john/FreeBSD/ports/buildfailures/pythonbuildlog.txt

I noticed this:

[snip]
building '_lzma' extension
cc -fPIC -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2
-pipe -fstack-protector-strong -fno-strict-aliasing -std=3Dc99 -Wextra
-Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers
-Wstrict-prototypes -Werror=3Dimplicit-function-declaration -I./Include -I.
-I/usr/local/include -I/usr/ports/lang/python37/work/Python-3.7.9/Include
-I/usr/ports/lang/python37/work/Python-3.7.9 -c
/usr/ports/lang/python37/work/Python-3.7.9/Modules/_lzmamodule.c -o
build/temp.freebsd-12.1-RELEASE-p9-amd64-3.7/usr/ports/lang/python37/work/P=
ython-3.7.9/Modules/_lzmamodule.o
cc -pthread -shared -L/usr/local/lib -fstack-protector-strong -L/usr/local/=
lib
-fstack-protector-strong -O2 -pipe -fstack-protector-strong
-fno-strict-aliasing -I/usr/local/include -I/usr/local/include
build/temp.freebsd-12.1-RELEASE-p9-amd64-3.7/usr/ports/lang/python37/work/P=
ython-3.7.9/Modules/_lzmamodule.o
-L. -L/usr/local/lib -llzma -lpython3.7m -o
build/lib.freebsd-12.1-RELEASE-p9-amd64-3.7/_lzma.so
*** WARNING: renaming "_lzma" since importing it failed:
build/lib.freebsd-12.1-RELEASE-p9-amd64-3.7/_lzma.so: Undefined symbol
"lzma_check_is_supported"
[/snip]

maybe it ties up with this?

pkg-static: Unable to access file
/usr/ports/lang/python37/work/stage/usr/local/lib/python3.7/lib-dynload/_lz=
ma.so:No
such file or directory

Maybe a libarchive problem? I don't know.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249042-21822-7OKpEGjgW0>