Package Details: onivim2-git 1952.4431f88b6-1

Git Clone URL: https://aur.archlinux.org/onivim2-git.git (read-only, click to copy)
Package Base: onivim2-git
Description: Native, lightweight modal code editor
Upstream URL: https://github.com/onivim/oni2
Keywords: editor modal onivim2
Licenses: MIT
Conflicts: onivim2
Provides: onivim2
Submitter: freswa
Maintainer: None
Last Packager: chaotic-aur
Votes: 9
Popularity: 0.000000
First Submitted: 2019-10-21 14:29 (UTC)
Last Updated: 2022-01-02 21:21 (UTC)

Pinned Comments

PedroHLC commented on 2021-07-08 21:56 (UTC)

For issues or suggestions, prefer opening a PR on the GitHub mirror. A bot will re-upload it here, including your authorship.

There are hourly builds available in chaotic-aur.

Latest Comments

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

Recognition commented on 2020-04-07 10:03 (UTC) (edited on 2020-04-07 10:05 (UTC) by Recognition)

When building in a chroot, two dependencies don't exist: clang and python.

With clang added to makedepends, it fails on python like this:

FAILED: libskia.a
python /build/onivim2-git/src/esy_cache/3/b/esy_skia-f124b077/gn/ar.py ar libskia.a libskia.a.rsp
/bin/sh: python: command not found
ninja: build stopped: subcommand failed.
error: command failed: 'bash' './esy/build.sh' 'linux' '/build/onivim2-git/src/esy_cache3____________________________________________________/i/esy_libjpeg_turbo-fc2602b2' (exited with 1)
esy-build-package: exiting with errors above...
building esy-skia@github:revery-ui/esy-skia#07c13a9
esy: exiting due to errors above
==> ERROR: A failure occurred in build().
Aborting...

freswa commented on 2020-03-25 14:07 (UTC)

Build works fine in clean root for me.

SolarAquarion commented on 2020-03-10 04:24 (UTC)

add node-gyp and i guess build it in a chroot with the "--bind /dev/fuse"

SolarAquarion commented on 2020-03-09 02:10 (UTC) (edited on 2020-03-09 03:13 (UTC) by SolarAquarion)

it seems clang is a makedepend now. also python

KingLouie commented on 2020-02-26 12:46 (UTC)

There are two deps missing 1. nasm -> needed by revery 2. python2 -> needed by reason-skia

glennsl commented on 2019-12-14 19:52 (UTC)

FYI: node 13 breaks the latest release of esy (0.5.8) and hence also this package. It can be fixed by installing esy nightly with npm install -g @esy-nightly/esy. See the esy issue: https://github.com/esy/esy/issues/1010

SolarAquarion commented on 2019-12-06 20:03 (UTC)

"This script is no longer used; run node install-node-deps.js from the root instead!"

use the script from root instead of the one from node

ifreund commented on 2019-11-12 22:50 (UTC)

Thanks @freswa, that was really quick!

freswa commented on 2019-11-12 22:48 (UTC)

@ifreund Should be fixed now. Upstream changed the build instructions a few commits ago. Thanks for reporting :)