ERROR: Unhandled python exception (solved) #11374
bad-friday
started this conversation in
General
Replies: 4 comments 6 replies
|
Here is the complete log including stderr |
3 replies
|
There's no cmake its only a link to make. |
1 reply
|
I'm sorry |
2 replies
|
I didn't know that cmake is a seperate package beisde of the package build-essential |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm coming from Raspberry Pi runing Debian Bullseye.
I try to build libcamera following the instructions here: https://www.raspberrypi.com/documentation/computers/camera_software.html#building-libcamera-and-libcamera-apps
[/home/swe]meson build --buildtype=release -Dpipelines=raspberrypi -Dipas=raspberrypi -Dv4l2=true -Dgstreamer=disabled -Dtest=false -Dlc-compliance=disabled -Dcam=disabled -Dqcam=enabled -Ddocumentation=disabled 2>/tmp/meson.log
The Meson build system
Version: 1.0.0
Source dir: /home/swe/libcamera
Build dir: /home/swe/libcamera/build
Build type: native build
Project name: libcamera
Project version: 0.0.3
C compiler for the host machine: cc (gcc 10.2.1 "cc (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110")
C linker for the host machine: cc ld.bfd 2.35.2
C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Raspbian 10.2.1-6+rpi1) 10.2.1 20210110")
C++ linker for the host machine: c++ ld.bfd 2.35.2
Host machine cpu family: arm
Host machine cpu: armv7l
meson.build:33: WARNING: The sources disagree about the version: 0.0.0 != 0.0.3
Header "unistd.h" has symbol "issetugid" : NO
Header "locale.h" has symbol "locale_t" : YES
Header "stdlib.h" has symbol "secure_getenv" : YES
Compiler for C supports arguments -Wno-c99-designator: NO
Found pkg-config: /usr/bin/pkg-config (0.29.2)
meson.build:163:0: ERROR: Unhandled python exception
All reactions