From owner-freebsd-ports-bugs@freebsd.org Sat Jul 30 13:48:58 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91287BA9D8A for ; Sat, 30 Jul 2016 13:48:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8028618B5 for ; Sat, 30 Jul 2016 13:48:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6UDmwLD077600 for ; Sat, 30 Jul 2016 13:48:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211461] comms/libimobiledevice: doesn't compile with libressl Date: Sat, 30 Jul 2016 13:48:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lbartoletti@tuxfamily.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: avilla@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2016 13:48:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211461 Bug ID: 211461 Summary: comms/libimobiledevice: doesn't compile with libressl Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: avilla@FreeBSD.org Reporter: lbartoletti@tuxfamily.org Assignee: avilla@FreeBSD.org Flags: maintainer-feedback?(avilla@FreeBSD.org) Like devel/qca or polish/libgadu, comms/libimobiledevice doesn't compile wi= th libressl Fails, using: WITH_OPENSSL_PORT=3D yes OPENSSL_PORT=3D security/libressl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building for libimobiledevice-1.2.0 /usr/bin/make all-recursive Making all in common CC socket.lo CC thread.lo CC debug.lo CC userpref.lo CC utils.lo CCLD libinternalcommon.la Making all in src CC idevice.lo idevice.c:681:33: warning: implicit declaration of function 'SSLv3_method' [-Wimplicit-function-declaration] SSL_CTX *ssl_ctx =3D SSL_CTX_new(SSLv3_method()); ^ idevice.c:681:33: warning: incompatible integer to pointer conversion passi= ng 'int' to parameter of type 'const SSL_METHOD *' (aka 'const struct ssl_method_st *') [-Wint-conversion] SSL_CTX *ssl_ctx =3D SSL_CTX_new(SSLv3_method()); ^~~~~~~~~~~~~~ /usr/local/include/openssl/ssl.h:1520:40: note: passing argument to paramet= er 'meth' here SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); ^ 2 warnings generated. CC service.lo CC property_list_service.lo CC device_link_service.lo CC lockdown.lo CC afc.lo CC file_relay.lo CC notification_proxy.lo CC installation_proxy.lo CC sbservices.lo CC mobile_image_mounter.lo CC screenshotr.lo CC mobilesync.lo CC mobilebackup.lo CC house_arrest.lo CC mobilebackup2.lo CC misagent.lo CC restore.lo CC diagnostics_relay.lo CC heartbeat.lo CC debugserver.lo CC webinspector.lo CC syslog_relay.lo CCLD libimobiledevice.la Making all in include Making all in tools CC idevice_id-idevice_id.o CCLD idevice_id ../src/.libs/libimobiledevice.so: undefined reference to `SSLv3_method' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /wrkdirs/usr/ports/comms/libimobiledevice/work/libimobiledevice-1.2.0/tools *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/comms/libimobiledevice/work/libimobiledevice-1.2.0 *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/comms/libimobiledevice/work/libimobiledevice-1.2.0 *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=