[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge/kde-4.8] bin: str fix
From:       Patrick von Reth <patrick.vonreth () gmail ! com>
Date:       2012-03-07 13:17:37
Message-ID: 20120307131737.3A63BA60BB () git ! kde ! org
[Download RAW message or body]

Git commit 040af6c84c0249a189b6e2c9d1a58228fe854688 by Patrick von Reth.
Committed on 14/01/2012 at 12:48.
Pushed by vonreth into branch 'kde-4.8'.

str fix
(cherry picked from commit 3067de272548a2879bb6f9a3d84d10ec5b724c8a)

M  +1    -1    bin/compiler.py

http://commits.kde.org/emerge/040af6c84c0249a189b6e2c9d1a58228fe854688

diff --git a/bin/compiler.py b/bin/compiler.py
index 29738d4..519e5d7 100644
--- a/bin/compiler.py
+++ b/bin/compiler.py
@@ -93,7 +93,7 @@ def getMinGWVersion():
     global MINGW_VERSION # pylint: disable=W0603
     if not MINGW_VERSION:
         try:
-            result = subprocess.Popen("gcc --version", \
stdout=subprocess.PIPE).communicate()[0] +            result = \
str(subprocess.Popen("gcc --version", \
stdout=subprocess.PIPE).communicate()[0],'windows-1252')  result = result.split()[2]
             utils.debug("GCC Version:%s" % result, 1 )
             MINGW_VERSION = result.strip()


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic