Package Details: juman 7.01-2

Git Clone URL: https://aur.archlinux.org/juman.git (read-only, click to copy)
Package Base: juman
Description: Morphological Analyzer for Japanese
Upstream URL: https://nlp.ist.i.kyoto-u.ac.jp/index.php?JUMAN
Keywords: NLP
Licenses: custom
Submitter: nosada
Maintainer: None
Last Packager: nosada
Votes: 2
Popularity: 0.000000
First Submitted: 2013-03-24 18:11 (UTC)
Last Updated: 2021-05-14 14:16 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

Agt commented on 2024-08-09 21:44 (UTC) (edited on 2024-08-09 22:08 (UTC) by Agt)

Hello, the package currently fails to build:

$ makepkg -si
[...]
bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..     -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/agt/src/aur/juman/src=/usr/src/debug/juman -flto=auto -MT iotool.lo -MD -MP -MF .deps/iotool.Tpo -c -o iotool.lo iotool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/home/agt/src/aur/juman/src=/usr/src/debug/juman -flto=auto -MT iotool.lo -MD -MP -MF .deps/iotool.Tpo -c iotool.c  -fPIC -DPIC -o .libs/iotool.o
iotool.c: In function ‘getpath’:
iotool.c:154:6: error: implicit declaration of function ‘getcwd’; did you mean ‘getw’? [-Wimplicit-function-declaration]
  154 |      getcwd(cur_path, FILENAME_MAX);
      |      ^~~~~~
      |      getw
iotool.c: In function ‘print_current_time’:
iotool.c:466:6: error: format not a string literal and no format arguments [-Werror=format-security]
  466 |      fprintf(fp, asctime(tp));
      |      ^~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [Makefile:317: iotool.lo] Error 1
make[2]: Leaving directory '/home/agt/src/aur/juman/src/juman-7.01/lib'
make[1]: *** [Makefile:340: all-recursive] Error 1
make[1]: Leaving directory '/home/agt/src/aur/juman/src/juman-7.01'
make: *** [Makefile:249: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for your time. More details upon request.

nosada commented on 2021-05-14 14:19 (UTC)

@micwoj92 Updated. Thank you for reporting

micwoj92 commented on 2021-05-14 07:31 (UTC)

Hello, could you update links to https?