mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #723] /usr/src/s3fs-fuse# ./autogen.sh #413
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#413
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 @Amritmatti on GitHub (Feb 23, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/723
./configure: line 4972: syntax error near unexpected token
common_lib_checking, ' ./configure: line 4972:PKG_CHECK_MODULES(common_lib_checking, fuse >= ${min_fu se_version} libcurl >= 7.0 libxml-2.0 >= 2.6 )'i'm facing this problem plz help
@nmgeek commented on GitHub (Feb 27, 2018):
Try this:
This error happened to me also. While I can't completely back up to see how it happened it seems like I had an old apt repo configuration (because I had not run apt-get update in months) and an old version of automake was installed. It was missing one program which caused a broken instance of the configure script to be created. The broken configure script has the error shown in the first comment, above.
@Fyb3roptik commented on GitHub (Feb 16, 2019):
I am getting the same thing. This did not fix it for me
@gaul commented on GitHub (Jun 25, 2019):
Could you share your operating system? This should work for Ubuntu 16.04 and newer.
@bbxiao1 commented on GitHub (Nov 16, 2019):
I’m seeing this also on Manjaro.
@bbxiao1 commented on GitHub (Nov 18, 2019):
FWIW my issue was solved by installing
pkgconf@gaul commented on GitHub (Jan 26, 2020):
Please try the suggested workaround and reopen the issue if symptoms persist.