Package Details: lightzone-git 5.0.0beta2.r4.g259ed88c-1

Git Clone URL: https://aur.archlinux.org/lightzone-git.git (read-only, click to copy)
Package Base: lightzone-git
Description: A professional photo browser and editor, like Aperture or Lightroom (latest git version)
Upstream URL: http://lightzoneproject.org/
Licenses: custom:BSD-3-Clause
Conflicts: lightzone
Submitter: dcelasun
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-16 07:14 (UTC)
Last Updated: 2023-11-14 09:14 (UTC)

Dependencies (19)

Required by (0)

Sources (1)

Latest Comments

dcelasun commented on 2023-11-14 10:41 (UTC)

Try with sudo archlinux-java set java-17-openjdk and without yay.

simona commented on 2023-11-14 10:41 (UTC)

Available Java environments: java-11-openjdk (default)
java-17-openjdk
java-21-jdk
java-21-openjdk
java-7-jdk
java-8-openjdk
liberica-jre-11-full
zulu-16

dcelasun commented on 2023-11-14 10:39 (UTC)

Please stop using yay and try manually. Download the tarball and run makepkg -si. Also, what's the output of archlinux-java status?

simona commented on 2023-11-14 10:38 (UTC) (edited on 2023-11-14 10:38 (UTC) by simona)

removed apache-kika* and now: https://pastebin.com/ZH4iCyGE

dcelasun commented on 2023-11-14 09:26 (UTC)

[javac] error: error reading /usr/share/java/apache-tika/tika-app-1.28.1.jar; zip END header not found
[javac] error: error reading /usr/share/java/apache-tika/tika-server-1.28.1.jar; zip END header not found

I'm not sure why the build is trying to read these files, they are not related to lightzone at all. Try building in a clean directory or even a chroot.

simona commented on 2023-11-14 09:17 (UTC)

https://pastebin.com/9LY7VTun

dcelasun commented on 2023-11-14 09:14 (UTC)

Just pushed an update for the latest version, try again with that please.

dcelasun commented on 2023-11-14 09:13 (UTC)

It builds just fine here. What's the full compiler output?

simona commented on 2023-11-14 09:02 (UTC)

/home/simona/.cache/yay/lightzone-git/src/LightZone/lightcrafts/build.xml:101: Compile failed; see the compiler error output for details.

solarisfire commented on 2023-05-15 18:05 (UTC)

Won't build, throws the following error:

     [exec] LC_lensfun.cpp: In function ‘jlong Java_com_lightcrafts_utils_Lensfun_init(JNIEnv*, jobject, jstring)’:
     [exec] LC_lensfun.cpp:57:29: error: ‘uintptr_t’ does not name a type
     [exec]    57 |     return reinterpret_cast<uintptr_t>(lf);
     [exec]       |                             ^~~~~~~~~
     [exec] LC_lensfun.cpp:16:1: note: ‘uintptr_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
     [exec]    15 | #include "interpolation.h"
     [exec]   +++ |+#include <cstdint>
     [exec]    16 | 
     [exec] make[2]: *** [../../../lightcrafts/mk/sources.mk:134: LC_lensfun.o] Error 1
     [exec] make[1]: *** [../jni.mk:198: mk_target] Error 2
     [exec] make: *** [../mk/recurse.mk:29: lensfun] Error 1

BUILD FAILED
/home/solarisfire/.cache/yay/lightzone-git/src/LightZone/linux/build.xml:37: The following error occurred while executing this line:
/home/solarisfire/.cache/yay/lightzone-git/src/LightZone/lightcrafts/build.xml:141: exec returned: 2