Search Criteria
Package Details: lib32-openssl-1.0 1.0.2.u-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/lib32-openssl-1.0.git (read-only, click to copy) |
|---|---|
| Package Base: | lib32-openssl-1.0 |
| Description: | The Open Source toolkit for Secure Sockets Layer and Transport Layer Security |
| Upstream URL: | https://www.openssl.org |
| Licenses: | custom:BSD |
| Submitter: | jorgicio |
| Maintainer: | jorgicio |
| Last Packager: | jorgicio |
| Votes: | 13 |
| Popularity: | 1.75 |
| First Submitted: | 2023-12-07 02:55 (UTC) |
| Last Updated: | 2025-12-30 16:24 (UTC) |
Dependencies (9)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR, lib32-glibc-git-native-pgoAUR)
- openssl-1.0AUR
- diffutils (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- patch (patch-gitAUR) (make)
- perl (perl-gitAUR) (make)
- ca-certificates (ca-certificates-utils) (optional)
Latest Comments
JamesMowery commented on 2025-12-31 19:43 (UTC) (edited on 2025-12-31 20:14 (UTC) by JamesMowery)
@usta Thanks again for helping.
Went ahead and moved the folder. Same issue.
I don't think I do anything with encryption (I do have an encrypted drive and I do have some .ssh keys, but nothing else beyond that).
If you had any other ideas (and if we want to keep the comments section here clean), feel free to DM me on Discord: @JamesMowery. I'm also in the Arch Linux Community and CachyOS Discords as well, so you can feel free to ping me on there.
Either way it's much appreciated! :)
Update: I created a specific thread here on CachyOS: https://discord.com/channels/862292009423470592/1456011875119530076/1456011875119530076
Update 2: I resorted to using Gemini to try to help. It said I needed to do the following:
Kill everything GPG-related:
Remove the socket files (they might be pointing to the wrong place):
rm -rf /run/user/$(id -u)/gnupgNow it no longer throws an error. No idea if this was the correct fix or if it busted something else that isn't apparent. But... at least for now... no errors! :)
usta commented on 2025-12-31 18:24 (UTC)
@jamesmowery : Sorry to hear that related commands didnt help to solve your problem. I will ask only one think do you have any gpgkeys which you use ? I mean if you never used gpg to sign/encrypt anything that means you can delete ~/.gnupg [ which might cause your saved password will be lost in case you are using kde plasma ] other than that wont be a problem. So lets give a try safely we rename your ~/.gnupg directory as ~/.gnupgBackup and restart your system. Which will solve your problems , if anything goes wrong you can take your backup and rename back to ~/.gnupg
so lets try
also i'm sorry that we are making this package's comment section like a forum which is probably not good .
JamesMowery commented on 2025-12-31 06:03 (UTC) (edited on 2025-12-31 06:05 (UTC) by JamesMowery)
@usta Thanks for the advice. I'm like 99.99% sure I never ran paru with sudo. (Not showing it in my terminal/shell history either).
I did go ahead and run all those commands you provided though (and I did so in bash instead of fish to be extra sure), and I'm getting the same exact error for the
gpg --list-keysVery odd!
usta commented on 2025-12-31 00:51 (UTC) (edited on 2025-12-31 00:59 (UTC) by usta)
@JamesMowery : That the problem which you mentioned is not related to this package. you probably accidently run your aur wrapper [ for example yay ] with sudo rights which caused change of file permissons that kind of kissed your system. So you should fix your permissions for your .gnupg's ownership via : [this might have problem with fish shell so if you are using fish just first enter bash ]
this is basically changing ownership to your user:user for .gnupg and its directories then giving 700 for all folder/directories and 600 for all files as write/read/execute permission then killing gpg's daemon then try to reach all keys
Now i do believe you can import new keys to your gnupg and your aur wrapper will work as it should be. Also dont use sudo with your aurhelper/wrapper [ for example yay ]
JamesMowery commented on 2025-12-31 00:20 (UTC) (edited on 2025-12-31 00:26 (UTC) by JamesMowery)
I'm getting this error. Anyone have any ideas as to what's going wrong here? (X'd out the values in case there's anything sensitive about them.)
UPDATE I removed
steam-native-runtimeand I'm no longer getting the error (because it is no longer depending on this package. Either way seems to have fixed the issue for me.)jorgicio commented on 2025-12-30 16:24 (UTC)
Thank you, sir, dependency added.
brody commented on 2025-12-30 15:56 (UTC)
The package
lib32-gcc-libsis missing in the depends array. Otherwise the package is not buildable in a clean chroot environment.