All of lore.kernel.org
 help / color / mirror / Atom feed
* Perl-Native compilation for THUD in Red Hat 8
@ 2020-10-01  6:29 Aashik Aswin
  2020-10-01  9:39 ` [yocto] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Aashik Aswin @ 2020-10-01  6:29 UTC (permalink / raw)
  To: yocto

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

Hi Developers,

I recently migrated my machine to Red Hat 8 , I am using Yocto Thud to
build my customized yocto image.
However, I am seeing the following Build Issue while compiling Perl-native

/usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No such file
or directory
|  #include <bits/types/error_t.h>
|           ^~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.

Is there a way that this dependency can be moved to Yocto itself, or is
there some alternate way we can try out.

Thanks in advance,
Aashik

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

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

* Re: [yocto] Perl-Native compilation for THUD in Red Hat 8
  2020-10-01  6:29 Perl-Native compilation for THUD in Red Hat 8 Aashik Aswin
@ 2020-10-01  9:39 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2020-10-01  9:39 UTC (permalink / raw)
  To: Aashik Aswin, yocto

On Thu, 2020-10-01 at 11:59 +0530, Aashik Aswin wrote:
> Hi Developers,
> 
> I recently migrated my machine to Red Hat 8 , I am using Yocto Thud
> to build my customized yocto image. 
> However, I am seeing the following Build Issue while compiling Perl-
> native
> 
> /usr/include/errno.h:48:10: fatal error: bits/types/error_t.h: No
> such file or directory
> |  #include <bits/types/error_t.h>
> |           ^~~~~~~~~~~~~~~~~~~~~~
> | compilation terminated.
> 
> Is there a way that this dependency can be moved to Yocto itself, or
> is there some alternate way we can try out.

The challenge is that we need some kind of functional compiler. You're
trying to use a much more modern system that didn't exist when thud was
released. Thud is now outside of its support window too.

I'd suggest using a buildtools-extended-tarball to allow thud to build.

Cheers,

Richard


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

end of thread, other threads:[~2020-10-01  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01  6:29 Perl-Native compilation for THUD in Red Hat 8 Aashik Aswin
2020-10-01  9:39 ` [yocto] " Richard Purdie

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.