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

Cannot build configurator without installing some dependencies #8662

Open
dongpingx opened this issue Jul 22, 2024 · 0 comments
Open

Cannot build configurator without installing some dependencies #8662

dongpingx opened this issue Jul 22, 2024 · 0 comments
Labels
status: new The issue status: new for creation

Comments

@dongpingx
Copy link
Contributor

Describe the bug
When building acrn configurator from source code on Ubuntu24.04, you wont find libwebkit2gtk-4.0-dev for it had been removed by Canonical. You should install it by wgetting from Ubuntu's repository because Tauri need that dependency.

Platform
Ubuntu24.04

Codebase
ACRN-v3.3

Scenario
All

To Reproduce
1.Follow Tauri's guide: adding the following line to /etc/apt/sources.list: deb http://gb.archive.ubuntu.com/ubuntu jammy main, then doing: sudo apt update sudo apt install libwebkit2gtk-4.0-dev

2.build again: make clean && make configurator

Expected behavior
acrn configurator should be build from source code on Ubuntu24.04 without errors

Additional context
When using Ubuntu22.04 as your platform to build acrn configurator, it works fine.

@dongpingx dongpingx added the status: new The issue status: new for creation label Jul 22, 2024
@dongpingx dongpingx changed the title Cannot build without installing some dependencies Cannot build configurator without installing some dependencies Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: new The issue status: new for creation
Projects
None yet
Development

No branches or pull requests

1 participant