Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 243464

Summary: gdm-2.24.0-r1 error at /etc/gdm/Init/Default
Product: Gentoo Linux Reporter: Denis <world.of.micro.world>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Denis 2008-10-23 19:30:44 UTC
/etc/gdm/Init/Default: line 50: [: too many arguments

I have a AMD Phenom processor so `uname -p` returns string "AMD Phenom(tm) 8450 Triple-Core Processor".



Reproducible: Always




patch

35,36c35,36
< if [ x$XMODMAP != x ] ; then
<   if [ x$GDM_PARENT_DISPLAY = x ]; then
---
> if [ "x$XMODMAP" != "x" ] ; then
>   if [ "x$GDM_PARENT_DISPLAY" = "x" ]; then
50c50
<   if [ x$PROCESSOR = xsparc ]; then
---
>   if [ "x$PROCESSOR" = "xsparc" ]; then
64c64
< if [ x$SETXKBMAP != x ] ; then
---
> if [ "x$SETXKBMAP" != "x" ] ; then
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-23 19:33:08 UTC
please search _before_ reporting a bug, thanks.

*** This bug has been marked as a duplicate of bug 242216 ***