[libvirt] [jenkins-ci PATCH 1/8] guests: Fix PERL5LIB on Debian sid

Pavel Hrdina phrdina at redhat.com
Wed May 16 08:39:04 UTC 2018


On Tue, May 15, 2018 at 04:40:02PM +0200, Andrea Bolognani wrote:
> Debian sid is shipping Perl 5.26.2 now.
> 
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>
> ---
>  guests/host_vars/libvirt-debian-sid/main.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/guests/host_vars/libvirt-debian-sid/main.yml b/guests/host_vars/libvirt-debian-sid/main.yml
> index f5eb52c..bc711f5 100644
> --- a/guests/host_vars/libvirt-debian-sid/main.yml
> +++ b/guests/host_vars/libvirt-debian-sid/main.yml
> @@ -1,5 +1,5 @@
>  ---
> -PERL5LIB: $VIRT_PREFIX/lib/x86_64-linux-gnu/perl/5.26.1
> +PERL5LIB: $VIRT_PREFIX/lib/x86_64-linux-gnu/perl/5.26.2
>  PYTHONPATH: $VIRT_PREFIX/lib/python3.6/site-packages

I guess that this is somehow needed otherwise the perl build fails
but we can use $(perl -e 'print substr($^V, 1)') to get the current
version.

Reviewed-by: Pavel Hrdina <phrdina at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180516/013227d4/attachment-0001.sig>


More information about the libvir-list mailing list