Search Criteria
Package Details: httpdirfs 1.2.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/httpdirfs.git (read-only, click to copy) |
---|---|
Package Base: | httpdirfs |
Description: | A filesystem which allows you to mount HTTP directory listings |
Upstream URL: | https://github.com/fangfufu/httpdirfs |
Licenses: | GPL |
Submitter: | owentrigueros |
Maintainer: | owentrigueros |
Last Packager: | owentrigueros |
Votes: | 33 |
Popularity: | 3.41 |
First Submitted: | 2019-10-25 07:21 (UTC) |
Last Updated: | 2025-06-04 07:34 (UTC) |
Dependencies (10)
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- fuse3 (fuse3-gitAUR)
- gumbo-parser
- openssl (openssl-gitAUR, openssl-staticAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- doxygen (doxygen-gitAUR) (make)
- graphviz (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- meson (meson-gitAUR) (make)
Required by (32)
- ttf-ms-win11-auto (make)
- ttf-ms-win11-auto-japanese (make)
- ttf-ms-win11-auto-korean (make)
- ttf-ms-win11-auto-other (make)
- ttf-ms-win11-auto-sea (make)
- ttf-ms-win11-auto-thai (make)
- ttf-ms-win11-auto-zh_cn (make)
- ttf-ms-win11-auto-zh_tw (make)
- ttf-ms-win11-fod-auto-arab (make)
- ttf-ms-win11-fod-auto-beng (make)
- ttf-ms-win11-fod-auto-cans (make)
- ttf-ms-win11-fod-auto-cher (make)
- ttf-ms-win11-fod-auto-deva (make)
- ttf-ms-win11-fod-auto-ethi (make)
- ttf-ms-win11-fod-auto-gujr (make)
- ttf-ms-win11-fod-auto-guru (make)
- ttf-ms-win11-fod-auto-hans (make)
- ttf-ms-win11-fod-auto-hant (make)
- ttf-ms-win11-fod-auto-hebr (make)
- ttf-ms-win11-fod-auto-jpan (make)
- Show 12 more...
Latest Comments
1 2 3 4 Next › Last »
adv commented on 2025-06-05 17:10 (UTC) (edited on 2025-06-06 06:44 (UTC) by adv)
OK, so here's what I got.
First, I checked that my system can "see" your update:
So, all is good, your update is "there". Next, here are the
CFLAGS
in/etc/makepkg.conf
:Indeed, there is
-Werror=format-security
.Also, local
makepkg.conf
:There's a
bauh
makepkg.conf
and here are the diffs with globalmakepkg.conf
:I don't know if the diffs are significant but it doesn't seem so.
Next step, uninstall all related packages and then try reinstalling:
So, your latest update worked like a charm. Thanks for your feedback!
zuzavo commented on 2025-06-04 10:25 (UTC)
These are the reason why Arch linux doesn't support aur helpers. makepkg -sic and all goes fine.
owentrigueros commented on 2025-06-04 07:28 (UTC)
Thank you all for the recent comments. Regarding the compilation errors reported by @adv: using the default
makepkg
configuration and without AUR helpers, I only get warnings instead of errors. For example:The package compiles succesfully. Perhaps you have
-Werror
set in theCFLAGS
variable in/etc/makepkg.conf
?As @mkurz pointed out, adding
-std=gnu17
toc_args
completely resolves the build issues. Warnings (if not using-Werror
) and errors (if using-Werror
) disappear.I'll add that option and keep it until these functions are fixed upstream, it seems that the third argument should be
1L
instead of1
.adv commented on 2025-06-03 10:25 (UTC) (edited on 2025-06-03 15:40 (UTC) by adv)
I managed to install
ttf-ms-win11-auto
andhttpdirfs
with GCC 15 as follows.First install the latest versions of
httpdirfs
dependencies:Then install
httpdirfs
and finallyttf-ms-win11-auto
.I could not figure it out with the typical AUR helpers (
yay
,paru
, etc). Instead, I usedbauh
, a graphical package manager. Basically, the only one that I tried that works.pamac-cli
is a disaster.mkurz commented on 2025-06-03 06:55 (UTC)
It does not build anymore because GCC was bumped to version 15, which switches the default language version to gnu23. You can find more information here: https://gcc.gnu.org/gcc-15/porting_to.html
To fix the build we can just switch back to gnu17. In line 16 of the PKGBUILD you need to add
-std=gnu17
toc_args
:Aznorth commented on 2025-06-02 20:13 (UTC)
httpsdirfs
dependency expects ofgumbo-parser
to providelibgumbo.so.2
, but the latter only provideslibgumbo.so
,libgumbo.so.3
, andlibgumbo.so.3.0.0
, as whatpacman -Ql gumbo-parser
reveals.Here’s the log when building
ttf-ms-win11-auto
:adv commented on 2025-06-02 16:07 (UTC) (edited on 2025-06-03 15:42 (UTC) by adv)
Trying to install this package as it is a dependency for
ttf-ms-win11-auto
and I get the following error:I hope the above error text is helpful.
Cheers.
owentrigueros commented on 2025-01-14 08:14 (UTC)
Hi @TheBill2001,
I've just tried to compile the package appending
-fuse-ld=mold
toLDFLAGS
in/etc/makepkg.conf
, and it works.Have you installed
mold
?TheBill2001 commented on 2025-01-14 05:29 (UTC)
Build failed if using mold linker.
1 2 3 4 Next › Last »