[MacPorts] #39003: emacs @24.3_0 installation is ok, but no gnutls deps, runtime error
#39003: emacs @24.3_0 installation is ok, but no gnutls deps, runtime error ---------------------+-------------------------------- Reporter: egor7@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: emacs, gnutls ---------------------+-------------------------------- There is no correct gnutls dependency in emacs port. {{{ port rdeps emacs The following ports are dependencies of emacs @24.3_0: pkgconfig libiconv gperf texinfo xz gettext expat ncurses }}} But this dependency exists: {{{
emacs dyld: Library not loaded: /opt/local/lib/libgnutls.26.dylib Referenced from: /usr/local/bin/emacs Reason: image not found Trace/BPT trap: 5 }}}
I've updated ports. The new gnutls now has {{{ /opt/local/lib/libgnutls.28.dylib }}} but emacs wants {{{ /opt/local/lib/libgnutls.26.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/39003> MacPorts <http://www.macports.org/> Ports system for OS X
#39003: emacs @24.3_0 installation is ok, but no gnutls deps, runtime error ----------------------------+-------------------------------- Reporter: egor7@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: emacs, gnutls | ----------------------------+-------------------------------- Comment (by egor7@…): {{{ sudo port upgrade --force emacs }}} didn't help -- Ticket URL: <https://trac.macports.org/ticket/39003#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39003: emacs @24.3_0 installation is ok, but no gnutls deps, runtime error ----------------------+-------------------------------- Reporter: egor7@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: invalid | Keywords: Port: emacs | ----------------------+-------------------------------- Changes (by larryv@…): * cc: egor7@…, openmaintainer@… (removed) * status: new => closed * resolution: => invalid * port: emacs, gnutls => emacs Comment: Thanks. In the future, don’t Cc “openmaintainer” (dummy email address) or yourself (you’re the ticket reporter). Replying to [ticket:39003 egor7@…]:
{{{
emacs dyld: Library not loaded: /opt/local/lib/libgnutls.26.dylib Referenced from: /usr/local/bin/emacs Reason: image not found Trace/BPT trap: 5 }}}
MacPorts does not install anything in `/usr/local/bin`. This is a separate Emacs that you must have installed yourself. Please remove it, or change your `PATH` so that `/opt/local/bin` comes before `/usr/local/bin`, or run Emacs using its full path (`/opt/local/bin/emacs`). -- Ticket URL: <https://trac.macports.org/ticket/39003#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#39003: emacs @24.3_0 installation is ok, but no gnutls deps, runtime error ----------------------+-------------------------------- Reporter: egor7@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: invalid | Keywords: Port: emacs | ----------------------+-------------------------------- Comment (by egall@…): I have gnutls installed, and I'm just posting to verify with `otool` (via my `port-depcheck.sh` script) that MacPorts's `emacs` doesn't actually link against gnutls. -- Ticket URL: <https://trac.macports.org/ticket/39003#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts