Package Details: fspy 1.0.3-3

Git Clone URL: https://aur.archlinux.org/fspy.git (read-only, click to copy)
Package Base: fspy
Description: cross platform app for still image camera matching
Upstream URL: https://github.com/stuffmatic/fSpy
Keywords: blender camera fspy fstop
Licenses: GPL
Submitter: bplinux
Maintainer: bplinux
Last Packager: bplinux
Votes: 6
Popularity: 0.000000
First Submitted: 2019-05-29 20:31 (UTC)
Last Updated: 2020-04-02 18:03 (UTC)

Pinned Comments

bplinux commented on 2020-04-02 18:07 (UTC)

Thanks supermuffin, i added gconf to deps. I am currently not able to check this package due to internet problems so i need those valuable information. I try to keep this up.

supermuffin commented on 2020-04-02 17:05 (UTC)

Thanks for the suggestion, it runs now with gconf. Why don't you include gconf [community] instead of lib32-gconf [AUR]? This way it would build and run out of the box. I don't think the developer will drop this dependency soon.

Latest Comments

1 2 Next › Last »

postadelmaga commented on 2023-01-15 00:28 (UTC) (edited on 2023-01-15 00:32 (UTC) by postadelmaga)

There appear to be reports of Node 18+ causing the error below because of an underlying SSL change (there are recent posts here, for example), and from what I've found, patching PKGBUILD as below might solve it.

export NODE_OPTIONS=--openssl-legacy-provider

in case you got this error while compiling

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:140:10) at module.exports (/tmp/fspy/src/fSpy-1.0.3/node_modules/webpack/lib/util/createHash.js:75:53) at NormalModule._initBuildHash (/tmp/fspy/src/fSpy-1.0.3/node_modules/webpack/lib/NormalModule.js:346:16) at handleParseError (/tmp/fspy/src/fSpy-1.0.3/node_modules/webpack/lib/NormalModule.js:394:10) at /tmp/fspy/src/fSpy-1.0.3/node_modules/webpack/lib/NormalModule.js:426:5 at /tmp/fspy/src/fSpy-1.0.3/node_modules/webpack/lib/NormalModule.js:287:12 at /tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:370:3 at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:211:10) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:218:10) at /tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:233:3 at context.callback (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at module.exports (/tmp/fspy/src/fSpy-1.0.3/node_modules/babel-loader/lib/index.js:182:8) at LOADER_EXECUTION (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:119:14) at runSyncOrAsync (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:120:4) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:229:2) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:218:10) at /tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:233:3 at context.callback (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at successLoader (/tmp/fspy/src/fSpy-1.0.3/node_modules/ts-loader/dist/index.js:51:5) at Object.loader (/tmp/fspy/src/fSpy-1.0.3/node_modules/ts-loader/dist/index.js:21:12) at LOADER_EXECUTION (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:119:14) at runSyncOrAsync (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:120:4) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:229:2) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:218:10) at /tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:233:3 at context.callback (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:111:13) at module.exports (/tmp/fspy/src/fSpy-1.0.3/node_modules/tslint-loader/index.js:141:3) at LOADER_EXECUTION (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:119:14) at runSyncOrAsync (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:120:4) at iterateNormalLoaders (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:229:2) at Array.<anonymous> (/tmp/fspy/src/fSpy-1.0.3/node_modules/loader-runner/lib/LoaderRunner.js:202:4) at Storage.finished (/tmp/fspy/src/fSpy-1.0.3/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:43:16) at /tmp/fspy/src/fSpy-1.0.3/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:79:9 at /tmp/fspy/src/fSpy-1.0.3/node_modules/graceful-fs/graceful-fs.js:78:16 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3) { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' }

Node.js v19.4.0

AndTer99 commented on 2022-01-07 09:48 (UTC) (edited on 2022-01-07 09:48 (UTC) by AndTer99)

Gconf right now can't be updated (from AUR) because of an error in its package - considering how it is an admittedly obsolete package (its AUR description says "An obsolete configuration database system"), is it really required by fspy?

mibu commented on 2021-12-06 21:46 (UTC) (edited on 2021-12-06 21:50 (UTC) by mibu)

Seems to be missing the package file.

==> Starting build()...
yarn run v1.22.17
error Couldn't find a package.json file in "/home/mib/.cache/paru/clone/fspy/src"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'fspy-1.0.3-3': 
error: packages failed to build: fspy-1.0.3-3

EDIT: Nevermind. Seems to be an issue with paru & other AUR managers (notably yay). Might be worth fixing anyway. Got installation working with git clone https://aur.archlinux.org/fspy.git and makepkg -si.

nipsky commented on 2020-07-05 10:19 (UTC) (edited on 2020-07-05 10:19 (UTC) by nipsky)

Building is fine but I’m getting an error at the install stage

==> Starting check()...
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat './fspy': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

Command 'makepkg --force' failed to execute.

Can't build 'fspy'.

Failed to build following packages:
fspy

attilaolah commented on 2020-07-01 14:18 (UTC)

This package did not build for me, I get the following error:

==> Starting build()...
yarn run v1.22.4
error Couldn't find a package.json file in "${HOME}/.cache/yay/fspy/src"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
==> ERROR: A failure occurred in build().
    Aborting...

However, updating to the latest pre-release seems to fix the problem. This is the patch I used:

diff --git a/PKGBUILD b/PKGBUILD
index e1c51fc..a2d755f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Bastian Pukallus <bplinux at posteo de>
 pkgname='fspy'
-pkgver='1.0.3'
-pkgrel=3
+pkgver='1.1.0_beta3'
+pkgrel=1
 pkgdesc="cross platform app for still image camera matching"
 arch=('x86_64')
 url="https://github.com/stuffmatic/fSpy"
@@ -12,10 +12,10 @@ provides=()
 options=()
 install=
 changelog=
-source=("https://github.com/stuffmatic/fSpy/archive/v$pkgver.tar.gz"
+source=("https://github.com/stuffmatic/fSpy/archive/${pkgver/_beta/-beta.}.tar.gz"
        "fspy")
 noextract=()
-sha256sums=("64d6fe96b1b480c514aba1657f3486cfe5a21bff0fc1c23427857715e5e9ea91"
+sha256sums=("436949782ad8ec7547891b8874d50a6fcd86e565927943094ac3d2d9f659ed8b"
        "24875587507ce4c1e8c354a3b74a48b9814aef7551125343512a54b196139553")

 prepare() {

darkside commented on 2020-04-24 05:06 (UTC)

That's true. With pikaur installation went smoothly.

bplinux commented on 2020-04-23 18:09 (UTC)

Please try to install with trizen instead of yay. Or git clone and makepkg the fspy and dependency aur packages yourself. It seems this is a problem of yay(?)

darkside commented on 2020-04-21 18:30 (UTC) (edited on 2020-04-21 18:31 (UTC) by darkside)

yarn run v1.22.4 error Couldn't find a package.json in "/home/jm/.cache/yay/fspy/src"

supermuffin commented on 2020-04-02 22:19 (UTC)

Did a fresh build on a different machine for testing - works like a charm. Thanks!

bplinux commented on 2020-04-02 18:07 (UTC)

Thanks supermuffin, i added gconf to deps. I am currently not able to check this package due to internet problems so i need those valuable information. I try to keep this up.