<?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>122637</bug_id>
          
          <creation_ts>2006-02-12 19:12 0000</creation_ts>
          <short_desc>Please add ~alpha keyword for app-admin/conky-1.4.1</short_desc>
          <delta_ts>2006-04-12 09:45:11 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>Applications</component>
          <version>2005.1</version>
          <rep_platform>Alpha</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>126008</dependson>
    
    <dependson>129639</dependson>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>linuxfreakus@gmail.com</reporter>
          <assigned_to>alpha@gentoo.org</assigned_to>
          <cc>brenden@rty.ca</cc>
    
    <cc>dragonheart@gentoo.org</cc>
    
    <cc>tcort@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>linuxfreakus@gmail.com</who>
            <bug_when>2006-02-12 19:12:26 0000</bug_when>
            <thetext>Went to get torsmo and noticed it has been removed, so I thought I&apos;d try conky. As far as I can tell conky 1.3.5 seems to work great on my alpha (ev56). All I did was edit the keywords on the ebuild, it compiled, installed and works perfectly, didn&apos;t even have to do any work.  I would love it if someone could just add the ~alpha keyword to the ebuild so it won&apos;t get clobbered on my end every time I run a sync.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dragonheart@gentoo.org</who>
            <bug_when>2006-02-18 15:28:47 0000</bug_when>
            <thetext>This is supported by me and Brenden (upstream maintainer).</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mike@flyingpenguins.org</who>
            <bug_when>2006-02-25 11:39:45 0000</bug_when>
            <thetext>I&apos;ve confirmed that app-admin/conky-1.4.0 works as well, however the Frequency in MHz and Frequency in GHz both display as 0.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tcort@gentoo.org</who>
            <bug_when>2006-03-05 16:08:25 0000</bug_when>
            <thetext>Created an attachment (id=81467)
Corrects CPU Frequency for Alpha

(In reply to comment #2)
&gt; I&apos;ve confirmed that app-admin/conky-1.4.0 works as well, however the Frequency
&gt; in MHz and Frequency in GHz both display as 0.

I tested conky-1.4.0-r1 and ran into the same problem as Mike, the &quot;Frequency in MHz&quot; and &quot;Frequency in GHz&quot; both display as 0. The problem is CPU frequency in /proc/cpuinfo is different on alpha. For example, my 500MHz Alpha has 
&quot;cycle frequency [Hz]    : 499695364 est.&quot;
while a 500MHz x86 system would have something like
&quot;cpu MHz         : 499.695&quot;

This patch adds support for the cycle frequency used by /proc/cpuinfo on alpha. I&apos;ve tested it on alpha, and it works as expected. However, I haven&apos;t tested this patch on non-alpha systems, so it should be tested on other arches before it gets added.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>brenden@rty.ca</who>
            <bug_when>2006-03-05 16:31:49 0000</bug_when>
            <thetext>(In reply to comment #3)
&gt; Created an attachment (id=81467) [edit]
&gt; Corrects CPU Frequency for Alpha
&gt; 
&gt; (In reply to comment #2)
&gt; &gt; I&apos;ve confirmed that app-admin/conky-1.4.0 works as well, however the Frequency
&gt; &gt; in MHz and Frequency in GHz both display as 0.
&gt; 
&gt; I tested conky-1.4.0-r1 and ran into the same problem as Mike, the &quot;Frequency
&gt; in MHz&quot; and &quot;Frequency in GHz&quot; both display as 0. The problem is CPU frequency
&gt; in /proc/cpuinfo is different on alpha. For example, my 500MHz Alpha has 
&gt; &quot;cycle frequency [Hz]    : 499695364 est.&quot;
&gt; while a 500MHz x86 system would have something like
&gt; &quot;cpu MHz         : 499.695&quot;
&gt; 
&gt; This patch adds support for the cycle frequency used by /proc/cpuinfo on alpha.
&gt; I&apos;ve tested it on alpha, and it works as expected. However, I haven&apos;t tested
&gt; this patch on non-alpha systems, so it should be tested on other arches before
&gt; it gets added.
&gt; 

Thanks a plenty.  Committed to CVS.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>linuxfreakus@gmail.com</who>
            <bug_when>2006-04-04 08:09:02 0000</bug_when>
            <thetext>How do we get the keyword ~alpha added then?  This bug has been here for a while and I&apos;ve since updated to the latest version, it still works fine.  Is there a reason the keyword still doesn&apos;t show up when I do a sync? Do I need to post this someplace else?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tcort@gentoo.org</who>
            <bug_when>2006-04-04 08:32:23 0000</bug_when>
            <thetext>(In reply to comment #5)
&gt; How do we get the keyword ~alpha added then?  This bug has been here for a
&gt; while and I&apos;ve since updated to the latest version, it still works fine.  Is
&gt; there a reason the keyword still doesn&apos;t show up when I do a sync? Do I need
&gt; to post this someplace else?

conky 1.4.1 includes the patch attached to this bug (Attachment #81467)[1]. The patch fixes CPU frequency detection on Alpha. Once conky 1.4.1 hits portage[2], I&apos;ll test it, add the ~alpha keyword if there are no problems, and close this bug.

In Comment #4, the phrase &quot;Committed to CVS&quot; meant that the patch was added to the upstream cvs, not portage.

[1] http://conky.sourceforge.net/changelog.html
[2] http://bugs.gentoo.org/126008</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tcort@gentoo.org</who>
            <bug_when>2006-04-11 16:11:14 0000</bug_when>
            <thetext>conky 1.4.1 is in portage now, but it doesn&apos;t compile for me, see Bug #129639. I&apos;ll test and keyword conky once that bug is fixed. Thanks for being patient!</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>tcort@gentoo.org</who>
            <bug_when>2006-04-12 09:45:11 0000</bug_when>
            <thetext>Added ~alpha keyword.

Thanks to everyone who tested and helped get this program working on alpha.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>81467</attachid>
            <date>2006-03-05 16:08 0000</date>
            <desc>Corrects CPU Frequency for Alpha</desc>
            <filename>conky-alpha.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">ZGlmZiAtdXJOIGNvbmt5LTEuNC4wLm9yaWcvc3JjL2xpbnV4LmMgY29ua3ktMS40LjAvc3JjL2xp
bnV4LmMKLS0tIGNvbmt5LTEuNC4wLm9yaWcvc3JjL2xpbnV4LmMJMjAwNi0wMy0wNSAxODozOToy
OS4wMDAwMDAwMDAgLTA1MDAKKysrIGNvbmt5LTEuNC4wL3NyYy9saW51eC5jCTIwMDYtMDMtMDUg
MTg6NDc6MTQuMDAwMDAwMDAwIC0wNTAwCkBAIC04NjEsMTEgKzg2MSwyMSBAQAogI2lmIGRlZmlu
ZWQoX19pMzg2KSB8fCBkZWZpbmVkKF9feDg2XzY0KQogCQlpZiAoc3RybmNtcChzLCAiY3B1IE1I
eiIsIDcpID09IDApIHsJLy9hbmQgc2VhcmNoIGZvciB0aGUgY3B1IG1oegogI2Vsc2UKKyNpZiBk
ZWZpbmVkKF9fYWxwaGEpCisJCWlmIChzdHJuY21wKHMsICJjeWNsZSBmcmVxdWVuY3kgW0h6XSIs
IDIwKSA9PSAwKSB7CQkvLyBkaWZmZXJlbnQgb24gYWxwaGEKKyNlbHNlCiAJCWlmIChzdHJuY21w
KHMsICJjbG9jayIsIDUpID09IDApIHsJLy8gdGhpcyBpcyBkaWZmZXJlbnQgb24gcHBjIGZvciBz
b21lIHJlYXNvbgotI2VuZGlmCisjZW5kaWYgLy8gZGVmaW5lZChfX2FscGhhKQorI2VuZGlmIC8v
IGRlZmluZWQoX19pMzg2KSB8fCBkZWZpbmVkKF9feDg2XzY0KQorCiAJCXN0cmNweShmcmVxdWVu
Y3ksIHN0cmNocihzLCAnOicpICsgMik7CS8vY29weSBqdXN0IHRoZSBudW1iZXIKKyNpZiBkZWZp
bmVkKF9fYWxwaGEpCisJCWZyZXF1ZW5jeVtzdHJsZW4oZnJlcXVlbmN5KSAtIDZdID0gJ1wwJzsv
LyBzdHJpcCAiIGVzdC5cbiIKKwkJZnJlcSA9IHN0cnRvZChmcmVxdWVuY3ksIE5VTEwpLzEwMDAw
MDA7IC8vIGtlcm5lbCByZXBvcnRzIGluIEh6IAorI2Vsc2UKIAkJZnJlcXVlbmN5W3N0cmxlbihm
cmVxdWVuY3kpIC0gMV0gPSAnXDAnOyAvLyBzdHJpcCBcbgogCQlmcmVxID0gc3RydG9kKGZyZXF1
ZW5jeSwgTlVMTCk7CisjZW5kaWYKIAkJYnJlYWs7CiAJCX0KIAl9Cg==
</data>        

          </attachment>
    </bug>

</bugzilla>