Package Details: extraterm-git 0.57.1.r38.g4b18018e-1

Git Clone URL: https://aur.archlinux.org/extraterm-git.git (read-only, click to copy)
Package Base: extraterm-git
Description: The swiss army chainsaw of terminal emulators.
Upstream URL: https://github.com/sedwards2009/extraterm
Licenses: MIT
Conflicts: extraterm-bin
Submitter: SolarAquarion
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 0
Popularity: 0.000000
First Submitted: 2018-04-23 20:26 (UTC)
Last Updated: 2021-02-16 14:55 (UTC)

Latest Comments

MoonSwan commented on 2023-12-18 15:38 (UTC) (edited on 2023-12-18 15:44 (UTC) by MoonSwan)

I have attempted to build this app twice now with Yay (even going so far as to use the -Syy flag). I could try using just the makepkg command alone but I can't see that making much of a difference because of the following errors:

Usage Error: Couldn't find a script named "package-linux-zip-only".
$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
==> ERROR: A failure occurred in build().
Aborting...
 -> error making: extraterm-git-exit status 4
checking dependencies...
:: git optionally requires tk: gitk and git gui
:: libnewt optionally requires tcl: whiptcl support
:: python optionally requires tk: for tkinter
:: python-matplotlib optionally requires tk: Tk{Agg,Cairo} backends
:: python-pillow optionally requires tk: for the ImageTK module

Any ideas as to why this application fails to build? I'm not a coding genius but, from what I can infer, it seems that there's a missing script the PKGBUILD requires which is supposed to bring in the packages/dependencies that extraterm needs to use to at least build if not run.

SolarAquarion commented on 2018-12-20 23:57 (UTC)

it has a build dependency on nodejs, but it doesn't need node to actually "run"

FabioLolix commented on 2018-12-17 22:10 (UTC)

dev branch no longer exist and are missing makedepends (git, yarn, maybe python2 and npm). "v" not cut from pkgver. Fails to built; there are errors regarding node_modules/font-manager and the infamous node-gyp rebuild (similar to https://github.com/nodejs/node-gyp/issues/746)