Debian Bug report logs - #535834
mac_nodeadkeys not found

version graph

Package: keyboard-configuration; Maintainer for keyboard-configuration is Debian Install System Team <[email protected]>; Source for keyboard-configuration is src:console-setup (PTS, buildd, popcon).

Reported by: Jörg Sommer <[email protected]>

Date: Sun, 5 Jul 2009 12:54:01 UTC

Severity: normal

Tags: wontfix

Merged with 557208, 671824, 859059

Found in versions console-setup/1.160, console-setup/1.76, console-setup/1.48

Fix blocked by 536006: rules/*.xml allow unsupported model/layout combinations

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to [email protected], Debian Install System Team <[email protected]>:
Bug#535834; Package console-setup. (Sun, 05 Jul 2009 12:54:03 GMT) (full text, mbox, link).


Acknowledgement sent to Jörg Sommer <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian Install System Team <[email protected]>. (Sun, 05 Jul 2009 12:54:03 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Jörg Sommer <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: mac_nodeadkeys not found
Date: Sun, 5 Jul 2009 11:55:41 +0200
[Message part 1 (text/plain, inline)]
Package: console-setup
Version: 1.38
Severity: normal

Hi,

while upgrading the package I saw this message:

Richte console-setup ein (1.38) ...
WARNING: Can not find "mac_nodeadkeys" in "macintosh_vndr/de".
Richte git-cvs ein (1:1.6.3.3-2) ...

Maybe, you know what it means and why it's printed.

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.29
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages console-setup depends on:
ii  console-terminus              4.28-1     Fixed-width fonts for fast reading
ii  debconf [debconf-2.0]         1.5.27     Debian configuration management sy
ii  sharutils                     1:4.6.3-1  shar, unshar, uuencode, uudecode
ii  xkb-data                      1.6-1      X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  kbd                           1.15-1     Linux console font and keytable ut

Versions of packages console-setup suggests:
ii  locales                       2.9-18     GNU C Library: National Language (
ii  lsb-base                      3.2-22     Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: Deutschland - Akzenttatsen deaktivieren
  console-setup/unsupported_options: true
  console-setup/modelcode: macintosh
  console-setup/use_system_font:
  console-setup/fontsize:
  console-setup/unsupported_layout: true
  console-setup/layoutcode: de
  console-setup/codesetcode: Lat15
* console-setup/altgr: Left Logo key
* console-setup/ttys: /dev/vc/[1-6]
* console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic languages
  console-setup/toggle: No toggling
* console-setup/fontface: Boot/Kernel-Schrift nicht ändern
  console-setup/fontsize-text: 16
* console-setup/compose: No compose key
  debian-installer/console-setup-udeb/title:
  console-setup/switch: No temporary switch
  console-setup/unsupported_config_layout: true
* console-setup/charmap: UTF-8
  console-setup/optionscode: lv3:lwin_switch
  console-setup/unsupported_config_options: true
* console-setup/layout: Deutschland
  console-setup/variantcode: mac_nodeadkeys
* console-setup/model: Macintosh
* console-setup/fontsize-fb: 16
[signature.asc (application/pgp-signature, inline)]

Information forwarded to [email protected], Debian Install System Team <[email protected]>:
Bug#535834; Package console-setup. (Sun, 05 Jul 2009 13:57:02 GMT) (full text, mbox, link).


Acknowledgement sent to Anton Zinoviev <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Install System Team <[email protected]>. (Sun, 05 Jul 2009 13:57:02 GMT) (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Anton Zinoviev <[email protected]>
To: Jörg Sommer <[email protected]>, [email protected]
Subject: Re: Bug#535834: mac_nodeadkeys not found
Date: Sun, 5 Jul 2009 16:54:09 +0300
On Sun, Jul 05, 2009 at 11:55:41AM +0200, Jörg Sommer wrote:
> 
> while upgrading the package I saw this message:
> 
> Richte console-setup ein (1.38) ...
> WARNING: Can not find "mac_nodeadkeys" in "macintosh_vndr/de".
> Richte git-cvs ein (1:1.6.3.3-2) ...
> 
> Maybe, you know what it means and why it's printed.

XKB based keyboard configuration doesn't make difference between 
different keyboard models.  I think this is right because one can use PC 
layout on Macintosh or Mac layout on PC.  Unfortunately for historical 
reasons there are some vendor specific keyboard files (unnecessary in my 
opinion) that take precedence when the keyboard model is a Mac model.  
In your particular case /usr/share/X11/xkb/symbols/macintosh_vndr/de is 
used instead of /usr/share/X11/xkb/symbols/de.  These vendor-specific 
layouts do not cover all layouts supported by XKB and in particular 
there is no layout named mac_nodeadkeys.

Currently there are two solutions of this problem.  I think the first is 
preferred by the upstream of xkb-data and the second is "the right" 
solution in my opinion.

First solution:

Run dpkg-reconfigure console-setup and select "Germany - Eliminate dead 
keys" instead of "Germany - Macintosh, eliminate dead keys".  Because 
your keyboard model is "Macintosh" your keyboard will be configured with 
Mac layout, not with PC layout.

Second solution:

Run dpkg-reconfigure console-setup and select "Generic 105-key (Intl) 
PC" keyboard model instead of "Macintosh".  Leave the keyboard layout as 
"Germany - Macintosh, eliminate dead keys".  Because you select a PC 
keyboard model the vendor file will not be used so all XKB layouts 
become available (incl. the Mac layouts).

Please notice that this bug is not related to console-setup and unless 
you fix the keyboard configuration by one of these two methods your 
keyboard will not be properly configured on the console and if you don't 
have user-specific configuration - in X too.

Anton Zinoviev





Blocking bugs of 535834 added: 536006 Request was from Anton Zinoviev <[email protected]> to [email protected]. (Mon, 06 Jul 2009 18:42:07 GMT) (full text, mbox, link).


Bug reassigned from package 'console-setup' to 'keyboard-configuration'. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Fri, 20 Nov 2009 11:42:07 GMT) (full text, mbox, link).


Bug No longer marked as found in versions console-setup/1.38. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Fri, 20 Nov 2009 11:42:07 GMT) (full text, mbox, link).


Forcibly Merged 535834 557208. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Fri, 20 Nov 2009 11:42:08 GMT) (full text, mbox, link).


Marked as found in versions console-setup/1.76. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Mon, 01 Oct 2012 17:24:09 GMT) (full text, mbox, link).


Merged 535834 557208 671824 Request was from Anton Zinoviev <[email protected]> to [email protected]. (Mon, 01 Oct 2012 17:24:10 GMT) (full text, mbox, link).


Changed Bug submitter to 'Jörg Sommer <[email protected]>' from 'Jörg Sommer <[email protected]>' Request was from Don Armstrong <[email protected]> to [email protected]. (Thu, 21 Mar 2013 21:27:44 GMT) (full text, mbox, link).


Added tag(s) wontfix. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Mon, 22 Feb 2016 16:36:23 GMT) (full text, mbox, link).


Marked as found in versions console-setup/1.160. Request was from Anton Zinoviev <[email protected]> to [email protected]. (Thu, 30 Mar 2017 19:27:08 GMT) (full text, mbox, link).


Merged 535834 557208 671824 859059 Request was from Anton Zinoviev <[email protected]> to [email protected]. (Thu, 30 Mar 2017 19:27:11 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 15:30:52 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.