From: Petr Vorel <petr.vorel@gmail.com>
To: Giulio Benetti <giulio.benetti@benettiengineering.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] pacakge/nfs-utils: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_DB
Date: Sat, 13 Dec 2025 00:43:44 +0100 [thread overview]
Message-ID: <20251212234344.GA178673@pevik> (raw)
In-Reply-To: <69C776C6-313F-47DD-A59F-DD7A9BE0F1B3@benettiengineering.com>
> Hi Petr,
> > Il giorno 12 dic 2025, alle ore 23:51, Petr Vorel <petr.vorel@gmail.com> ha scritto:
> > Hi Giulio,
> >> Pacakge nfs-utils requires libtirpc rpcdb option, so let's select it by
> > s/Pacakge/Package/
> >> default.
> >> Fixes:
> >> https://autobuild.buildroot.org/results/29adf2d04cf4c46e492af95edaa96983985d6b57/
> >> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> >> ---
> >> package/nfs-utils/Config.in | 1 +
> >> 1 file changed, 1 insertion(+)
> >> diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
> >> index 02cc7e78cc..3e13bf87a9 100644
> >> --- a/package/nfs-utils/Config.in
> >> +++ b/package/nfs-utils/Config.in
> >> @@ -9,6 +9,7 @@ config BR2_PACKAGE_NFS_UTILS
> >> depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # getrandom()
> >> select BR2_PACKAGE_LIBEVENT
> >> select BR2_PACKAGE_LIBTIRPC # IPv6 requires libtirpc
> >> + select BR2_PACKAGE_LIBTIRPC_DB
> > I'm confused. There is no BR2_PACKAGE_LIBTIRPC_DB in master branch. What am I
> > missing?
> I’ve forgotten to add the other patch I’ve worked on to add LIBTIRPC_DB
Thanks for info!
> > And end log has:
> > configure: error: Neither getrpcbynumber_r nor getrpcbynumber are available
> > These functions are from glibc's NSS and <netdb.h>, right?
> AFAIK those functions can be provided libtirpc if —enable-rpcdb is passed to configure.
I haven't updated libtirpc configure for a while. Good point, I see, it was
added by Khem quite recently, in 1-3-7-rc4 (which is already released as 1.3.7).
> Need to send both patches soon
+1
> Thanks to look into this
Thanks for working on this! BTW you're maintainer of nfs-utils. Don't you want
also consider maintaining rpcbind and libtirpc?
> Kind regards
> Giulio
> > Kind regards,
> > Petr
> >> select BR2_PACKAGE_SQLITE
> >> select BR2_PACKAGE_UTIL_LINUX
> >> select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-12-12 23:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20251212225057.GA173789@pevik>
2025-12-12 23:18 ` [Buildroot] [PATCH] pacakge/nfs-utils: fix build failure due to missing BR2_PACKAGE_LIBTIRPC_DB Giulio Benetti
2025-12-12 23:43 ` Petr Vorel [this message]
2025-12-12 11:50 Giulio Benetti
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=20251212234344.GA178673@pevik \
--to=petr.vorel@gmail.com \
--cc=buildroot@buildroot.org \
--cc=giulio.benetti@benettiengineering.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.