From: Peter Korsgaard <peter@korsgaard.com>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Asaf Kahlon <asafka7@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/2] package/python3: berkeleydb support needs the dbm interface
Date: Mon, 11 Sep 2023 22:50:36 +0200 [thread overview]
Message-ID: <87y1hc8meb.fsf@48ers.dk> (raw)
In-Reply-To: <20230807174515.3261136-2-bernd@kuhls.net> (Bernd Kuhls's message of "Mon, 7 Aug 2023 19:45:15 +0200")
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Berkeley DB support in python depends on dbm, when missing python fails
> to detect libdb:
> https://github.com/python/cpython/blob/d2340ef25721b6a72d45d4508c672c4be38c67d3/configure.ac#L4002
> quoting configure log:
> checking for libdb... no
> quoting python config.log:
> conftest.c:(.text.startup+0x8): undefined reference to `__db_ndbm_open'
> Only with this patch python builds a berkeleydb module:
> output/build/python3-3.11.4$ find -iname *dbm*.so
> ./build/lib.linux-x86_64-3.11/_dbm.cpython-311-x86_64-linux-gnu.so
> since python 3.11 (added with buildroot commit
> 738500c296c8b1206f20e94ca3e7c5932a6a0486) changed the way it detects libdb:
> https://github.com/python/cpython/commit/0a9f69539be27acf1cddf1b58d02a88d02e5008d
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-09-11 20:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-07 17:45 [Buildroot] [PATCH 1/2] package/berkeleydb: add option for historic dbm interface Bernd Kuhls
2023-08-07 17:45 ` [Buildroot] [PATCH 2/2] package/python3: berkeleydb support needs the " Bernd Kuhls
2023-09-11 20:50 ` Peter Korsgaard [this message]
2023-08-07 21:14 ` [Buildroot] [PATCH 1/2] package/berkeleydb: add option for historic " Thomas Petazzoni via buildroot
[not found] ` <20230807231438.6bfe2c7a__31533.8530390122$1691442911$gmane$org@windsurf>
2023-08-08 16:01 ` Bernd Kuhls
2023-08-08 19:48 ` Thomas Petazzoni via buildroot
2023-09-11 20:50 ` Peter Korsgaard
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=87y1hc8meb.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=asafka7@gmail.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.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.