mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1926] S3FS fails to build on Debian 11 bullseye (line 4984: PKG_CHECK_MODULES) #968
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bryanpedini on GitHub (Mar 18, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1926
Additional Information
Version of s3fs being used (s3fs --version)
s3fs-fuse-1.91 from GitHub releases
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
2.9.9-5
Kernel information (uname -r)
uname -r
GNU/Linux Distribution, if applicable (cat /etc/os-release)
/etc/os-release
s3fs command line used, if applicable
N/A
/etc/fstab entry, if applicable
N/A
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
N/A
Details about issue
I'm trying to build S3FS for Debian 11 (Proxmox Backup Server) tho command
./configure --prefix=/usr --with-opensslfails at line 4984 atPKG_CHECK_MODULEScheck:Output
Packages installed to build
To be noted: the first group is what I installed from the Wiki, the second group was based on maresb/docker-build-s3fs project, that's why the duplicate packages and the manually installed packages contained in other later-installed metapackages.
@AlexFromXD commented on GitHub (Dec 7, 2022):
I follow this instruction and it works
@ggtakec commented on GitHub (Jan 11, 2023):
@bryanpedini I'm sorry for my late reply.
After merging #1842 the code should now build on Debian 11.