Package Details: insect 5.9.0-3

Git Clone URL: https://aur.archlinux.org/insect.git (read-only, click to copy)
Package Base: insect
Description: High precision scientific calculator with support for physical units
Upstream URL: https://github.com/sharkdp/insect
Keywords: calculator command-line mathematical-expressions parser physics quantities units
Licenses: MIT
Submitter: sharkdp
Maintainer: sharkdp
Last Packager: sharkdp
Votes: 21
Popularity: 0.056755
First Submitted: 2017-04-30 19:13 (UTC)
Last Updated: 2023-07-23 18:02 (UTC)

Latest Comments

1 2 Next › Last »

sharkdp commented on 2023-06-12 15:27 (UTC)

@JohnRobson: this looks like an internet-connection problem?

JohnRobson commented on 2023-05-20 07:06 (UTC)

==> Entering fakeroot environment...
==> Starting package()...
npm ERR! code ENETUNREACH
npm ERR! errno ENETUNREACH
npm ERR! request to https://registry.npmjs.org/line-reader failed, reason: 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/us/.npm/_logs/2023-05-20T06_54_53_719Z-debug-0.log
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: insect-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
insect - exit status 4

swsnr commented on 2023-04-12 18:32 (UTC)

@sharkdp Thanks!

sharkdp commented on 2023-04-12 18:03 (UTC)

@swsnr Done. Please let me know if it works.

swsnr commented on 2023-04-05 06:52 (UTC)

Would you mind to make "npm" a "makedepdends"? I've patched the PKGBUILD accordingly, and have no issues at runtime.

Derson5 commented on 2022-03-26 14:57 (UTC)

Sorry @sharkdp if this a spam comment, but is really npm needed as dependency or could it be only as makedepends? I'm just curious.

sharkdp commented on 2021-07-05 15:52 (UTC)

Thank you aulonsal. This should be fixed in 5.6.0-2.

aulonsal commented on 2021-06-28 06:09 (UTC) (edited on 2021-06-28 06:09 (UTC) by aulonsal)

The --user root option has been dropped in npm v7 and it now just installs a package called root when you do that. See https://www.reddit.com/r/archlinux/comments/o3y03g/i_adopted_10_nodejs_aur_packages_that_conflict/ or https://bugs.archlinux.org/task/69912.

Please replace it with calling chown -R root:root "${pkgdir}" at the end of the package function, as mentioned on the updated https://wiki.archlinux.org/title/Node.js_package_guidelines page.

sharkdp commented on 2020-09-27 12:30 (UTC)

Starting with 5.5.0, all PureScript make dependencies are not needed anymore. Installation should be much easier now.

teohhanhui commented on 2020-05-22 23:36 (UTC) (edited on 2020-05-22 23:37 (UTC) by teohhanhui)

Starting with the latest version, bower is not needed anymore.

nodejs-pulp still has bower in makedepends.