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

Issue with library in the deployment #1

Open
crsobrero opened this issue Jan 17, 2024 · 3 comments
Open

Issue with library in the deployment #1

crsobrero opened this issue Jan 17, 2024 · 3 comments

Comments

@crsobrero
Copy link

The installation not work, the issue is the following

Compiling libxlsxwriter-sys v1.1.5

error: failed to run custom build command for libxlsxwriter-sys v1.1.5

Caused by:
process didn't exit successfully: /home/administrador/azure-assessment/target/release/build/libxlsxwriter-sys-f24b1da5cfa70e5c/build-script-build (exit status: 101)

I try with
cargo add libxlsxwriter-sys

But the problem persist. Thanks a lot.

@kuzeyardabulut
Copy link
Owner

Hi,
I am able to build it. I couldn't understand why you are getting this error. Can you provide more information?

root@kuzey:/opt/azure-assessment# cargo build
   Compiling proc-macro2 v1.0.76
   Compiling unicode-ident v1.0.12
   Compiling libc v0.2.152
   Compiling glob v0.3.1
   Compiling rustix v0.38.30
   Compiling prettyplease v0.2.16
   Compiling minimal-lexical v0.2.1
   Compiling bitflags v2.4.2
   Compiling memchr v2.7.1
   Compiling cfg-if v1.0.0
   Compiling linux-raw-sys v0.4.13
   Compiling regex-syntax v0.8.2
   Compiling libloading v0.8.1
   Compiling bindgen v0.65.1
   Compiling either v1.9.0
   Compiling home v0.5.9
   Compiling log v0.4.20
   Compiling peeking_take_while v0.1.2
   Compiling bitflags v1.3.2
   Compiling shlex v1.2.0
   Compiling rustc-hash v1.1.0
   Compiling lazy_static v1.4.0
   Compiling autocfg v1.1.0
   Compiling lazycell v1.3.0
   Compiling serde v1.0.195
   Compiling iana-time-zone v0.1.59
   Compiling serde_json v1.0.111
   Compiling ryu v1.0.16
   Compiling clang-sys v1.7.0
   Compiling nom v7.1.3
   Compiling itoa v1.0.10
   Compiling num-traits v0.2.17
   Compiling obfstr v0.4.3
   Compiling quote v1.0.35
   Compiling syn v2.0.48
   Compiling cc v1.0.83
   Compiling chrono v0.4.31
   Compiling regex-automata v0.4.3
   Compiling which v4.4.2
   Compiling cexpr v0.6.0
   Compiling regex v1.10.2
   Compiling serde_derive v1.0.195
   Compiling libxlsxwriter-sys v1.1.5
   Compiling xlsxwriter v0.6.0
   Compiling azure_assessment v0.1.0 (/opt/azure-assessment)
    Finished dev [unoptimized + debuginfo] target(s) in 20.46s
root@kuzey:/opt/azure-assessment# rustc --version
rustc 1.70.0 (90c541806 2023-05-31) (built from a source tarball)

@crsobrero
Copy link
Author

crsobrero commented Jan 19, 2024 via email

@rashidr25
Copy link

I also am getting same error. What was the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants