From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SSUjH-0007LN-He for garchives@archives.gentoo.org; Thu, 10 May 2012 14:52:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C04CE0B80; Thu, 10 May 2012 14:52:15 +0000 (UTC) Received: from svr-us4.tirtonadi.com (svr-us4.tirtonadi.com [69.65.43.212]) by pigeon.gentoo.org (Postfix) with ESMTP id DB35AE0B48 for ; Thu, 10 May 2012 14:50:38 +0000 (UTC) Received: from mail-vb0-f53.google.com ([209.85.212.53]) by svr-us4.tirtonadi.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1SSUhV-002Bs1-Ci for gentoo-user@lists.gentoo.org; Thu, 10 May 2012 21:50:41 +0700 Received: by vbbfc26 with SMTP id fc26so1959807vbb.40 for ; Thu, 10 May 2012 07:50:35 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.52.67.11 with SMTP id j11mr2149356vdt.132.1336661435777; Thu, 10 May 2012 07:50:35 -0700 (PDT) Received: by 10.220.81.202 with HTTP; Thu, 10 May 2012 07:50:35 -0700 (PDT) Received: by 10.220.81.202 with HTTP; Thu, 10 May 2012 07:50:35 -0700 (PDT) In-Reply-To: <20120510162012.74db0575@unet.univie.ac.at> References: <4FAA2F0D.8080900@gmail.com> <4FAA595A.4040202@libertytrek.org> <20120510162012.74db0575@unet.univie.ac.at> Date: Thu, 10 May 2012 21:50:35 +0700 Message-ID: Subject: Re: [gentoo-user] make of gentoo-sources-3.2.12 fails From: Pandu Poluan To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=20cf307f359210808e04bfafbe8c X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - svr-us4.tirtonadi.com X-AntiAbuse: Original Domain - lists.gentoo.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - poluan.info X-Archives-Salt: f2d542e2-d05c-4066-a7fe-24e597383637 X-Archives-Hash: 807e4a323941a1a14df897fcd0c57235 --20cf307f359210808e04bfafbe8c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On May 10, 2012 9:27 PM, "Michael Scherer" wrote: > > Hi all, > > after downloading the 3.2.12-sources everything went fine > for a couple of weeks, I compiled them a couple of times, > but suddenly, maybe because of some world-updates, errors > started to accumulate, first it could do make but no modules, > then kernel make made it almost and now I'm stuck with this > rather short make output: > > HOSTCC scripts/basic/fixdep > HOSTCC scripts/kconfig/conf.o > HOSTCC scripts/kconfig/zconf.tab.o > scripts/kconfig/zconf.tab.c: In function =E2=80=98header_print_comment=E2= =80=99: > scripts/kconfig/confdata.c:540:10: warning: ignoring return value of > =E2=80=98fwrite=E2=80=99, declared with attribute warn_unused_result > scripts/kconfig/zconf.tab.c: In function =E2=80=98kconfig_print_comment= =E2=80=99: > scripts/kconfig/confdata.c:467:10: warning: ignoring return value of > =E2=80=98fwrite=E2=80=99, declared with attribute warn_unused_result HOS= TLD > scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig > CHK include/linux/version.h CHK include/generated/utsrelease.h > CC kernel/bounds.s > GEN include/generated/bounds.h > CC arch/x86/kernel/asm-offsets.s > GEN include/generated/asm-offsets.h > CALL scripts/checksyscalls.sh > CC scripts/mod/empty.o > HOSTCC scripts/mod/mk_elfconfig > MKELF scripts/mod/elfconfig.h > HOSTCC scripts/mod/file2alias.o > HOSTCC scripts/mod/modpost.o > HOSTCC scripts/mod/sumversion.o > HOSTLD scripts/mod/modpost > HOSTCC scripts/kallsyms > HOSTCC scripts/pnmtologo > HOSTCC scripts/conmakehash > HOSTCC scripts/bin2c > CC init/main.o > CHK include/generated/compile.h > CC init/version.o > CC init/do_mounts.o > CC init/do_mounts_initrd.o > LD init/mounts.o > ls -Al -m elf_x86_64 -r -o init/mounts.o init/do_mounts.o > init/do_mounts_initrd.o init/mounts.o: No such file or directory > make[1]: *** [init/mounts.o] Error 1 > make: *** [init] Error 2 > > glibc is 2.14.1-r3, which otherwise works perfectly, so I don't > think it's the reason. > I cleared ccache and rebuilt the kernel sources, to no avail. > > .config is in attachments. > > Maybe someone could give me a hint, I need that kernel really > badly and hopefully soon. > > kind regards > > michael > Make sure you're not running out of space or inodes on the mounted filesystem. (I once ran out of inodes even when freespace is still large. Now I do compiles -- kernel or otherwise -- on reiserfs) Rgds, --20cf307f359210808e04bfafbe8c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On May 10, 2012 9:27 PM, "Michael Scherer" <a6702894@unet.univie.ac.at> wrote:
>
> Hi all,
>
> after downloading the 3.2.12-sources everything went fine
> for a couple of weeks, I compiled them a couple of times,
> but suddenly, maybe because of some world-updates, errors
> started to accumulate, first it could do make but no modules,
> then kernel make made it almost and now I'm stuck with this
> rather short make output:
>
> =C2=A0HOSTCC =C2=A0scripts/basic/fixdep
> =C2=A0HOSTCC =C2=A0scripts/kconfig/conf.o
> =C2=A0HOSTCC =C2=A0scripts/kconfig/zconf.tab.o
> scripts/kconfig/zconf.tab.c: In function =E2=80=98header_print_comment= =E2=80=99:
> scripts/kconfig/confdata.c:540:10: warning: ignoring return value of > =C2=A0=E2=80=98fwrite=E2=80=99, declared with attribute warn_unused_re= sult
> =C2=A0scripts/kconfig/zconf.tab.c: In function =E2=80=98kconfig_print_= comment=E2=80=99:
> =C2=A0scripts/kconfig/confdata.c:467:10: warning: ignoring return valu= e of
> =C2=A0=E2=80=98fwrite=E2=80=99, declared with attribute warn_unused_re= sult HOSTLD
> =C2=A0scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kcon= fig
> =C2=A0CHK =C2=A0 =C2=A0 include/linux/version.h CHK =C2=A0 =C2=A0 incl= ude/generated/utsrelease.h
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0kernel/bounds.s
> =C2=A0GEN =C2=A0 =C2=A0 include/generated/bounds.h
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0arch/x86/kernel/asm-offsets.s
> =C2=A0GEN =C2=A0 =C2=A0 include/generated/asm-offsets.h
> =C2=A0CALL =C2=A0 =C2=A0scripts/checksyscalls.sh
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0scripts/mod/empty.o
> =C2=A0HOSTCC =C2=A0scripts/mod/mk_elfconfig
> =C2=A0MKELF =C2=A0 scripts/mod/elfconfig.h
> =C2=A0HOSTCC =C2=A0scripts/mod/file2alias.o
> =C2=A0HOSTCC =C2=A0scripts/mod/modpost.o
> =C2=A0HOSTCC =C2=A0scripts/mod/sumversion.o
> =C2=A0HOSTLD =C2=A0scripts/mod/modpost
> =C2=A0HOSTCC =C2=A0scripts/kallsyms
> =C2=A0HOSTCC =C2=A0scripts/pnmtologo
> =C2=A0HOSTCC =C2=A0scripts/conmakehash
> =C2=A0HOSTCC =C2=A0scripts/bin2c
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0init/main.o
> =C2=A0CHK =C2=A0 =C2=A0 include/generated/compile.h
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0init/version.o
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0init/do_mounts.o
> =C2=A0CC =C2=A0 =C2=A0 =C2=A0init/do_mounts_initrd.o
> =C2=A0LD =C2=A0 =C2=A0 =C2=A0init/mounts.o
> ls -Al -m elf_x86_64 -r -o init/mounts.o init/do_mounts.o
> =C2=A0init/do_mounts_initrd.o init/mounts.o: No such file or directory=
> make[1]: *** [init/mounts.o] Error 1
> make: *** [init] Error 2
>
> glibc is 2.14.1-r3, which otherwise works perfectly, so I don't > think it's the reason.
> I cleared ccache and rebuilt the kernel sources, to no avail.
>
> .config is in attachments.
>
> Maybe someone could give me a hint, I need that kernel really
> badly and hopefully soon.
>
> kind regards
>
> michael
>

Make sure you're not running out of space or inodes on the mounted f= ilesystem.

(I once ran out of inodes even when freespace is still large. Now I do c= ompiles -- kernel or otherwise -- on reiserfs)

Rgds,

--20cf307f359210808e04bfafbe8c--