Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-14 Thread Jeff King
On Sat, Jul 12, 2014 at 10:47:03AM +0200, Tuncer Ayaz wrote: Yes, Andi's patch works. Any idea when ak/profile-feedback-build will land in master? Junio posts updates in his What's Cooking messages (usually about twice a week). Last Tuesday's listed it as will merge to next. Unless anybody

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-14 Thread Jeff King
On Sat, Jul 12, 2014 at 10:53:47AM +0200, Tuncer Ayaz wrote: On Sat, Jul 12, 2014 at 6:56 AM, Jeff King wrote: I think none of the regular devs uses PROFILE, and it bit-rotted By the way, is there no build (CI) server for git.git to regularly test branches on different platforms or at

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-12 Thread Tuncer Ayaz
On Sat, Jul 12, 2014 at 6:56 AM, Jeff King wrote: On Fri, Jul 11, 2014 at 12:12:55AM +0200, Tuncer Ayaz wrote: Sorry, didn't test properly when I tried with/without config.mak, and PROFILE=BUILD was the problem. I had that in config.mak based on information gathered from INSTALL and

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-12 Thread Tuncer Ayaz
On Sat, Jul 12, 2014 at 6:56 AM, Jeff King wrote: I think none of the regular devs uses PROFILE, and it bit-rotted By the way, is there no build (CI) server for git.git to regularly test branches on different platforms or at least different build configs on the same platform? -- To unsubscribe

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-11 Thread Jeff King
On Fri, Jul 11, 2014 at 12:12:55AM +0200, Tuncer Ayaz wrote: Sorry, didn't test properly when I tried with/without config.mak, and PROFILE=BUILD was the problem. I had that in config.mak based on information gathered from INSTALL and Makefile. To be clear, is PROFILE=BUILD (still) supported?

745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? CC credential-store.o In file included from /usr/lib/.../xmmintrin.h:31:0, from /usr/lib/.../emmintrin.h:31, from git-compat-util.h:708,

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
On Thu, Jul 10, 2014 at 9:59 PM, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? s/x64_64/x86_64/ Should have written amd64 to avoid the typo :). CC credential-store.o In file included from

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Jeff King
On Thu, Jul 10, 2014 at 09:59:37PM +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? Weird. It compiles fine on my x86_64 box (Debian unstable, gcc 4.9.0-10). Can you tell us more about your environment? -Peff -- To

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread David Turner
On Thu, 2014-07-10 at 21:59 +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? CC credential-store.o In file included from /usr/lib/.../xmmintrin.h:31:0, What's in the ...? Because if you're using headers from

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
On Thu, Jul 10, 2014 at 10:23 PM, Jeff King wrote: On Thu, Jul 10, 2014 at 09:59:37PM +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? Weird. It compiles fine on my x86_64 box (Debian unstable, gcc 4.9.0-10).

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
On Thu, Jul 10, 2014 at 10:33 PM, David Turner wrote: On Thu, 2014-07-10 at 21:59 +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? CC credential-store.o In file included from

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread David Turner
On Thu, 2014-07-10 at 22:44 +0200, Tuncer Ayaz wrote: On Thu, Jul 10, 2014 at 10:33 PM, David Turner wrote: On Thu, 2014-07-10 at 21:59 +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on linux x64_64. Any idea what's wrong? CC

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
On Thu, Jul 10, 2014 at 10:53 PM, David Turner wrote: On Thu, 2014-07-10 at 22:44 +0200, Tuncer Ayaz wrote: On Thu, Jul 10, 2014 at 10:33 PM, David Turner wrote: On Thu, 2014-07-10 at 21:59 +0200, Tuncer Ayaz wrote: The changes in 745224e0 don't seem to build here with gcc-4.9 on

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread Tuncer Ayaz
Sorry, didn't test properly when I tried with/without config.mak, and PROFILE=BUILD was the problem. I had that in config.mak based on information gathered from INSTALL and Makefile. To be clear, is PROFILE=BUILD (still) supported? -- To unsubscribe from this list: send the line unsubscribe git in

Re: 745224e0 gcc-4.9 emmintrin.h build error

2014-07-10 Thread David Turner
On Fri, 2014-07-11 at 00:12 +0200, Tuncer Ayaz wrote: Sorry, didn't test properly when I tried with/without config.mak, and PROFILE=BUILD was the problem. I had that in config.mak based on information gathered from INSTALL and Makefile. To be clear, is PROFILE=BUILD (still) supported? For