Search Criteria
Package Details: fmt9 9.1.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/fmt9.git (read-only, click to copy) |
---|---|
Package Base: | fmt9 |
Description: | Open-source formatting library for C++ |
Upstream URL: | https://fmt.dev/ |
Keywords: | chrono formatting output printf |
Licenses: | MIT |
Provides: | libfmt.so |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 4 |
Popularity: | 0.173377 |
First Submitted: | 2023-07-30 08:30 (UTC) |
Last Updated: | 2024-04-02 19:57 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (25)
- aseprite (requires libfmt.so)
- caps-log
- caps-log-git
- cemu-git (requires libfmt.so)
- dolphin-emu-git (requires libfmt.so)
- dolphin-emu-nogui-git (requires libfmt.so)
- dolphin-emu-tool-git (requires libfmt.so)
- dolphin-emu-wayland (requires libfmt.so)
- dune-logging
- dynarmic (requires libfmt.so)
- dynarmic-git (requires libfmt.so)
- easyeffects-git (requires libfmt.so)
- fluxengine-git (requires libfmt.so)
- libretro-dolphin-git (requires libfmt.so)
- libretro-pcsx2-git (requires libfmt.so)
- mpd-smbclient (requires libfmt.so)
- nintyfont-git
- pc-ble-driver (requires libfmt.so)
- pteros (requires libfmt.so)
- shadps4 (requires libfmt.so)
- Show 5 more...
Latest Comments
1 2 3 Next › Last »
abouvier commented on 2024-11-07 00:06 (UTC) (edited on 2024-11-07 00:06 (UTC) by abouvier)
You can require
libfmt.so=9
.And you need to compile with
-I/usr/include/fmt9
orPKG_CONFIG_PATH=/usr/lib/fmt9/pkgconfig pkgconf --cflags fmt
.carlosal1015 commented on 2024-11-06 19:43 (UTC)
I guess it that statement must be true, since I see #include <fmt/core.h> is not working, but #include <fmt9/fmt/core.h> yes. Almost pkgconfig and cmake should be able to recognize true path from with only #include <fmt/core.h>.
In other hand, when I run
yay -S fmt=9
still installing fmt-11.abouvier commented on 2024-11-06 16:40 (UTC) (edited on 2024-11-06 16:40 (UTC) by abouvier)
/usr/lib/libfmt.so
is provided byfmt
. Both packages can be installed together, likeffmpeg
andffmpeg4.4
.The correct headers and lib paths are fetched from the pc/cmake file.
carlosal1015 commented on 2024-11-06 14:51 (UTC) (edited on 2024-11-06 14:54 (UTC) by carlosal1015)
Why the C++ headers are over
/usr/include/fmt9/fmt/
and not/usr/include/fmt
?fmt
andfmt9
should must be in conflict./usr/lib/libfmt.so
is missing.Stif commented on 2024-04-12 16:18 (UTC)
@abouvier Dind't know that. I'm on Manjaro, my pacman version is still 6.0
I'll try to update
abouvier commented on 2024-04-12 16:05 (UTC) (edited on 2024-04-12 16:07 (UTC) by abouvier)
@Stif do you use the latest
pacman
release? VCS checksum support was added in version6.1.0
.Stif commented on 2024-04-12 15:54 (UTC) (edited on 2024-04-12 15:54 (UTC) by Stif)
Hello, I have this issue. System can't validate fmt
-> Actualizando fmt del repositorio git... ==> Validando los archivos source con b2sums... fmt ... NO ENCONTRADO
==> ERROR: ¡Uno o más archivos no superaron el control de validación! -> error compilando: fmt9-exit status 1
-> Ha fallado al instalar los siguientes paquetes. Una intervención manual es requerida: fmt9 - exit status 1
abouvier commented on 2023-11-01 13:57 (UTC)
It compile just fine,
cppdap
is a new dependency ofcmake
. Is your system up to date? Are you really on Arch Linux?bkb commented on 2023-11-01 13:51 (UTC)
Won't compile without
abouvier commented on 2023-11-01 13:49 (UTC)
And why would I do that?
1 2 3 Next › Last »