[pve-devel] missing depends in pve-access-control

Alexandre DERUMIER aderumier at odiso.com
Tue Aug 23 07:43:01 CEST 2011


we need libauthen-pam-perl package for pve-access-control.

it's missing from the depends of pve-access-control deb.


----- Mail original ----- 

De: "Dietmar Maurer" <dietmar at proxmox.com> 
À: "Alexandre DERUMIER" <aderumier at odiso.com>, pve-devel at pve.proxmox.com 
Envoyé: Mardi 23 Août 2011 06:26:10 
Objet: RE: [pve-devel] pve-cluster : compilation error 

uploaded the missing file, just do 'svn update' 

BTW: Today, I start moving all pve2 related sources to git. This will take some 
days until we open the git repository. 

> -----Original Message----- 
> From: pve-devel-bounces at pve.proxmox.com [mailto:pve-devel- 
> bounces at pve.proxmox.com] On Behalf Of Alexandre DERUMIER 
> Sent: Montag, 22. August 2011 20:12 
> To: pve-devel at pve.proxmox.com 
> Subject: Re: [pve-devel] pve-cluster : compilation error 
> 
> same error in english: 
> 
> perl -I.. ./pvecm printmanpod > pvecm.1.pod cat pvecm.1.pod|pod2man -n 
> pvecm -s 1 -r 1.0 -c "Proxmox Documentation"|gzip -c9 >pvecm.1.gz 
> make[4]: *** No rule to make target `gen-datacenter-pod.pl', needed by 
> `datacenter.cfg.5.pod'. Stop. 
> 
> 
> 
> 
> ----- Mail original ----- 
> 
> De: "Alexandre DERUMIER" <aderumier at odiso.com> 
> À: pve-devel at pve.proxmox.com 
> Envoyé: Lundi 22 Août 2011 17:58:31 
> Objet: [pve-devel] pve-cluster : compilation error 
> 
> 
> Hi everybody, 
> 
> i'm trying to compile proxmox2 pve-cluster and I have an error on gen- 
> datacenter-pod.pl . 
> 
> perl -I.. ./pvecm printmanpod > pvecm.1.pod cat pvecm.1.pod|pod2man -n 
> pvecm -s 1 -r 1.0 -c "Proxmox Documentation"|gzip -c9 >pvecm.1.gz 
> make[4]: *** Pas de règle pour fabriquer la cible « gen-datacenter-pod.pl », 
> nécessaire pour à datacenter.cfg.5.pod . 
> make[4]: quittant le répertoire « /root/pve/pve-cluster/trunk/build/PVE » 
> make[3]: *** [all-recursive] Erreur 1 
> 
> 
> can you help me ? 
> 
> thanks 
> 
> 
> 
> ----- Mail original ----- 
> 
> De: "Seth Lauzon" <seth.lauzon at gmail.com> 
> À: "Dietmar Maurer" <dietmar at proxmox.com> 
> Cc: pve-devel at pve.proxmox.com 
> Envoyé: Jeudi 23 Juin 2011 22:47:49 
> Objet: Re: [pve-devel] Setup Development Environment 
> 
> Dietmar, 
> 
> I am adding some additional details to the README.dev file to make it a little 
> easier to setup a development environment. I have run into a problem installing 
> 'redhat-cluster/trunk'. The error is below: 
> 
> make[4]: Leaving directory `/usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0/contrib' 
> install -d /usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0/debian/tmp//etc/cluster/cman-notify.d 
> install -d /usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0/debian/tmp//var/log/cluster 
> install -d /usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0/debian/tmp//var/lib/cluster 
> install -d /usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0/debian/tmp//var/run/cluster 
> make[3]: Leaving directory `/usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0' 
> # we do not install upstream doc 
> rm -rf debian/tmp/usr/share/doc/cluster # move udev rules to correct location 
> install -d -m 0755 debian/tmp/lib/udev/rules.d mv 
> debian/tmp/etc/udev/rules.d/51-dlm.rules debian/tmp/lib/udev/rules.d/45- 
> dlm.rules 
> mv: cannot stat `debian/tmp/etc/udev/rules.d/51-dlm.rules': No such file or 
> directory 
> make[2]: *** [override_dh_auto_install] Error 1 
> make[2]: Leaving directory `/usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0' 
> make[1]: *** [binary] Error 2 
> make[1]: Leaving directory `/usr/local/src/pve/redhat-cluster/trunk/cluster- 
> 3.1.0' 
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 
> make: *** [redhat-cluster-pve_3.1.0-1_amd64.deb] Error 2 
> 
> I will continue to do some research and try to solve this problem myself, but any 
> info you can provide is greatly appreciated. 
> 
> Thanks, 
> Seth 
> 
> 
> On Jun 23, 2011, at 10:42 AM, Dietmar Maurer wrote: 
> 
> > I already started a document about that: 
> > 
> > 
> https://devel.proxmox.com/websvn/filedetails.php?repname=Proxmox+Virtual+ 
> Environment&path=%2Fpve-common%2Ftrunk%2FREADME.dev 
> > 
> > usually you simple type 'make' to generate the debian packages. Please report 
> any errors. 
> > 
> > For your convenience, some packages have a 'dinstall' target, which creates 
> the debian packages and installs it afterward 
> > 
> > - Dietmar Maurer 
> > 
> >> I am working to setup a development environment of PVE 2.0. I have a list of 
> >> the packages I am to install to get a working copy, but it may be outdated. I 
> also 
> >> would like to know the command to use to build the source into working .deb 
> >> files. If anyone can provide any assistance I would greatly appreciate it. 
> > 
> 
> _______________________________________________ 
> pve-devel mailing list 
> pve-devel at pve.proxmox.com 
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 
> 
> 
> 
> -- 
> 
> 
> 
> 
> 
> Alexandre Derumier 
> Ingénieur système 
> e-mail : aderumier at odiso.com 
> Tél : +33 (0)3 20 68 88 90 
> Fax : +33 (0)3 20 68 90 81 
> 45 Bvd du Général Leclerc 
> 59100 ROUBAIX - FRANCE 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________ 
> pve-devel mailing list 
> pve-devel at pve.proxmox.com 
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel 
> 
> 
> 
> -- 
> 
> -- 
> 
> 
> 
> 
> 
> Alexandre Derumier 
> Ingénieur système 
> e-mail : aderumier at odiso.com 
> Tél : +33 (0)3 20 68 88 90 
> Fax : +33 (0)3 20 68 90 81 
> 45 Bvd du Général Leclerc 
> 59100 ROUBAIX - FRANCE 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 




-- 

-- 




	
	Alexandre Derumier 
Ingénieur système 
e-mail : aderumier at odiso.com 
Tél : +33 (0)3 20 68 88 90 
Fax : +33 (0)3 20 68 90 81 
45 Bvd du Général Leclerc 
59100 ROUBAIX - FRANCE 













-------------- next part --------------
A non-text attachment was scrubbed...
Name: aderumier.vcf
Type: text/x-vcard
Size: 183 bytes
Desc: not available
URL: <http://lists.proxmox.com/pipermail/pve-devel/attachments/20110823/8af6587f/attachment.vcf>


More information about the pve-devel mailing list