-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build fails with IA_IMAGING not found #18
Comments
@netllama, I believe you need the content of this repo at compile time: https://github.com/intel/ipu6-camera-bins |
Yes, that's understood, and I thought that I already installed that repo
per its README. Do I need to set some sort of env variable to point to the
actual repo, or should copying into /usr/lib and /usr/include (per the
README) be sufficient?
…On Mon, Jul 25, 2022 at 9:05 AM Christoph Jechlitschek < ***@***.***> wrote:
@netllama <https://github.com/netllama>, I believe you need the content
of this repo at compile time: https://github.com/intel/ipu6-camera-bins
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAARLSKF3YTM6LY2PCU5UZ3VV23NVANCNFSM54QGZBZQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Copying should be sufficient. Note that you can only build for IPU6 or IPU6ep at any one time. |
I don't understand why. Its present:
Should it be in a different location? Do I need to set some env variable to put to the location? If I manually copy the pc files into /usr/share/pkgconfig/ then the failure goes away, but this is definitely not what the README recommends for that project. |
@netllama On Fedora, you need to place the ipu6-camera-bins in |
@zebra-ok ok thanks. |
Well, the README for that project is not great. AFAICT, the pkgconfig directory is distro-specific. Anyway, it's a problem in the intel/ipu6-camera-bins repo, not here. |
You should try installing pkgconf first. Some distros might require it. Arch/Manjaro does at least. |
same issue here installing via pacman on spectre x360 2024 metor lake arch linux zen karnel uname -r
6.11.6-zen1-1-zen -- Checking for module 'ia_imaging'
-- Package 'ia_imaging', required by 'virtual:world', not found
-- Could NOT find IA_IMAGING (missing: IA_IMAGING_LIBS)
CMake Error at cmake/FindIA_IMAGING.cmake:90 (message):
IA_IMAGING not found
Call Stack (most recent call first):
CMakeLists.txt:332 (find_package)
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
Aborting...
-> error making: intel-ipu6-camera-hal-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
intel-ipu6-camera-hal-git - exit status 4 I do have |
Same as 👆🏼 on Arch Linux mainline kernel:
|
Attempting to build on a Fedora36 system, and the initial cmake command fails:
I've definitely got the headers installed from ipu6-camera-bins, so I'm not clear why they're not being found:
The text was updated successfully, but these errors were encountered: