<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>162048</bug_id>
          
          <creation_ts>2007-01-14 14:29 0000</creation_ts>
          <short_desc>games-puzzle/xblockout doesn&apos;t find font on amd64</short_desc>
          <delta_ts>2008-10-27 22:43:44 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Games</component>
          <version>unspecified</version>
          <rep_platform>AMD64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>229475</blocked>
          
          <everconfirmed>1</everconfirmed>
          <reporter>northlite@gmx.net</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          <cc>amd64@gentoo.org</cc>
    
    <cc>coldwind@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>northlite@gmx.net</who>
            <bug_when>2007-01-14 14:29:12 0000</bug_when>
            <thetext>xbl when run results in the message below and exits, this is relevant for both 1.1.3 and 1.1.4

X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  45 (X_OpenFont)
  Serial number of failed request:  55
  Current serial number in output stream:  218</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>northlite@gmx.net</who>
            <bug_when>2007-01-14 14:30:09 0000</bug_when>
            <thetext>Created an attachment (id=106935)
patch for version 1.1.3

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>northlite@gmx.net</who>
            <bug_when>2007-01-14 14:31:30 0000</bug_when>
            <thetext>Created an attachment (id=106936)
same patch for version 1.1.4

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>northlite@gmx.net</who>
            <bug_when>2007-01-14 14:34:42 0000</bug_when>
            <thetext>(From update of attachment 106936)
--- bl.c.orig   2006-02-04 20:13:23.000000000 +0000
+++ bl.c        2007-01-14 11:53:17.000000000 +0000
@@ -279,7 +279,7 @@
   bl.opt.state = STOP ;
 
   strcpy( bl.opt.thefont , &quot;-*-*-*-r-*-*-12-*-*-*-*-*-iso8859-1&quot; ) ;
-  strcpy( bl.opt.thefont2 , &quot;-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1&quot; ) ;
+  strcpy( bl.opt.thefont2 , &quot;-*-*-*-r-*-*-20-*-*-*-*-*-iso8859-1&quot; ) ;
 
   bl.boardkey[0] = bl.opt.userkey ;
   bl.boardkey[1] = &quot;14789632azqswx \035p\0030&quot; ;
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>northlite@gmx.net</who>
            <bug_when>2007-01-14 14:45:09 0000</bug_when>
            <thetext>Created an attachment (id=106938)
same patch for version 1.1.4

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nyhm@gentoo.org</who>
            <bug_when>2007-02-21 21:25:24 0000</bug_when>
            <thetext>please post &quot;grep -i fontpath /etc/X11/xorg.conf&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>coldwind@gentoo.org</who>
            <bug_when>2008-07-21 16:21:57 0000</bug_when>
            <thetext>As discussed some time ago in #-amd64-dev and #-games, this is actually a bug.

The proposed patch works fine, although it hides the actual bug, which is that xblockout crashes when it tries to set a fallback font after the default fails.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nyhm@gentoo.org</who>
            <bug_when>2008-07-21 21:29:51 0000</bug_when>
            <thetext>Why does loading the default font fail?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>coldwind@gentoo.org</who>
            <bug_when>2008-07-22 16:48:34 0000</bug_when>
            <thetext>Honestly, I don&apos;t know. If you want to check in your arch, try:

# xbl -bigfont &apos;-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1&apos; -font &apos;-*-*-*-r-*-*-24-*-*-*-*-*-iso8859-1&apos;

If you see &quot;Some problems when loading a font... trying others&quot;... you have it.

iirc on x86 it wasn&apos;t a problem because the fallback font was loaded successfully.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>coldwind@gentoo.org</who>
            <bug_when>2008-07-22 18:56:15 0000</bug_when>
            <thetext>amd64 keyword dropped.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tupone@gentoo.org</who>
            <bug_when>2008-10-27 22:43:44 0000</bug_when>
            <thetext>A Fix is now in portage. Thanks</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>106935</attachid>
            <date>2007-01-14 14:30 0000</date>
            <desc>patch for version 1.1.3</desc>
            <filename>1.1.3-font.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGJsLmMub3JpZwkyMDA1LTExLTA3IDE1OjIzOjAxLjAwMDAwMDAwMCAtMDYwMAorKysgYmwu
YwkyMDA3LTAxLTE0IDA5OjExOjQ1LjAwMDAwMDAwMCAtMDYwMApAQCAtMjc5LDcgKzI3OSw3IEBA
CiAgIGJsLm9wdC5zdGF0ZSA9IFNUT1AgOwogCiAgIHN0cmNweSggYmwub3B0LnRoZWZvbnQgLCAi
LSotKi0qLXItKi0qLTEyLSotKi0qLSotKi1pc284ODU5LTEiICkgOwotICBzdHJjcHkoIGJsLm9w
dC50aGVmb250MiAsICItKi0qLSotci0qLSotMjQtKi0qLSotKi0qLWlzbzg4NTktMSIgKSA7Cisg
IHN0cmNweSggYmwub3B0LnRoZWZvbnQyICwgIi0qLSotKi1yLSotKi0yMC0qLSotKi0qLSotaXNv
ODg1OS0xIiApIDsKIAogICBibC5ib2FyZGtleVswXSA9IGJsLm9wdC51c2Vya2V5IDsKICAgYmwu
Ym9hcmRrZXlbMV0gPSAiMTQ3ODk2MzJhenFzd3ggXDAzNXBcMDAzMCIgOwo=
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>106936</attachid>
            <date>2007-01-14 14:31 0000</date>
            <desc>same patch for version 1.1.4</desc>
            <filename>1.1.4-font.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA2IEdlbnRvbyBGb3VuZGF0aW9uCiMgRGlzdHJpYnV0ZWQgdW5k
ZXIgdGhlIHRlcm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgojICRIZWFk
ZXI6IC92YXIvY3Zzcm9vdC9nZW50b28teDg2L2dhbWVzLXB1enpsZS94YmxvY2tvdXQveGJsb2Nr
b3V0LTEuMS40LmVidWlsZCx2IDEuMSAyMDA2LzEwLzAyIDE2OjU3OjQwIG55aG0gRXhwICQKCmlu
aGVyaXQgZmxhZy1vLW1hdGljIGdhbWVzCgpERVNDUklQVElPTj0iWCBXaW5kb3cgYmxvY2sgZHJv
cHBpbmcgZ2FtZSBpbiAzIERpbWVuc2lvbiIKSE9NRVBBR0U9Imh0dHA6Ly93d3c3MTAudW5pdi1s
eW9uMS5mci9mdHAveGJsL3hibC5odG1sIgpTUkNfVVJJPSJodHRwOi8vd3d3NzEwLnVuaXYtbHlv
bjEuZnIvfmV4Y28vWEJML3hibC0ke1BWfS50YXIuZ3oiCgpMSUNFTlNFPSJHUEwtMSIKU0xPVD0i
MCIKS0VZV09SRFM9In5hbWQ2NCB+cHBjIH54ODYiCklVU0U9IiIKCkRFUEVORD0ieDExLWxpYnMv
bGliWGV4dCIKClM9JHtXT1JLRElSfS94YmwtJHtQVn0KCnNyY191bnBhY2soKSB7Cgl1bnBhY2sg
JHtBfQoJY2QgIiR7U30iCgplcGF0Y2ggIiR7RklMRVNESVJ9Ii8xLjEuNC1mb250LnBhdGNoCgoJ
c2VkIC1pIFwKCQktZSAnczotbG06LWxtIC1sWDExOicgXAoJCS1lICcvREdST1VQX0dJRC9kJyBc
CgkJLWUgInM6LWckOiR7Q0ZMQUdTfToiIFwKCQlNYWtlZmlsZS5pbiB8fCBkaWUgInNlZCBmYWls
ZWQiCn0KCnNyY19jb21waWxlKCkgewoJIyBEb24ndCBrbm93IGFib3V0IG90aGVyIGFyY2hzLiAt
LXNsYXJ0aQoJdXNlIGFtZDY0ICYmIGZpbHRlci1mbGFncyAiLWZ3ZWIiCgoJZWdhbWVzY29uZiB8
fCBkaWUKCWVtYWtlIFwKCQlVU0VfU0VUR0lEPSBcCgkJU0NPUkVESVI9IiR7R0FNRVNfREFUQURJ
Un0vJHtQTn0iIFwKCQlSRVNPVVJDRURJUj0iJHtHQU1FU19EQVRBRElSfS8ke1BOfSIgXAoJCXx8
IGRpZSAiZW1ha2UgZmFpbGVkIgp9CgpzcmNfaW5zdGFsbCgpIHsKCW5ld2dhbWVzYmluIGJsIHhi
bCB8fCBkaWUgIm5ld2dhbWVzYmluIGZhaWxlZCIKCglpbnNpbnRvICIke0dBTUVTX0RBVEFESVJ9
Ii8ke1BOfQoJbmV3aW5zIFhibC5hZCBYYmwgfHwgZGllICJkb2lucyBmYWlsZWQiCgoJbmV3bWFu
IHhibC5tYW4geGJsLjYKCWRvZG9jIFJFQURNRSB4YmwtUkVBRE1FCglkb2h0bWwgKi5odG1sICou
Z2lmCgoJcHJlcGdhbWVzZGlycwp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>106938</attachid>
            <date>2007-01-14 14:45 0000</date>
            <desc>same patch for version 1.1.4</desc>
            <filename>1.1.4-font.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIGJsLmMub3JpZwkyMDA2LTAyLTA0IDIwOjEzOjIzLjAwMDAwMDAwMCArMDAwMAorKysgYmwu
YwkyMDA3LTAxLTE0IDExOjUzOjE3LjAwMDAwMDAwMCArMDAwMApAQCAtMjc5LDcgKzI3OSw3IEBA
CiAgIGJsLm9wdC5zdGF0ZSA9IFNUT1AgOwogCiAgIHN0cmNweSggYmwub3B0LnRoZWZvbnQgLCAi
LSotKi0qLXItKi0qLTEyLSotKi0qLSotKi1pc284ODU5LTEiICkgOwotICBzdHJjcHkoIGJsLm9w
dC50aGVmb250MiAsICItKi0qLSotci0qLSotMjQtKi0qLSotKi0qLWlzbzg4NTktMSIgKSA7Cisg
IHN0cmNweSggYmwub3B0LnRoZWZvbnQyICwgIi0qLSotKi1yLSotKi0yMC0qLSotKi0qLSotaXNv
ODg1OS0xIiApIDsKIAogICBibC5ib2FyZGtleVswXSA9IGJsLm9wdC51c2Vya2V5IDsKICAgYmwu
Ym9hcmRrZXlbMV0gPSAiMTQ3ODk2MzJhenFzd3ggXDAzNXBcMDAzMCIgOwo=
</data>        

          </attachment>
    </bug>

</bugzilla>