package

github.com/AristoRap/lune

0.19.1 / published Aug 5, 2026 / repository

Build native desktop apps with Crystal and a web frontend.

Documentation could not be built

Build failed

The documentation build for this version ran and did not produce anything usable. That is usually a shard that does not compile against the Crystal version it declared.

Last attempt Aug 13, 2026 at 07:21 UTC (attempt 2)

Reloading will not start another build. A failed version is left alone for an hour before it can be requested again, so one shard that cannot build does not crowd out the ones that can.

What the builder reported
docs-build: this shard did not compile. The compiler reports that a command run by
docs-build: one of its macros failed.
docs-build:
docs-build: If that command reads from the network, that is why: documentation is
docs-build: compiled with no network access, because compiling a shard runs its
docs-build: macros and a build allowed to make requests is a build any published
docs-build: shard can use to reach our infrastructure. The command named below is
docs-build: the one to remove or to guard so that it tolerates failing.
docs-build: a command run by a macro failed during compilation

crystal docs said:

no-egress: verified in-process as uid 1000, ip and vsock sockets denied, io_uring denied, no_new_privs set
Crystal built without LibXML2 support, HTML sanitization will be skipped
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gtk+-3.0' not found
Showing last frame. Use --error-trace for full trace.

In src/lune/native/linux/dialogs.cr:2:6

 2 | {% system("cd '#{__DIR__}/../../../../ext/native/linux' && gcc -c dialogs.c -o dialogs.o `pkg-config --cflags gtk+-3.0` 2>/dev/null") %}
        ^-----
Error: error executing command: cd '/tmp/tmp.oFfFfH/src/src/lune/native/linux/../../../../ext/native/linux' && gcc -c dialogs.c -o dialogs.o `pkg-config --cflags gtk+-3.0` 2>/dev/null, got exit status 1

Browse the other versions