Skip to content

[bug?] .deb package build with tauri does not include version requirements for libc6 and libstdc++6 #12883

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

Open
anatawa12 opened this issue Mar 3, 2025 · 0 comments
Labels
platform: Linux status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@anatawa12
Copy link
Contributor

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

  1. build .deb package
  2. tries to install to system with older libc6

Expected behavior

fails to install the .deb package

Full tauri info output

[✔] 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

Stack trace


Additional context

The tauri is the fork contains fix for #12313, but this isssue happens with versions without #12313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Linux status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

2 participants