Package Details: fmt9 9.1.0-5

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.176915
First Submitted: 2023-07-30 08:30 (UTC)
Last Updated: 2024-04-02 19:57 (UTC)

Required by (25)

Sources (1)

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 or PKG_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 by fmt. Both packages can be installed together, like ffmpeg and ffmpeg4.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 and fmt9 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 version 6.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 of cmake. 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?