From owner-freebsd-multimedia@freebsd.org Sun Mar 12 04:24:24 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 1F300D094BF for ; Sun, 12 Mar 2017 04:24:24 +0000 (UTC) (envelope-from andy@neu.net) 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 0C8B413D6 for ; Sun, 12 Mar 2017 04:24:24 +0000 (UTC) (envelope-from andy@neu.net) Received: by mailman.ysv.freebsd.org (Postfix) id 0BE0DD094BE; Sun, 12 Mar 2017 04:24:24 +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 0B818D094BD for ; Sun, 12 Mar 2017 04:24:24 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [104.225.8.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freebsd-11-64", Issuer "freebsd-11-64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D0A8C13D3 for ; Sun, 12 Mar 2017 04:24:23 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (neu.net [104.225.8.138]) by mail.neu.net (8.15.2/8.15.2) with ESMTPS id v2C432HR037300 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 11 Mar 2017 23:03:04 -0500 (EST) (envelope-from andy@neu.net) Date: Sat, 11 Mar 2017 23:03:02 -0500 (EST) From: AN To: multimedia@FreeBSD.org Subject: VLC - Gtk-ERROR **: GTK+ 2.x symbols detected Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-0.0 required=5.0 tests=RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.neu.net 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:24:24 -0000 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 change to qt5-widgets. As of 5.7.1 the Configuration Options have changed from GTK2 to GTK3 ===> The following configuration options are available for qt5-widgets-5.7.1: GTK3=off: GTK+-based Qt theme I built qt5-widgets-5.7.1 with GTK3=on and when I start vlc from the command 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=CUPS QGTKSTYLE NAS" into make.conf but I don't think it works anymore. Any help fixing this is appreciated, thanks in advance. Please include me in CC. Should I file a PR?