Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 20:47:18 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        Rainer Hurling <rhurlin@gwdg.de>, Juergen Lock <nox@jelal.kn-bremen.de>, freebsd-ports@FreeBSD.org, gljennjohn@googlemail.com
Subject:   Re: CFT: vlc 2.0.3 - want to know where it works and where only partly
Message-ID:  <20120804184718.GA39933@triton8.kn-bremen.de>
In-Reply-To: <501C3B97.6050502@FreeBSD.org>
References:  <201208021921.q72JLT4k040018@triton8.kn-bremen.de> <1361725.y2QOXzX10J@pcoliver.heesakkers.info> <20120802205625.GA43980@triton8.kn-bremen.de> <20120803142711.1cb981b3@ernst.jennejohn.org> <501BE795.8070407@gwdg.de> <20120803163633.GA2046@triton8.kn-bremen.de> <501C0107.1050808@gwdg.de> <20120803191259.GA5486@triton8.kn-bremen.de> <501C3489.7060803@gwdg.de> <501C3B97.6050502@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 03, 2012 at 01:59:03PM -0700, Doug Barton wrote:
> On 08/03/2012 01:28 PM, Rainer Hurling wrote:
> > I tried to first deinstall vlc-1.1.13 and install 2.0.3 after that with
> > success. Obviously the build has a problem with files outside of WRKSRC?
> 
> When I did my successful build on current-amd64 I just patched the port
> directory, and used portmaster to do the update ... meaning that the old
> port was still installed when I built the new one. However, I use a
> separate WRKDIRPREFIX, maybe that made a difference?

When I tested this on head I did the same and didn't get a crash,
and I don't set WRKDIRPREFIX on that installation, so at least
it can't be that alone.

 I just did

	LD_LIBRARY_PATH="work/fake/usr/local/lib" ldd work/fake/usr/local/lib/vlc/vlc-cache-gen

and got:

work/fake/usr/local/lib/vlc/vlc-cache-gen:
	libvlc.so.8 => work/fake/usr/local/lib/libvlc.so.8 (0x800647000)
	libvlccore.so.6 => work/fake/usr/local/lib/libvlccore.so.6 (0x80075f000)
	libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x80093d000)
	libthr.so.3 => /lib/libthr.so.3 (0x800a8b000)
	libintl.so.9 => /usr/local/lib/libintl.so.9 (0x800ba3000)
	libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800cac000)
	libm.so.5 => /lib/libm.so.5 (0x800ea6000)
	libc.so.7 => /lib/libc.so.7 (0x800fc5000)

so it's not picking up wrong libs either...  I guess unless someone
can figure out the real cause and a proper fix we'll have to add
a note to UPDATING to the effect "if your vlc build dies try removing
the old version first."

 :/,
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120804184718.GA39933>