Skip to content
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

Jetpack 5.1 Pylon 7.2.1 Version build Error #72

Closed
jooyeop opened this issue Nov 23, 2023 · 1 comment
Closed

Jetpack 5.1 Pylon 7.2.1 Version build Error #72

jooyeop opened this issue Nov 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jooyeop
Copy link

jooyeop commented Nov 23, 2023

Jetpack 5.1 version, pylon 7.2.1 version

meson setup builddir --prefix /usr/.

tests/check/meson.build:24:35: ERROR: Could not get pkg-config variable and no default provided for <PkgConfigDependency gstreamer-1.0: True ['>= 1.0.0']>

meson setup builddir -- prefix /usr/.
The above error occurs when the build proceeds.

Terminal Input : pkg-config --variable=pcfiledir gstreamer-1.0
Output : /usr/lib/aarch64-linux-gnu/pkgconfig

As you can see above, the pkg-config route comes out well without any problems.

Just in case, I just retried to version 7.4, but the same error occurred.

On other Jetpack 5.0.1 devices, it proceeds without problems.
Help Me

@thiesmoeller thiesmoeller added the bug Something isn't working label Nov 23, 2023
@thiesmoeller
Copy link
Collaborator

The error has been introduced due to changes in meson.

As a workaround downgrade to meson 1.0.0

pip3 install meson==1.0.0

@jooyeop jooyeop closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants