[MacPorts] #60024: webkit2-gtk @2.26.2_0+minibrowser+x11 GIR Files Malformed

MacPorts noreply at macports.org
Thu Jan 30 20:51:13 UTC 2020


#60024: webkit2-gtk @2.26.2_0+minibrowser+x11 GIR Files Malformed
--------------------------+----------------------
  Reporter:  jmercouris   |      Owner:  kencu
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.6.1
Resolution:               |   Keywords:
      Port:  webkit2-gtk  |
--------------------------+----------------------

Comment (by kencu):

 sure, easy, it all happens in stages.
 {{{
 sudo port -v extract
 sudo port -v patch
 sudo port -v configure
 sudo port -v build
 sudo port -v destroot
 sudo port -v install
 }}}

 are all separate stages, that run the ones above them. So {{{ sudo port -v
 build}}} will run extract, patch, configure, and then build.

 To find the working directory, you run
 {{{
 port work webkit2-gtk
 }}}
 or I usually just
 {{{
 cd `port work webkit2-gtk`
 }}}
 and then look around in there for the source and build folders, etc.

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


More information about the macports-tickets mailing list