All of lore.kernel.org
 help / color / mirror / Atom feed
* Icecc configuration on mpich ?
@ 2017-07-28  5:56 Riko Ho
  2017-07-28  6:13 ` Josef Holzmayr
  0 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-07-28  5:56 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Dear Yocto Team Member,

I read about,

https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html,

How can I port it to MPICH ?
Thanks
-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 744 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  5:56 Icecc configuration on mpich ? Riko Ho
@ 2017-07-28  6:13 ` Josef Holzmayr
  2017-07-28  6:17   ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Josef Holzmayr @ 2017-07-28  6:13 UTC (permalink / raw)
  To: Riko Ho, yocto

On 28.07.2017 07:56, Riko Ho wrote:
> How can I port it to MPICH ?

Easy, just do a complete rewrite of the compiler infrastructure :-)

Or did you actually mean "how can I install" instead of "how can I 
port"? In that case, the answer is "Not at all."

Seriously, icecc/distcc have absolutely nothing to do with mpich(or any 
other comparable mpi/hpc framework). You are mixing up an awful lot of 
buzzwords, what is running where and doing what.

If you want to speed up bitbake by using multiple boxes, icecc is your 
choice. Follow its own installation procedures for getting started.

mpich seems to be a framwork/infrastructure for hpc applications, which 
is something completely different.

And generally, all this shbang is not worth the effort. Are you really 
running multiple hours of builds per day? Would shaving off a couple of 
percent from the compilation provide any gain? Mind, its only the 
compilation that can be distributed. Not the whole rest that actually 
makes up the magic of a bitbake build.


-- 
Josef Holzmayr
Software Developer Embedded Systems

Tel: +49 8444 9204-48
Fax: +49 8444 9204-50

R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———————————————
Amtsgericht Ingolstadt – GmbH: HRB 191328 – KG: HRA 170393
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
Ust-IdNr: DE 128592548

_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:13 ` Josef Holzmayr
@ 2017-07-28  6:17   ` Riko Ho
  2017-07-28  6:22     ` Josef Holzmayr
  0 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-07-28  6:17 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

Dear Yocto Team Member,

Yes, I'm confuse about those,

And reading about Icecc now.

Icecc is the right way for distributing compilation for my bitbake, 
correct me ?

I read about :

26.50.
icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?

Thanks


On 28/07/17 14:13, Josef Holzmayr wrote:
> On 28.07.2017 07:56, Riko Ho wrote:
>> How can I port it to MPICH ?
>
> Easy, just do a complete rewrite of the compiler infrastructure :-)
>
> Or did you actually mean "how can I install" instead of "how can I 
> port"? In that case, the answer is "Not at all."
>
> Seriously, icecc/distcc have absolutely nothing to do with mpich(or 
> any other comparable mpi/hpc framework). You are mixing up an awful 
> lot of buzzwords, what is running where and doing what.
>
> If you want to speed up bitbake by using multiple boxes, icecc is your 
> choice. Follow its own installation procedures for getting started.
>
> mpich seems to be a framwork/infrastructure for hpc applications, 
> which is something completely different.
>
> And generally, all this shbang is not worth the effort. Are you really 
> running multiple hours of builds per day? Would shaving off a couple 
> of percent from the compilation provide any gain? Mind, its only the 
> compilation that can be distributed. Not the whole rest that actually 
> makes up the magic of a bitbake build.
>
>

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 2425 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:17   ` Riko Ho
@ 2017-07-28  6:22     ` Josef Holzmayr
  2017-07-28  6:27       ` Riko Ho
  2017-07-28  6:30       ` Riko Ho
  0 siblings, 2 replies; 27+ messages in thread
From: Josef Holzmayr @ 2017-07-28  6:22 UTC (permalink / raw)
  To: Riko Ho, yocto

On 28.07.2017 08:17, Riko Ho wrote:
> icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?

to me, the description in

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake

looks pretty good - for the bitbake side of things. Setting up icecc, 
again, is distribution specific (according to themselves, see 
https://github.com/icecc/icecream/blob/master/README.md#installation).
-- 
Josef Holzmayr
Software Developer Embedded Systems

Tel: +49 8444 9204-48
Fax: +49 8444 9204-50

R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———————————————
Amtsgericht Ingolstadt – GmbH: HRB 191328 – KG: HRA 170393
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
Ust-IdNr: DE 128592548

_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:22     ` Josef Holzmayr
@ 2017-07-28  6:27       ` Riko Ho
  2017-07-28  6:30       ` Riko Ho
  1 sibling, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-28  6:27 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 694 bytes --]

Probably this one will help the way ?

http://manpages.ubuntu.com/manpages/xenial/man7/icecream.7.html


On 28/07/17 14:22, Josef Holzmayr wrote:
> On 28.07.2017 08:17, Riko Ho wrote:
>> icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?
>
> to me, the description in
>
> https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 
>
>
> looks pretty good - for the bitbake side of things. Setting up icecc, 
> again, is distribution specific (according to themselves, see 
> https://github.com/icecc/icecream/blob/master/README.md#installation).

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 1753 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:22     ` Josef Holzmayr
  2017-07-28  6:27       ` Riko Ho
@ 2017-07-28  6:30       ` Riko Ho
  2017-07-28  6:36         ` Josef Holzmayr
  1 sibling, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-07-28  6:30 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]

I've installed on my system,

but have no idea on how to use it yet ?

Usage:
    icecc [compiler] [compile options] -o OBJECT -c SOURCE
    icecc --build-native [compilertype] [file...]
    icecc --help

Options:
    --help                     explain usage and exit
    --version                  show version and exit
    --build-native             create icecc environment
Environment Variables:
    ICECC                      if set to "no", just exec the real compiler
    ICECC_VERSION              use a specific icecc environment, see 
icecc-create-env
    ICECC_DEBUG                [info | warnings | debug]
                               sets verboseness of icecream client.
    ICECC_LOGFILE              if set, additional debug information is 
logged to the specified file
    ICECC_REPEAT_RATE          the number of jobs out of 1000 that should be
                               compiled on multiple hosts to ensure that 
they're
                               producing the same output.  The default is 0.
    ICECC_PREFERRED_HOST       overrides scheduler decisions if set.
    ICECC_CC                   set C compiler name (default gcc).
    ICECC_CXX                  set C++ compiler name (default g++).
    ICECC_CLANG_REMOTE_CPP     set to 1 or 0 to override remote 
precompiling with clang
                               (requires clang -frewrite-includes option).
    ICECC_IGNORE_UNVERIFIED    if set, hosts where environment cannot be 
verified are not used.
    ICECC_EXTRAFILES           additi


On 28/07/17 14:22, Josef Holzmayr wrote:
> On 28.07.2017 08:17, Riko Ho wrote:
>> icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?
>
> to me, the description in
>
> https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 
>
>
> looks pretty good - for the bitbake side of things. Setting up icecc, 
> again, is distribution specific (according to themselves, see 
> https://github.com/icecc/icecream/blob/master/README.md#installation).

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 3716 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:30       ` Riko Ho
@ 2017-07-28  6:36         ` Josef Holzmayr
  2017-07-28  6:42           ` Riko Ho
                             ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Josef Holzmayr @ 2017-07-28  6:36 UTC (permalink / raw)
  To: Riko Ho, yocto

On 28.07.2017 08:30, Riko Ho wrote:
> but have no idea on how to use it yet ?

This usually is helped by reading the manual. Or the links that I 
already provided.

As a last hint for now, let me rephrase and simplify the short 
description from icecc itself:

icecc is a daemon that can accept compile jobs over the network.

That should tell you that you probably don't use it directly, right?
-- 
Josef Holzmayr
Software Developer Embedded Systems

Tel: +49 8444 9204-48
Fax: +49 8444 9204-50

R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
———————————————
Amtsgericht Ingolstadt – GmbH: HRB 191328 – KG: HRA 170393
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
Ust-IdNr: DE 128592548

_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548



^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:36         ` Josef Holzmayr
@ 2017-07-28  6:42           ` Riko Ho
  2017-07-28  8:02           ` Riko Ho
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-28  6:42 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Ok, thanks for the hints, I'll make some experiments


On 28/07/17 14:36, Josef Holzmayr wrote:
> On 28.07.2017 08:30, Riko Ho wrote:
>> but have no idea on how to use it yet ?
>
> This usually is helped by reading the manual. Or the links that I 
> already provided.
>
> As a last hint for now, let me rephrase and simplify the short 
> description from icecc itself:
>
> icecc is a daemon that can accept compile jobs over the network.
>
> That should tell you that you probably don't use it directly, right?

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 1349 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: Icecc configuration on mpich ?
  2017-07-28  6:36         ` Josef Holzmayr
  2017-07-28  6:42           ` Riko Ho
@ 2017-07-28  8:02           ` Riko Ho
  2017-07-31  2:12           ` Icecc configuration on ubuntu ? Riko Ho
  2017-07-31  2:33           ` DEBUG: automake-native: class native found in blacklist, disable icecc ? Riko Ho
  3 siblings, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-28  8:02 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]

Dear Yocto Team Member,

I've followed :

https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html

and trying to do bitbake but got :

  DEBUG: automake-native: class native found in blacklist, disable icecc

any work around it ?

thanks


On 28/07/17 14:36, Josef Holzmayr wrote:
> On 28.07.2017 08:30, Riko Ho wrote:
>> but have no idea on how to use it yet ?
>
> This usually is helped by reading the manual. Or the links that I 
> already provided.
>
> As a last hint for now, let me rephrase and simplify the short 
> description from icecc itself:
>
> icecc is a daemon that can accept compile jobs over the network.
>
> That should tell you that you probably don't use it directly, right?

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 1757 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Icecc configuration on ubuntu ?
  2017-07-28  6:36         ` Josef Holzmayr
  2017-07-28  6:42           ` Riko Ho
  2017-07-28  8:02           ` Riko Ho
@ 2017-07-31  2:12           ` Riko Ho
  2017-07-31  2:33           ` DEBUG: automake-native: class native found in blacklist, disable icecc ? Riko Ho
  3 siblings, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-31  2:12 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

Dear Yocto Team Member,

I've been reading :
https://www.openembedded.org/wiki/Using_IceCC

on this part :
...........
use icecc service provided by your distribution (e.g. in ubuntu set 
ICECC_SCHEDULER_HOST in /etc/icecc/icecc.conf and enable START_ICECC in 
/etc/default/icecc) .......
What should I fill with this configuration ?
===

# ICECC_SCHEDULER_HOST=""
ICECC_SCHEDULER_HOST=""

===
Is it my Host Ip Address or my hostname ?

Thank you,


**
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 1119 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-28  6:36         ` Josef Holzmayr
                             ` (2 preceding siblings ...)
  2017-07-31  2:12           ` Icecc configuration on ubuntu ? Riko Ho
@ 2017-07-31  2:33           ` Riko Ho
  2017-07-31 13:12             ` Burton, Ross
  3 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-07-31  2:33 UTC (permalink / raw)
  To: Josef Holzmayr, yocto

[-- Attachment #1: Type: text/plain, Size: 2248 bytes --]

Dear Yocto Team Member,

I tried

#:~/poky/build$ bitbake core-image-minimal

Is my auto make disabled with icecc ?

How to make it enable ? thanks.

Here's the messages:

==================

NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile 
(log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351)
ERROR: Logfile of failure stored in: 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351
Log data follows:
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: Executing shell function do_compile
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && { 
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH 
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man 
--output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351)
ERROR: Task 
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) 
failed with exit code '1'
NOTE: Tasks Summary: Attempted 230 tasks of which 194 didn't need to be 
rerun and 1 failed.

Summary: 1 task failed:
virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 3044 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31  2:33           ` DEBUG: automake-native: class native found in blacklist, disable icecc ? Riko Ho
@ 2017-07-31 13:12             ` Burton, Ross
  2017-07-31 13:14               ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Burton, Ross @ 2017-07-31 13:12 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:

> Is my auto make disabled with icecc ?
>
> How to make it enable ? thanks.
>

That's just a debug message.

> | help2man: can't get `--help' info from automake-1.15
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed


That's the error your hitting.

I think you need to update to the latest commit for the branch you're on,
there was a problem with modern perl in help2man.  What release/branch are
you using?

Ross

[-- Attachment #2: Type: text/html, Size: 1046 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:12             ` Burton, Ross
@ 2017-07-31 13:14               ` Riko Ho
  2017-07-31 13:15                 ` Burton, Ross
  0 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-07-31 13:14 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

How can I see my branch?
On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:

> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>
>> Is my auto make disabled with icecc ?
>>
>> How to make it enable ? thanks.
>>
>
> That's just a debug message.
>
> > | help2man: can't get `--help' info from automake-1.15
> > | Try `--no-discard-stderr' if option outputs to stderr
> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>
>
> That's the error your hitting.
>
> I think you need to update to the latest commit for the branch you're on,
> there was a problem with modern perl in help2man.  What release/branch are
> you using?
>
> Ross
>

[-- Attachment #2: Type: text/html, Size: 1389 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:14               ` Riko Ho
@ 2017-07-31 13:15                 ` Burton, Ross
  2017-07-31 13:17                   ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Burton, Ross @ 2017-07-31 13:15 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

How did you get poky?

Ross

On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:

> How can I see my branch?
> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>>> Is my auto make disabled with icecc ?
>>>
>>> How to make it enable ? thanks.
>>>
>>
>> That's just a debug message.
>>
>> > | help2man: can't get `--help' info from automake-1.15
>> > | Try `--no-discard-stderr' if option outputs to stderr
>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>
>>
>> That's the error your hitting.
>>
>> I think you need to update to the latest commit for the branch you're on,
>> there was a problem with modern perl in help2man.  What release/branch are
>> you using?
>>
>> Ross
>>
>

[-- Attachment #2: Type: text/html, Size: 1872 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:15                 ` Burton, Ross
@ 2017-07-31 13:17                   ` Riko Ho
  2017-07-31 13:20                     ` Riko Ho
  2017-07-31 13:26                     ` Burton, Ross
  0 siblings, 2 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-31 13:17 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 973 bytes --]

Git clone ...
On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:

> How did you get poky?
>
> Ross
>
> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>
>> How can I see my branch?
>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>
>>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>>
>>>> Is my auto make disabled with icecc ?
>>>>
>>>> How to make it enable ? thanks.
>>>>
>>>
>>> That's just a debug message.
>>>
>>> > | help2man: can't get `--help' info from automake-1.15
>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>
>>>
>>> That's the error your hitting.
>>>
>>> I think you need to update to the latest commit for the branch you're
>>> on, there was a problem with modern perl in help2man.  What release/branch
>>> are you using?
>>>
>>> Ross
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2248 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:17                   ` Riko Ho
@ 2017-07-31 13:20                     ` Riko Ho
  2017-07-31 13:26                     ` Burton, Ross
  1 sibling, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-07-31 13:20 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1178 bytes --]

I forgot which one? How can I update?thx
https://www.yoctoproject.org/downloads/yocto-project
On Jul 31, 2017 9:17 PM, "Riko Ho" <antonius.riko@gmail.com> wrote:

> Git clone ...
> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>> How did you get poky?
>>
>> Ross
>>
>> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>>> How can I see my branch?
>>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>
>>>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>
>>>>> Is my auto make disabled with icecc ?
>>>>>
>>>>> How to make it enable ? thanks.
>>>>>
>>>>
>>>> That's just a debug message.
>>>>
>>>> > | help2man: can't get `--help' info from automake-1.15
>>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>>
>>>>
>>>> That's the error your hitting.
>>>>
>>>> I think you need to update to the latest commit for the branch you're
>>>> on, there was a problem with modern perl in help2man.  What release/branch
>>>> are you using?
>>>>
>>>> Ross
>>>>
>>>
>>

[-- Attachment #2: Type: text/html, Size: 2791 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:17                   ` Riko Ho
  2017-07-31 13:20                     ` Riko Ho
@ 2017-07-31 13:26                     ` Burton, Ross
  2017-08-01  3:13                       ` Riko Ho
  2017-08-02  6:18                       ` Riko Ho
  1 sibling, 2 replies; 27+ messages in thread
From: Burton, Ross @ 2017-07-31 13:26 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

Then the branch you checked out.  git branch will tell you.

Ross

On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:

> Git clone ...
> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
>> How did you get poky?
>>
>> Ross
>>
>> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>>> How can I see my branch?
>>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>
>>>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>
>>>>> Is my auto make disabled with icecc ?
>>>>>
>>>>> How to make it enable ? thanks.
>>>>>
>>>>
>>>> That's just a debug message.
>>>>
>>>> > | help2man: can't get `--help' info from automake-1.15
>>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>>
>>>>
>>>> That's the error your hitting.
>>>>
>>>> I think you need to update to the latest commit for the branch you're
>>>> on, there was a problem with modern perl in help2man.  What release/branch
>>>> are you using?
>>>>
>>>> Ross
>>>>
>>>
>>

[-- Attachment #2: Type: text/html, Size: 2812 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:26                     ` Burton, Ross
@ 2017-08-01  3:13                       ` Riko Ho
  2017-08-02  6:18                       ` Riko Ho
  1 sibling, 0 replies; 27+ messages in thread
From: Riko Ho @ 2017-08-01  3:13 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1913 bytes --]

Dear Yocto Team Members,

Here's what I got :

=================

#:~/poky$ git branch
   master
* pyro


How can I fix that problem with modern perl in help2man ?

Thanks


On 31/07/17 21:26, Burton, Ross wrote:
> Then the branch you checked out.  git branch will tell you.
>
> Ross
>
> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com 
> <mailto:antonius.riko@gmail.com>> wrote:
>
>     Git clone ...
>
>     On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com
>     <mailto:ross.burton@intel.com>> wrote:
>
>         How did you get poky?
>
>         Ross
>
>         On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com
>         <mailto:antonius.riko@gmail.com>> wrote:
>
>             How can I see my branch?
>
>             On Jul 31, 2017 9:12 PM, "Burton, Ross"
>             <ross.burton@intel.com <mailto:ross.burton@intel.com>> wrote:
>
>                 On 31 July 2017 at 03:33, Riko Ho
>                 <antonius.riko@gmail.com
>                 <mailto:antonius.riko@gmail.com>> wrote:
>
>                     Is my auto make disabled with icecc ?
>
>                     How to make it enable ? thanks.
>
>
>                 That's just a debug message.
>
>                 > | help2man: can't get `--help' info from automake-1.15
>                 > | Try `--no-discard-stderr' if option outputs to stderr
>                 > | Makefile:3687: recipe for target
>                 'doc/automake-1.15.1' failed
>
>
>                 That's the error your hitting.
>
>                 I think you need to update to the latest commit for
>                 the branch you're on, there was a problem with modern
>                 perl in help2man.  What release/branch are you using?
>
>                 Ross
>
>
>

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 7377 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-07-31 13:26                     ` Burton, Ross
  2017-08-01  3:13                       ` Riko Ho
@ 2017-08-02  6:18                       ` Riko Ho
  2017-08-02  6:31                         ` Khem Raj
  1 sibling, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-08-02  6:18 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 4342 bytes --]

Dear Yocto Team Member,

That's the branch :

======

*meta-poky **
**meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"*
openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
meta-openembedded
meta-oe
meta-xfce
meta-gnome
meta-python
meta-multimedia
meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
meta-browser      = 
"firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"

Initialising tasks: 100% 
|################################################################################################################################| 
Time: 0:00:08
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile 
(log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Logfile of failure stored in: 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: Using icecc
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && { 
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH 
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man 
--output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Task 
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) 
failed with exit code '1'
NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be 
rerun and 1 failed.

Summary: 1 task failed:
virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$

How can I fix that automake error ?

I tried to run bitbake core-image-minimal for it.
Thanks,

On 31/07/17 21:26, Burton, Ross wrote:
> Then the branch you checked out.  git branch will tell you.
>
> Ross
>
> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com 
> <mailto:antonius.riko@gmail.com>> wrote:
>
>     Git clone ...
>
>     On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com
>     <mailto:ross.burton@intel.com>> wrote:
>
>         How did you get poky?
>
>         Ross
>
>         On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com
>         <mailto:antonius.riko@gmail.com>> wrote:
>
>             How can I see my branch?
>
>             On Jul 31, 2017 9:12 PM, "Burton, Ross"
>             <ross.burton@intel.com <mailto:ross.burton@intel.com>> wrote:
>
>                 On 31 July 2017 at 03:33, Riko Ho
>                 <antonius.riko@gmail.com
>                 <mailto:antonius.riko@gmail.com>> wrote:
>
>                     Is my auto make disabled with icecc ?
>
>                     How to make it enable ? thanks.
>
>
>                 That's just a debug message.
>
>                 > | help2man: can't get `--help' info from automake-1.15
>                 > | Try `--no-discard-stderr' if option outputs to stderr
>                 > | Makefile:3687: recipe for target
>                 'doc/automake-1.15.1' failed
>
>
>                 That's the error your hitting.
>
>                 I think you need to update to the latest commit for
>                 the branch you're on, there was a problem with modern
>                 perl in help2man.  What release/branch are you using?
>
>                 Ross
>
>
>

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 10401 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02  6:18                       ` Riko Ho
@ 2017-08-02  6:31                         ` Khem Raj
  2017-08-02  6:33                           ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Khem Raj @ 2017-08-02  6:31 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> Dear Yocto Team Member,
>
> That's the branch :
>
> ======
>
> meta-poky
> meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
> openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
> meta-openembedded
> meta-oe
> meta-xfce
> meta-gnome
> meta-python
> meta-multimedia
> meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
> meta-browser      =
> "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
> meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>
> Initialising tasks: 100%
> |################################################################################################################################|
> Time: 0:00:08
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
> ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
> file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Logfile of failure stored in:
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: Using icecc
> | NOTE: make -j 10
> | ERROR: oe_runmake failed
> | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
> PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
> && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
> --output=doc/automake-1.15.1 automake-1.15
> | help2man: can't get `--help' info from automake-1.15

What OS do you run on build machine ?
if its archlinux then apply this patch to automake

https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a

otherwise if its centos7 then install

yum install perl-Thread-Queue



> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> | make: *** [doc/automake-1.15.1] Error 255
> | ERROR: Function failed: do_compile (log file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Task
> (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
> rerun and 1 failed.
>
> Summary: 1 task failed:
>
> virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
> Summary: There were 4 WARNING messages shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>
> How can I fix that automake error ?
>
> I tried to run bitbake core-image-minimal for it.
> Thanks,
>
> On 31/07/17 21:26, Burton, Ross wrote:
>
> Then the branch you checked out.  git branch will tell you.
>
> Ross
>
> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Git clone ...
>>
>> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>
>>> How did you get poky?
>>>
>>> Ross
>>>
>>> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>
>>>> How can I see my branch?
>>>>
>>>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>>>
>>>>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>>>
>>>>>> Is my auto make disabled with icecc ?
>>>>>>
>>>>>> How to make it enable ? thanks.
>>>>>
>>>>>
>>>>> That's just a debug message.
>>>>>
>>>>> > | help2man: can't get `--help' info from automake-1.15
>>>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>>>
>>>>>
>>>>> That's the error your hitting.
>>>>>
>>>>> I think you need to update to the latest commit for the branch you're
>>>>> on, there was a problem with modern perl in help2man.  What release/branch
>>>>> are you using?
>>>>>
>>>>> Ross
>>>
>>>
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02  6:31                         ` Khem Raj
@ 2017-08-02  6:33                           ` Riko Ho
  2017-08-02  6:38                             ` Khem Raj
  0 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-08-02  6:33 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 4807 bytes --]

Dear Yocto Team Member,

I'm building with Ubuntu 16


On 02/08/17 14:31, Khem Raj wrote:
> On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> Dear Yocto Team Member,
>>
>> That's the branch :
>>
>> ======
>>
>> meta-poky
>> meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
>> openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
>> meta-openembedded
>> meta-oe
>> meta-xfce
>> meta-gnome
>> meta-python
>> meta-multimedia
>> meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
>> meta-browser      =
>> "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
>> meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>>
>> Initialising tasks: 100%
>> |################################################################################################################################|
>> Time: 0:00:08
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
>> ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
>> file is located at
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
>> ERROR: Logfile of failure stored in:
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
>> Log data follows:
>> | DEBUG: Executing shell function do_compile
>> | NOTE: Using icecc
>> | NOTE: make -j 10
>> | ERROR: oe_runmake failed
>> | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
>> PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
>> && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
>> --output=doc/automake-1.15.1 automake-1.15
>> | help2man: can't get `--help' info from automake-1.15
> What OS do you run on build machine ?
> if its archlinux then apply this patch to automake
>
> https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
>
> otherwise if its centos7 then install
>
> yum install perl-Thread-Queue
>
>
>
>> | Try `--no-discard-stderr' if option outputs to stderr
>> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>> | make: *** [doc/automake-1.15.1] Error 255
>> | ERROR: Function failed: do_compile (log file is located at
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
>> ERROR: Task
>> (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
>> failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
>> rerun and 1 failed.
>>
>> Summary: 1 task failed:
>>
>> virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
>> Summary: There were 4 WARNING messages shown.
>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>> bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>>
>> How can I fix that automake error ?
>>
>> I tried to run bitbake core-image-minimal for it.
>> Thanks,
>>
>> On 31/07/17 21:26, Burton, Ross wrote:
>>
>> Then the branch you checked out.  git branch will tell you.
>>
>> Ross
>>
>> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>>> Git clone ...
>>>
>>> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>> How did you get poky?
>>>>
>>>> Ross
>>>>
>>>> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>> How can I see my branch?
>>>>>
>>>>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>>>>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>>>>>> Is my auto make disabled with icecc ?
>>>>>>>
>>>>>>> How to make it enable ? thanks.
>>>>>>
>>>>>> That's just a debug message.
>>>>>>
>>>>>>> | help2man: can't get `--help' info from automake-1.15
>>>>>>> | Try `--no-discard-stderr' if option outputs to stderr
>>>>>>> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>>>>
>>>>>> That's the error your hitting.
>>>>>>
>>>>>> I think you need to update to the latest commit for the branch you're
>>>>>> on, there was a problem with modern perl in help2man.  What release/branch
>>>>>> are you using?
>>>>>>
>>>>>> Ross
>>>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> Kind regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 6684 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02  6:33                           ` Riko Ho
@ 2017-08-02  6:38                             ` Khem Raj
  2017-08-02  6:42                               ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Khem Raj @ 2017-08-02  6:38 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

apply the solutions they may work for ubuntu

On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> Dear Yocto Team Member,
>
> I'm building with Ubuntu 16
>
>
> On 02/08/17 14:31, Khem Raj wrote:
>
> On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Dear Yocto Team Member,
>
> That's the branch :
>
> ======
>
> meta-poky
> meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
> openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
> meta-openembedded
> meta-oe
> meta-xfce
> meta-gnome
> meta-python
> meta-multimedia
> meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
> meta-browser      =
> "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
> meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>
> Initialising tasks: 100%
> |################################################################################################################################|
> Time: 0:00:08
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
> ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
> file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Logfile of failure stored in:
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: Using icecc
> | NOTE: make -j 10
> | ERROR: oe_runmake failed
> | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
> PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
> && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
> --output=doc/automake-1.15.1 automake-1.15
> | help2man: can't get `--help' info from automake-1.15
>
> What OS do you run on build machine ?
> if its archlinux then apply this patch to automake
>
> https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
>
> otherwise if its centos7 then install
>
> yum install perl-Thread-Queue
>
>
>
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> | make: *** [doc/automake-1.15.1] Error 255
> | ERROR: Function failed: do_compile (log file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Task
> (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
> rerun and 1 failed.
>
> Summary: 1 task failed:
>
> virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
> Summary: There were 4 WARNING messages shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>
> How can I fix that automake error ?
>
> I tried to run bitbake core-image-minimal for it.
> Thanks,
>
> On 31/07/17 21:26, Burton, Ross wrote:
>
> Then the branch you checked out.  git branch will tell you.
>
> Ross
>
> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Git clone ...
>
> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
> How did you get poky?
>
> Ross
>
> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>
> How can I see my branch?
>
> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Is my auto make disabled with icecc ?
>
> How to make it enable ? thanks.
>
> That's just a debug message.
>
> | help2man: can't get `--help' info from automake-1.15
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>
> That's the error your hitting.
>
> I think you need to update to the latest commit for the branch you're
> on, there was a problem with modern perl in help2man.  What release/branch
> are you using?
>
> Ross
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02  6:38                             ` Khem Raj
@ 2017-08-02  6:42                               ` Riko Ho
  2017-08-02 13:52                                 ` Khem Raj
  0 siblings, 1 reply; 27+ messages in thread
From: Riko Ho @ 2017-08-02  6:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5182 bytes --]

Could it be this one ?

https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-lts-precise-pangolin/install-libthread-queue-perl.html

Thanks


On 02/08/17 14:38, Khem Raj wrote:
> apply the solutions they may work for ubuntu
>
> On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> Dear Yocto Team Member,
>>
>> I'm building with Ubuntu 16
>>
>>
>> On 02/08/17 14:31, Khem Raj wrote:
>>
>> On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Dear Yocto Team Member,
>>
>> That's the branch :
>>
>> ======
>>
>> meta-poky
>> meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
>> openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
>> meta-openembedded
>> meta-oe
>> meta-xfce
>> meta-gnome
>> meta-python
>> meta-multimedia
>> meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
>> meta-browser      =
>> "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
>> meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>>
>> Initialising tasks: 100%
>> |################################################################################################################################|
>> Time: 0:00:08
>> NOTE: Executing SetScene Tasks
>> NOTE: Executing RunQueue Tasks
>> ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
>> ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
>> file is located at
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
>> ERROR: Logfile of failure stored in:
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
>> Log data follows:
>> | DEBUG: Executing shell function do_compile
>> | NOTE: Using icecc
>> | NOTE: make -j 10
>> | ERROR: oe_runmake failed
>> | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
>> PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
>> && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
>> --output=doc/automake-1.15.1 automake-1.15
>> | help2man: can't get `--help' info from automake-1.15
>>
>> What OS do you run on build machine ?
>> if its archlinux then apply this patch to automake
>>
>> https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
>>
>> otherwise if its centos7 then install
>>
>> yum install perl-Thread-Queue
>>
>>
>>
>> | Try `--no-discard-stderr' if option outputs to stderr
>> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>> | make: *** [doc/automake-1.15.1] Error 255
>> | ERROR: Function failed: do_compile (log file is located at
>> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
>> ERROR: Task
>> (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
>> failed with exit code '1'
>> NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
>> rerun and 1 failed.
>>
>> Summary: 1 task failed:
>>
>> virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
>> Summary: There were 4 WARNING messages shown.
>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>> bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>>
>> How can I fix that automake error ?
>>
>> I tried to run bitbake core-image-minimal for it.
>> Thanks,
>>
>> On 31/07/17 21:26, Burton, Ross wrote:
>>
>> Then the branch you checked out.  git branch will tell you.
>>
>> Ross
>>
>> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Git clone ...
>>
>> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>
>> How did you get poky?
>>
>> Ross
>>
>> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> How can I see my branch?
>>
>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>>
>> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>>
>> Is my auto make disabled with icecc ?
>>
>> How to make it enable ? thanks.
>>
>> That's just a debug message.
>>
>> | help2man: can't get `--help' info from automake-1.15
>> | Try `--no-discard-stderr' if option outputs to stderr
>> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>
>> That's the error your hitting.
>>
>> I think you need to update to the latest commit for the branch you're
>> on, there was a problem with modern perl in help2man.  What release/branch
>> are you using?
>>
>> Ross
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> Kind regards,
>> Riko Ho
>> /*******/
>>
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>> --
>>
>> /*******/
>> Sent by Ubuntu LTS 16.04,
>> Kind regards,
>> Riko Ho
>> /*******/

-- 
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*

[-- Attachment #2: Type: text/html, Size: 6458 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02  6:42                               ` Riko Ho
@ 2017-08-02 13:52                                 ` Khem Raj
  2017-08-02 15:01                                   ` Riko Ho
  0 siblings, 1 reply; 27+ messages in thread
From: Khem Raj @ 2017-08-02 13:52 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

On Tue, Aug 1, 2017 at 11:42 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> Could it be this one ?
>
> https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-lts-precise-pangolin/install-libthread-queue-perl.html
>

yes

> Thanks
>
>
> On 02/08/17 14:38, Khem Raj wrote:
>
> apply the solutions they may work for ubuntu
>
> On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Dear Yocto Team Member,
>
> I'm building with Ubuntu 16
>
>
> On 02/08/17 14:31, Khem Raj wrote:
>
> On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Dear Yocto Team Member,
>
> That's the branch :
>
> ======
>
> meta-poky
> meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
> openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
> meta-openembedded
> meta-oe
> meta-xfce
> meta-gnome
> meta-python
> meta-multimedia
> meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
> meta-browser      =
> "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
> meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>
> Initialising tasks: 100%
> |################################################################################################################################|
> Time: 0:00:08
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
> ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
> file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Logfile of failure stored in:
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: Using icecc
> | NOTE: make -j 10
> | ERROR: oe_runmake failed
> | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
> PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
> && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
> --output=doc/automake-1.15.1 automake-1.15
> | help2man: can't get `--help' info from automake-1.15
>
> What OS do you run on build machine ?
> if its archlinux then apply this patch to automake
>
> https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
>
> otherwise if its centos7 then install
>
> yum install perl-Thread-Queue
>
>
>
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> | make: *** [doc/automake-1.15.1] Error 255
> | ERROR: Function failed: do_compile (log file is located at
> /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
> ERROR: Task
> (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
> rerun and 1 failed.
>
> Summary: 1 task failed:
>
> virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
> Summary: There were 4 WARNING messages shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>
> How can I fix that automake error ?
>
> I tried to run bitbake core-image-minimal for it.
> Thanks,
>
> On 31/07/17 21:26, Burton, Ross wrote:
>
> Then the branch you checked out.  git branch will tell you.
>
> Ross
>
> On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Git clone ...
>
> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
> How did you get poky?
>
> Ross
>
> On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>
> How can I see my branch?
>
> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>
> On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>
> Is my auto make disabled with icecc ?
>
> How to make it enable ? thanks.
>
> That's just a debug message.
>
> | help2man: can't get `--help' info from automake-1.15
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>
> That's the error your hitting.
>
> I think you need to update to the latest commit for the branch you're
> on, there was a problem with modern perl in help2man.  What release/branch
> are you using?
>
> Ross
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/
>
>
> --
>
> /*******/
> Sent by Ubuntu LTS 16.04,
> Kind regards,
> Riko Ho
> /*******/


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02 13:52                                 ` Khem Raj
@ 2017-08-02 15:01                                   ` Riko Ho
  2017-09-14  7:06                                     ` Yasushi SHOJI
  2017-09-14  8:04                                     ` Yusuke Mitsuki
  0 siblings, 2 replies; 27+ messages in thread
From: Riko Ho @ 2017-08-02 15:01 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 5673 bytes --]

Still got the same error after installing it? Any other clues?
On Aug 2, 2017 9:53 PM, "Khem Raj" <raj.khem@gmail.com> wrote:

> On Tue, Aug 1, 2017 at 11:42 PM, Riko Ho <antonius.riko@gmail.com> wrote:
> > Could it be this one ?
> >
> > https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-
> lts-precise-pangolin/install-libthread-queue-perl.html
> >
>
> yes
>
> > Thanks
> >
> >
> > On 02/08/17 14:38, Khem Raj wrote:
> >
> > apply the solutions they may work for ubuntu
> >
> > On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.riko@gmail.com>
> wrote:
> >
> > Dear Yocto Team Member,
> >
> > I'm building with Ubuntu 16
> >
> >
> > On 02/08/17 14:31, Khem Raj wrote:
> >
> > On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com>
> wrote:
> >
> > Dear Yocto Team Member,
> >
> > That's the branch :
> >
> > ======
> >
> > meta-poky
> > meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
> > openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
> > meta-openembedded
> > meta-oe
> > meta-xfce
> > meta-gnome
> > meta-python
> > meta-multimedia
> > meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
> > meta-browser      =
> > "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
> > meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
> >
> > Initialising tasks: 100%
> > |###########################################################
> #####################################################################|
> > Time: 0:00:08
> > NOTE: Executing SetScene Tasks
> > NOTE: Executing RunQueue Tasks
> > ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
> > ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile
> (log
> > file is located at
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291)
> > ERROR: Logfile of failure stored in:
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291
> > Log data follows:
> > | DEBUG: Executing shell function do_compile
> > | NOTE: Using icecc
> > | NOTE: make -j 10
> > | ERROR: oe_runmake failed
> > | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
> > PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/build/t/wrap:'$PATH
> > && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
> > --output=doc/automake-1.15.1 automake-1.15
> > | help2man: can't get `--help' info from automake-1.15
> >
> > What OS do you run on build machine ?
> > if its archlinux then apply this patch to automake
> >
> > https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
> >
> > otherwise if its centos7 then install
> >
> > yum install perl-Thread-Queue
> >
> >
> >
> > | Try `--no-discard-stderr' if option outputs to stderr
> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> > | make: *** [doc/automake-1.15.1] Error 255
> > | ERROR: Function failed: do_compile (log file is located at
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291)
> > ERROR: Task
> > (virtual:native:/home/bianchi77/poky/meta/recipes-
> devtools/automake/automake_1.15.bb:do_compile)
> > failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
> > rerun and 1 failed.
> >
> > Summary: 1 task failed:
> >
> > virtual:native:/home/bianchi77/poky/meta/recipes-
> devtools/automake/automake_1.15.bb:do_compile
> > Summary: There were 4 WARNING messages shown.
> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
> code.
> > bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
> >
> > How can I fix that automake error ?
> >
> > I tried to run bitbake core-image-minimal for it.
> > Thanks,
> >
> > On 31/07/17 21:26, Burton, Ross wrote:
> >
> > Then the branch you checked out.  git branch will tell you.
> >
> > Ross
> >
> > On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
> >
> > Git clone ...
> >
> > On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
> >
> > How did you get poky?
> >
> > Ross
> >
> > On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
> >
> > How can I see my branch?
> >
> > On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
> >
> > On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
> >
> > Is my auto make disabled with icecc ?
> >
> > How to make it enable ? thanks.
> >
> > That's just a debug message.
> >
> > | help2man: can't get `--help' info from automake-1.15
> > | Try `--no-discard-stderr' if option outputs to stderr
> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> >
> > That's the error your hitting.
> >
> > I think you need to update to the latest commit for the branch you're
> > on, there was a problem with modern perl in help2man.  What
> release/branch
> > are you using?
> >
> > Ross
> >
> >
> > --
> >
> > /*******/
> > Sent by Ubuntu LTS 16.04,
> > Kind regards,
> > Riko Ho
> > /*******/
> >
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
> >
> > --
> >
> > /*******/
> > Sent by Ubuntu LTS 16.04,
> > Kind regards,
> > Riko Ho
> > /*******/
> >
> >
> > --
> >
> > /*******/
> > Sent by Ubuntu LTS 16.04,
> > Kind regards,
> > Riko Ho
> > /*******/
>

[-- Attachment #2: Type: text/html, Size: 7953 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02 15:01                                   ` Riko Ho
@ 2017-09-14  7:06                                     ` Yasushi SHOJI
  2017-09-14  8:04                                     ` Yusuke Mitsuki
  1 sibling, 0 replies; 27+ messages in thread
From: Yasushi SHOJI @ 2017-09-14  7:06 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

Hi,

On Thu, Aug 3, 2017 at 12:01 AM, Riko Ho <antonius.riko@gmail.com> wrote:
> Still got the same error after installing it? Any other clues?

Did you try the patch posted by Khem Raj?

https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a

I had the same problem on my Debian Unstable but the patch worked for me.

I wonder why it's not merged yet, though.
-- 
               yashi


^ permalink raw reply	[flat|nested] 27+ messages in thread

* Re: DEBUG: automake-native: class native found in blacklist, disable icecc ?
  2017-08-02 15:01                                   ` Riko Ho
  2017-09-14  7:06                                     ` Yasushi SHOJI
@ 2017-09-14  8:04                                     ` Yusuke Mitsuki
  1 sibling, 0 replies; 27+ messages in thread
From: Yusuke Mitsuki @ 2017-09-14  8:04 UTC (permalink / raw)
  To: Riko Ho; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 6395 bytes --]

Hi Riko

It seems you use,
poky: pyro
meta-openembedded:master

I think that you should checkout meta-openembedded to pyro branch.

You can get by command like a follows,

$ cd meta-openembedded
$ git checkout -b pyro origin/pyro

Otherwise, checkout poky to master...

I hope your helps.

2017/08/03 0:05 "Riko Ho" <antonius.riko@gmail.com>:

> Still got the same error after installing it? Any other clues?
> On Aug 2, 2017 9:53 PM, "Khem Raj" <raj.khem@gmail.com> wrote:
>
>> On Tue, Aug 1, 2017 at 11:42 PM, Riko Ho <antonius.riko@gmail.com> wrote:
>> > Could it be this one ?
>> >
>> > https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-lts-
>> precise-pangolin/install-libthread-queue-perl.html
>> >
>>
>> yes
>>
>> > Thanks
>> >
>> >
>> > On 02/08/17 14:38, Khem Raj wrote:
>> >
>> > apply the solutions they may work for ubuntu
>> >
>> > On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.riko@gmail.com>
>> wrote:
>> >
>> > Dear Yocto Team Member,
>> >
>> > I'm building with Ubuntu 16
>> >
>> >
>> > On 02/08/17 14:31, Khem Raj wrote:
>> >
>> > On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.riko@gmail.com>
>> wrote:
>> >
>> > Dear Yocto Team Member,
>> >
>> > That's the branch :
>> >
>> > ======
>> >
>> > meta-poky
>> > meta-yocto-bsp    = "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
>> > openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
>> > meta-openembedded
>> > meta-oe
>> > meta-xfce
>> > meta-gnome
>> > meta-python
>> > meta-multimedia
>> > meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
>> > meta-browser      =
>> > "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
>> > meta-ti           = "master:872d418f6e503dea66e3533f43e7a17618183982"
>> >
>> > Initialising tasks: 100%
>> > |###########################################################
>> #####################################################################|
>> > Time: 0:00:08
>> > NOTE: Executing SetScene Tasks
>> > NOTE: Executing RunQueue Tasks
>> > ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
>> > ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile
>> (log
>> > file is located at
>> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-
>> native/1.15-r0/temp/log.do_compile.9291)
>> > ERROR: Logfile of failure stored in:
>> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-
>> native/1.15-r0/temp/log.do_compile.9291
>> > Log data follows:
>> > | DEBUG: Executing shell function do_compile
>> > | NOTE: Using icecc
>> > | NOTE: make -j 10
>> > | ERROR: oe_runmake failed
>> > | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
>> > PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/autom
>> ake-native/1.15-r0/build/t/wrap:'$PATH
>> > && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
>> > --output=doc/automake-1.15.1 automake-1.15
>> > | help2man: can't get `--help' info from automake-1.15
>> >
>> > What OS do you run on build machine ?
>> > if its archlinux then apply this patch to automake
>> >
>> > https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
>> >
>> > otherwise if its centos7 then install
>> >
>> > yum install perl-Thread-Queue
>> >
>> >
>> >
>> > | Try `--no-discard-stderr' if option outputs to stderr
>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>> > | make: *** [doc/automake-1.15.1] Error 255
>> > | ERROR: Function failed: do_compile (log file is located at
>> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-
>> native/1.15-r0/temp/log.do_compile.9291)
>> > ERROR: Task
>> > (virtual:native:/home/bianchi77/poky/meta/recipes-devtools/
>> automake/automake_1.15.bb:do_compile)
>> > failed with exit code '1'
>> > NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
>> > rerun and 1 failed.
>> >
>> > Summary: 1 task failed:
>> >
>> > virtual:native:/home/bianchi77/poky/meta/recipes-devtools/
>> automake/automake_1.15.bb:do_compile
>> > Summary: There were 4 WARNING messages shown.
>> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
>> code.
>> > bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
>> >
>> > How can I fix that automake error ?
>> >
>> > I tried to run bitbake core-image-minimal for it.
>> > Thanks,
>> >
>> > On 31/07/17 21:26, Burton, Ross wrote:
>> >
>> > Then the branch you checked out.  git branch will tell you.
>> >
>> > Ross
>> >
>> > On 31 July 2017 at 14:17, Riko Ho <antonius.riko@gmail.com> wrote:
>> >
>> > Git clone ...
>> >
>> > On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>> >
>> > How did you get poky?
>> >
>> > Ross
>> >
>> > On 31 July 2017 at 14:14, Riko Ho <antonius.riko@gmail.com> wrote:
>> >
>> > How can I see my branch?
>> >
>> > On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.burton@intel.com> wrote:
>> >
>> > On 31 July 2017 at 03:33, Riko Ho <antonius.riko@gmail.com> wrote:
>> >
>> > Is my auto make disabled with icecc ?
>> >
>> > How to make it enable ? thanks.
>> >
>> > That's just a debug message.
>> >
>> > | help2man: can't get `--help' info from automake-1.15
>> > | Try `--no-discard-stderr' if option outputs to stderr
>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>> >
>> > That's the error your hitting.
>> >
>> > I think you need to update to the latest commit for the branch you're
>> > on, there was a problem with modern perl in help2man.  What
>> release/branch
>> > are you using?
>> >
>> > Ross
>> >
>> >
>> > --
>> >
>> > /*******/
>> > Sent by Ubuntu LTS 16.04,
>> > Kind regards,
>> > Riko Ho
>> > /*******/
>> >
>> >
>> > --
>> > _______________________________________________
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
>> >
>> > --
>> >
>> > /*******/
>> > Sent by Ubuntu LTS 16.04,
>> > Kind regards,
>> > Riko Ho
>> > /*******/
>> >
>> >
>> > --
>> >
>> > /*******/
>> > Sent by Ubuntu LTS 16.04,
>> > Kind regards,
>> > Riko Ho
>> > /*******/
>>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 9889 bytes --]

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2017-09-14  8:04 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28  5:56 Icecc configuration on mpich ? Riko Ho
2017-07-28  6:13 ` Josef Holzmayr
2017-07-28  6:17   ` Riko Ho
2017-07-28  6:22     ` Josef Holzmayr
2017-07-28  6:27       ` Riko Ho
2017-07-28  6:30       ` Riko Ho
2017-07-28  6:36         ` Josef Holzmayr
2017-07-28  6:42           ` Riko Ho
2017-07-28  8:02           ` Riko Ho
2017-07-31  2:12           ` Icecc configuration on ubuntu ? Riko Ho
2017-07-31  2:33           ` DEBUG: automake-native: class native found in blacklist, disable icecc ? Riko Ho
2017-07-31 13:12             ` Burton, Ross
2017-07-31 13:14               ` Riko Ho
2017-07-31 13:15                 ` Burton, Ross
2017-07-31 13:17                   ` Riko Ho
2017-07-31 13:20                     ` Riko Ho
2017-07-31 13:26                     ` Burton, Ross
2017-08-01  3:13                       ` Riko Ho
2017-08-02  6:18                       ` Riko Ho
2017-08-02  6:31                         ` Khem Raj
2017-08-02  6:33                           ` Riko Ho
2017-08-02  6:38                             ` Khem Raj
2017-08-02  6:42                               ` Riko Ho
2017-08-02 13:52                                 ` Khem Raj
2017-08-02 15:01                                   ` Riko Ho
2017-09-14  7:06                                     ` Yasushi SHOJI
2017-09-14  8:04                                     ` Yusuke Mitsuki

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.