From: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
To: akpm@linux-foundation.org
Cc: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org,
dhowells@redhat.com, Andy Whitcroft <apw@shadowen.org>,
Balbir Singh <balbir@linux.vnet.ibm.com>
Subject: Re: mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded
Date: Tue, 20 Nov 2007 20:48:39 +0530 [thread overview]
Message-ID: <4742FACF.7040906@linux.vnet.ibm.com> (raw)
In-Reply-To: <200711200953.lAK9qxjO030444@imap1.linux-foundation.org>
Hi Andrew,
The kernel build fails, on the AMD machine with following message
arch/x86/ia32/ia32_aout.c: In function ‘load_aout_binary’:
arch/x86/ia32/ia32_aout.c:283: error: implicit declaration of function ‘N_MAGIC’
arch/x86/ia32/ia32_aout.c:283: error: ‘ZMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:283: error: (Each undeclared identifier is reported only once
arch/x86/ia32/ia32_aout.c:283: error: for each function it appears in.)
arch/x86/ia32/ia32_aout.c:283: error: ‘OMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:284: error: ‘QMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:284: error: ‘NMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:285: error: implicit declaration of function ‘N_TRSIZE’
arch/x86/ia32/ia32_aout.c:285: error: implicit declaration of function ‘N_DRSIZE’
arch/x86/ia32/ia32_aout.c:287: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:287: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:287: error: implicit declaration of function ‘N_SYMSIZE’
arch/x86/ia32/ia32_aout.c:287: error: implicit declaration of function ‘N_TXTOFF’
arch/x86/ia32/ia32_aout.c:300: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:300: error: ‘struct exec’ has no member named ‘a_bss’
arch/x86/ia32/ia32_aout.c:317: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:318: error: implicit declaration of function ‘N_TXTADDR’
arch/x86/ia32/ia32_aout.c:319: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:320: error: implicit declaration of function ‘N_DATADDR’
arch/x86/ia32/ia32_aout.c:321: error: ‘struct exec’ has no member named ‘a_bss’
arch/x86/ia32/ia32_aout.c:322: error: implicit declaration of function ‘N_BSSADDR’
arch/x86/ia32/ia32_aout.c:337: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:337: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:350: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:350: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:380: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:380: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:383: warning: cast to pointer from integer of different size
arch/x86/ia32/ia32_aout.c:384: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:384: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:392: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:405: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:409: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:434: error: ‘struct exec’ has no member named ‘a_entry’
arch/x86/ia32/ia32_aout.c: In function ‘load_aout_library’:
arch/x86/ia32/ia32_aout.c:466: error: ‘ZMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:466: error: ‘QMAGIC’ undeclared (first use in this function)
arch/x86/ia32/ia32_aout.c:467: error: ‘struct exec’ has no member named ‘a_entry’
arch/x86/ia32/ia32_aout.c:469: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:469: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:473: error: implicit declaration of function ‘N_FLAGS’
arch/x86/ia32/ia32_aout.c:479: error: ‘struct exec’ has no member named ‘a_entry’
arch/x86/ia32/ia32_aout.c:495: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:495: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:495: error: ‘struct exec’ has no member named ‘a_bss’
arch/x86/ia32/ia32_aout.c:499: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:499: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:509: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:509: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:518: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:518: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:519: error: ‘struct exec’ has no member named ‘a_text’
arch/x86/ia32/ia32_aout.c:519: error: ‘struct exec’ has no member named ‘a_data’
arch/x86/ia32/ia32_aout.c:519: error: ‘struct exec’ has no member named ‘a_bss’
make[1]: *** [arch/x86/ia32/ia32_aout.o] Error 1
make: *** [arch/x86/ia32] Error 2
The patch aout-suppress-aout-library-support-if-config_arch_supports_aout.patch,
creates a struct exec in linux/a.out.h and asm/a.out.h already has it, for the struct
related warnings.
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
next prev parent reply other threads:[~2007-11-20 15:18 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-20 9:45 mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded akpm
2007-11-20 11:30 ` Kamalesh Babulal
2007-11-20 13:07 ` Thomas Gleixner
2007-11-20 14:21 ` Thomas Gleixner
2007-11-20 14:34 ` Kamalesh Babulal
2007-11-20 13:23 ` mm snapshot broken-out-2007-11-20-01-45 Build Fail - net/wireless driver Kamalesh Babulal
2007-11-27 0:59 ` Tony Breeds
2007-11-27 2:20 ` Michael Wu
2007-11-27 2:34 ` Tony Breeds
2007-11-27 2:54 ` Andrew Morton
2007-11-27 4:31 ` Michael Wu
2007-11-27 4:37 ` Andrew Morton
2007-11-27 4:52 ` Michael Wu
2007-11-27 4:57 ` Andrew Morton
2007-11-27 4:37 ` Michael Wu
2007-11-27 4:55 ` Andrew Morton
2007-11-27 5:06 ` Michael Wu
2007-11-27 5:12 ` Andrew Morton
2007-11-20 13:29 ` mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded Kamalesh Babulal
2007-11-20 14:02 ` [PATCH] mm snapshot broken-out-2007-11-20-01-45 build failer tumbler/snapper Kamalesh Babulal
2007-11-20 13:48 ` Takashi Iwai
2007-11-20 13:48 ` Takashi Iwai
2007-11-20 14:22 ` mm snapshot broken-out-2007-11-20-01-45 Build Failure mach_apic.h Kamalesh Babulal
2007-11-20 20:31 ` Andrew Morton
2007-11-20 14:46 ` mm snapshot broken-out-2007-11-20-01-45.tar.gz -- powerpc panic Andy Whitcroft
[not found] ` <20071120144659.GC12066-26w3C0LaAnFg9hUCZPvPmw@public.gmane.org>
2007-11-20 20:35 ` [NFS] " Andrew Morton
2007-11-20 20:35 ` Andrew Morton
2007-11-20 22:23 ` [NFS] " Eric W. Biederman
2007-11-20 22:23 ` Eric W. Biederman
[not found] ` <200711200953.lAK9qxjO030444-AB4EexQrvXRQetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2007-11-20 14:46 ` [NFS] " Andy Whitcroft
2007-11-20 14:48 ` [PATCH] mm snapshot broken-out-2007-11-20-01-45 Build Failure arch/x86/kernel/pci-gart_64.c Kamalesh Babulal
2007-11-20 15:18 ` Kamalesh Babulal [this message]
2007-11-20 20:50 ` mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded Andrew Morton
2007-11-21 1:32 ` David Howells
2007-11-21 2:40 ` Andrew Morton
2007-11-21 12:49 ` David Howells
2007-11-21 16:15 ` David Howells
2007-11-20 20:34 ` Kamalesh Babulal
2007-11-20 20:48 ` Paul Moore
2007-11-20 21:31 ` Paul Moore
2007-11-20 21:18 ` mm snapshot broken-out-2007-11-20-01-45 Build Failure - macro CONFIG_THREAD_ORDER not defined Kamalesh Babulal
2007-11-20 21:41 ` Andrew Morton
-- strict thread matches above, loose matches on Subject: below --
2007-11-20 9:45 mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded akpm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4742FACF.7040906@linux.vnet.ibm.com \
--to=kamalesh@linux.vnet.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=apw@shadowen.org \
--cc=balbir@linux.vnet.ibm.com \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.