[PATCH 0/2] Fix pidl installation and add option to specifiy directory.

Andreas Schneider asn at samba.org
Wed Feb 26 06:32:46 MST 2014


On Wednesday 26 February 2014 13:10:44 Kai Blin wrote:
> On 2014-02-26 12:24, Andreas Schneider wrote:
> 
> Hi Andreas,
> 
> > Andreas Schneider (2):
> >    pidl: Install pidl files corrently.
> >    waf: Add option to specify perl vendor dir.
> 
> feel free to push both of those with
> 
> Reviewed-by: Kai Blin <kai at samba.org>

Autobuild fails during the installation cause if we ask perl for the vendor 
lib direcotry it tells us to use e.g. /usr/share/perl5/vendor_lib

but we can't install to that directory as a user in autobuild.

We could fix it if we change autobuild to use:

./configure --bundled-libraries=NONE --abi-check --enable-debug -C --
prefix=/m/asn/a/b989179/prefix/samba-libs --with-perl-
vendordir=/m/asn/a/b989179/prefix/samba-libs/share/perl5/vendor_lib


The other possibility is to change the default back to $prefix/share/perl5. 
This would fix autobuild but you can be sure that it will not work on a unix 
system. Perl will not check the where we install it.


	-- andreas


-- 
Andreas Schneider                   GPG-ID: CC014E3D
Samba Team                             asn at samba.org
www.samba.org



More information about the samba-technical mailing list