Search Criteria
Package Details: httpdirfs 1.3.3-1
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: | 41 |
| Popularity: | 1.03 |
| First Submitted: | 2019-10-25 07:21 (UTC) |
| Last Updated: | 2026-06-12 15:09 (UTC) |
Dependencies (10)
- curl (curl-gitAUR, curl-c-aresAUR)
- expat (expat-gitAUR)
- fuse3 (fuse3-gitAUR)
- gumbo-parser
- openssl (openssl-gitAUR, openssl-aegisAUR, 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 (33)
- ttf-ms-win-httpdirfs (make)
- 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)
- Show 13 more...
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
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=gnu17toc_args:Aznorth commented on 2025-06-02 20:13 (UTC)
httpsdirfsdependency expects ofgumbo-parserto providelibgumbo.so.2, but the latter only provideslibgumbo.so,libgumbo.so.3, andlibgumbo.so.3.0.0, as whatpacman -Ql gumbo-parserreveals.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-autoand 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=moldtoLDFLAGSin/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.
peregrinus commented on 2024-02-19 06:53 (UTC)
Hi @owentrigueros.
Thank you, that seems to have done the trick. Package was successfully built just now.
Cheers!
owentrigueros commented on 2024-02-18 12:41 (UTC) (edited on 2024-02-18 12:42 (UTC) by owentrigueros)
Hi @elod, thanks for the help. I have tried to compile the package in different machines, even on a docker container, and everything went fine.
I have added
graphvizto makedepends as it was needed to correctly generate the documentation, but I think it has nothing to do with the problem you are describing.I have updated the git version of this package,
httpdirfs-git. Could you try with that one?Thanks in advance!
peregrinus commented on 2024-02-14 11:42 (UTC)
Happy to help debug this. Not sure where to look.
Arch is fully up to date.
owentrigueros commented on 2024-02-14 09:30 (UTC)
Hi @elod, I have not been able to reproduce the error. What version of perl do you have installed?
« First ‹ Previous 1 2 3 4 Next › Last »