[MacPorts] #28001: MacPorts base could support out-of-source builds, or tell user that it doesn't

MacPorts noreply at macports.org
Sat Apr 7 11:03:41 UTC 2018


#28001: MacPorts base could support out-of-source builds, or tell user that it
doesn't
--------------------------+--------------------------------
  Reporter:  julians37@…  |      Owner:  macports-tickets@…
      Type:  enhancement  |     Status:  new
  Priority:  Low          |  Milestone:
 Component:  base         |    Version:  1.9.2
Resolution:               |   Keywords:
      Port:               |
--------------------------+--------------------------------
Changes (by ryandesign):

 * cc: ryandesign, neverpanic (added)


Comment:

 The problem I'm currently seeing with out-of-source `make install` (after
 successful `../configure --prefix=/tmp/mm --with-install-user=$(id -un)`
 and `make`) is:

 {{{
 for f in archive_sites.conf macports.conf pubkeys.conf sources.conf
 variants.conf; do \
                 /opt/local/bin/ginstall -c -o "rschmidt" -g "admin" -m 444
 "$f" "/tmp/mm/etc/macports/${f}.default"; \
                 if test ! -e "/tmp/mm/etc/macports/$f" ; then \
                         set -x; \
                         /opt/local/bin/ginstall -c -o "rschmidt" -g
 "admin" -m 644 "$f" "/tmp/mm/etc/macports"; \
                 fi; \
         done
 ginstall: cannot stat 'archive_sites.conf': No such file or directory
 + /opt/local/bin/ginstall -c -o rschmidt -g admin -m 644
 archive_sites.conf /tmp/mm/etc/macports
 ginstall: cannot stat 'archive_sites.conf': No such file or directory
 }}}

 etc. for the other conf files.

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


More information about the macports-tickets mailing list