@lazyteddy I can reproduce the error with a fresh Manjaro install.
Its caused by the ctl
aur package. It works fine when you compile ctl manually. Will have a look whats going on there and disabled the CTL integration for now.
Git Clone URL: | https://aur.archlinux.org/art-rawconverter.git (read-only, click to copy) |
---|---|
Package Base: | art-rawconverter |
Description: | raw image converter ART (forked from RawTherapee with ease of use in mind) |
Upstream URL: | https://art.pixls.us/ |
Keywords: | image photography raw |
Licenses: | GPL-3.0-only |
Conflicts: | art-rawconverter-git |
Submitter: | guzzisti |
Maintainer: | guzzisti |
Last Packager: | guzzisti |
Votes: | 23 |
Popularity: | 0.25 |
First Submitted: | 2020-02-15 18:33 (UTC) |
Last Updated: | 2024-12-17 15:21 (UTC) |
@lazyteddy I can reproduce the error with a fresh Manjaro install.
Its caused by the ctl
aur package. It works fine when you compile ctl manually. Will have a look whats going on there and disabled the CTL integration for now.
@guzzisti Yes, ctl is installed, version 1.5.3. It probably got installed as a dependency when I tried to upgrade ART using yay.
Can you post the output of /usr/include/CTL?
You mean the directory contents?
-rw-r--r-- 1 root root 3628 Mai 30 08:11 CtlAddr.h
-rw-r--r-- 1 root root 3625 Mai 30 08:11 CtlAlign.h
-rw-r--r-- 1 root root 5687 Mai 30 08:11 CtlColorSpace.h
-rw-r--r-- 1 root root 6506 Mai 30 08:11 CtlErrors.h
-rw-r--r-- 1 root root 5772 Mai 30 08:11 CtlExc.h
-rw-r--r-- 1 root root 9867 Mai 30 08:11 CtlFunctionCall.h
-rw-r--r-- 1 root root 8354 Mai 30 08:11 CtlInterpreter.h
-rw-r--r-- 1 root root 10463 Mai 30 08:11 CtlLContext.h
-rw-r--r-- 1 root root 5414 Mai 30 08:11 CtlLookupTable.h
-rw-r--r-- 1 root root 7410 Mai 30 08:11 CtlMessage.h
-rw-r--r-- 1 root root 3645 Mai 30 08:11 CtlModule.h
-rw-r--r-- 1 root root 5079 Mai 30 08:11 CtlRbfInterpolator.h
-rw-r--r-- 1 root root 9962 Mai 30 08:11 CtlRcPtr.h
-rw-r--r-- 1 root root 3201 Mai 30 08:11 CtlReadWriteAccess.h
-rw-r--r-- 1 root root 4138 Mai 30 08:11 CtlSimdInterpreter.h
-rw-r--r-- 1 root root 9257 Mai 30 08:11 CtlSparseMatrix.h
-rw-r--r-- 1 root root 11114 Mai 30 08:11 CtlStdType.h
-rw-r--r-- 1 root root 9885 Mai 30 08:11 CtlSymbolTable.h
-rw-r--r-- 1 root root 18767 Mai 30 08:11 CtlSyntaxTree.h
-rw-r--r-- 1 root root 5199 Mai 30 08:11 CtlTokens.h
-rw-r--r-- 1 root root 21212 Mai 30 08:11 CtlType.h
-rw-r--r-- 1 root root 10877 Mai 30 08:11 CtlTypeStorage.h
-rw-r--r-- 1 root root 3528 Mai 30 08:11 CtlVersion.h
@lazyteddy This seems to be related to CTL.
Do you have the ctl package installed. Can you post the output of /usr/include/CTL
?
1.22 won't build for me either. The output is a little too long for a comment, so I posted it here:
https://cryptpad.fr/pad/#/2/pad/view/DGUX+BmwbJLd3Q0eea2tIA+7Q-G78a-rVHTOqmoaO-M/
Edit: Forgot to mention, this is on Manjaro.
@trotskytown i can not reproduce this, can you share more information?
1.22 build fails on final linking step "Linking CXX executable ART"
ART supports the usage of the lcms2-fast-float plugin, unfortunately the arch package of lcms2 does not include this plugin.
I've created the lcms2-ff and lcms2-ff-git AUR packages that can be used with ART, but you need to explicitely install this package.
ART is now built with support for CTL scripts: https://discuss.pixls.us/t/new-feature-support-for-ctl-scripts/40716
This introduces additional dependencies to the ctl
(AUR package) and openexr
packages.
Please remove -DPROC_TARGET_NUMBER="2"
from cmake
options. This overrides settings in CXXFLAGS
, which can make binaries built on build servers not work on computers with different processors.
Users may change settings in $XDG_CONFIG_HOME/pacman/makepkg.conf
or ~/.makepkg.conf
to best fit their needs, and packages should not override unless necessary.
Package should not clone git into ${pkgname}_${pkgver}
because this forces the entire repo to be recloned everytime there is a new release. Cloning into ${pkgname}
is sufficient. This and the git package can share the same folder name as long as the repo url is the same.
Conflicts on art-rawconverter-git
should be removed because it already provides/conflict with this package.
Pinned Comments
guzzisti commented on 2024-05-28 18:33 (UTC)
ART supports the usage of the lcms2-fast-float plugin, unfortunately the arch package of lcms2 does not include this plugin.
I've created the lcms2-ff and lcms2-ff-git AUR packages that can be used with ART, but you need to explicitely install this package.
guzzisti commented on 2024-05-28 18:33 (UTC)
ART is now built with support for CTL scripts: https://discuss.pixls.us/t/new-feature-support-for-ctl-scripts/40716
This introduces additional dependencies to the
ctl
(AUR package) andopenexr
packages.