Search Criteria
Package Details: brutalchess 0.5.2-7
Git Clone URL: | https://aur.archlinux.org/brutalchess.git (read-only, click to copy) |
---|---|
Package Base: | brutalchess |
Description: | Chess game inspired by 'Battle Chess'. Features full 3D graphics. |
Upstream URL: | https://sourceforge.net/projects/brutalchess |
Licenses: | |
Submitter: | None |
Maintainer: | boenki |
Last Packager: | boenki |
Votes: | 53 |
Popularity: | 0.000000 |
First Submitted: | 2006-08-02 16:06 |
Last Updated: | 2018-01-28 21:39 |
Latest Comments
1 2 Next › Last »
ArnaudNux commented on 2020-04-04 16:28
hess.Tpo" -c -o brutalchess.o brutalchess.cpp; \ then mv -f ".deps/brutalchess.Tpo" ".deps/brutalchess.Po"; else rm -f ".deps/brutalchess.Tpo"; exit 1; fi In file included from brutalchess.cpp:19: /usr/include/SDL/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined 116 | #define GL_GLEXT_VERSION 29 | In file included from /usr/include/GL/gl.h:2050, from /usr/include/SDL/SDL_opengl.h:46, from brutalchess.cpp:19: /usr/include/GL/glext.h:54: note: this is the location of the previous definition 54 | #define GL_GLEXT_VERSION 20190805 | In file included from brutalchess.cpp:26: fontloader.h:13:10: fatal error: ft2build.h: No such file or directory 13 | #include <ft2build.h> | ^~~~~~~~~~~~ compilation terminated. make[2]: [Makefile:421: brutalchess.o] Error 1 make[2]: Leaving directory '/home/arnaud/tempo/ryzom-client/brutalchess/src/brutalchess-0.5.2/src' make[1]: [Makefile:273: all] Error 2 make[1]: Leaving directory '/home/arnaud/tempo/ryzom-client/brutalchess/src/brutalchess-0.5.2/src' make: *** [Makefile:250: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
PrimaMateria commented on 2019-11-16 23:05
Same problem with ft2build.h as @saviola described.
blx32 commented on 2019-04-30 01:34
Maintainer: Steffen Weber <-boenki-gmx-de->
Contributor: Arkham <arkham at archlinux dot us>
Contributor: Rick Rein jeebusroxors@gmail.com
Contributor: Stefano Esposito ragnarok@email.it
Contributor: Gabriel Moura develop@srmoura.com.br
pkgname=brutalchess pkgver=0.5.2 pkgrel=7 pkgdesc="Chess game inspired by 'Battle Chess'. Features full 3D graphics." url="https://sourceforge.net/projects/$pkgname" license=('GPL2') arch=('x86_64') depends=('sdl_image' 'freetype2' 'glu') source=("http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/x86_64/media/core/release/brutalchess-0.5.2-17.mga7.x86_64.rpm") sha512sums=('fc4d099583905dc7acc8882a432b395335f1810581aa5b24d08ad2188dc9b633f7c7955e42f880c657813453b09a29bc6c2911e71fe34348ddf50866b5c38132')
package() { cp -pR ${srcdir}/usr ${pkgdir}/ }
saviola commented on 2018-12-20 14:08
Compilation fails because it can't find ft2build.h, is this a problem on my system? freetype2 2.9.1-1 is installed and the file ft2build.sh can be found in /usr/include/freetype2.
[…]
checking for freetype-config... no
checking for FreeType -- version >= 7.0.1... no
configure: WARNING:
The freetype-config script installed by FreeType 2 could not be found.
If FreeType 2 was installed in PREFIX, make sure PREFIX/bin is in
your path, or set the FT2_CONFIG environment variable to the
full path to freetype-config.
[…]
In file included from brutalchess.cpp:26: fontloader.h:13:10: fatal error: ft2build.h: No such file or directory #include <ft2build.h> ^~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:421: brutalchess.o] Error 1
SanskritFritz commented on 2017-10-10 14:42
Just try again, with another mirror. Works here.
hcra commented on 2017-10-10 13:40
I get
==> ERROR: Failure while downloading http://downloads.sourceforge.net/brutalchess/brutalchess-alpha-0.5.2-src.tar.gz
boenki commented on 2015-12-27 10:03
thanks pat_brat, included in -6.
pat_brat commented on 2015-12-25 16:09
I too had the same error. I changed the <freetype2/~g to <freetype2/freetype/~g, so my line now reads as:
sed 's~#include\ <freetype/~#include\ <freetype2/freetype~g' -i fontloader.h
Compiled fine now.
Anonymous comment on 2015-10-22 10:49
Hello! I get the following error if I run "makepkg -si" with the current PKGBUILD:
In file included from brutalchess.cpp:26:0:
fontloader.h:16:32: fatal error: freetype2/freetype.h: No such file or directory
compilation terminated.
Makefile:421: recipe for target 'brutalchess.o' failed
make[2]: *** [brutalchess.o] Error 1
make[2]: Leaving directory '/ntfsE/Letoltes/brutalchess/src/brutalchess-0.5.2/src'
Makefile:273: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/ntfsE/Letoltes/brutalchess/src/brutalchess-0.5.2/src'
Makefile:250: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
But if I remove the following line, suggested by @milko, everything works fine:
sed 's~#include\ <freetype/~#include\ <freetype2/~g' -i fontloader.h
ArnaudNux commented on 2015-10-11 22:21
Makefile:250: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build brutalchess.
==> Restart building brutalchess ? [y/N]