Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 08:32:12 -0700 (PDT)
From:      Leonardo Vilela Pinheiro <leopublico@sercomtel.com.br>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43113: Invalid /usr/X11R6/lib/X11/xkb/symbols/us_intl
Message-ID:  <200209201532.g8KFWCNo068868@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         43113
>Category:       ports
>Synopsis:       Invalid /usr/X11R6/lib/X11/xkb/symbols/us_intl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 20 08:40:11 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Leonardo Vilela Pinheiro
>Release:        4.6.2
>Organization:
>Environment:
FreeBSD pinheiro 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #1: Fri Sep 13 14:24:30 BRT 2002     root@pinheiro:/usr/src/sys/compile/PINHEIRO  i386

>Description:
Some lines in that file need a comma to separate members of struct xkb_symbols "basic".

For example: key <example> { [ some, some ]
				  [ some, some] };

Must become:
key <example> { [ some, some] ,
		   [ some, some] }; 
Please note the comma.    
>How-To-Repeat:
Configure your xf86config to use us_intl keyboard. You will not be able to start X because this file has some problems.      
>Fix:
Just add a comma where it is needed. (Many lines).
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209201532.g8KFWCNo068868>