From owner-freebsd-multimedia@freebsd.org Sun Mar 12 04:22:22 2017 Return-Path: Delivered-To: freebsd-multimedia@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 879A4D093D8 for ; Sun, 12 Mar 2017 04:22:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 710F112D9 for ; Sun, 12 Mar 2017 04:22:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7065AD093D7; Sun, 12 Mar 2017 04:22:22 +0000 (UTC) Delivered-To: multimedia@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 70052D093D6 for ; Sun, 12 Mar 2017 04:22:22 +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 5FC9412D8 for ; Sun, 12 Mar 2017 04:22:22 +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 v2C4MMr1030075 for ; Sun, 12 Mar 2017 04:22:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 217716] multimedia/vlc: After upgrade VLC is broken with - Gtk-ERROR **: GTK+ 2.x symbols detected Date: Sun, 12 Mar 2017 04:22:22 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 04:22:22 -0000 andy@neu.net has reassigned Bugzilla Automation 's request for maintainer-feedback to multimedia@FreeBSD.org: Bug 217716: multimedia/vlc: After upgrade VLC is broken with - Gtk-ERROR **: GTK+ 2.x symbols detected https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217716 --- Description --- FreeBSD BSD_12 12.0-CURRENT FreeBSD 12.0-CURRENT #30 r315085: Sat Mar 11 17:19:33 EST 2017 root@BSD_12:/usr/obj/usr/src/sys/MYKERNEL amd64 After a recent update VLC is broken. I think it has to do with a recent ch= ange to qt5-widgets. As of 5.7.1 the Configuration Options have changed from GTK2 to GTK3 =3D=3D=3D> The following configuration options are available for qt5-widget= s-5.7.1: GTK3=3Doff: GTK+-based Qt theme I built qt5-widgets-5.7.1 with GTK3=3Don and when I start vlc from the comm= and line I get the following: # vlc VLC media player 2.2.4 Weatherwax (revision 2.2.3-37-g888b7e89) [0000000802512ad0] logger interface: using logger. (:35191): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x = and GTK+ 3 in the same process is not supported Trace/BPT trap (core dumped) Previously, it was possible to put "QT4_OPTIONS=3DCUPS QGTKSTYLE NAS" into make.conf but I don't think it works anymore.