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

missing libs in the readme (compile failure) #66

Open
BiteClassroom opened this issue Aug 11, 2024 · 4 comments
Open

missing libs in the readme (compile failure) #66

BiteClassroom opened this issue Aug 11, 2024 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@BiteClassroom
Copy link

This report details the failure encountered while attempting to install the clipboard manager application for COSMIC desktop environment.

Environment:

Operating System: Pop!_OS 22.04 LTS (x86_64)
Device Model: VivoBook ASUS Laptop X513IA_M513IA 1.0
Kernel Version: 6.9.3-76060903-generic
Desktop Environment: COSMIC
Rust Version: stable-x86_64-unknown-linux-gnu (unchanged - rustc 1.80.1)
Clipboard Manager Source: [invalid URL removed]

Steps Taken:

Cloned the clipboard manager source code from the provided GitHub repository.
Installed dependencies: sudo apt install libsqlite3-dev sqlite3
Executed build command: just build-release
Attempted installation: sudo just install

Error Encountered:

The build process failed during the build-release step with exit code 101. Recipe build-release failed on line 28 with exit code 101

@BiteClassroom BiteClassroom added the bug Something isn't working label Aug 11, 2024
@wiiznokes
Copy link
Collaborator

wiiznokes commented Aug 11, 2024

could you post the log of cargo build --release ?

@BiteClassroom
Copy link
Author

it fixed i ran sudo apt install build-essential pkg-config libssl-dev then cargo build --release

@ltsymes23
Copy link

In my case " sudo apt install just libxkbcommon-dev " was also required in addition to the above

@wiiznokes
Copy link
Collaborator

wiiznokes commented Aug 28, 2024

Would be nice to add these to the readme. I'm not sure all are required tho. Imo, just

  • libxkbcommon-dev
  • gcc or ld
  • edit: probably pkg-config
    are required

@wiiznokes wiiznokes changed the title Clipboard Manager Installation Failure in COSMIC missing libs in the readme (compile failure) Sep 26, 2024
@wiiznokes wiiznokes added documentation Improvements or additions to documentation and removed bug Something isn't working labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants