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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to