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: 1.01
First Submitted: 2015-08-23 18:33 (UTC)
Last Updated: 2024-08-13 17:12 (UTC)

Latest Comments

1 2 3 Next › Last »

Aftermath commented on 2025-06-12 14:55 (UTC)

Also, when using: https://deb.debian.org/debian/pool/main/d/dict-gcide/dict-gcide_0.48.5+nmu4.tar.xz to resolve the previous problem, I get the error of:

==> Starting prepare()...
/var/local/cache/makepkg/commonpkgbuilds/2dicts/dict-gcide/PKGBUILD: line 33: cd: dict-gcide-0.48.5+nmu4: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

And then:

==> Starting build()...
/var/local/cache/makepkg/commonpkgbuilds/2dicts/dict-gcide/PKGBUILD: line 46: cd: dict-gcide-0.48.5+nmu4: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

And then:

==> Starting build()...
/var/local/cache/makepkg/commonpkgbuilds/2dicts/dict-gcide/PKGBUILD: line 46: cd: dict-gcide-0.48.5+nmu4: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

I resolve it by removing all those {_debver} which make the error.

Aftermath commented on 2025-05-02 17:56 (UTC)

@S0AndS0,

Yep, I can second your issue.

S0AndS0 commented on 2025-05-01 17:29 (UTC) (edited on 2025-05-01 21:28 (UTC) by S0AndS0)

Getting 404 not found for deb URL;

  • https://deb.debian.org/debian/pool/main/d/dict-gcide/dict-gcide_0.48.5+nmu3.tar.xz

Checking the server it seems there be a nmu2 or nmu4 available;

  • https://deb.debian.org/debian/pool/main/d/dict-gcide/dict-gcide_0.48.5+nmu2.tar.xz
  • https://deb.debian.org/debian/pool/main/d/dict-gcide/dict-gcide_0.48.5+nmu4.tar.xz

... but nmu3, as of 2025-05-01, has vanished.

Update

I believe I solved it! Here be a perma-link to changes that seem to work on my computer;

https://github.com/S0AndS0/aur-dict-gcide/tree/2b756d4577a637daf00fe2d9812d96cae4a31950

eliran commented on 2024-11-10 06:28 (UTC) (edited on 2024-11-10 06:29 (UTC) by eliran)

The PGP signature does not successfully verify the source file gcide-0.53.tar.xz

Has to use: --mflags "--skippgpcheck"

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.