Package Details: moar-git 1.18.3.r2.ga3df10b-1

Git Clone URL: https://aur.archlinux.org/moar-git.git (read-only, click to copy)
Package Base: moar-git
Description: A pager designed to just do the right thing without any configuration.
Upstream URL: https://github.com/walles/moar
Keywords: less pager
Licenses: BSD
Conflicts: moar
Provides: moar
Submitter: clove3am
Maintainer: MaxWoahverdrive
Last Packager: MaxWoahverdrive
Votes: 3
Popularity: 0.000005
First Submitted: 2020-12-06 22:30 (UTC)
Last Updated: 2023-11-12 16:33 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

MaxWoahverdrive commented on 2024-08-01 01:03 (UTC)

@qbai that error is golang failing to fetch compile time dependencies.
My guess would be that your system has some problem with ipv6, but the exact issue could be anything from stale dns records in your cache to ISP issues.
As indicated by the error message, it is trying to fetch files via https so using the urls provided you can use ping, traceroute, curl, etc. to diagnose your issue.
Hope this helps.

qbai commented on 2024-07-31 02:19 (UTC)

when i ran the following command: yay -S --noconfirm --needed Moar the error message showed :

twin/screen-setup.go:13:2: golang.org/x/sys@v0.1.0: Get "https://proxy.golang.org/golang.org/x/sys/@v/v0.1.0.zip": dial tcp [2607:f8b0:400a:805::2011]:443: i/o timeout twin/screen-setup.go:14:2: golang.org/x/term@v0.0.0-20210503060354-a79de5458b56: Get "https://proxy.golang.org/golang.org/x/term/@v/v0.0.0-20210503060354-a79de5458b56.zip": dial tcp [2607:f8b0:400a:805::2011]:443: i/o timeout m/pagermode-jump-to-mark.go:7:2: golang.org/x/exp@v0.0.0-20240103183307-be819d1f06fc: Get "https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20240103183307-be819d1f06fc.zip": dial tcp [2607:f8b0:400a:805::2011]:443: i/o timeout ==> ERROR: A failure occurred in build(). Aborting... -> error making: moar-exit status 4 -> Failed to install the following packages. Manual intervention is required: moar - exit status 4

MaxWoahverdrive commented on 2023-11-12 16:38 (UTC) (edited on 2023-11-12 16:38 (UTC) by MaxWoahverdrive)

@PlasticSoup good catch
change is commited and I've also adjusted the pkgdesc to match that of the other moar packages on the AUR
builds fine on a clean arch container with only base-devel and the makedeps as it should.

PlasticSoup commented on 2023-11-12 16:12 (UTC)

moar no longer uses highlight. Chroma replaced highlight and is built in, so no other packages are needed for syntax highlighting.

dreieck commented on 2023-02-15 19:19 (UTC)

Currently, pkgver() produces something with leading v:

v1.11.4.r1.g053e354

Can you please strip off the leading v, according to the VCS packaging guidelines?

Regards!

ttoirrah commented on 2021-09-02 10:38 (UTC)

auracle sync reports "moar-git v1.8.1.r4.ga710033-1 -> 1.1.r0.geace381-1", but when I remove v1.8... and reinstall moar-git, I get v1.8... again, not this new v1.1...