Package Details: gwenhywfar-git 5.12.2+1+g2ffb0f3d-2

Git Clone URL: https://aur.archlinux.org/gwenhywfar-git.git (read-only, click to copy)
Package Base: gwenhywfar-git
Description: OS abstraction functions for various projects
Upstream URL: https://www.aquamaniac.de/rdm/
Licenses: LGPL-2.1-only
Conflicts: gwenhywfar
Provides: gwenhywfar
Submitter: waschtl
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-25 15:15 (UTC)
Last Updated: 2025-09-15 16:10 (UTC)

Latest Comments

1 2 Next › Last »

Auerhuhn commented on 2025-09-15 17:44 (UTC)

Thanks @ostroffjh for the feedback!

ostroffjh commented on 2025-09-15 17:43 (UTC)

Being on Artix and not Arch, building in a clean chroot was quite a process, but it did work. Thanks again.

Auerhuhn commented on 2025-09-15 15:40 (UTC) (edited on 2025-09-15 16:13 (UTC) by Auerhuhn)

@ostroffjh Thanks for the report.

The reason why I bumped the Qt version was to minimize drift between the -git and the non-git package.

I’ve managed to reproduce the error you mentioned by adding qt5-base to makedepends and then running the build in a clean chroot.

I’m going to try and look into the problem. In the meantime, you should be able to work around the issue by building in a clean chroot. Update: Fixed the issue and pushed an updated PKGBUILD. Please let me know if it works for you now.

ostroffjh commented on 2025-09-15 15:22 (UTC)

Thanks for the update. The Prepare step now works fine (with some minor warnings, but no errors. Unfortunately, the Configure step fails at "checking correct functioning of Qt installation..." with (cut/pasted to be readable) "#error "This file was generated using the moc from 5.15.17. It cannot be used with the include files from this version of Qt. (The moc has changed too much.)" I have both Qt5 and Qt6 installed. It appears it is using /usr/bin/moc (from Qt5) and not /lib/qt6/moc, but then trying to complete the configuration based on qt6. I have not yet been able to find a way to either force it to use the qt6 mod, or stick to qt5 for the rest of the process.

Auerhuhn commented on 2025-09-14 11:44 (UTC)

@ostroffjh Updated.
Thank you so much for taking the time to figure out a fix! Much appreciated.

ostroffjh commented on 2025-09-11 16:16 (UTC)

This fails for me starting with: configure.ac:741: warning: macro 'AM_GNU_GETTEXT' not found in library, which doesn't really make any sense, as gettext is definitely installed. After lots of searching and experimentation, doing "autopoint" in src/gwenhywfar let "makepkg -e" succeed in creating and using gwenhywfar-git-5.12.2+0+g547da7f9-1-x86_64.pkg.tar.zst. (Note I'm running artix not arch, in case that is my problem. I'm willing to post other logs or do further troubleshooting.)

Auerhuhn commented on 2022-02-27 21:11 (UTC)

I have adopted the package and pushed a fix. The build should work again now.

Auerhuhn commented on 2021-12-18 21:39 (UTC)

Sent an e-mail to the maintainer just in case they haven’t seen my comment.

Auerhuhn commented on 2021-10-26 08:06 (UTC)

@waschtl I made a patch (6c706dd) so the build works again.

I’ve uploaded the patch to GitHub so feel free to apply it if you like.

waschtl commented on 2019-10-15 09:08 (UTC)

@Launch42, thanks for reporting.

I checked the code, and I could see make targets that use astyle. But those make targets weren't triggered when I built using makepkg. As far as I can tell, gwenhywfar does not use astyle after compilation, but I could be mistaken.

Could you give me some additional info about where and when this package depends on astyle?