[kde-windows] [Bug 340273] New: Msys failure on kde-win for kde-4.12 due to bad line in python code

Michael Gooch goochmi at gmail.com
Fri Oct 24 03:44:38 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=340273

            Bug ID: 340273
           Summary: Msys failure on kde-win for kde-4.12 due to bad line
                    in python code
           Product: kde-windows
           Version: unspecified
          Platform: MS Windows
                OS: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: network and files
          Assignee: kde-windows at kde.org
          Reporter: goochmi at gmail.com

emerge\portage\dev-util\msys\msys2\msys2-20110627.py
line #7
was: if compiler.isX86():

should be: if emergePlatform.buildArchitecture() == "x86": as it is in the 4.13
branch

Reproducible: Always

Steps to Reproduce:
1. clone emerge
2. set up environment
3. attempt to emerge any package that depends on msys

Actual Results:  
failure on line 7 module does not contain isX86() attribute or something like
that

Expected Results:  
msys deployed successfully

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list