public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: FYI, ZX1 config problem in 2.4.23/2.4.24
Date: Wed, 07 Jan 2004 00:32:22 +0000	[thread overview]
Message-ID: <200401061732.22576.bjorn.helgaas@hp.com> (raw)

When I changed the "HP-zx1" kernel config choice to just "HP",
I seem to have exposed an oddity in the way menuconfig works.
The menu contains this:

        "generic                CONFIG_IA64_GENERIC             \
         DIG-compliant          CONFIG_IA64_DIG                 \
         HP-simulator           CONFIG_IA64_HP_SIM              \
         HP                     CONFIG_IA64_HP_ZX1              \
         SGI-SN2                CONFIG_IA64_SGI_SN2" generic

and apparently when the user selects "HP", menuconfig turns on
the *simulator* symbol (CONFIG_IA64_HP_SIM) instead of the HP_ZX1
symbol.  I think this looks like a menuconfig bug, but the easiest
way around it is probably to use a patch like this:

=== arch/ia64/config.in 1.31 vs edited ==--- 1.31/arch/ia64/config.in	Thu Oct 16 15:56:24 2003
+++ edited/arch/ia64/config.in	Tue Jan  6 17:29:22 2004
@@ -33,7 +33,7 @@
 choice 'IA-64 system type'					\
 	"generic		CONFIG_IA64_GENERIC		\
 	 DIG-compliant		CONFIG_IA64_DIG			\
-	 HP-simulator		CONFIG_IA64_HP_SIM		\
+	 Ski-simulator		CONFIG_IA64_HP_SIM		\
 	 HP			CONFIG_IA64_HP_ZX1		\
 	 SGI-SN2		CONFIG_IA64_SGI_SN2" generic
 
One symptom of this problem are messages like this when linking
the kernel:

ld: Dwarf Error: Could not find abbrev number 105.
ld: Dwarf Error: Could not find abbrev number 94.
ld: Dwarf Error: Could not find abbrev number 114.
ld: Dwarf Error: Could not find abbrev number 103.
ld: Dwarf Error: Could not find abbrev number 522.
ld: Dwarf Error: Could not find abbrev number 109.
ld: Dwarf Error: Line offset (1936617315) bigger than line size (200501).
ld: Dwarf Error: Could not find abbrev number 115.
ld: Dwarf Error: Could not find abbrev number 4112.
ld: Dwarf Error: Could not find abbrev number 95.
drivers/char/char.o: In function `to_utf8':
drivers/char/char.o(.text.init+0x2e72): undefined reference to `probe_serial_acpi'


             reply	other threads:[~2004-01-07  0:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-07  0:32 Bjorn Helgaas [this message]
2004-01-07 12:13 ` FYI, ZX1 config problem in 2.4.23/2.4.24 Matthew Wilcox

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=200401061732.22576.bjorn.helgaas@hp.com \
    --to=bjorn.helgaas@hp.com \
    --cc=linux-ia64@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox