From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Adam Duskett <adam.duskett@amarulasolutions.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libutempter: fix dependencies
Date: Mon, 8 Jan 2024 21:32:40 +0100 [thread overview]
Message-ID: <ZZxb6CjIUOyhtLQX@landeda> (raw)
In-Reply-To: <20240106220531.3285689-1-fontaine.fabrice@gmail.com>
Fabricem, All,
On 2024-01-06 23:05 +0100, Fabrice Fontaine spake thusly:
> Commit 02c818bc5c7a6967a212f12e4caa8ccdfa0b452b forgot to add
> dependencies resulting in the following static build failure:
>
> /home/autobuild/autobuild/instance-5/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wl,-z,relro -Wl,-stats -static -shared \
> -Wl,-soname,libutempter.so.0,--version-script=libutempter.map,-z,defs \
> -lc iface.os -o libutempter.so
> /home/autobuild/autobuild/instance-5/output-1/host/lib/gcc/arm-buildroot-linux-uclibcgnueabi/12.3.0/../../../../arm-buildroot-linux-uclibcgnueabi/bin/ld: /home/autobuild/autobuild/instance-5/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/lib/libc.a(__uClibc_main.os): in function `__uClibc_fini':
> __uClibc_main.c:(.text+0x190): undefined reference to `__fini_array_start'
>
> Fixes:
> - http://autobuild.buildroot.org/results/781ab393455f0e6823b850f474f6fe38b27d8efa
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libutempter/Config.in | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/libutempter/Config.in b/package/libutempter/Config.in
> index a06a240418..5b79c1e44d 100644
> --- a/package/libutempter/Config.in
> +++ b/package/libutempter/Config.in
> @@ -1,5 +1,7 @@
> config BR2_PACKAGE_LIBUTEMPTER
> bool "libutempter"
> + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14
> + depends on !BR2_STATIC_LIBS
Applied to master, thanks.
Regards,
Yann E. MORIN.
> help
> The libutempter library provides interface for terminal
> emulators such as screen and xterm to record user
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-01-08 20:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-06 22:05 [Buildroot] [PATCH 1/1] package/libutempter: fix dependencies Fabrice Fontaine
2024-01-08 20:19 ` Adam Duskett
2024-01-08 20:32 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZZxb6CjIUOyhtLQX@landeda \
--to=yann.morin.1998@free.fr \
--cc=adam.duskett@amarulasolutions.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.