Search Criteria
Package Details: zotero 6.0.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zotero.git (read-only, click to copy) |
---|---|
Package Base: | zotero |
Description: | A free, easy-to-use tool to help you collect, organize, cite, and share your research sources. |
Upstream URL: | https://github.com/zotero/zotero |
Licenses: | AGPL3 |
Submitter: | agkphysics |
Maintainer: | agkphysics |
Last Packager: | agkphysics |
Votes: | 8 |
Popularity: | 0.73 |
First Submitted: | 2022-08-13 10:04 (UTC) |
Last Updated: | 2023-01-29 01:38 (UTC) |
Dependencies (14)
- dbus-glib (dbus-glib-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-classic-noatk-64, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libxt
- nss (nss-hg)
- curl (curl-minimal-git, curl-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen) (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- perl (perl-git) (make)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- rsync (rsync-git, rsync-reflink, rsync-reflink-git) (make)
- unzip (unzip-natspec, unzip-zstd) (make)
- wget (wget-git, wget-xdg, wget-xdg-bin) (make)
- zip (zip-natspec) (make)
Latest Comments
1 2 Next › Last »
rcrath commented on 2022-11-30 04:04 (UTC) (edited on 2022-11-30 04:05 (UTC) by rcrath)
I got the
node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
error too. replacing the linewith
made it work for me with none of the other changes recommended below. we'll see if that breaks something in the program when I'm using it, but it looks good so far.
avemilia commented on 2022-11-13 09:29 (UTC) (edited on 2022-11-13 09:35 (UTC) by avemilia)
That gives
UPD: removing
NODE_OPTIONS
fixed the build.the_z0id commented on 2022-11-11 21:33 (UTC) (edited on 2022-11-11 21:40 (UTC) by the_z0id)
Following peippos workaround I still get an error message aborting the install:
Any ideas for a fix?
peippo commented on 2022-11-09 14:22 (UTC)
To work around the build failures reported by @petronny and @MangoMan, add a line
export NODE_OPTIONS=--openssl-legacy-provider
to the beginning of
build()
.(The pdf.js seems to pin versions of node modules that do not support openssl>=3)
petronny commented on 2022-11-06 11:52 (UTC) (edited on 2022-11-06 11:53 (UTC) by petronny)
Full build log: https://github.com/arch4edu/cactus/actions/runs/3398333995/jobs/5651286315
MangoMan commented on 2022-11-06 08:51 (UTC) (edited on 2022-11-06 08:57 (UTC) by MangoMan)
Unable to update and build with
yay
. something is wrong withpdf-reader
full error message
http://ix.io/4f5D
Rikayon commented on 2022-10-30 19:12 (UTC)
I just want to express my gratitude, by folowing @Pippip19 's comment to @Feakster regarding the file policy, I was finally able to upgrade zotero to zotero 6.0.15-1, previously it was failing. Thanks
nomaly commented on 2022-10-23 21:18 (UTC)
@agkphysics awesome. it's there and I was able to install the package file. thanking you kindly for the help
agkphysics commented on 2022-10-23 11:06 (UTC)
@nomaly That means it built. It can't find it because I think it's looking for official packages not custom packages. Check wherever your built packages are for the created package file
zotero-6.0.15-1-x86_64.pkg.tar.zst
.nomaly commented on 2022-10-23 10:36 (UTC)
@agkphysics Apologies, I didn't with the previous message! Tried just now with extra-x86_64-build and it's still failed. Not sure if I've messed up somewhere this is the first time I've ever done something like this. My exact steps:
git clone https://aur.archlinux.org/zotero.git
yay -S devtools-git
extra-x86_64-build -c
it errored the first time failing to findlzo
so had toyay -S lzo
(which wasn't up to date, but updated successfully) and tried again.extra-x86_64-build -c
again and everything seemed to complete until the very end where it gave the following:Have I missed some essential step?
Terminal's stdout is muuuch longer but I'm not sure if it is appropriate to post it all here.
1 2 Next › Last »