* intltool version check errors
@ 2014-05-29 13:17 Diego Sueiro
2014-05-29 15:20 ` Saul Wold
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 13:17 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 699 bytes --]
Folks,
I'm facing with a strange error on daisy branch.
Some native recipes are failing on do_configure step with this message:
checking for intltool >= 0.35.0...
/<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
configure: error: Your intltool is too old. You need intltool 0.35.0 or
later.
Configure failed. The contents of all config.log files follows to aid
debugging
But intltool-native version is 0.50.2.
What am I missing?
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 1089 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 13:17 intltool version check errors Diego Sueiro
@ 2014-05-29 15:20 ` Saul Wold
2014-05-29 16:36 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2014-05-29 15:20 UTC (permalink / raw)
To: Diego Sueiro, Patches and discussions about the oe-core layer
On 05/29/2014 06:17 AM, Diego Sueiro wrote:
> Folks,
>
> I'm facing with a strange error on daisy branch.
> Some native recipes are failing on do_configure step with this message:
>
> checking for intltool >= 0.35.0...
> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
> configure: error: Your intltool is too old. You need intltool 0.35.0 or
> later.
> Configure failed. The contents of all config.log files follows to aid
> debugging
>
>
> But intltool-native version is 0.50.2.
> What am I missing?
>
>
What is your Host OS in this case, it seems like you might be having
somekind of host contamination issue.
Can you also look at your config.log and see what it was actually
testing for.
Or attach your config.log for us to review
Thanks
Sau!
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
>
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 15:20 ` Saul Wold
@ 2014-05-29 16:36 ` Diego Sueiro
2014-05-29 16:50 ` Saul Wold
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 16:36 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
Hi Sau!,
On Thu, May 29, 2014 at 12:20 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 05/29/2014 06:17 AM, Diego Sueiro wrote:
>
>> Folks,
>>
>> I'm facing with a strange error on daisy branch.
>> Some native recipes are failing on do_configure step with this message:
>>
>> checking for intltool >= 0.35.0...
>> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>> configure: error: Your intltool is too old. You need intltool 0.35.0 or
>> later.
>> Configure failed. The contents of all config.log files follows to aid
>> debugging
>>
>>
>> But intltool-native version is 0.50.2.
>> What am I missing?
>>
>>
>> What is your Host OS in this case, it seems like you might be having
> somekind of host contamination issue.
>
Ubuntu 14.04 x86_64. I have installed intltools (0.50.2) on host too.
> Can you also look at your config.log and see what it was actually testing
> for.
>
Do you mean the recipe's log.do_configure?
>
> Or attach your config.log for us to review
>
> Thanks
>
> Sau!
>
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 2229 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 16:36 ` Diego Sueiro
@ 2014-05-29 16:50 ` Saul Wold
2014-05-29 17:23 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2014-05-29 16:50 UTC (permalink / raw)
To: Diego Sueiro; +Cc: Patches and discussions about the oe-core layer
On 05/29/2014 09:36 AM, Diego Sueiro wrote:
> Hi Sau!,
>
> On Thu, May 29, 2014 at 12:20 PM, Saul Wold <sgw@linux.intel.com> wrote:
>
>> On 05/29/2014 06:17 AM, Diego Sueiro wrote:
>>
>>> Folks,
>>>
>>> I'm facing with a strange error on daisy branch.
>>> Some native recipes are failing on do_configure step with this message:
>>>
>>> checking for intltool >= 0.35.0...
>>> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>>> configure: error: Your intltool is too old. You need intltool 0.35.0 or
>>> later.
>>> Configure failed. The contents of all config.log files follows to aid
>>> debugging
>>>
>>>
>>> But intltool-native version is 0.50.2.
>>> What am I missing?
>>>
>>>
>>> What is your Host OS in this case, it seems like you might be having
>> somekind of host contamination issue.
>>
>
> Ubuntu 14.04 x86_64. I have installed intltools (0.50.2) on host too.
>
>
>> Can you also look at your config.log and see what it was actually testing
>> for.
>>
>
> Do you mean the recipe's log.do_configure?
>
No I mean the actual config.log file from the configure process. Also,
I forgot to ask what's the recipe (if it's public). It's also possible
that the package's configure is looking for a more precise match and we
are actually too new!
Sau!
>
>>
>> Or attach your config.log for us to review
>>
>> Thanks
>>
>> Sau!
>>
>
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 16:50 ` Saul Wold
@ 2014-05-29 17:23 ` Diego Sueiro
2014-05-29 17:48 ` Khem Raj
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 17:23 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1.1: Type: text/plain, Size: 2075 bytes --]
Sau!,
On Thu, May 29, 2014 at 1:50 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 05/29/2014 09:36 AM, Diego Sueiro wrote:
>
>> Hi Sau!,
>>
>> On Thu, May 29, 2014 at 12:20 PM, Saul Wold <sgw@linux.intel.com> wrote:
>>
>> On 05/29/2014 06:17 AM, Diego Sueiro wrote:
>>>
>>> Folks,
>>>>
>>>> I'm facing with a strange error on daisy branch.
>>>> Some native recipes are failing on do_configure step with this message:
>>>>
>>>> checking for intltool >= 0.35.0...
>>>> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>>>> configure: error: Your intltool is too old. You need intltool 0.35.0 or
>>>> later.
>>>> Configure failed. The contents of all config.log files follows to aid
>>>> debugging
>>>>
>>>>
>>>> But intltool-native version is 0.50.2.
>>>> What am I missing?
>>>>
>>>>
>>>> What is your Host OS in this case, it seems like you might be having
>>>>
>>> somekind of host contamination issue.
>>>
>>>
>> Ubuntu 14.04 x86_64. I have installed intltools (0.50.2) on host too.
>>
>>
>> Can you also look at your config.log and see what it was actually testing
>>> for.
>>>
>>>
>> Do you mean the recipe's log.do_configure?
>>
>> No I mean the actual config.log file from the configure process. Also,
> I forgot to ask what's the recipe (if it's public). It's also possible
> that the package's configure is looking for a more precise match and we are
> actually too new!
>
> For now these are the recipes:
shared-mime-info_1.2.bb
gconf_3.2.6.bb
libsoup-2.4_2.45.3.bb
gconf_3.2.6.bb
avahi_0.6.31.bb
xkeyboard-config_2.11.bb
libfm_1.1.2.2.bb
glib-networking_2.38.0.bb
connman-gnome_0.7.bb
Find attached the config.log for shared-mime-info-native.
I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
cause this error?
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #1.2: Type: text/html, Size: 4182 bytes --]
[-- Attachment #2: shared-mime-info-native.config.log --]
[-- Type: text/x-log, Size: 16524 bytes --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by shared-mime-info configure 1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/configure --build=x86_64-linux --host=x86_64-linux --target=x86_64-linux --prefix=/<snip>/tmp/sysroots/x86_64-linux/usr --exec_prefix=/<snip>/tmp/sysroots/x86_64-linux/usr --bindir=/<snip>/tmp/sysroots/x86_64-linux/usr/bin --sbindir=/<snip>/tmp/sysroots/x86_64-linux/usr/sbin --libexecdir=/<snip>/tmp/sysroots/x86_64-linux/usr/lib/shared-mime-info --datadir=/<snip>/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/<snip>/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/<snip>/tmp/sysroots/x86_64-linux/com --localstatedir=/<snip>/tmp/sysroots/x86_64-linux/var --libdir=/<snip>/tmp/sysroots/x86_64-linux/usr/lib --includedir=/<snip>/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/<snip>/tmp/sysroots/x86_64-linux/usr/include --infodir=/<snip>/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/<snip>/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --disable-update-mimedb --disable-nls
## --------- ##
## Platform. ##
## --------- ##
hostname = dsueiro-N46VM
uname -m = x86_64
uname -r = 3.13.0-27-generic
uname -s = Linux
uname -v = #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /<snip>/scripts/native-intercept
PATH: /<snip>/scripts
PATH: /<snip>/tmp/sysroots/x86_64-linux/usr/bin/armv5te-linux
PATH: /<snip>/tmp/sysroots/x86_64-linux/usr/bin
PATH: /<snip>/tmp/sysroots/x86_64-linux/usr/sbin
PATH: /<snip>/tmp/sysroots/x86_64-linux/usr/bin
PATH: /<snip>/tmp/sysroots/x86_64-linux/sbin
PATH: /<snip>/tmp/sysroots/x86_64-linux/bin
PATH: /<snip>/scripts
PATH: /<snip>/bitbake/bin
PATH: /home/dsueiro/bin
PATH: /home/dsueiro/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /usr/lib/jvm/java-8-oracle/bin
PATH: /usr/lib/jvm/java-8-oracle/db/bin
PATH: /usr/lib/jvm/java-8-oracle/jre/bin
PATH: /home/dsueiro/eclipse
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2130: loading site script /<snip>/meta/site/native
| ac_cv_path_SED=sed
configure:2272: checking for a BSD-compatible install
configure:2340: result: /usr/bin/install -c
configure:2351: checking whether build environment is sane
configure:2406: result: yes
configure:2557: checking for a thread-safe mkdir -p
configure:2596: result: /bin/mkdir -p
configure:2603: checking for gawk
configure:2619: found /usr/bin/gawk
configure:2630: result: gawk
configure:2641: checking whether make sets $(MAKE)
configure:2663: result: yes
configure:2692: checking whether make supports nested variables
configure:2709: result: yes
configure:2850: checking whether make supports nested variables
configure:2867: result: yes
configure:2887: checking for x86_64-linux-gcc
configure:2914: result: gcc
configure:3183: checking for C compiler version
configure:3192: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3203: $? = 0
configure:3192: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:3203: $? = 0
configure:3192: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3203: $? = 4
configure:3192: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3203: $? = 4
configure:3223: checking whether the C compiler works
configure:3245: gcc -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -L/<snip>/tmp/sysroots/x86_64-linux/usr/lib -L/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c >&5
configure:3249: $? = 0
configure:3297: result: yes
configure:3300: checking for C compiler default output file name
configure:3302: result: a.out
configure:3308: checking for suffix of executables
configure:3315: gcc -o conftest -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -L/<snip>/tmp/sysroots/x86_64-linux/usr/lib -L/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c >&5
configure:3319: $? = 0
configure:3341: result:
configure:3363: checking whether we are cross compiling
configure:3371: gcc -o conftest -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -L/<snip>/tmp/sysroots/x86_64-linux/usr/lib -L/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-O1 conftest.c >&5
configure:3375: $? = 0
configure:3382: ./conftest
configure:3386: $? = 0
configure:3401: result: no
configure:3406: checking for suffix of object files
configure:3428: gcc -c -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:3432: $? = 0
configure:3453: result: o
configure:3457: checking whether we are using the GNU C compiler
configure:3476: gcc -c -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:3476: $? = 0
configure:3485: result: yes
configure:3494: checking whether gcc accepts -g
configure:3514: gcc -c -g -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:3514: $? = 0
configure:3555: result: yes
configure:3572: checking for gcc option to accept ISO C89
configure:3635: gcc -c -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:3635: $? = 0
configure:3648: result: none needed
configure:3673: checking whether gcc understands -c and -o together
configure:3695: gcc -c conftest.c -o conftest2.o
configure:3698: $? = 0
configure:3695: gcc -c conftest.c -o conftest2.o
configure:3698: $? = 0
configure:3710: result: yes
configure:3738: checking for style of include used by make
configure:3766: result: GNU
configure:3792: checking dependency style of gcc
configure:3903: result: none
configure:3920: checking for an ANSI C-conforming const
configure:3986: gcc -c -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe -isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include conftest.c >&5
configure:3986: $? = 0
configure:3993: result: yes
configure:4004: checking whether NLS is requested
configure:4013: result: no
configure:4031: checking for intltool >= 0.35.0
configure:4033: result: /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
configure:4036: error: Your intltool is too old. You need intltool 0.35.0 or later.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_ALL_CFLAGS_set=
ac_cv_env_ALL_CFLAGS_value=
ac_cv_env_ALL_LIBS_set=
ac_cv_env_ALL_LIBS_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='gcc '
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='gcc -E'
ac_cv_env_GIO_CFLAGS_set=
ac_cv_env_GIO_CFLAGS_value=
ac_cv_env_GIO_LIBS_set=
ac_cv_env_GIO_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/<snip>/tmp/sysroots/x86_64-linux/usr/lib -L/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-O1'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=set
ac_cv_env_PKG_CONFIG_LIBDIR_value=/<snip>/tmp/sysroots/x86_64-linux/usr/lib/pkgconfig
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/<snip>/tmp/sysroots/x86_64-linux/usr/lib/pkgconfig:/<snip>/tmp/sysroots/x86_64-linux/usr/share/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux
ac_cv_objext=o
ac_cv_path_SED=sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC='gcc '
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/missing aclocal-1.14'
ALL_CFLAGS=''
ALL_LIBS=''
ALL_LINGUAS=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/missing autoconf'
AUTOHEADER='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/missing autoheader'
AUTOMAKE='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/missing automake-1.14'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc '
CCDEPMODE='depmode=none'
CFLAGS='-isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include -O2 -pipe'
CPP='gcc -E'
CPPFLAGS='-isystem/<snip>/tmp/sysroots/x86_64-linux/usr/include'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_DEFAULT_MAKE_CHECK_FALSE=''
ENABLE_DEFAULT_MAKE_CHECK_TRUE=''
ENABLE_UPDATE_MIMEDB_FALSE=''
ENABLE_UPDATE_MIMEDB_TRUE=''
EXEEXT=''
GETTEXT_PACKAGE=''
GIO_CFLAGS=''
GIO_LIBS=''
GMOFILES=''
GMSGFMT=''
GREP=''
HAVE_GIO_FALSE=''
HAVE_GIO_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
INTLTOOL_CAVES_RULE=''
INTLTOOL_DESKTOP_RULE=''
INTLTOOL_DIRECTORY_RULE=''
INTLTOOL_EXTRACT=''
INTLTOOL_KBD_RULE=''
INTLTOOL_KEYS_RULE=''
INTLTOOL_MERGE=''
INTLTOOL_OAF_RULE=''
INTLTOOL_PERL=''
INTLTOOL_POLICY_RULE=''
INTLTOOL_PONG_RULE=''
INTLTOOL_PROP_RULE=''
INTLTOOL_SCHEMAS_RULE=''
INTLTOOL_SERVER_RULE=''
INTLTOOL_SERVICE_RULE=''
INTLTOOL_SHEET_RULE=''
INTLTOOL_SOUNDLIST_RULE=''
INTLTOOL_THEME_RULE=''
INTLTOOL_UI_RULE=''
INTLTOOL_UPDATE=''
INTLTOOL_V_MERGE=''
INTLTOOL_V_MERGE_OPTIONS=''
INTLTOOL_XAM_RULE=''
INTLTOOL_XML_NOMERGE_RULE=''
INTLTOOL_XML_RULE=''
INTLTOOL__v_MERGE_0=''
INTLTOOL__v_MERGE_=''
LDFLAGS='-L/<snip>/tmp/sysroots/x86_64-linux/usr/lib -L/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath-link,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/usr/lib -Wl,-rpath,/<snip>/tmp/sysroots/x86_64-linux/lib -Wl,-O1'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
MKINSTALLDIRS=''
MSGFMT=''
MSGFMT_OPTS=''
MSGMERGE=''
OBJEXT='o'
PACKAGE='shared-mime-info'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info'
PACKAGE_NAME='shared-mime-info'
PACKAGE_STRING='shared-mime-info 1.2'
PACKAGE_TARNAME='shared-mime-info'
PACKAGE_URL=''
PACKAGE_VERSION='1.2'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR='/<snip>/tmp/sysroots/x86_64-linux/usr/lib/pkgconfig'
PKG_CONFIG_PATH='/<snip>/tmp/sysroots/x86_64-linux/usr/lib/pkgconfig:/<snip>/tmp/sysroots/x86_64-linux/usr/share/pkgconfig'
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
UPDATE_MIME_DATABASE=''
USE_NLS='no'
VERSION='1.2'
XGETTEXT=''
XMLLINT=''
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='/<snip>/tmp/sysroots/x86_64-linux/usr/bin'
build_alias='x86_64-linux'
datadir='/<snip>/tmp/sysroots/x86_64-linux/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/<snip>/tmp/sysroots/x86_64-linux/usr'
host_alias='x86_64-linux'
htmldir='${docdir}'
includedir='/<snip>/tmp/sysroots/x86_64-linux/usr/include'
infodir='/<snip>/tmp/sysroots/x86_64-linux/usr/share/info'
install_sh='${SHELL} /<snip>/tmp/work/x86_64-linux/shared-mime-info-native/1.2-r0/shared-mime-info-1.2/install-sh'
intltool__v_merge_options_0=''
intltool__v_merge_options_=''
libdir='/<snip>/tmp/sysroots/x86_64-linux/usr/lib'
libexecdir='/<snip>/tmp/sysroots/x86_64-linux/usr/lib/shared-mime-info'
localedir='${datarootdir}/locale'
localstatedir='/<snip>/tmp/sysroots/x86_64-linux/var'
mandir='/<snip>/tmp/sysroots/x86_64-linux/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/<snip>/tmp/sysroots/x86_64-linux/usr/include'
pdfdir='${docdir}'
prefix='/<snip>/tmp/sysroots/x86_64-linux/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='/<snip>/tmp/sysroots/x86_64-linux/usr/sbin'
sharedstatedir='/<snip>/tmp/sysroots/x86_64-linux/com'
sysconfdir='/<snip>/tmp/sysroots/x86_64-linux/etc'
target_alias='x86_64-linux'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "shared-mime-info"
#define PACKAGE_TARNAME "shared-mime-info"
#define PACKAGE_VERSION "1.2"
#define PACKAGE_STRING "shared-mime-info 1.2"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=shared-mime-info"
#define PACKAGE_URL ""
#define PACKAGE "shared-mime-info"
#define VERSION "1.2"
configure: exit 1
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 17:23 ` Diego Sueiro
@ 2014-05-29 17:48 ` Khem Raj
2014-05-29 17:50 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2014-05-29 17:48 UTC (permalink / raw)
To: Diego Sueiro; +Cc: Patches and discussions about the oe-core layer
On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <diego.sueiro@gmail.com> wrote:
> For now these are the recipes:
>
> shared-mime-info_1.2.bb
> gconf_3.2.6.bb
> libsoup-2.4_2.45.3.bb
> gconf_3.2.6.bb
> avahi_0.6.31.bb
> xkeyboard-config_2.11.bb
> libfm_1.1.2.2.bb
> glib-networking_2.38.0.bb
> connman-gnome_0.7.bb
>
>
> Find attached the config.log for shared-mime-info-native.
>
> I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
> cause this error?
>
Do you have intltool-update binary on your host ? outside sys root ?
and if yes then whats the version of it.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 17:48 ` Khem Raj
@ 2014-05-29 17:50 ` Diego Sueiro
2014-05-29 18:00 ` Saul Wold
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 17:50 UTC (permalink / raw)
To: Khem Raj; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]
Khem,
On Thu, May 29, 2014 at 2:48 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <diego.sueiro@gmail.com>
> wrote:
> > For now these are the recipes:
> >
> > shared-mime-info_1.2.bb
> > gconf_3.2.6.bb
> > libsoup-2.4_2.45.3.bb
> > gconf_3.2.6.bb
> > avahi_0.6.31.bb
> > xkeyboard-config_2.11.bb
> > libfm_1.1.2.2.bb
> > glib-networking_2.38.0.bb
> > connman-gnome_0.7.bb
> >
> >
> > Find attached the config.log for shared-mime-info-native.
> >
> > I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
> > cause this error?
> >
>
> Do you have intltool-update binary on your host ? outside sys root ?
>
> and if yes then whats the version of it.
$ intltool-update --version
intltool-update (intltool) 0.50.2
Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler.
Copyright (C) 2000-2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 2758 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 17:50 ` Diego Sueiro
@ 2014-05-29 18:00 ` Saul Wold
2014-05-29 18:22 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2014-05-29 18:00 UTC (permalink / raw)
To: Diego Sueiro, Khem Raj; +Cc: Patches and discussions about the oe-core layer
On 05/29/2014 10:50 AM, Diego Sueiro wrote:
> Khem,
>
> On Thu, May 29, 2014 at 2:48 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <diego.sueiro@gmail.com>
>> wrote:
>>> For now these are the recipes:
>>>
>>> shared-mime-info_1.2.bb
>>> gconf_3.2.6.bb
>>> libsoup-2.4_2.45.3.bb
>>> gconf_3.2.6.bb
>>> avahi_0.6.31.bb
>>> xkeyboard-config_2.11.bb
>>> libfm_1.1.2.2.bb
>>> glib-networking_2.38.0.bb
>>> connman-gnome_0.7.bb
>>>
>>>
>>> Find attached the config.log for shared-mime-info-native.
>>>
>>> I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
>>> cause this error?
>>>
>>
>> Do you have intltool-update binary on your host ? outside sys root ?
>>
>> and if yes then whats the version of it.
>
>
> $ intltool-update --version
> intltool-update (intltool) 0.50.2
> Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler.
>
> Copyright (C) 2000-2003 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>
Looking at the log file, seems to have some output about the nativeperl,
I missed the output of this initially:
/<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
seems you have some additional output that is confusing things
If you run bitbake shared-mime-info -c devshell and then within the
devshell run intltool-update --version, what happens? It seems that the
nativeperl is getting getting printed out.
any chance you are available on IRC freenode #yocto, I am sgw_ there,
maybe we can work this realtime
Sau!
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 18:00 ` Saul Wold
@ 2014-05-29 18:22 ` Diego Sueiro
2014-05-29 18:33 ` Saul Wold
0 siblings, 1 reply; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 18:22 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2218 bytes --]
Sau!,
On Thu, May 29, 2014 at 3:00 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 05/29/2014 10:50 AM, Diego Sueiro wrote:
>
>> Khem,
>>
>> On Thu, May 29, 2014 at 2:48 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>
>> On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <diego.sueiro@gmail.com>
>>> wrote:
>>>
>>>> For now these are the recipes:
>>>>
>>>> shared-mime-info_1.2.bb
>>>> gconf_3.2.6.bb
>>>> libsoup-2.4_2.45.3.bb
>>>> gconf_3.2.6.bb
>>>> avahi_0.6.31.bb
>>>> xkeyboard-config_2.11.bb
>>>> libfm_1.1.2.2.bb
>>>> glib-networking_2.38.0.bb
>>>> connman-gnome_0.7.bb
>>>>
>>>>
>>>> Find attached the config.log for shared-mime-info-native.
>>>>
>>>> I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
>>>> cause this error?
>>>>
>>>>
>>> Do you have intltool-update binary on your host ? outside sys root ?
>>>
>>> and if yes then whats the version of it.
>>>
>>
>>
>> $ intltool-update --version
>> intltool-update (intltool) 0.50.2
>> Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler.
>>
>> Copyright (C) 2000-2003 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions. There is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>> PURPOSE.
>>
>>
>> Looking at the log file, seems to have some output about the nativeperl,
> I missed the output of this initially:
>
> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>
> seems you have some additional output that is confusing things
>
> If you run bitbake shared-mime-info -c devshell and then within the
> devshell run intltool-update --version, what happens? It seems that the
> nativeperl is getting getting printed out.
>
> any chance you are available on IRC freenode #yocto, I am sgw_ there,
> maybe we can work this realtime
>
> Sau!
>
I've cleaned perl-native and everything seems to be working now.
Thanks for the support.
Regards,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 3809 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 18:22 ` Diego Sueiro
@ 2014-05-29 18:33 ` Saul Wold
2014-05-29 18:47 ` Diego Sueiro
0 siblings, 1 reply; 11+ messages in thread
From: Saul Wold @ 2014-05-29 18:33 UTC (permalink / raw)
To: Diego Sueiro; +Cc: Patches and discussions about the oe-core layer
On 05/29/2014 11:22 AM, Diego Sueiro wrote:
> Sau!,
>
> On Thu, May 29, 2014 at 3:00 PM, Saul Wold <sgw@linux.intel.com> wrote:
>
>> On 05/29/2014 10:50 AM, Diego Sueiro wrote:
>>
>>> Khem,
>>>
>>> On Thu, May 29, 2014 at 2:48 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>>
>>> On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <diego.sueiro@gmail.com>
>>>> wrote:
>>>>
>>>>> For now these are the recipes:
>>>>>
>>>>> shared-mime-info_1.2.bb
>>>>> gconf_3.2.6.bb
>>>>> libsoup-2.4_2.45.3.bb
>>>>> gconf_3.2.6.bb
>>>>> avahi_0.6.31.bb
>>>>> xkeyboard-config_2.11.bb
>>>>> libfm_1.1.2.2.bb
>>>>> glib-networking_2.38.0.bb
>>>>> connman-gnome_0.7.bb
>>>>>
>>>>>
>>>>> Find attached the config.log for shared-mime-info-native.
>>>>>
>>>>> I had recently update my Ubuntu from 12.10 to 14.04. Do you think it can
>>>>> cause this error?
>>>>>
>>>>>
>>>> Do you have intltool-update binary on your host ? outside sys root ?
>>>>
>>>> and if yes then whats the version of it.
>>>>
>>>
>>>
>>> $ intltool-update --version
>>> intltool-update (intltool) 0.50.2
>>> Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler.
>>>
>>> Copyright (C) 2000-2003 Free Software Foundation, Inc.
>>> This is free software; see the source for copying conditions. There is NO
>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>> PURPOSE.
>>>
>>>
>>> Looking at the log file, seems to have some output about the nativeperl,
>> I missed the output of this initially:
>>
>> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>>
>> seems you have some additional output that is confusing things
>>
>> If you run bitbake shared-mime-info -c devshell and then within the
>> devshell run intltool-update --version, what happens? It seems that the
>> nativeperl is getting getting printed out.
>>
>> any chance you are available on IRC freenode #yocto, I am sgw_ there,
>> maybe we can work this realtime
>>
>> Sau!
>>
>
> I've cleaned perl-native and everything seems to be working now.
>
Interesting, I wonder what caused that in the first place.
Did that resolve the other bugs that you filed also? I am also trying
to work on those python issues.
Sau!
> Thanks for the support.
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
>
> /*long live rock 'n roll*/
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: intltool version check errors
2014-05-29 18:33 ` Saul Wold
@ 2014-05-29 18:47 ` Diego Sueiro
0 siblings, 0 replies; 11+ messages in thread
From: Diego Sueiro @ 2014-05-29 18:47 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 2816 bytes --]
Sau!,
On Thu, May 29, 2014 at 3:33 PM, Saul Wold <sgw@linux.intel.com> wrote:
> On 05/29/2014 11:22 AM, Diego Sueiro wrote:
>
>> Sau!,
>>
>> On Thu, May 29, 2014 at 3:00 PM, Saul Wold <sgw@linux.intel.com> wrote:
>>
>> On 05/29/2014 10:50 AM, Diego Sueiro wrote:
>>>
>>> Khem,
>>>>
>>>> On Thu, May 29, 2014 at 2:48 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>>>
>>>> On Thu, May 29, 2014 at 10:23 AM, Diego Sueiro <
>>>> diego.sueiro@gmail.com>
>>>>
>>>>> wrote:
>>>>>
>>>>> For now these are the recipes:
>>>>>>
>>>>>> shared-mime-info_1.2.bb
>>>>>> gconf_3.2.6.bb
>>>>>> libsoup-2.4_2.45.3.bb
>>>>>> gconf_3.2.6.bb
>>>>>> avahi_0.6.31.bb
>>>>>> xkeyboard-config_2.11.bb
>>>>>> libfm_1.1.2.2.bb
>>>>>> glib-networking_2.38.0.bb
>>>>>> connman-gnome_0.7.bb
>>>>>>
>>>>>>
>>>>>> Find attached the config.log for shared-mime-info-native.
>>>>>>
>>>>>> I had recently update my Ubuntu from 12.10 to 14.04. Do you think it
>>>>>> can
>>>>>> cause this error?
>>>>>>
>>>>>>
>>>>>> Do you have intltool-update binary on your host ? outside sys root ?
>>>>>
>>>>> and if yes then whats the version of it.
>>>>>
>>>>>
>>>>
>>>> $ intltool-update --version
>>>> intltool-update (intltool) 0.50.2
>>>> Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler.
>>>>
>>>> Copyright (C) 2000-2003 Free Software Foundation, Inc.
>>>> This is free software; see the source for copying conditions. There is
>>>> NO
>>>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>>> PURPOSE.
>>>>
>>>>
>>>> Looking at the log file, seems to have some output about the
>>>> nativeperl,
>>>>
>>> I missed the output of this initially:
>>>
>>> /<snip>/tmp/sysroots/x86_64-linux/usr/bin/nativeperl found
>>>
>>> seems you have some additional output that is confusing things
>>>
>>> If you run bitbake shared-mime-info -c devshell and then within the
>>> devshell run intltool-update --version, what happens? It seems that the
>>> nativeperl is getting getting printed out.
>>>
>>> any chance you are available on IRC freenode #yocto, I am sgw_ there,
>>> maybe we can work this realtime
>>>
>>> Sau!
>>>
>>>
>> I've cleaned perl-native and everything seems to be working now.
>>
>> Interesting, I wonder what caused that in the first place.
>
> Did that resolve the other bugs that you filed also? I am also trying to
> work on those python issues.
>
> Sau!
That bugs were from different build/projects.
I'll try to to the same clean steps and see if it solve the issues.
Reagrds,
--
*dS
Diego Sueiro
Administrador do Embarcados
www.embarcados.com.br<http://www.embarcados.com.br/?utm_source=assinatura_diego&utm_medium=e-mail&utm_campaign=Assinatura%20Email%20Diego>
/*long live rock 'n roll*/
[-- Attachment #2: Type: text/html, Size: 4582 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-05-29 18:47 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-29 13:17 intltool version check errors Diego Sueiro
2014-05-29 15:20 ` Saul Wold
2014-05-29 16:36 ` Diego Sueiro
2014-05-29 16:50 ` Saul Wold
2014-05-29 17:23 ` Diego Sueiro
2014-05-29 17:48 ` Khem Raj
2014-05-29 17:50 ` Diego Sueiro
2014-05-29 18:00 ` Saul Wold
2014-05-29 18:22 ` Diego Sueiro
2014-05-29 18:33 ` Saul Wold
2014-05-29 18:47 ` Diego Sueiro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.