From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 20:57:41 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D762D106564A for ; Thu, 2 Aug 2012 20:57:41 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB768FC16 for ; Thu, 2 Aug 2012 20:57:41 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 329DE1E00244; Thu, 2 Aug 2012 22:57:40 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q72KuQYY043993; Thu, 2 Aug 2012 22:56:26 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q72KuQ7q043992; Thu, 2 Aug 2012 22:56:26 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 2 Aug 2012 22:56:26 +0200 To: Oliver Heesakkers Message-ID: <20120802205625.GA43980@triton8.kn-bremen.de> References: <20120730191515.GA9678@triton8.kn-bremen.de> <20120801213128.7956cef34d5f5a5419f78de2@alkumuna.eu> <201208021921.q72JLT4k040018@triton8.kn-bremen.de> <1361725.y2QOXzX10J@pcoliver.heesakkers.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361725.y2QOXzX10J@pcoliver.heesakkers.info> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Juergen Lock , freebsd-ports@freebsd.org, mazhe@alkumuna.eu Subject: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 20:57:41 -0000 On Thu, Aug 02, 2012 at 09:49:57PM +0200, Oliver Heesakkers wrote: > Op do 02 aug 2012 21:21:29 schreef Juergen Lock: > > In article <20120801213128.7956cef34d5f5a5419f78de2@alkumuna.eu> you write: > > >On Wed, 01 Aug 2012 20:34:44 +0200 > > > > > > > > >run: > > >fails to load qt interface : > > >% vlc > > >VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > >[0x802055198] main libvlc: Running vlc with the default interface. Use > > >'cvlc' to use vlc without interface. [0x8021909d8] main interface error: > > >corrupt module: /usr/local/lib/vlc/plugins/gui/libqt4_plugin.so Remote > > >control interface initialized. Type `help' for help. > > > > > >The strange thing is it worked with the vlc-2.0.3-001.patch version. cvlc > > >is running fine. Building with base gcc/g++ is also fine. > > > > Hm I just built the latest patch version with base clang on 9.1 beta > > and still don't see this problem. Could this be some temporary fault > > i.e. have you tried rebuilding it a second time? > > > > I can confirm this 'corruption' with CLANG on FreeBSD 9.0 RELEASE. IIRC 9.1 > uses a newer version of CLANG. (remembering a lot of LibreOffice mails) > > So the port has to override compiler definitions made in make.conf if FreeBSD > < 9.1 Ok I added that check: http://people.freebsd.org/~nox/tmp/vlc-2.0.3-005.patch Enjoy, :) Juergen