Package Details: autotrace-nomagick 1:0.31.10-2

Git Clone URL: https://aur.archlinux.org/autotrace-nomagick.git (read-only, click to copy)
Package Base: autotrace-nomagick
Description: A program for converting bitmap to vector graphics (no ImageMagick dependency)
Upstream URL: https://github.com/autotrace/autotrace/
Keywords: autotrace
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: autotrace
Provides: autotrace
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 14
Popularity: 0.000000
First Submitted: 2015-12-27 13:37 (UTC)
Last Updated: 2024-05-30 21:26 (UTC)

Latest Comments

missingSleepDeps commented on 2024-06-01 03:25 (UTC)

It's working for me now too, thanks.

dbermond commented on 2024-05-30 21:26 (UTC)

missingSleepDeps this issue is due to gcc 14. I've pushed a fix and the package is now building fine. Thanks for reporting.

missingSleepDeps commented on 2024-05-30 19:02 (UTC)

ibtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread -DLOCALEDIR=\"/usr/share/locale\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c src/input-png.c  -fPIC -DPIC -o src/.libs/input-png.o
src/input-bmp.c: In function 'input_bmp_reader':
src/input-bmp.c:280:26: error: passing argument 1 of 'ReadChannelMasks' from incompatible pointer type [-Wincompatible-pointer-types]
  280 |         ReadChannelMasks(&Bitmap_Head.masks[0], masks, 3);
      |                          ^~~~~~~~~~~~~~~~~~~~~
      |                          |
      |                          long unsigned int *
src/input-bmp.c:135:34: note: expected 'unsigned int *' but argument is of type 'long unsigned int *'
  135 | static gboolean ReadChannelMasks(unsigned int *, Bitmap_Channel *, unsigned int);
      |                                  ^~~~~~~~~~~~~~
src/input-bmp.c:324:22: error: passing argument 1 of 'ReadChannelMasks' from incompatible pointer type [-Wincompatible-pointer-types]
  324 |     ReadChannelMasks(&Bitmap_Head.masks[0], masks, 4);
      |                      ^~~~~~~~~~~~~~~~~~~~~
      |                      |
      |                      long unsigned int *
src/input-bmp.c:135:34: note: expected 'unsigned int *' but argument is of type 'long unsigned int *'
  135 | static gboolean ReadChannelMasks(unsigned int *, Bitmap_Channel *, unsigned int);
      |                                  ^~~~~~~~~~~~~~
src/input-bmp.c:357:30: error: passing argument 1 of 'ReadChannelMasks' from incompatible pointer type [-Wincompatible-pointer-types]
  357 |             ReadChannelMasks(&Bitmap_Head.masks[0], masks, 4);
      |                              ^~~~~~~~~~~~~~~~~~~~~
      |                              |
      |                              long unsigned int *
src/input-bmp.c:135:34: note: expected 'unsigned int *' but argument is of type 'long unsigned int *'
  135 | static gboolean ReadChannelMasks(unsigned int *, Bitmap_Channel *, unsigned int);
      |                                  ^~~~~~~~~~~~~~
src/input-bmp.c: In function 'ReadImage':
src/input-bmp.c:792:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  792 |                                 fread(&v, 1, 1, fd); //ReadOk
      |                                 ^~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:876: src/input-bmp.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/pamac-build-archxps/autotrace-nomagick/src/autotrace-0.31.10'
make[1]: *** [Makefile:980: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/pamac-build-archxps/autotrace-nomagick/src/autotrace-0.31.10'
make: *** [Makefile:665: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...