question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] openssl 1.0.1 "Permission denied" when running `conan install . ` second time and imported symlink already exists

See original GitHub issue

With issue https://github.com/conan-io/conan/issues/5831 and commit https://github.com/Talkless/conan-center-index/commit/5a09f9ec1dae2a29b9d9117992fb762820797be5 these type of error is fixed with “libssl.so.1.0.0” and “libcrypto.so.1.0.0”, but not for libs in subfolder “engines”

Following change beginning with line 680 conanfile.py solves this problem: with tools.chdir(os.path.join(self.package_folder, "lib", "engines")): os.chmod("lib4758cca.so", 0o755) os.chmod("libatalla.so", 0o755) os.chmod("libchil.so", 0o755) os.chmod("libgmp.so", 0o755) os.chmod("libnuron.so", 0o755) os.chmod("libsureware.so", 0o755) os.chmod("libaep.so", 0o755) os.chmod("libcapi.so", 0o755) os.chmod("libcswift.so", 0o755) os.chmod("libgost.so", 0o755) os.chmod("libpadlock.so", 0o755) os.chmod("libubsec.so", 0o755)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
SSE4commented, Jun 29, 2020

I’d say it’s worth to fix it in the recipe, as it’s pretty straightforward. I’d go with glob/fnmatch to find the engines and chmod all of them in similar manner.

0reactions
Talklesscommented, Jun 29, 2020

So… is it worth it to “clutter” currently working code to support OpenSSL versions that Conan repo does not provide? 😃 .

Or maybe it does reproduce with >=1.0.2 with some different setup/environment?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog — conan 1.56.0 documentation
It assumes the package has been locally created with a previous conan package or with a conan build using a cmake.install() or equivalent...
Read more >
conan Permission denied for user
First thing I found is that my remotes.json is outdated, pointing to bincrafters. This may indeed be the thing that is breaking my...
Read more >
Package List — Spack 0.20.0.dev0 documentation
This is a list of things you can install using Spack. ... uuid, libgpg-error, libseccomp, git; Run Dependencies: conmon, squashfs, shadow, cryptsetup ...
Read more >
homebrew-core
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
Permission denied for conan install unknown package - GitLab
Trying to get a non existing package (here: cmake_installer) fails with error 403. cmake_installer/3.15.4@conan/stable: Not found in local cache ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found