Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-16 Thread Richard Purdie
On Tue, 2015-06-16 at 14:33 +0900, Changhyeok Bae wrote: > Doesn't this mean BUILD_SYS or HOST_SYS weren't set in the environment? > -> You're right. The default env value of BUILD_SYS and HOST_SYS is "" > (empty). > -> I wonder that the original patch > (12-distutils-prefix-is-inside-staging-are

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-15 Thread Changhyeok Bae
15, 2015 3:55 PM To: Changhyeok Bae Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [OE-Core][PATCH] {python,python3}-native: fix TypeError On Tue, 2015-06-09 at 14:08 +0900, Changhyeok Bae wrote: > g-ir-core in meta-gir is building with python-native. > When the g

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-14 Thread Richard Purdie
On Tue, 2015-06-09 at 14:08 +0900, Changhyeok Bae wrote: > g-ir-core in meta-gir is building with python-native. > When the g-ir-core(v1.42.0) is building, following error is occurred. > > Error in g-ir-core: > EXEC_PREFIX = os.path.normpath(sys.exec_prefix).replace( > os.getenv("BUILD_SYS"), os.

Re: [OE-core] [OE-Core][PATCH] {python, python3}-native: fix TypeError

2015-06-14 Thread Changhyeok Bae
ping -Original Message- From: Changhyeok Bae [mailto:changhyeok@lge.com] Sent: Tuesday, June 09, 2015 2:08 PM To: openembedded-core@lists.openembedded.org Cc: Changhyeok Bae Subject: [OE-Core][PATCH] {python,python3}-native: fix TypeError g-ir-core in meta-gir is building with python

[OE-core] [OE-Core][PATCH] {python,python3}-native: fix TypeError

2015-06-08 Thread Changhyeok Bae
g-ir-core in meta-gir is building with python-native. When the g-ir-core(v1.42.0) is building, following error is occurred. Error in g-ir-core: EXEC_PREFIX = os.path.normpath(sys.exec_prefix).replace( os.getenv("BUILD_SYS"), os.getenv("HOST_SYS") ) | TypeError: expected a character buffer object