Re: Compiler segfault when building the kernel

2018-07-15 Thread Celejar
On Tue, 13 Jun 2017 20:41:25 +0300 Adrian Bunk wrote: > On Tue, Jun 13, 2017 at 11:57:55AM -0400, Celejar wrote: > > On Mon, 12 Jun 2017 10:45:17 +0300 > > Adrian Bunk wrote: > > > > > On Fri, Jun 09, 2017 at 07:58:12AM -0400, Celejar wrote: > > > > Hi, ... > > > > line "root_cmd =

Re: Compiler segfault when building the kernel

2017-06-13 Thread Adrian Bunk
On Tue, Jun 13, 2017 at 11:57:55AM -0400, Celejar wrote: > On Mon, 12 Jun 2017 10:45:17 +0300 > Adrian Bunk wrote: > > > On Fri, Jun 09, 2017 at 07:58:12AM -0400, Celejar wrote: > > > Hi, > > > > > > I've been building kernels (vanilla from upstream) for years with > > >

Re: Compiler segfault when building the kernel

2017-06-13 Thread Celejar
On Mon, 12 Jun 2017 10:45:17 +0300 Adrian Bunk wrote: > On Fri, Jun 09, 2017 at 07:58:12AM -0400, Celejar wrote: > > Hi, > > > > I've been building kernels (vanilla from upstream) for years with > > kernel-package (typical command line: "time make-kpkg -j2 --initrd > >

Re: Compiler segfault when building the kernel

2017-06-12 Thread Adrian Bunk
On Fri, Jun 09, 2017 at 07:58:12AM -0400, Celejar wrote: > Hi, > > I've been building kernels (vanilla from upstream) for years with > kernel-package (typical command line: "time make-kpkg -j2 --initrd > --revision 1.custom kernel_image"; .kernel-pkg.conf contains just the > line "root_cmd =

Re: Compiler segfault when building the kernel

2017-06-11 Thread Celejar
On Sun, 11 Jun 2017 14:52:55 +0200 deloptes wrote: > Celejar wrote: > > > So I'll have to decide whether to report against kernel-package, gcc, > > or not at all. > > build a simple and clean chroot and test there. If bug present report if not > use the kernel build there

Re: Compiler segfault when building the kernel

2017-06-11 Thread deloptes
Celejar wrote: > So I'll have to decide whether to report against kernel-package, gcc, > or not at all. build a simple and clean chroot and test there. If bug present report if not use the kernel build there on your current system. Avoid mixing build and production systems if possible - chroot

Re: Compiler segfault when building the kernel

2017-06-10 Thread kamaraju kusumanchi
On Sat, Jun 10, 2017 at 10:51 PM, Celejar wrote: > On Sat, 10 Jun 2017 09:37:39 -0400 > kamaraju kusumanchi wrote: > >> On Fri, Jun 9, 2017 at 7:58 AM, Celejar wrote: >> > Any ideas? Is this a bug I should be filing against

Re: Compiler segfault when building the kernel

2017-06-10 Thread Celejar
On Sat, 10 Jun 2017 09:37:39 -0400 kamaraju kusumanchi wrote: > On Fri, Jun 9, 2017 at 7:58 AM, Celejar wrote: > > Any ideas? Is this a bug I should be filing against kernel-package (or > > anywhere else)? > > Two things > > 1) Does the problem

Re: Compiler segfault when building the kernel

2017-06-10 Thread kamaraju kusumanchi
On Fri, Jun 9, 2017 at 7:58 AM, Celejar wrote: > Any ideas? Is this a bug I should be filing against kernel-package (or > anywhere else)? Two things 1) Does the problem go away if you upgrade to the latest compiler? Based on the error message, I believe you are using gcc 4.9?

Compiler segfault when building the kernel

2017-06-09 Thread Celejar
Hi, I've been building kernels (vanilla from upstream) for years with kernel-package (typical command line: "time make-kpkg -j2 --initrd --revision 1.custom kernel_image"; .kernel-pkg.conf contains just the line "root_cmd = fakeroot") without problem. Recently, the builds have begun to fail with