Package Details: intel-ipu6ep-camera-hal-git r87.113ca90-1

Git Clone URL: https://aur.archlinux.org/intel-ipu6ep-camera-hal-git.git (read-only, click to copy)
Package Base: intel-ipu6ep-camera-hal-git
Description: Intel IPU6 camera HAL (Alder Lake)
Upstream URL: https://github.com/intel/ipu6-camera-hal
Licenses: unknown
Conflicts: intel-ipu6-camera-hal-git
Provides: ipu6-camera-hal
Submitter: thesola10
Maintainer: thesola10
Last Packager: thesola10
Votes: 2
Popularity: 0.000425
First Submitted: 2022-08-20 20:53 (UTC)
Last Updated: 2024-03-29 10:33 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

benjarobin commented on 2024-03-28 16:55 (UTC)

To fix build using unmodified /etc/makepkg.conf which add by default -Wp,-D_FORTIFY_SOURCE=3 to CFLAGS and CXXFLAGS, the following prepare function needs to be added:

prepare() {
    cd $_pkgname
    sed -i "s|-D_FORTIFY_SOURCE=2| |" CMakeLists.txt
}

swsnr commented on 2022-12-09 17:54 (UTC) (edited on 2022-12-09 17:54 (UTC) by swsnr)

Version r50.cc0b859-1 creates a broken symlink at /usr/lib/libcamhal.so

$ ll /usr/lib/libcamhal.so
lrwxrwxrwx 28 root  9 Dez 18:36 /usr/lib/libcamhal.so -> /usr/lib/ipu6ep/libcamhal.so

/usr/lib/ipu6ep/libcamhal.so doesn't exist, not in this package, and not in intel-ipu6ep-camera-bin

ian_foss commented on 2022-11-30 17:35 (UTC) (edited on 2022-11-30 17:39 (UTC) by ian_foss)

The build is routinely failing for me with the error below. I do have the applicable camera binary package installed and have ensured that ia_imaging.pc is located in:

  • /usr/share/pkgconfig
  • /usr/lib/pkgcofig
  • /usr/lib64/pkgconfig

==> Starting build()...
[...] -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") -- Checking for module 'ia_imaging' -- Found ia_imaging, version VERSION -- Could NOT find IA_IMAGING (missing: IA_IMAGING_LIBS) CMake Error at cmake/FindIA_IMAGING.cmake:91 (message): IA_IMAGING not found Call Stack (most recent call first): CMakeLists.txt:271 (find_package) -- Configuring incomplete, errors occurred!

I'm not quite sure if this is a 'me' problem, and packaging problem, or an upstream problem. Though I cannot build from source manually either.

vnoel commented on 2022-11-22 16:28 (UTC)

HI, I have looked into it a bit more, and the udev file is not required when we build only ipu6ep support, cf step 3 of the README in the git repository.

Basically, when you build for both platform, there are libs with the same name for each platform, and so the udev rule ensure the right libs are exposed to the system.

vnoel commented on 2022-10-27 09:12 (UTC)

Hey thesola10, it seems that this package is creating a lot of broken symlinks with the udev rules added in it.

Would there be some way to fix this or maybe not ship the udev rules or whatever? (I'm not very clear on what they are here for ^^).

See also the discussion here where this was discovered: https://bbs.archlinux.org/viewtopic.php?pid=2062371#p2062371

Pierre commented on 2022-09-11 16:54 (UTC)

"cmake" is missing in "makedepends=()"