Package Details: chawan-git r3495.a3ef823e-1

Git Clone URL: https://aur.archlinux.org/chawan-git.git (read-only, click to copy)
Package Base: chawan-git
Description: Web browser for your terminal
Upstream URL: https://git.sr.ht/~bptato/chawan
Keywords: browser cli tui web
Licenses: Unlicense
Conflicts: chawan
Provides: chawan
Submitter: Nebulosa
Maintainer: Nebulosa
Last Packager: Nebulosa
Votes: 6
Popularity: 0.62
First Submitted: 2024-04-19 19:53 (UTC)
Last Updated: 2025-05-02 07:28 (UTC)

Latest Comments

Nebulosa commented on 2025-05-02 06:23 (UTC) (edited on 2025-05-02 06:23 (UTC) by Nebulosa)

Just compiled the package without any issue in a clean chroot

==> Finished making: chawan-git r3495.a3ef823e-1 (Fri May 2 06:14:25 2025)

Frestein commented on 2025-05-01 09:55 (UTC)

/home/frestein/.cache/yay/chawan-git/src/chawan/src/io/dynstream.nim(344, 36) Error: type mismatch
Expression: newSeqUninit[uint8](controlLen)
  [1] controlLen: csize_t

Expected one of (first mismatch at [position]):
[1] template newSeqUninit[T](len: int): seq[T]

make: *** [Makefile:101: target/release/bin/cha] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: chawan-git-exit status 4

Nebulosa commented on 2025-03-15 19:29 (UTC) (edited on 2025-03-15 19:37 (UTC) by Nebulosa)

@xircon, why do you think so?

Just compiled the package without any issue in a clean chroot - chawan-git-r3375.ca8ecd7e-1-x86_64.pkg.tar.zst

What error do you have?

xircon commented on 2025-03-15 13:46 (UTC)

Can you remove the nim dependency, it will not compile with that version (nim>=2.0.0), needs nim-git.

Nebulosa commented on 2024-08-13 18:55 (UTC)

Thanks for suggestions! Enjoy

aik2 commented on 2024-08-13 07:42 (UTC)

OK, I found the solution. The correct LIBEXECDIR should be passed to the nim compiler when building. Simply change the line in build() to:

make LIBEXECDIR=/usr/lib/${pkgname%-git}

@Nebulosa Would you mind applying the change when you get a chance?

aik2 commented on 2024-08-13 07:07 (UTC) (edited on 2024-08-13 07:43 (UTC) by aik2)

I encountered cha: Can't load about:chawan (CGI file not found) after installation.

This seems caused by CHA_LIBEXEC_DIR not assigning to the right path (/usr/lib/chawan) according to the repo's doc.

micwoj92 commented on 2024-08-11 21:10 (UTC)

Thanks. zlib dependency seems to not be needed.

Nebulosa commented on 2024-08-11 21:00 (UTC)

Tried on chawan-git-r2201.a766983b-1 - success.

micwoj92 commented on 2024-08-08 19:09 (UTC)

Build fails with:

/build/chawan-git/src/chawan/src/utils/twtstr.nim(567, 13) Error: VM does not support 'cast' from tyInt to tyEnum
make: *** [Makefile:61: target/release/bin/cha] Error 1
==> ERROR: A failure occurred in build().
    Aborting...