[Pkg-cmake-team] Bug#1051650: cmake: Problems finding libraries on Alpha

Timo Röhling roehling at debian.org
Fri Sep 15 19:57:15 BST 2023


Hi Adrian,

On Mon, 11 Sep 2023 01:20:53 +0300 Adrian Bunk <bunk at debian.org> wrote:
> 1. The problem is about not finding a library,
> it happens in many packages with many libraries.
> 
> 2. The problem happens only on alpha.
>
> 3. There is no such problem with non-cmake build systems.
> 
> 4. The problem started after the release of bookworm.
> It might be a regression in cmake 3.26 or somewhere else (glibc?).
Do you think the bug is reproducible with a small shell script
such as:

     set -e
     while sleep 5
     do
         mkdir /tmp/_build
	cmake -B /tmp/_build -S /path/to/project/with/required/find_library
	rm -rf /tmp/_build
     done

If yes, we could try this with a rebuilt CMake 3.25 and see if
this is truly a CMake regression. I looked at the code and could not
spot anything suspicious yet, so this would certainly be
instructive.


Cheers
Timo

-- 
⢀⣴⠾⠻⢶⣦⠀   ╭────────────────────────────────────────────────────╮
⣾⠁⢠⠒⠀⣿⡁   │ Timo Röhling                                       │
⢿⡄⠘⠷⠚⠋⠀   │ 9B03 EBB9 8300 DF97 C2B1  23BF CC8C 6BDD 1403 F4CA │
⠈⠳⣄⠀⠀⠀⠀   ╰────────────────────────────────────────────────────╯
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-cmake-team/attachments/20230915/327b48ec/attachment.sig>


More information about the Pkg-cmake-team mailing list