Package Details: dict-gcide 0.53-3

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: 23
Popularity: 0.052417
First Submitted: 2015-08-23 18:33 (UTC)
Last Updated: 2024-02-19 11:28 (UTC)

Latest Comments

1 2 Next › Last »

Aftermath commented on 2024-02-29 20:47 (UTC) (edited on 2024-02-29 20:48 (UTC) by Aftermath)

Dear @kovdan01 !

bison is a dependency of base-devel package! And AUR PKGBUILDs should not include base-devel and its dependencies.

You are supposed to read AUR guidelines for instructions about how to use it. Installing base-devel is part of it.

kovdan01 commented on 2024-02-29 20:41 (UTC)

Could you please add bison to make dependencies? Without that installed, the following error occurs:

...
Making output files
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating config.h
.
Done
flex  -owebfilter.c webfilter.l
gcc -Wall -pipe -Wwrite-strings -Wpointer-arith -Wcast-align         -Wmissing-prototypes -Wshadow -Wnested-externs -Waggregate-return  -DHAVE_CONFIG_H  -I. -g -O -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now \
        -Wno-unused -o webfilter webfilter.c -lmaa
flex -i  -oscan.c scan.l
yacc -tdv parse.y

 fatal error:illegal option: t, <nil>:1
make: *** [Makefile:171: parse.c] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'dict-gcide-0.53-3':
error: packages failed to build: dict-gcide-0.53-3

respiranto commented on 2024-02-19 11:28 (UTC)

Thanks; fixed.

Eidokan commented on 2024-02-19 11:23 (UTC)

FYI: The most recent commit changed fixes.sed without updating its checksum in the PKGBUILD file

respiranto commented on 2023-09-14 15:22 (UTC)

bison and flex are dependencies of base-devel

To quote the Arch Wiki:

The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

Sorry for having missed your earlier comment.

escorares commented on 2023-09-14 15:12 (UTC)

https://aur.archlinux.org/packages/dict-gcide#comment-879400

Ok, I needed to install bison and flex. They should be made explicit dependencies in the PKGBUILD.

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