Package Details: azpainter 3.0.7-1

Git Clone URL: https://aur.archlinux.org/azpainter.git (read-only, click to copy)
Package Base: azpainter
Description: Painting software
Upstream URL: http://azsky2.html.xdomain.jp/soft/azpainter.html
Licenses: GPL3
Submitter: sirocco
Maintainer: sirocco
Last Packager: sirocco
Votes: 13
Popularity: 0.000000
First Submitted: 2017-03-06 11:33 (UTC)
Last Updated: 2023-10-19 03:03 (UTC)

Latest Comments

1 2 Next › Last »

pio commented on 2022-09-17 19:37 (UTC) (edited on 2022-09-17 19:37 (UTC) by pio)

(Similar to azpainterb) I get this error when compiling:

/usr/bin/ld: libmlk.a(mlk_zlib.o): undefined reference to symbol 'deflateInit_'
/usr/bin/ld: /usr/lib/libz.so.1: error adding symbols: DSO missing from command line

It compiles if -lz is added to the end of a line in build.ninja.in, like this: libs = @LIBS@ -lm -lz. It seems the order is important.

aurmyster commented on 2021-06-08 18:10 (UTC)

the correct download link is: https://gitlab.com/azelpg/azpainter/-/archive/v3.0.1/azpainter-v3.0.1.tar.gz

And you need to change pkgver=3.0.1 to pkgver=v3.0.1

I just replaced the sha256sums with ('SKIP'), then it will build OK.

tattsan commented on 2021-01-18 05:39 (UTC) (edited on 2021-01-18 08:32 (UTC) by tattsan)

Sorry for bothering you. I checked every option in /etc/makepkg.conf, and found the cause was distcc flag in BUILDENV.

-BUILDENV=(!distcc color !ccache check !sign)
+BUILDENV=(distcc color !ccache check !sign)

I disabled distcc temporarily, and could build the app.

sirocco commented on 2021-01-18 04:21 (UTC) (edited on 2021-01-18 05:02 (UTC) by sirocco)

$ grep OPT /etc/makepkg.conf
# GLOBAL PACKAGE OPTIONS
# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug)
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
diff -s /etc/makepkg.conf /etc/makepkg.conf.pacnew 
Files /etc/makepkg.conf and /etc/makepkg.conf.pacnew are identical

Also builds without problems with MAKEFLAGS="-j2".

It probably makes sense to check options=(!makeflags) in PKGBUILD.

tattsan commented on 2021-01-16 04:01 (UTC) (edited on 2021-01-16 04:23 (UTC) by tattsan)

Same error here. If I build it manually without makepkg, no such error occurs, so this seems to be an issue of makepkg. @sirocco , can you please show us your OPTIONS array in /etc/makepkg.conf?

sirocco commented on 2021-01-06 10:56 (UTC)

No ideas. I am able to build azpainter on two different systems.

nesk_aur commented on 2021-01-06 07:49 (UTC)

Exact same error after reinstalling libpng.

nesk_aur commented on 2021-01-06 07:49 (UTC)

Exact same error with make -j1. I'm building with plain makepkg.

sirocco commented on 2021-01-06 00:48 (UTC)

There may be some race conditions. Or try reinstalling libpng.

Are you building with some aur helper?

nesk_aur commented on 2021-01-05 19:59 (UTC)

What would make jobs have to do with lib deps?