<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>53599</bug_id>
          
          <creation_ts>2025-03-24 18:46:28 +0300</creation_ts>
          <short_desc>НЕ запускается и вылетает с ошибкой</short_desc>
          <delta_ts>2025-09-29 15:26:53 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>cpu-g</component>
          <version>unstable</version>
          <rep_platform>arm</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>48378</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="belka2">287319487</reporter>
          <assigned_to name="drool">drool</assigned_to>
          <cc>amakeenk</cc>
    
    <cc>drool</cc>
    
    <cc>s.zi</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>261735</commentid>
    <comment_count>0</comment_count>
    <who name="belka2">287319487</who>
    <bug_when>2025-03-24 18:46:28 +0300</bug_when>
    <thetext>[root@localhost ~]# cpu-g
[Errno 2] No translation file found for domain: &apos;cpu-g&apos;
Matplotlib is building the font cache; this may take a moment.
/usr/share/cpu-g/investigator.py:151: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  if re.match(&quot;AMD Athlon\(tm\) 64 X2.*&quot;, model)\
/usr/share/cpu-g/investigator.py:152: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  or re.match(&quot;AMD Athlon\(tm\) X2.*&quot;, model):
/usr/share/cpu-g/investigator.py:154: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;AMD Sempron\(tm\).*&quot;, model):
/usr/share/cpu-g/investigator.py:156: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Mobile AMD Sempron\(tm\).*&quot;, model):
/usr/share/cpu-g/investigator.py:158: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Dual-Core AMD Opteron\(tm\).*&quot;, model)\
/usr/share/cpu-g/investigator.py:159: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  or re.match(&quot;AMD Opteron\(tm\).*&quot;, model):
/usr/share/cpu-g/investigator.py:161: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;AMD Athlon\(tm\) XP.*&quot;, model):
/usr/share/cpu-g/investigator.py:163: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;AMD Athlon\(tm\) 64 Processor.*&quot;, model):
/usr/share/cpu-g/investigator.py:165: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;AMD Phenom\(tm\).*&quot;, model):
/usr/share/cpu-g/investigator.py:168: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Core\(TM\)2 Duo.*&quot;, model):
/usr/share/cpu-g/investigator.py:170: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Core\(TM\)2 Quad.*&quot;, model):
/usr/share/cpu-g/investigator.py:172: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Core\(TM\)2 CPU.*&quot;, model):
/usr/share/cpu-g/investigator.py:174: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Atom\(TM\) CPU.*&quot;, model):
/usr/share/cpu-g/investigator.py:176: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Core\(TM\)2 Extreme CPU.*&quot;, model):
/usr/share/cpu-g/investigator.py:178: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Xeon\(TM\).*&quot;, model):
/usr/share/cpu-g/investigator.py:182: SyntaxWarning: invalid escape sequence &apos;\(&apos;
  elif re.match(&quot;Intel\(R\) Pentium\(R\) Dual CPU.*&quot;, model):
/usr/share/cpu-g/investigator.py:241: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  vendor = re.findall(&quot;vendor_id\s*:\s*(.*)&quot;, info)
/usr/share/cpu-g/investigator.py:248: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;cpu MHz\s*:\s*(.*)&quot;, info)[core] + &apos; MHz&apos;
/usr/share/cpu-g/investigator.py:250: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;model name\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:252: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;cache size\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:254: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;model\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:256: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;cpu family\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:258: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;stepping\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:260: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return str(len(re.findall(&quot;processor\s*:\s*(.*)&quot;, info)))
/usr/share/cpu-g/investigator.py:262: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;flags\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:264: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  return re.findall(&quot;bogomips\s*:\s*(.*)&quot;, info)[core]
/usr/share/cpu-g/investigator.py:267: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  re.findall(&quot;flags\s*:(.*)&quot;, info)[core]):
/usr/share/cpu-g/investigator.py:323: SyntaxWarning: invalid escape sequence &apos;\+&apos;
  ans = re.findall(&quot;Version: 1:(.*)\+&quot;, xver_version)
/usr/share/cpu-g/investigator.py:386: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  if re.findall(&quot;Intel\s*&quot;, card_logo):
/usr/share/cpu-g/investigator.py:391: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  elif re.findall(&quot;ATI\s*&quot;, card_logo):
/usr/share/cpu-g/investigator.py:395: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  elif re.findall(&quot;nVidia\s*&quot;, card_logo, re.I):
Traceback (most recent call last):
  File &quot;/usr/share/cpu-g/cpug.py&quot;, line 1152, in on_core_changed
    self.update_info_for_core(coren)
  File &quot;/usr/share/cpu-g/cpug.py&quot;, line 1357, in update_info_for_core
    self.vendor.set_text(inv.cpuinfo(&apos;vendor&apos;, i))
                         ^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/share/cpu-g/investigator.py&quot;, line 242, in cpuinfo
    if vendor[core] == &apos;AuthenticAMD&apos;:
       ~~~~~~^^^^^^
IndexError: list index out of range
Traceback (most recent call last):
  File &quot;/usr/bin/cpu-g&quot;, line 42, in &lt;module&gt;
    cpug = CPUG()
           ^^^^^^
  File &quot;/usr/share/cpu-g/cpug.py&quot;, line 999, in __init__
    self.update_info()
  File &quot;/usr/share/cpu-g/cpug.py&quot;, line 1163, in update_info
    self.update_info_for_core(0)
  File &quot;/usr/share/cpu-g/cpug.py&quot;, line 1357, in update_info_for_core
    self.vendor.set_text(inv.cpuinfo(&apos;vendor&apos;, i))
                         ^^^^^^^^^^^^^^^^^^^^^^^^
  File &quot;/usr/share/cpu-g/investigator.py&quot;, line 242, in cpuinfo
    if vendor[core] == &apos;AuthenticAMD&apos;:
       ~~~~~~^^^^^^
IndexError: list index out of range
[root@localhost ~]#</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>262210</commentid>
    <comment_count>1</comment_count>
    <who name="Alexander Makeenkov">amakeenk</who>
    <bug_when>2025-04-01 11:01:42 +0300</bug_when>
    <thetext>Воспроизводится в сизифе, но ошибка другая:

Traceback (most recent call last):
  File &quot;/usr/share/cpu-g/investigator.py&quot;, line 298, in distro
    values = platform.linux_distribution()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module &apos;platform&apos; has no attribute &apos;linux_distribution&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>273480</commentid>
    <comment_count>2</comment_count>
    <who name="Сергей Зигачев">s.zi</who>
    <bug_when>2025-09-29 15:26:53 +0300</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 48378 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>