Package Details: colobot-gold 0.2.2_alpha-4

Git Clone URL: https://aur.archlinux.org/colobot-gold.git (read-only, click to copy)
Package Base: colobot-gold
Description: Colobot GOLD is a real-time strategy game with programmable bots.
Upstream URL: http://colobot.info
Keywords: 3d game
Licenses: GPL3
Submitter: erihel
Maintainer: erihel
Last Packager: erihel
Votes: 21
Popularity: 0.000008
First Submitted: 2013-06-27 19:00 (UTC)
Last Updated: 2025-11-29 17:38 (UTC)

Latest Comments

1 2 3 4 Next › Last »

erihel commented on 2025-11-29 17:42 (UTC)

Thank you for informing about this new issue. I've created a new package (revision 4) that compiles on my system. Try this please. I'll inform the colobot team about this recent change in the boost library.

diomekes commented on 2025-11-29 15:25 (UTC) (edited on 2025-11-29 15:26 (UTC) by diomekes)

I'm getting the following error when trying to rebuild, since colobot failed to start due to a libboost-filesystem error.

CMake Error at /usr/lib/cmake/Boost-1.89.0/BoostConfig.cmake:141 (find_package):
  Could not find a package configuration file provided by "boost_system"
  (requested version 1.89.0) with any of the following names:

boost_systemConfig.cmake
boost_system-config.cmake

 Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
 "boost_system_DIR" to a directory containing one of the above files.  If
 "boost_system" provides a separate development package or SDK, be sure it
 has been installed.
Call Stack (most recent call first):
 /usr/lib/cmake/Boost-1.89.0/BoostConfig.cmake:262 (boost_find_component)
 /usr/share/cmake/Modules/FindBoost.cmake:610 (find_package)
 CMakeLists.txt:324 (find_package)

erihel commented on 2025-08-11 07:51 (UTC)

I see it's a recent change in perl. I'll remove pod2man. Thanks

FabioLolix commented on 2025-08-11 07:34 (UTC) (edited on 2025-08-11 07:34 (UTC) by FabioLolix)

Hi, makedepends on pod2man is not needed; I've just tested building the package with both makepkg and devtools

pod2man is part of the perlpackage

$ which pod2man
/usr/bin/core_perl/pod2man

$ pkgfile /usr/bin/core_perl/pod2man
core/perl

Ashark commented on 2025-04-23 08:52 (UTC)

@erihel Why pod2man is no makedepends? I have built without it, and it seems it is ok.

Ashark commented on 2024-09-11 19:26 (UTC)

To be able to build, I needed a manual patch, see here: https://github.com/colobot/colobot/issues/1776

Ashark commented on 2024-09-11 19:25 (UTC)

@kompowiec2 This is not needed. The colobot-gold-music is already an indirect optional dependency (i.e. colobot-gold dependes on colobot-gold-data, which optionally depends on colobot-gold-music).

kompowiec2 commented on 2024-08-04 09:25 (UTC)

maybe add colobot-gold-music as optdepends?

fernach commented on 2023-12-24 08:11 (UTC)

I think I saw hardcoded -j$(nproc) on some other package in past, it didn't occur to me to check makepkg's settings. Thanks for sound advice!

erihel commented on 2023-12-23 02:09 (UTC) (edited on 2023-12-25 00:16 (UTC) by erihel)

Thanks for your comment. If you want to make use of multiple cores just edit your /etc/makepkg.conf file and set MAKEFLAGS variable. That way you won't need to pass -j argument to make.