Package Details: dict-gcide 0.53-4

Git Clone URL: https://aur.archlinux.org/dict-gcide.git (read-only, click to copy)
Package Base: dict-gcide
Description: GNU version of the Collaborative International Dictionary of English for dictd et al.
Upstream URL: https://gcide.gnu.org.ua/
Licenses: GPL3
Conflicts: dictd-gcide
Provides: dictd-gcide
Submitter: respiranto
Maintainer: respiranto
Last Packager: respiranto
Votes: 25
Popularity: 0.98
First Submitted: 2015-08-23 18:33 (UTC)
Last Updated: 2024-08-13 17:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

escorares commented on 2022-08-27 15:44 (UTC) (edited on 2022-08-27 15:44 (UTC) by escorares)

webfmt.c: In function ‘prs_stream’:
webfmt.c:120:4: error: ‘yydebug’ undeclared (first use in this function)
  120 |    yydebug = _prs_debug_flag;
      |    ^~~~~~~
webfmt.c:120:4: note: each undeclared identifier is reported only once for each function it appears in
webfmt.c:121:4: warning: implicit declaration of function ‘yyparse’; did you mean ‘pause’? [-Wimplicit-function-declaration]
  121 |    yyparse();
      |    ^~~~~~~
      |    pause
webfmt.c:121:4: warning: nested extern declaration of ‘yyparse’ [-Wnested-externs]
make: *** [Makefile:155: webfmt] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: dict-gcide

spannoid commented on 2021-06-01 19:19 (UTC)

I got it with: $ gpg --search-keys --keyserver keyserver.ubuntu.com 3602B07F55D0C732

tparvu commented on 2020-05-17 19:10 (UTC)

$ gpg --keyserver keys.gnupg.net --recv-keys 55D0C732

worked for me

respiranto commented on 2020-04-17 21:31 (UTC)

The key is available on both 'hkps://keys.gnupg.net' and 'hkps://keys.openpgp.org'.

I am currently unable to connect to the MIT keyserver; otherwise it should also yield a result, since it is supposed to be part of the SKS network, as is 'keys.gnupg.net'.

kaslusimoes commented on 2020-04-16 19:25 (UTC)

Somehow running the referred gpg command didn't help. In fact the MIT server doesn't find any key like this. Is this key still valid?

respiranto commented on 2018-10-25 21:08 (UTC)

What precisely is the problem?

For me, fetching the key works fine.

SentakuHM commented on 2018-10-25 18:38 (UTC)

who have key problem run without root:

$ gpg --recv-keys --keyserver hkp://pgp.mit.edu 3602B07F55D0C732

respiranto commented on 2017-06-03 12:11 (UTC) (edited on 2017-06-18 17:27 (UTC) by respiranto)

Both are in base-devel, so not mention is required.

<deleted-account> commented on 2017-06-03 11:38 (UTC)

The make dependencies should include `flex` and `bison`. for the commands `yaac` and `lex`.