[MacPorts] #68074: nyxt @3.5.0: The value NIL is not of type GOBJECT:GTYPE

MacPorts noreply at macports.org
Sun Sep 3 10:45:35 UTC 2023


#68074: nyxt @3.5.0: The value NIL is not of type GOBJECT:GTYPE
--------------------------+----------------------
  Reporter:  tylerwolf35  |      Owner:  catap
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.8.1
Resolution:               |   Keywords:  arm64
      Port:  nyxt         |
--------------------------+----------------------

Comment (by catap):

 PR is opened https://github.com/macports/macports-ports/pull/20292

 This issue should be fixed by https://github.com/macports/macports-
 ports/pull/20292/commits/b3aae5148695409ecd42d0f36b3f48e4da40cd93

 You may "fix" it on your system without waiting until it is merged by
 editing `/opt/local/share/common-lisp/source/cl-cffi/src/libraries.lisp`
 and redefine `darwin-fallback-library-path` function into:

 {{{
 (defun darwin-fallback-library-path ()
   (or (explode-path-environment-variable "DYLD_FALLBACK_LIBRARY_PATH")
       (list (merge-pathnames #p"lib/" (user-homedir-pathname))
             ;; #+arm64 #p"/opt/homebrew/lib/"
             #p"/opt/local/lib/"
             ;; #p"/usr/local/lib/"
             #p"/usr/lib/")))
 }}}

 Here I simple removes Homebrews paths by commenting them.

 If you may test it, I'll be very appricieted because I made my best blind
 shot here.

-- 
Ticket URL: <https://trac.macports.org/ticket/68074#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list