Package Details: morris 0.2-5

Git Clone URL: https://aur.archlinux.org/morris.git (read-only, click to copy)
Package Base: morris
Description: An implementation of the board game Nine Men's Morris
Upstream URL: http://nine-mens-morris.net/
Keywords: game strategy
Licenses: GPL3
Submitter: danym
Maintainer: J5lx (FabioLolix)
Last Packager: J5lx
Votes: 1
Popularity: 0.000000
First Submitted: 2009-10-31 02:26 (UTC)
Last Updated: 2020-08-24 15:14 (UTC)

Latest Comments

J5lx commented on 2020-08-24 15:16 (UTC)

Should be fixed now.

J5lx commented on 2020-08-24 14:33 (UTC) (edited on 2020-08-24 15:07 (UTC) by J5lx)

Edit: Nevermind, I found the issue – it seems to surface only in some build environments. Working on a fix now.

Hmm, I cannot reproduce that, it builds fine for me. Would you mind uploading the complete build output somewhere and linking it here? I might find some hints in there. For the time being, you should still be able to build the package by building it in a clean chroot.

jtyr commented on 2020-08-24 13:46 (UTC)

Build is failing:

/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
mv -f .deps/gtkcairo_boardgui.Tpo .deps/gtkcairo_boardgui.Po
g++  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -L/usr/lib  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o morris morris.o board.o control.o gtkcairo_boardgui.o boardgui.o algo_random.o ttable.o algo_alphabeta.o gtk_prefAI.o gtk_prefRules.o mainapp.o boardspec.o rules.o gtk_appgui.o gtk_menutoolbar.o gtk_threadtunnel.o gtk_prefDisplay.o gtk_movelog.o configmgr.o app_configmgr.o appgtk_configmgr.o gconf_configmgr.o -lgthread-2.0 -pthread -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype  -lgconf-2 -lglib-2.0  @BOOST_SIGNALS_LIB@  -lgconf-2 -lglib-2.0  
g++: error: BOOST_SIGNALS_LIB@: No such file or directory
make[2]: *** [Makefile:338: morris] Error 1
make[2]: Leaving directory '/home/jtyr/.cache/yay/morris/src/morris-0.2/src'
make[1]: *** [Makefile:387: all-recursive] Error 1
make[1]: Leaving directory '/home/jtyr/.cache/yay/morris/src/morris-0.2'
make: *** [Makefile:285: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: morris

PhotonX commented on 2020-08-15 18:29 (UTC)

Build fails with https://pastebin.com/fYcfNUhv

<deleted-account> commented on 2012-04-28 19:27 (UTC)

Updated: - Fixed 'license' and 'depends'. - Fixed compilation error. - Fixed installation paths. - Added documentation.