ERROR: Unhandled python exception (solved) #11374
Replies: 4 comments 5 replies
-
Here is the complete log including stderr |
Beta Was this translation helpful? Give feedback.
-
There's no cmake its only a link to make. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry |
Beta Was this translation helpful? Give feedback.
-
I didn't know that cmake is a seperate package beisde of the package build-essential |
Beta Was this translation helpful? Give feedback.
-
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
Beta Was this translation helpful? Give feedback.
All reactions