Package Details: fcitx-tablet 1.1-2

Git Clone URL: https://aur.archlinux.org/fcitx-tablet.git (read-only, click to copy)
Package Base: fcitx-tablet
Description: Handwriting tablet support for fcitx
Upstream URL: https://github.com/ohwgiles/fcitx-tablet
Licenses: GPL
Provides: fcitx-tablet
Submitter: ohwg
Maintainer: ohwg
Last Packager: ohwg
Votes: 2
Popularity: 0.000000
First Submitted: 2012-09-04 04:38 (UTC)
Last Updated: 2020-06-18 23:58 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

ohwg commented on 2020-06-18 23:58 (UTC)

@Coelacanthus upstream author here; if you feel this package needs any updates to the actual source feel free to open an issue/PR on github. I don't think orphaning is appropriate, but thanks for pointing out the compile error. It's a fairly innocuous warning, release packages should not have -Werror set anyway. Updated PKGBUILD pushed.

Coelacanthus commented on 2020-06-18 15:26 (UTC)

/build/fcitx-tablet/src/ohwgiles-fcitx-tablet-abbb5f5/utils/gotop_calibrate.c: In function ‘main’:
/build/fcitx-tablet/src/ohwgiles-fcitx-tablet-abbb5f5/utils/gotop_calibrate.c:37:3: error: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
   37 |   read(fd,buffer,8);
      |   ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [utils/CMakeFiles/gotop_calibrate.dir/build.make:83: utils/CMakeFiles/gotop_calibrate.dir/gotop_calibrate.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:614: utils/CMakeFiles/gotop_calibrate.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/build/fcitx-tablet/src/ohwgiles-fcitx-tablet-abbb5f5/src/engines/fork.c: In function ‘RecogForkProcess’:
/build/fcitx-tablet/src/ohwgiles-fcitx-tablet-abbb5f5/src/engines/fork.c:138:2: error: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
  138 |  write(d->fd_strokes[1], d->buffer, msgsize+2);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [CMakeFiles/fcitx-tablet.dir/build.make:148: CMakeFiles/fcitx-tablet.dir/src/engines/fork.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:204: CMakeFiles/fcitx-tablet.dir/all] Error 2
Merging translations into /build/fcitx-tablet/src/build/data/fcitx-tablet.conf.
Merging translations into /build/fcitx-tablet/src/build/data/fcitx-tablet-ime.conf.
Merging translations into /build/fcitx-tablet/src/build/data/tablet.conf.
[ 84%] Built target fcitx_addon_conf_1
[ 84%] Built target fcitx_addon_conf_2
[ 84%] Built target fcitx_inputmethod_conf_1
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

Since upstream has stop updating, and now it can't be built. I think orphaning this package is better.