[pve-devel] pve-qemu-kvm : enable tcmalloc

Alexandre DERUMIER aderumier at odiso.com
Sat Jun 6 09:49:28 CEST 2015


yes, I'm using bash.

I'll try to send a patch to qemu-devel mailing to fx this.



----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>
Cc: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Samedi 6 Juin 2015 09:37:54
Objet: Re: [pve-devel] pve-qemu-kvm : enable tcmalloc

finally applied the patch with below fix. Thanks! 

> On June 6, 2015 at 9:26 AM Dietmar Maurer <dietmar at proxmox.com> wrote: 
> 
> 
> > >>./configure: 3343: test: yes: unexpected operator 
> > 
> > I don't have this error 
> 
> Seems you use bash? (my shell is linked to dash). 
> 
> I guess the correct fix is: 
> 
> -if test "$tcmalloc" == "yes" ; then 
> +if test "$tcmalloc" = "yes" ; then 
> 
> _______________________________________________ 
> pve-devel mailing list 
> pve-devel at pve.proxmox.com 
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 
> 



More information about the pve-devel mailing list