Actions
Bug #6233
open--enable-embedded build fails if pkg-config can't find some of the (disabled) dependencies
Start date:
10/22/2023
Due date:
% Done:
40%
Spec Reference:
Description
./configure --disable-doxygen --disable-detect-tls-gcc-arm-bug --enable-embedded
[snibedi snab]
checking for liburing >= 0.7... no
configure: error: Package requirements (liburing >= 0.7) were not met:
Package 'liburing', required by 'virtual:world', not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables URING_CFLAGS
Updated by daniel about 2 months ago
- Status changed from New to Feedback
- Assignee changed from daniel to Hoernchen
- % Done changed from 0 to 40
Can you check whether https://gerrit.osmocom.org/c/libosmocore/+/34879 fixes compilation for you?
Updated by daniel about 2 months ago
In that case I don't think the DISABLE_XXX in enable_embedded actually works like I thought.
I can see that it's also checking for libpcsclite here when I run configure as you indicated above, so the pkg-config is still being run.
checking for liburing >= 0.7... yes checking for libpcsclite... yes
Actions