Package Details: nyxt-git latest-6

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: 21
Popularity: 0.000485
First Submitted: 2023-01-08 23:28 (UTC)
Last Updated: 2024-04-25 17:43 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

MithicSpirit commented on 2024-04-25 17:49 (UTC)

@luxaur I've fixed the submodules issue. As for the environment variables, I think that might be more appropriate to report upstream.

luxaur commented on 2024-04-25 04:35 (UTC) (edited on 2024-04-25 12:03 (UTC) by luxaur)

Heya @MithicSpirit, the current PKGBUILD will not try and add all submodules to the downloaded repo, this means that sbcl can't use build or use modules like "alexandria".

So if you could add a option where it fetches all the different modules would be amazing, i tested locally with adding this to the PKGBUILD:

prepare() {
    cd "$srcdir/$_pkgname"
    git submodule update --init --recursive
}

Added this just under "optdepends" and had no issuse afterwards, If you need a output or file from me let me know i'll be more then happy to help out!

Ahh, i also found this to be helpful for the installation. These env-variables i had to set to make nyxt work normally.

export WEBKIT_DISABLE_COMPOSITING_MODE=1
export GDK_SYNCHRONIZE=1

```

MithicSpirit commented on 2023-09-05 20:57 (UTC) (edited on 2023-09-05 21:01 (UTC) by MithicSpirit)

Sorry for not being active on this, I've been quite busy. @mehrad and @greenbeast can you confirm whether you are still experiencing those issues? If so, please paste the full output in some kind of pastebin and send it here so I can better see what the issue is.

mehrad commented on 2023-08-07 10:23 (UTC) (edited on 2023-08-22 07:12 (UTC) by mehrad)

I managed to manually compile and build it without any issues using:

git clone --depth 1 https://github.com/atlas-engineer/nyxt.git
cd nyxt

# as suggested here: https://github.com/atlas-engineer/nyxt/tree/master/documents#using-the-makefile
make all

# run the compiled binary
./nyxt

But I get the following when building and installing with AUR:

 38: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
 39: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
 40: (SB-IMPL::%START-LISP)

 unhandled condition in --disable-debugger mode, quitting
 ;
 ; compilation unit aborted
 ;   caught 1 fatal ERROR condition
 ;   caught 1 WARNING condition
 ;   caught 68 STYLE-WARNING conditions
 ;   printed 4359 notes
 SLYNK's ASDF loader finished.make: *** [makefile:66: install] Error 1
 ==> ERROR: A failure occurred in package().
     Aborting...
 error: failed to build 'nyxt-git-latest-3':
 error: packages failed to build: nyxt-git-latest-3

Compiling from source works just fine though:

git clone --depth 1 https://github.com/atlas-engineer/nyxt.git
cd nyxt
make all

greenbeast commented on 2023-05-14 16:34 (UTC)

I keep getting an error when trying to build.

unhandled condition in --disable-debugger mode, quitting
;
; compilation unit aborted
;   caught 2 fatal ERROR conditions
;   caught 45 STYLE-WARNING conditions
;   printed 4115 notes

Compilation failed, see the above stacktrace.

make: *** [makefile:54: nyxt] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: nyxt-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
nyxt-git - exit status 4

Which seems to start because it can't create home/user/.slime.

;;   Can't create directory /home/user/.slime
;;
Unhandled SB-INT:SIMPLE-FILE-ERROR in thread #<SB-THREAD:THREAD tid=36415 "main thread" RUNNING
                                                {10013C8073}>:
  Can't create directory /home/user/.slime

e-v commented on 2023-01-17 14:05 (UTC)

@MithicSpirit: Thanks. I cannot build Nyxt manually either. I opened an issue there: https://github.com/atlas-engineer/nyxt/issues/2743

MithicSpirit commented on 2023-01-13 15:51 (UTC)

@e-v I do not have this issue (although I have occasionally faced similar issues--make sure that you've recompiled recently). Have you tried manually following the nyxt build instructions? If that also doesn't work then it might be an issue with nyxt itself, and you should report it to them.

e-v commented on 2023-01-13 09:40 (UTC)

Launching Nyxt fails with this error:

(sbcl:2659857): GLib-GObject-WARNING **: 10:39:23.554: specified class size for type 'WebKitWebViewBase' is smaller than the parent type's 'GtkWidget' class size

(sbcl:2659857): GLib-CRITICAL **: 10:39:23.554: g_once_init_leave: assertion 'result != 0' failed

(sbcl:2659857): GLib-GObject-CRITICAL **: 10:39:23.554: g_type_register_static: assertion 'parent_type > 0' failed

(sbcl:2659857): GLib-CRITICAL **: 10:39:23.554: g_once_init_leave: assertion 'result != 0' failed
WARNING:
   Declared GType name 'WebKitWebView' for class 'WEBKIT-WEB-VIEW' is invalid ('webkit_web_view_get_type' returned 0)
WARNING: cl-cffi-gtk: GType WebKitWebView is not known to GObject
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {10057D0003}>:
  Problem running initialization hook GLIB::RUN-INITIALIZERS:
  The value
    NIL
  is not of type
    GOBJECT:GTYPE

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {10057D0003}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SIMPLE-ERROR "Problem running ~A hook ~S:~%  ~A" {1005D8F3E3}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #<SIMPLE-ERROR "Problem running ~A hook ~S:~%  ~A" {1005D8F3E3}>)
2: (INVOKE-DEBUGGER #<SIMPLE-ERROR "Problem running ~A hook ~S:~%  ~A" {1005D8F3E3}>)
3: (ERROR #<SIMPLE-ERROR "Problem running ~A hook ~S:~%  ~A" {1005D8F3E3}>)
4: (SB-KERNEL:WITH-SIMPLE-CONDITION-RESTARTS ERROR NIL "Problem running ~A hook ~S:~%  ~A" "initialization" GLIB::RUN-INITIALIZERS #<TYPE-ERROR expected-type: GOBJECT:GTYPE datum: NIL>)
5: (SB-INT:CALL-HOOKS "initialization" (LOG4CL-IMPL::INIT-HOOK GLIB::RUN-INITIALIZERS) :ON-ERROR :ERROR)
6: (SB-IMPL::REINIT T)
7: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
8: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
9: (SB-IMPL::%START-LISP)

unhandled condition in --disable-debugger mode, quitting

I have been experiencing this for quite a while. Can anyone confirm?

Thanks a lot for maintaining this package!

MithicSpirit commented on 2023-01-12 05:30 (UTC) (edited on 2023-01-12 05:31 (UTC) by MithicSpirit)

@rek2 this name change has been a long time coming and is to keep this package in line with the package community/nyxt, which has been called so since its appearance there. I believe that anyone who was subscribed to notifications of this package received an email when the request for merging nyxt-browser-git into nyxt-git was opened and another when it was fulfilled. If you did not, make sure that you have clicked the "Enable notifications" button on the top right of the page (in the box labeled "Package Actions").

As for tor-browser-git I do not maintain nor use that package, so I cannot say what happened there.