We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
.deb package build with tauri does not include version requirements for libc6 and libstdc++6
Some user can install .deb package but unable to run. With version requirements defined, user fails to install before trying to run.
fails to install the .deb package
tauri info
[✔] Environment - OS: Mac OS 15.3.1 arm64 (X64) ✔ Xcode Command Line Tools: installed ✔ rustc: 1.85.0 (4d91de4e4 2025-02-17) ✔ cargo: 1.85.0 (d73d2caf9 2024-12-31) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-aarch64-apple-darwin (default) - node: 20.18.3 - pnpm: 9.15.5 - npm: 10.8.2 - deno: deno 1.45.5 [-] Packages - tauri 🦀: git+https://github.com/anatawa12/tauri?branch=restart-wait-for-exit#b5ab76c7a65dbca2561b4456f5e823a50ccb52a9 (2.3.0) - tauri-build 🦀: git+https://github.com/anatawa12/tauri?branch=restart-wait-for-exit#b5ab76c7a65dbca2561b4456f5e823a50ccb52a9 (2.0.6) - wry 🦀: 0.50.1 - tao 🦀: 0.32.6 - tauri-cli 🦀: 2.0.0-rc.3 - @tauri-apps/api : 2.3.0 - @tauri-apps/cli : 2.3.1 [-] Plugins - tauri-plugin-updater 🦀: 2.5.1 - @tauri-apps/plugin-updater : not installed! - tauri-plugin-fs 🦀: 2.2.0 - @tauri-apps/plugin-fs : not installed! - tauri-plugin-single-instance 🦀: 2.2.2 - @tauri-apps/plugin-single-instance : not installed! - tauri-plugin-dialog 🦀: 2.2.0 - @tauri-apps/plugin-dialog : not installed! [-] App - build-type: bundle - CSP: unset - frontendDist: out - devUrl: http://localhost:3030/ - framework: React (Next.js) - bundler: Webpack
The tauri is the fork contains fix for #12313, but this isssue happens with versions without #12313
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
.deb package build with tauri does not include version requirements for libc6 and libstdc++6
Some user can install .deb package but unable to run.
With version requirements defined, user fails to install before trying to run.
Reproduction
Expected behavior
fails to install the .deb package
Full
tauri info
outputStack trace
Additional context
The tauri is the fork contains fix for #12313, but this isssue happens with versions without #12313
The text was updated successfully, but these errors were encountered: