All of lore.kernel.org
 help / color / mirror / Atom feed
* Using ICECC to build Thud issue
@ 2018-12-04 16:28 John Unland
  2018-12-04 16:44 ` Joshua Watt
  0 siblings, 1 reply; 5+ messages in thread
From: John Unland @ 2018-12-04 16:28 UTC (permalink / raw)
  To: yocto

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

Hello everyone,

I've been playing around with the icecc.bbclass and a small 2 node icecream
cluster. At the moment I'm able to compile core-image-minimal using Rocko
however when building on Thud I get a error (See Github gist for error and
local.conf config):

https://gist.github.com/junland/d932bd63ca2c871b99e64eda543ca2fe

My build OS is Ubuntu 18.04 (Workstation) and CentOS 7 (Second build
server), also I've gotten the same error on a Debian 9 and Oracle Linux VM
so I highly doubt it's something that has todo with the OS. I'd also like
to add what the workflow I'm using:

(As regular user)
1. $> git clone -b thud git://git.yoctoproject.org/poky.git

2. $> source oe-init-build-env

3. (Edit local.conf and place "PARALLEL_MAKE = "-j 10"" and "INHERIT +=
"icecc"" at the end of the config file)

4. $> source oe-init-build-env

5. $> bitbake core-image-minimal

Is there something I'm missing here? I've read the section of the manual
that explains on how to use icecream but it hasn't really solved my
problem. Any help would be great!

Thanks!

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

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

* Re: Using ICECC to build Thud issue
  2018-12-04 16:28 Using ICECC to build Thud issue John Unland
@ 2018-12-04 16:44 ` Joshua Watt
  2018-12-05 21:09   ` John Unland
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Watt @ 2018-12-04 16:44 UTC (permalink / raw)
  To: John Unland, yocto

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

On Tue, 2018-12-04 at 10:28 -0600, John Unland wrote:
> Hello everyone, 
> 
> I've been playing around with the icecc.bbclass and a small 2 node
> icecream cluster. At the moment I'm able to compile core-image-
> minimal using Rocko however when building on Thud I get a error (See
> Github gist for error and local.conf config):
> 
> https://gist.github.com/junland/d932bd63ca2c871b99e64eda543ca2fe

Fixed on master:
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca
They should probably be backported to thud.
> My build OS is Ubuntu 18.04 (Workstation) and CentOS 7 (Second build
> server), also I've gotten the same error on a Debian 9 and Oracle
> Linux VM so I highly doubt it's something that has todo with the OS.
> I'd also like to add what the workflow I'm using:
> 
> (As regular user)
> 1. $> git clone -b thud git://git.yoctoproject.org/poky.git
> 
> 2. $> source oe-init-build-env
> 
> 3. (Edit local.conf and place "PARALLEL_MAKE = "-j 10"" and "INHERIT
> += "icecc"" at the end of the config file)
> 
> 4. $> source oe-init-build-env
> 
> 5. $> bitbake core-image-minimal
> 
> Is there something I'm missing here? I've read the section of the
> manual that explains on how to use icecream but it hasn't really
> solved my problem. Any help would be great!
> 
> Thanks!
> 
-- 
Joshua Watt <JPEWhacker@gmail.com>

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

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

* Re: Using ICECC to build Thud issue
  2018-12-04 16:44 ` Joshua Watt
@ 2018-12-05 21:09   ` John Unland
  2018-12-05 21:21     ` Joshua Watt
  0 siblings, 1 reply; 5+ messages in thread
From: John Unland @ 2018-12-05 21:09 UTC (permalink / raw)
  To: jpewhacker; +Cc: yocto

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

>
> Fixed on master:
>
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019
>
> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca
>
> They should probably be backported to thud.
>

Glad it wasn't anything on the config end par say, would this be a
candidate to log a bug for?

Thanks!

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

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

* Re: Using ICECC to build Thud issue
  2018-12-05 21:09   ` John Unland
@ 2018-12-05 21:21     ` Joshua Watt
  2018-12-05 22:47       ` akuster808
  0 siblings, 1 reply; 5+ messages in thread
From: Joshua Watt @ 2018-12-05 21:21 UTC (permalink / raw)
  To: John Unland; +Cc: Yocto list discussion, Armin Kuster

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

On Wed, Dec 5, 2018, 3:09 PM John Unland <unlandj2012@gmail.com wrote:

> Fixed on master:
>>
>> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019
>>
>> https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca
>>
>> They should probably be backported to thud.
>>
>
> Glad it wasn't anything on the config end par say, would this be a
> candidate to log a bug for?
>

CC'ing Armin

>
It wouldn't hurt to make a bug for the backport.



> Thanks!
>
>

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

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

* Re: Using ICECC to build Thud issue
  2018-12-05 21:21     ` Joshua Watt
@ 2018-12-05 22:47       ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2018-12-05 22:47 UTC (permalink / raw)
  To: Joshua Watt, John Unland; +Cc: Yocto list discussion

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



On 12/5/18 1:21 PM, Joshua Watt wrote:
>
>
> On Wed, Dec 5, 2018, 3:09 PM John Unland <unlandj2012@gmail.com
> <mailto:unlandj2012@gmail.com> wrote:
>
>         Fixed on master:
>         https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1da297d35411e923ca3b6accdd37074f5182f019
>         https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=5dd8df08c51bc4cc1ef0d5be7656c9bfcf938cca
>
>         They should probably be backported to thud.
>
>
>     Glad it wasn't anything on the config end par say, would this be a
>     candidate to log a bug for?
>
>
> CC'ing Armi
its in stable/thud-nmut

thanks
-a rmin
>
> It wouldn't hurt to make a bug for the backport.

>
>
>
>     Thanks!
>


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

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

end of thread, other threads:[~2018-12-05 22:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-04 16:28 Using ICECC to build Thud issue John Unland
2018-12-04 16:44 ` Joshua Watt
2018-12-05 21:09   ` John Unland
2018-12-05 21:21     ` Joshua Watt
2018-12-05 22:47       ` akuster808

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.