Re: [pve-devel] Kernel-3.10 - Fix Makefile to allow compiling with other gcc version

2014-07-09 Thread Michael Rasmussen
It should have said any version of gcc-4.7 On Wed, 9 Jul 2014 22:03:06 +0200 m...@datanom.net wrote: > This patch enables builders to use any gcc version if desired. > > make without options will require and check for gcc-4.7.2 > make with option CC will use this version > > Default: make > Al

Re: [pve-devel] Relax gcc check in Makefile

2014-07-09 Thread Michael Rasmussen
On Wed, 9 Jul 2014 16:10:24 + Dietmar Maurer wrote: > Can we have a patch to check for exact gcc version by default, but provide an > option to overwrite it (CC env. set)? > See new patch. -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.

[pve-devel] Kernel-3.10 - Fix Makefile to allow compiling with other gcc version

2014-07-09 Thread mir
This patch enables builders to use any gcc version if desired. make without options will require and check for gcc-4.7.2 make with option CC will use this version Default: make Alternative: make CC=gcc-4.8 This mail was virus scanned and spam checked before delivery. This mail is also DKI

[pve-devel] [PATCH] Test whether CC is defined and use this otherwise use default

2014-07-09 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3e2c1bc..823d842 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,11 @@ PVE_DEB=${PVEPKG}_${RELEASE}-${PKGREL}_all.deb all: check_gcc ${DST_D

Re: [pve-devel] Relax gcc check in Makefile

2014-07-09 Thread Dietmar Maurer
Can we have a patch to check for exact gcc version by default, but provide an option to overwrite it (CC env. set)? > -Original Message- > From: Michael Rasmussen [mailto:m...@datanom.net] > Sent: Mittwoch, 09. Juli 2014 09:01 > To: Dietmar Maurer > Cc: pve-devel@pve.proxmox.com > Subject:

Re: [pve-devel] firewall : cluster.fw [rules] section ?

2014-07-09 Thread Stefan Priebe - Profihost AG
Am 09.07.2014 16:11, schrieb Alexandre DERUMIER: > Hi, > > some news, I have finished the ip6tables implementation, I'll send patches > tomorrow ! > > (I'll work on ebtables this weekend) Great! Stefan > - Mail original - > > De: "Alexandre DERUMIER" > À: "Stefan Priebe - Profihos

Re: [pve-devel] firewall : cluster.fw [rules] section ?

2014-07-09 Thread Alexandre DERUMIER
Hi, some news, I have finished the ip6tables implementation, I'll send patches tomorrow ! (I'll work on ebtables this weekend) - Mail original - De: "Alexandre DERUMIER" À: "Stefan Priebe - Profihost AG" Cc: "pve-devel" Envoyé: Mardi 8 Juillet 2014 10:43:31 Objet: Re: [pve-devel

Re: [pve-devel] Relax gcc check in Makefile

2014-07-09 Thread Michael Rasmussen
On Wed, 9 Jul 2014 03:42:32 + Dietmar Maurer wrote: > > - Relax gcc check in Makefile so any gcc version 4.7 can be used. > > Debian Sid has version 4.7.4 > > We encountered serious problems/crashes when using other versions, so I > hardcode that to make sure I always run the correct versi