Search Criteria
Package Details: openbrf-git 2024.11.03-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openbrf-git.git (read-only, click to copy) |
---|---|
Package Base: | openbrf-git |
Description: | Mount&Blade resource editor by Marco Tarini. |
Upstream URL: | https://forums.taleworlds.com/index.php?topic=72279.0 |
Licenses: | GPL |
Conflicts: | openbrf |
Replaces: | openbrf |
Submitter: | swyter |
Maintainer: | swyter |
Last Packager: | swyter |
Votes: | 3 |
Popularity: | 0.33 |
First Submitted: | 2024-11-06 17:30 (UTC) |
Last Updated: | 2024-11-06 17:30 (UTC) |
Dependencies (5)
- glu (glu-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icoutils (make)
Latest Comments
swyter commented on 2024-12-22 05:37 (UTC)
@hanker These warnings should be fixed after the latest few changes, give it another go when you can and let me know if that helps. :)
swyter commented on 2024-12-18 03:21 (UTC) (edited on 2024-12-18 03:27 (UTC) by swyter)
@hanker Hmm, looks like your default compiler options are a bit more picky, treating warnings as errors, I rebuilt it a couple of weeks ago and it did build fine for me. It may be a GCC VS Clang thing. While it's true that an user-controlled format string can be used for crashing the program or exploits, in my opinion this is a bit overzealous for something like OpenBRF, but it may be the new defaults for Arch, Qt6, GCC or whatever part that is overriding this. You can try appending
-Wno-error=format-security
to the compiler arguments from thePKGBUILD
, or something.https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Werror_003d
I'll eventually get to fix this in the actual source code.
hanker commented on 2024-12-16 10:04 (UTC)
There are build errors regarding sprintf:
An example:
swyter commented on 2017-02-02 17:37 (UTC) (edited on 2017-02-02 17:38 (UTC) by swyter)
Caesim404 commented on 2017-02-02 17:08 (UTC)
swyter commented on 2017-02-02 16:55 (UTC)
Caesim404 commented on 2017-02-02 16:13 (UTC) (edited on 2017-02-02 16:16 (UTC) by Caesim404)
swyter commented on 2016-12-03 18:12 (UTC) (edited on 2016-12-03 18:13 (UTC) by swyter)