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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows