Package Details: cataclysm-dda-git 0.G.2024.01.09-1

Git Clone URL: https://aur.archlinux.org/cataclysm-dda-git.git (read-only, click to copy)
Package Base: cataclysm-dda-git
Description: A post-apocalyptic roguelike.
Upstream URL: https://cataclysmdda.org/
Licenses: CCPL:by-sa
Conflicts: cataclysm-dda, cataclysm-dda-ncurses, cataclysm-dda-tiles
Submitter: Ferk
Maintainer: gileri
Last Packager: gileri
Votes: 42
Popularity: 0.84
First Submitted: 2013-11-23 17:41 (UTC)
Last Updated: 2024-01-09 21:31 (UTC)

Dependencies (13)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

gileri commented on 2024-01-09 21:31 (UTC)

Thank you @theCJester, you're completely right. The package now build object_crator which is a GUI based on qt5. I've built the package on a clean chroot after adding qt5-base, it works fine now.

theCJester commented on 2024-01-09 19:12 (UTC)

Latest build producing the following error:

Package Qt5Core was not found in the pkg-config search path. Perhaps you should add the directory containing Qt5Core.pc' to the PKG_CONFIG_PATH environment variable Package 'Qt5Core', required by 'virtual:world', not found Package Qt5Core was not found in the pkg-config search path. Perhaps you should add the directory containingQt5Core.pc' to the PKG_CONFIG_PATH environment variable Package 'Qt5Core', required by 'virtual:world', not found

Looks like qt5-base is a dependency now to build this. I had to manually install qt5-base in order to complete the build as it was missing from my system. Odd, because I haven't read anything about QT support for this.

gileri commented on 2023-12-23 11:40 (UTC)

It's a sound idea, I updated the package and confirmed that stack traces are now complete on crashes. Thanks andrei8l !

andrei8l commented on 2023-12-23 09:53 (UTC)

The crash logs from this release are pretty much unusable. Please consider adding libbacktrace-git as a dependency, along with LIBBACKTRACE=1 make flag, and options=("!strip") in PKGBUILD.

gileri commented on 2023-08-25 18:30 (UTC)

Thanks for the notice @fogapod, I added both suggestions.

fogapod commented on 2023-08-21 11:42 (UTC)

I think adding TESTS=0 to make build make command saves some compilation time and also avoids frequent compilation issues. For example, now build is broken again for me because of dangling references in tests. Removing tests solved everything except this error: https://github.com/CleverRaven/Cataclysm-DDA/issues/67614

gileri commented on 2022-10-24 20:11 (UTC)

@loy I built the package in a clean chroot with no issues, weird. Do you have any more info ?

loy commented on 2022-10-18 18:25 (UTC) (edited on 2022-10-18 18:43 (UTC) by loy)

Hi ! Please add to "disable_bound_check.patch" (or create a new patch) : -Wno-error=deprecated-declarations -Wno-error=range-loop-construct -Wno-error=maybe-uninitialized Because Werror is enabled, gcc refuse to build (system updated yesterday) Thanks

EDIT : it's actually broken : src/sdltiles.cpp: In function ‘void font_folder_list(std::ostream&, const std::string&, std::set<std::__cxx11::basic_string\<char> >&)’: src/sdltiles.cpp:3249:48: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive] 3249 | char fami = TTF_FontFaceFamilyName( fnt.get() ); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ | | | const char src/sdltiles.cpp:3257:48: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive]

gileri commented on 2022-06-17 06:07 (UTC)

Maybe wait until CI gcc version gets bumped to 12 or until this lint is included?

Agreed, good idea !

fogapod commented on 2022-06-14 06:50 (UTC)

Will update the package if this is resolved upstream.

Package might break again if they don't include this lint in testing suite. Maybe wait until CI gcc version gets bumped to 12 or until this lint is included?