Search Criteria
Package Details: nyxt-git latest-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nyxt-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nyxt-git |
| Description: | A keyboard-driven web browser designed for power users |
| Upstream URL: | https://nyxt.atlas.engineer |
| Licenses: | BSD |
| Conflicts: | nyxt, nyxt-browser, nyxt-browser-git |
| Provides: | nyxt, nyxt-browser, nyxt-browser-git |
| Submitter: | MithicSpirit |
| Maintainer: | MithicSpirit |
| Last Packager: | MithicSpirit |
| Votes: | 23 |
| Popularity: | 0.000366 |
| First Submitted: | 2023-01-08 23:28 (UTC) |
| Last Updated: | 2024-04-25 17:43 (UTC) |
Dependencies (15)
- enchant
- glib-networking (glib-networking-gnutls-opensslAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gobject-introspection-runtime
- gsettings-desktop-schemas (gsettings-desktop-schemas-gitAUR, gsettings-desktop-schemas-nofontAUR)
- libfixposix
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- sbcl (sbcl-gitAUR) (make)
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – for HTML5 audio/video
- gst-plugins-base (gst-plugins-base-gitAUR) (optional) – for HTML5 audio/video
- gst-plugins-good (gst-plugins-good-gitAUR) (optional) – for HTML5 audio/video
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – for HTML5 audio/video
- gstreamer (gstreamer-gitAUR) (optional) – for HTML5 audio/video
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
Ambrevar commented on 2021-05-04 07:32 (UTC) (edited on 2021-05-04 09:31 (UTC) by Ambrevar)
I've tried on Ubuntu and cannot reproduce.
@nowayman: Thanks for your feedback. Something is fishy, since
NYXT_INTERNAL_QUICKLISP=trueis the default. Can you post the first SBCL line from the output when you don't set NYXT_INTERNAL_QUICKLISP? If should look like this:In @ElVirolo's output, we can see that NYXT_INTERNAL_QUICKLISP is properly set. However, we also see this:
which is not true, if you look at the .asd file. My suspicion is that files got mixed up in the repository checkout. Can you clean up the cache, e.g.
~/.cache/yay/nyxt-browser-git/and try again?nowayman commented on 2021-05-03 14:44 (UTC) (edited on 2021-05-03 14:45 (UTC) by nowayman)
For what it's worth, I get the same error @ElVirolo is reporting on my Arch system:
I'm using the yay package manager, which stores the nyxt repository under:
Manually traversing to that directory and invoking
make allstill fails with the same backtrace. RunningNYXT_INTERNAL_QUICKLISP=true; make allsuccessfully builds. Seems like the nyxt component is not being found for some reason.Ambrevar commented on 2021-05-01 10:03 (UTC)
Maybe the issue is with the current working directory? I can't reproduce on my Guix System. I can't test on Arch right now, I'll see if I can reproduce on an Ubuntu.
e-v commented on 2021-04-30 21:20 (UTC) (edited on 2021-05-04 09:12 (UTC) by e-v)
The package fails to build here. Here is the output:
ElNick commented on 2020-12-16 16:31 (UTC)
Removing cl-pccre package before building solves the problem with cl-ppcre-unicode, may be of some use to someone.
ElNick commented on 2020-12-06 14:30 (UTC)
Build fails complaining about cl-pccre-unicode:
3: (ERROR SB-INT:SIMPLE-FILE-ERROR :PATHNAME #P"/usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode/packages.lisp" :MESSAGE "No such file or directory" :FORMAT-CONTROL "Failed to find the ~A of ~A" :FORMAT-ARGUMENTS (:TRUENAME #P"/usr/share/common-lisp/source/cl-ppcre/cl-ppcre-unicode/packages.lisp"))
haawda commented on 2020-11-08 17:22 (UTC)
The provided solution for the license works, but is nevertheless wrong. The licenses should be installed into "$pkgdir"/usr/share/licenses/$pkgname/, not into a subdirectory of that directory, and you miss to install the second license covering the source code.
cenhpp commented on 2020-09-24 16:44 (UTC)
Building this complains about license. It can be fixed by changing
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSEtoinstall -Dm644 licenses/ASSET-LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/licenses/ASSET-LICENSEAmbrevar commented on 2020-06-13 09:18 (UTC)
The project has been renamed to "Nyxt". I recommend to drop "browser" in the package name: we should have "nyxt" and "nyxt-git".
andrhua commented on 2020-06-10 12:27 (UTC)
"The latest source is available from https://source.atlas.engineer/view/repository/nyxt"
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »