Package Details: ghostty-git 1.3.1.r1209.gd560c64-2

Git Clone URL: https://aur.archlinux.org/ghostty-git.git (read-only, click to copy)
Package Base: ghostty-git
Description: Fast, native, feature-rich terminal emulator pushing modern features
Upstream URL: https://github.com/ghostty-org/ghostty
Licenses: MIT
Conflicts: ghostty
Provides: ghostty
Submitter: gpanders
Maintainer: alerque
Last Packager: alerque
Votes: 15
Popularity: 0.000386
First Submitted: 2024-06-07 14:51 (UTC)
Last Updated: 2026-07-03 22:22 (UTC)

Dependencies (31)

Required by (26)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

cgill27 commented on 2026-02-18 02:31 (UTC)

@Joomzie I'm seeing the same thing, also on CachyOS, if you figure out the issue please report it here

Joomzie commented on 2026-02-17 04:10 (UTC) (edited on 2026-02-18 00:37 (UTC) by Joomzie)

Edit: Looks like this may be related to llvm. I'll see if I can find where the issue is coming from.

Getting a build failure on CachyOS when trying to build against gcc 15.2.1. Building in a clean chroot seems to work, though.

Also, ncurses now conflicts with ghostty-terminfo-git, as it now provides /usr/share/terminfo/g/ghostty.

Build error:

               └─ compile exe gtk_blueprint_compiler Debug native 2 errors
error: fatal linker error: unhandled relocation type R_X86_64_PC64 at offset 0x1c
    note: in /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crt1.o:.sframe
error: fatal linker error: unhandled relocation type R_X86_64_PC64 at offset 0x2c
    note: in /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crt1.o:.sframe

         └─ compile exe ghostty-build-data Debug native 2 errors
error: fatal linker error: unhandled relocation type R_X86_64_PC64 at offset 0x1c
    note: in /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crt1.o:.sframe
error: fatal linker error: unhandled relocation type R_X86_64_PC64 at offset 0x2c
    note: in /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crt1.o:.sframe

quest commented on 2025-10-18 00:29 (UTC)

Build is working just fine now. Issue seemed to resolve itself.

AyoItsYas commented on 2025-09-24 07:23 (UTC)

Build is broken https://gist.github.com/AyoItsYas/af47ca1279d9f9b96a6200f80bce3419

quest commented on 2025-07-09 23:56 (UTC)

Build seems broken:

install
└─ install ghostty
   └─ zig build-exe ghostty ReleaseFast native-native failure
error: warning(link): unexpected LLD stderr:
ld.lld: warning: /home/quest/.cache/yay/ghostty-git/src/ghostty/.zig-cache/o/fbae7a42c859361dca287f6c427b494a/libcimgui.a: archive member '/lib64/libfreetype.so' is neither ET_REL nor LLVM bitcode

AH-Merii commented on 2025-06-13 16:34 (UTC)

I can confirm that adding gtk4-layer-shell to the package's depends fixes the build issue.

plp commented on 2025-04-22 16:32 (UTC) (edited on 2025-04-22 16:33 (UTC) by plp)

I managed to build it with zig-git, after taking these extra steps:

  • Added provides=(zig) to zig-git's PKGBUILD (its maintainer has already been informed).
  • Manually installed gtk4-layer-shell.

So, gtk4-layer-shell should be added to this package's depends.

meflove commented on 2025-04-11 09:00 (UTC)

update zig to 0.14.0, or install zigup