Search Criteria
Package Details: paps 0.8.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/paps.git (read-only, click to copy) |
---|---|
Package Base: | paps |
Description: | Converts Unicode text to postscript and pdf using pango |
Upstream URL: | https://github.com/dov/paps |
Licenses: | LGPL |
Submitter: | arojas |
Maintainer: | vesath |
Last Packager: | vesath |
Votes: | 5 |
Popularity: | 0.007711 |
First Submitted: | 2021-05-08 09:19 (UTC) |
Last Updated: | 2025-10-08 02:40 (UTC) |
Latest Comments
1 2 Next › Last »
emk2203 commented on 2025-10-10 14:44 (UTC) (edited on 2025-10-14 09:32 (UTC) by emk2203)
Thanks for the prompt answer. I can confirm now that
paps-0.8.0-4
builds without issues on two other machines, so it's a local issue here.The output of
g++ -v, /usr/bin/g++ -v
andwhich g++
are the same on the building and the problematic machine, though:The contents of
/etc/makepkg.conf
and/etc/pacman.conf
are also the same. The machines were all updated today.Adding
-fpermissive
to themakepkg.conf
CFLAGS doesn't help, either.Any advice welcome. Where else can 'treat errors as warnings' be set?
Auerhuhn commented on 2025-10-10 10:39 (UTC)
@emk2203 I can’t reproduce this, not in a clean chroot nor on my workstation directly.
The warning messages in lines 1 through 7 of your output are consistent with the theory that the compiler may fail to honor the
-fpermissive
option. (That’s why it says „Fehler: ungültige Umwandlung“ instead of „Warnung: ungültige Umwandlung“, breaking the build.)A simple fix for you might be to build in a clean chroot, then it should work just fine. If you don’t want to do that, then post the outputs of
g++ -v
,/usr/bin/g++ -v
, andwhich g++
here.emk2203 commented on 2025-10-10 07:04 (UTC) (edited on 2025-10-10 07:05 (UTC) by emk2203)
Compile aborts with the latest version (pap 0.8.0-3 successfully installed on system earlier):
vesath commented on 2025-10-08 02:40 (UTC)
Thanks!
Auerhuhn commented on 2025-10-07 22:24 (UTC)
The latest build of fmt causes an error with fmt::localtime while building this package:
Applying the patch from dov/paps#77 fixes the issue:
and:
sergeG239 commented on 2024-12-26 20:48 (UTC)
@vesath, thanks, successfully build it with -Wno-error
vesath commented on 2024-12-26 06:10 (UTC)
It still builds just fine for me. The error you got should have been a warning. You probably have overzealous flags in your makepkg.conf which implied -Werror=permissive. Simply remove them.
sergeG239 commented on 2024-12-25 11:04 (UTC)
Does not build anymore, https://pastebin.com/2xwfq7DA
bittin commented on 2023-03-01 08:29 (UTC)
ah forgot to change that glad that you did @vesath
vesath commented on 2023-03-01 08:25 (UTC)
Thanks for the notification. Note that there is a new dependency. Cheers.
1 2 Next › Last »