[MacPorts] #28854: lua: destroot phase asks for admin password as it uses sudo
#28854: lua: destroot phase asks for admin password as it uses sudo ----------------------------------+----------------------------------------- Reporter: raphael@… | Owner: pmq@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: lua ----------------------------------+----------------------------------------- The destroot phase of the lua port calls {{{sudo}}}. This is bad for non- root MacPorts installations. I suggest to remove the call to {{{sudo}}} in the following two lines of [source:trunk/dports/lang/lua/files/patch-dlopen.diff patch-dlopen.diff]: {{{ + cd $(INSTALL_LIB) && sudo ln -s liblua.%VERSION%.dylib liblua.dylib + cd $(INSTALL_LIB) && sudo ln -s liblua.%VERSION%.dylib liblua.%COMPAT_VERSION%.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/28854> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28854: lua: destroot phase asks for admin password as it uses sudo ----------------------------------+----------------------------------------- Reporter: raphael@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: lua ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * owner: pmq@… => ryandesign@… * status: new => assigned Comment: Good idea. -- Ticket URL: <https://trac.macports.org/ticket/28854#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28854: lua: destroot phase asks for admin password as it uses sudo -----------------------------------+---------------------------------------- Reporter: raphael@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: lua | -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r77862 -- Ticket URL: <https://trac.macports.org/ticket/28854#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts