* Re: [yocto] Honister on Ubuntu 14.04
2022-03-03 18:06 Honister on Ubuntu 14.04 Daniel Ammann
@ 2022-03-03 20:36 ` Josef Holzmayr
2022-03-03 21:27 ` Khem Raj
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Josef Holzmayr @ 2022-03-03 20:36 UTC (permalink / raw)
To: Daniel Ammann; +Cc: yocto
Howdy!
Just pack a more recent Ubuntu into the container engine of your least dislike - docker usually does the trick well enough if you can go with its license situation, otherwise podman is an interesting option.
Greetz,
Josef
> On 3. Mar 2022, at 19:06, Daniel Ammann <daniel.ammann@bytesatwork.ch> wrote:
>
> Hi,
>
> I'm trying to build honister on Ubuntu 14.04. This is meant as a temporary
> solution until the build server can be upgraded to something recent.
> For now, I got it running with extended buildtools from poky, but the build of
> libnsl2-native fails. It appears that the pkgconfig step is not executed
> properly since do_compile fails with a header not found error.
>
> Has anybody done a successful build of honister on Ubuntu 14.04? Is it even
> possible?
>
> Kind regards
>
> Daniel
>
> --
> bytes at work
> Technoparkstrasse 7
> CH-8406 Winterthur
> Switzerland
>
> phone: +41 52 550 50 67
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#56358): https://lists.yoctoproject.org/g/yocto/message/56358
> Mute This Topic: https://lists.yoctoproject.org/mt/89531212/4689568
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [jester@theyoctojester.info]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [yocto] Honister on Ubuntu 14.04
2022-03-03 18:06 Honister on Ubuntu 14.04 Daniel Ammann
2022-03-03 20:36 ` [yocto] " Josef Holzmayr
@ 2022-03-03 21:27 ` Khem Raj
2022-03-04 14:26 ` Joshua Watt
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2022-03-03 21:27 UTC (permalink / raw)
To: Daniel Ammann; +Cc: Yocto-mailing-list
On Thu, Mar 3, 2022 at 10:07 AM Daniel Ammann
<daniel.ammann@bytesatwork.ch> wrote:
>
> Hi,
>
> I'm trying to build honister on Ubuntu 14.04. This is meant as a temporary
> solution until the build server can be upgraded to something recent.
> For now, I got it running with extended buildtools from poky, but the build of
> libnsl2-native fails. It appears that the pkgconfig step is not executed
> properly since do_compile fails with a header not found error.
>
> Has anybody done a successful build of honister on Ubuntu 14.04? Is it even
> possible?
Honister is newer releases, Always check the tested sanity distros
list for honister ( 3.4.x release)
https://docs.yoctoproject.org/3.4.2/ref-manual/system-requirements.html#detailed-supported-distros
it seems ubuntu 18.04 is oldest tested ubuntu distro.
>
> Kind regards
>
> Daniel
>
> --
> bytes at work
> Technoparkstrasse 7
> CH-8406 Winterthur
> Switzerland
>
> phone: +41 52 550 50 67
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#56358): https://lists.yoctoproject.org/g/yocto/message/56358
> Mute This Topic: https://lists.yoctoproject.org/mt/89531212/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [yocto] Honister on Ubuntu 14.04
2022-03-03 18:06 Honister on Ubuntu 14.04 Daniel Ammann
2022-03-03 20:36 ` [yocto] " Josef Holzmayr
2022-03-03 21:27 ` Khem Raj
@ 2022-03-04 14:26 ` Joshua Watt
2022-03-05 23:12 ` Chuck Wolber
2022-03-11 10:24 ` jussi.vanska
4 siblings, 0 replies; 6+ messages in thread
From: Joshua Watt @ 2022-03-04 14:26 UTC (permalink / raw)
To: Daniel Ammann, yocto
On 3/3/22 12:06, Daniel Ammann wrote:
> Hi,
>
> I'm trying to build honister on Ubuntu 14.04. This is meant as a
> temporary
> solution until the build server can be upgraded to something recent.
> For now, I got it running with extended buildtools from poky, but the
> build of
> libnsl2-native fails. It appears that the pkgconfig step is not executed
> properly since do_compile fails with a header not found error.
>
> Has anybody done a successful build of honister on Ubuntu 14.04? Is it
> even
> possible?
You might be better off trying to use a container to build, but with a
host that old, even that might be hard. There are several container
solutions for the project, including:
* crops - https://github.com/crops/poky-container
* pyrex - https://github.com/garmin/pyrex
* kas - https://github.com/siemens/kas
>
> Kind regards
>
> Daniel
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56358): https://lists.yoctoproject.org/g/yocto/message/56358
> Mute This Topic: https://lists.yoctoproject.org/mt/89531212/3616693
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [JPEWhacker@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] Honister on Ubuntu 14.04
2022-03-03 18:06 Honister on Ubuntu 14.04 Daniel Ammann
` (2 preceding siblings ...)
2022-03-04 14:26 ` Joshua Watt
@ 2022-03-05 23:12 ` Chuck Wolber
2022-03-11 10:24 ` jussi.vanska
4 siblings, 0 replies; 6+ messages in thread
From: Chuck Wolber @ 2022-03-05 23:12 UTC (permalink / raw)
To: Daniel Ammann; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
On Thu, Mar 3, 2022 at 10:07 AM Daniel Ammann <daniel.ammann@bytesatwork.ch>
wrote:
> I'm trying to build honister on Ubuntu 14.04. This is meant as a temporary
> solution until the build server can be upgraded to something recent.
> For now, I got it running with extended buildtools from poky, but the
> build of
> libnsl2-native fails. It appears that the pkgconfig step is not executed
> properly since do_compile fails with a header not found error.
>
> Has anybody done a successful build of honister on Ubuntu 14.04? Is it even
> possible?
>
I cannot speak for Honister, but I can speak to the higher level
abstraction that is causing you issues.
The solution is to copy the (right version of the) missing header file into
the proper location in the buildtools
directory. I maintain a running list of things I have to add to buildtools
that I have posted to this list in the
past.
..Ch:W..
--
*"Perfection must be reached by degrees; she requires the slow hand of
time." - Voltaire*
[-- Attachment #2: Type: text/html, Size: 1537 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Honister on Ubuntu 14.04
2022-03-03 18:06 Honister on Ubuntu 14.04 Daniel Ammann
` (3 preceding siblings ...)
2022-03-05 23:12 ` Chuck Wolber
@ 2022-03-11 10:24 ` jussi.vanska
4 siblings, 0 replies; 6+ messages in thread
From: jussi.vanska @ 2022-03-11 10:24 UTC (permalink / raw)
To: yocto
Building anything recent is probably not going to work as there are lots of breaking changes in Python. You need at least python 3.6 to build Honister. It took me about a month to get Hardknott to build on top of Rocko host. I would say it is more or less a no-go to cross the 3.0 Yocto boundary. Rocko is roughly equivalent to 16.04LTS distro.
^ permalink raw reply [flat|nested] 6+ messages in thread