tauri-apps / tauri-apps/javascriptcore-rs
Build expects the outdated version javascriptcoregtk-4.1 while javascriptcoregtk-5.0 is the latest version
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 100
- Forks
- 19
- Avg merge
- 4h 7m
- Merged PRs (30d)
- 3
Description
Describe the bug
pkg-config exited with status code 1
> PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags javascriptcoregtk-4.1 javascriptcoregtk-4.1 >= 2.38
javascriptcoregtk-4.x is installed by webkit2-gtk3.
javascriptcoregtk-5.0 is installed by webkit2-gtk4.
It seems that we only have webkit2-gtk3-2.34.6 that installs javascriptcoregtk-4.0
Why don't you switch to the latest javascriptcoregtk-5.0 ?
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
OS: FreeBSD 14.0
Additional context
Attempting to build the ChatGPT project.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the build configuration that issues the pkg-config request for javascriptcoregtk-4.1 and compare it with the platform versions described in the report. Confirm the supported WebKitGTK and JavaScriptCore package names on FreeBSD, then verify that the project builds successfully with the selected dependency version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100