The svn fetches version 985 which declares itself as 1.0-Beta.
Got this error:
./configure not found
The make clean is not a problem, but you should change:
prepare() {
cp -r $srcdir/$_realpkgname $srcdir/$_realpkgname-build
}
to:
prepare() {
cp -r $srcdir/$_realpkgname/* $srcdir/$_realpkgname-build
}
Search Criteria
Package Details: scidb-svn 1.0.beta.r1531-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/scidb-svn.git (read-only, click to copy) |
---|---|
Package Base: | scidb-svn |
Description: | Chess database browser: chess, chess960, etc engines; import Chessbase, PGN, Scid; CQL |
Upstream URL: | https://sourceforge.net/projects/scidb |
Licenses: | GPL2 |
Conflicts: | scidb |
Submitter: | qqqqqqqqq9 |
Maintainer: | blacktav (dankuser) |
Last Packager: | dankuser |
Votes: | 9 |
Popularity: | 0.61 |
First Submitted: | 2013-09-18 07:20 (UTC) |
Last Updated: | 2025-09-17 21:03 (UTC) |
Dependencies (15)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gdbm (gdbm-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libsm
- libxcursor
- minizip (minizip-gitAUR)
- shared-mime-info
- tcl (tcl-fossilAUR, tcl84AUR, tcl84AUR)
- tk (tk-fossilAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- zziplib
- gcc14 (make)
- gcc14-libs (make)
- patch (patch-gitAUR) (make)
- subversion (make)
Required by (0)
Sources (9)
Latest Comments
« First ‹ Previous 1 2 3
Peter_Littmann commented on 2014-01-01 12:24 (UTC)
kraxor commented on 2013-10-28 05:24 (UTC)
Got this error:
==> Starting build()...
Makefile:13: Makefile.in: No such file or directory
****** Please use the 'configure' script before building Scidb ******
Makefile:73: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Removed "make clean" from build(), compiles fine afterwards.
qqqqqqqqq9 commented on 2013-09-19 16:45 (UTC)
I know, for more information please look here:
https://sourceforge.net/p/scidb/bugs/55/
I am not completely sure, how to handle the mime-stuff.
archtux commented on 2013-09-19 16:37 (UTC)
Checked out revision 945.
-> Found scidb-svn.desktop
-> Found scidb-svn.install
-> Found configure.patch
-> Found best_move.cpp.patch
-> Found cbh2si4.cpp.patch
-> Found cdb2sci.cpp.patch
-> Found mime.patch
==> Validating source files with md5sums...
trunk ... Skipped
scidb-svn.desktop ... Passed
scidb-svn.install ... Passed
configure.patch ... Passed
best_move.cpp.patch ... Passed
cbh2si4.cpp.patch ... Passed
cdb2sci.cpp.patch ... Passed
mime.patch ... Passed
==> Extracting sources...
-> Creating working copy of trunk svn repo...
==> Starting prepare()...
patching file trunk-build/freedesktop.org/Makefile
Hunk #1 FAILED at 75.
Hunk #2 FAILED at 166.
2 out of 2 hunks FAILED -- saving rejects to file trunk-build/freedesktop.org/Makefile.rej
==> ERROR: A failure occurred in prepare().
Aborting...
Pinned Comments
blacktav commented on 2025-09-17 15:33 (UTC) (edited on 2025-09-17 15:33 (UTC) by blacktav)
Good news, thanks to the efforts of dankuser we now have a functional build again!
However, the latest distributions of gcc 15 are too intolerant for some of the very old standards used in Gregor's codebase; it will build cleanly on gcc 14 though.
Therefore, gcc14 is now tagged as a build dependency.
blacktav commented on 2022-04-04 19:19 (UTC) (edited on 2022-04-05 12:01 (UTC) by blacktav)
Latest release r1531 has been built with no debugging so it is relatively small & nimble. But you will get no debugging information if it breaks. It is quite stable though (but still beta), check upstream for known bugs & problems Two chess engines have been included though quite old versions (2018 or earlier)
Import of data files is supported from
Scidb also supports ChessQL (CQL++) searching plus Chess960 and other game rules