Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 13:45:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 232510] lang/python37: Python 3.7.1 fails to build (upgrade) with 3.7.0 installed
Message-ID:  <bug-232510-21822-ACjD4PNwQ2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232510-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232510-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=3D232510

jSML4ThWwBID69YC@protonmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jSML4ThWwBID69YC@protonmail
                   |                            |.com

--- Comment #24 from jSML4ThWwBID69YC@protonmail.com ---
I have a similar issue upgrading from 3.7 to 3.7.1.=20

5 warnings generated.
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.c:283:
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.h:66:
In file included from /usr/include/bluetooth.h:51:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:246:2: warning: "Make
sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
 ^
1 warning generated.
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/_ssl.c:38:
In file included from
/usr/ports/lang/python37/work/Python-3.7.1/Modules/socketmodule.h:66:
In file included from /usr/include/bluetooth.h:51:
/usr/include/netgraph/bluetooth/include/ng_btsocket.h:246:2: warning: "Make
sure new member of socket address initialized" [-W#warnings]
#warning "Make sure new member of socket address initialized"
 ^
1 warning generated.

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_gdbm                 _tkinter              spwd=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20
time=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20

install  -m 0644 ./Tools/gdb/libpython.py python-gdb.py
cc -pthread -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG
-O2 -pipe  -fstack-protector -fno-strict-aliasing   -std=3Dc99 -Wextra
-Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers
-Wstrict-prototypes -Werror=3Dimplicit-function-declaration   -I. -I./Inclu=
de
-I/usr/local/include -I/usr/local/include -fPIC -DPy_BUILD_CORE -o
Programs/_testembed.o ./Programs/_testembed.c
cc -pthread  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -fstack-protector=20
-Wl,--export-dynamic -o Programs/_testembed Programs/_testembed.o -L.
-lpython3.7 -lintl -ldl -L/usr/local/lib -lintl -lutil   -lm=20=20
Programs/_testembed.o: In function `test_init_from_config':
_testembed.c:(.text+0xd28): undefined reference to `_Py_InitializeFromConfi=
g'
Programs/_testembed.o: In function `test_init_dev_mode':
_testembed.c:(.text+0xe0f): undefined reference to `_Py_InitializeFromConfi=
g'
Programs/_testembed.o: In function `test_init_isolated':
_testembed.c:(.text+0xeb3): undefined reference to `_Py_InitializeFromConfi=
g'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

A 'make deinstall', 'make install' in /usr/ports/lang/python37 resolved it.

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



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