[vlc-devel] [PATCH] [RFC] do not install dsm plugin twice

Petri Hintukainen phintuka at users.sourceforge.net
Tue Mar 17 09:01:23 CET 2015


On ma, 2015-03-16 at 13:59 +0300, Rémi Denis-Courmont wrote:
> Le 2015-03-16 13:24, Petri Hintukainen a écrit :
> > I tried to enable dsm access plugin in Linux (to get directory 
> > browsing
> > support). But "make install" failed with error:
> >
> > libtool: install: error: cannot install `libdsm_plugin.la' to a
> > directory not ending in /usr/lib/vlc/plugins/services_discovery
> >
> > It looks like the module is installed twice: first to access/, then 
> > to
> > services_discovery/. Installing it only to services_discovery/ seems 
> > to
> > work.
> 
> The (rest of the) Makefile rules are in access/ though...

Removing it from services_discovery/Makefile.am in commit
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42350148049e6a91db1f6876d1e0765640da0f7d
didn't fix the problem with make install.

With
../configure --prefix=/usr --enable-dsm --disable-smb
make && sudo make install

I still get

libtool: install: error: cannot install `libdsm_plugin.la' to a
directory not ending in /usr/lib/vlc/plugins/services_discovery

Alternative patch attached.

(or maybe I have broken libtool ... ?) 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-dsm-fix-runtime-library-search-path.patch
Type: text/x-patch
Size: 1023 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150317/c69855b1/attachment.bin>


More information about the vlc-devel mailing list