From owner-freebsd-python@FreeBSD.ORG Fri May 1 00:54:05 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 031F088C for ; Fri, 1 May 2015 00:54:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB193154D for ; Fri, 1 May 2015 00:54:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t410s4E2047517 for ; Fri, 1 May 2015 00:54:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 199826] lang/python27 fails to build with libressl Date: Fri, 01 May 2015 00:54:04 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 00:54:05 -0000 rozhuk.im@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.org: Bug 199826: lang/python27 fails to build with libressl https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199826 --- Description --- I'm try to replace OpenSSL to LibreSSL and rebuild all affected ports. running install running build running build_ext building dbm using ndbm INFO: Can't locate Tcl/Tk libs and/or headers building '_ssl' extension clang -fPIC -fno-strict-aliasing -O2 -msse -msse2 -msse3 -funroll-loops -fno-tree-vectorize -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -= I. -IInclude -I./Include -I/usr/local/include -I/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Include -I/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9 -c /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.c -o build/temp.freebsd-10.1-STABLE-amd64-2.7/tmp/ports/usr/ports/lang/python27/= work /Python-2.7.9/Modules/_ssl.o /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.c:3313:13: warning: implicit declaration of function 'RAND_egd' is invalid in C99 [-Wimplicit-function-declaration] bytes =3D RAND_egd(PyString_AS_STRING(arg)); ^ 1 warning generated. clang -shared -lpthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib -fstack-protector -lpthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib -fstack-prot= ector -O2 -msse -msse2 -msse3 -funroll-loops -fno-tree-vectorize -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include build/temp.freebsd-10.1-STABLE-amd64-2.7/tmp/ports/usr/ports/lang/python27/= work /Python-2.7.9/Modules/_ssl.o -L/usr/local/lib -L. -lssl -lcrypto -lpython2.7 -o build/lib.freebsd-10.1-STABLE-amd64-2.7/_ssl.so *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd-10.1-STABLE-amd64-2.7/_ssl.so: Undefined symbol "RAND_egd" Python build finished, but the necessary bits to build these modules were n= ot found: _bsddb _tkinter dl=09=20=20=20=20=20=20 imageop linuxaudiodev spwd=09=20=20=20=20=20=20 sunaudiodev=09=09=09=09=09=20=20=20=20=20=20 To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _ssl=09=09=09=09=09=09=20=20=20=20=20=20 running build_scripts copying and adjusting /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Tools/scripts/pydoc -> build/scripts-2.7=