Changes between Initial Version and Version 1 of Ticket #59159, comment 2


Ignore:
Timestamp:
Oct 7, 2019, 1:03:48 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59159, comment 2

    initial v1  
    11Turns out I was looking at the wrong spot in the error. It was able to pull the file but the build process is failing seemingly due to permissions.
    22
     3{{{
    34--->  Fetching distfiles for db48
    45--->  Verifying checksums for db48
     
    1112Error: Problem while installing db48
    1213Error: Unable to execute port: upgrade cmake failed
    13 
     14}}}
     15{{{
    1416:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_db48/db48/work/db-4.8.30-x86_64/build_unix" && /usr/bin/make -j4 -w all
    1517:info:build Exit code: 2
     
    2022:debug:build "$procedure $targetname"
    2123:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_databases_db48/db48/main.log for details.
     24}}}
    2225
    2326If I run the cd <dir> && make command manually with sudo then I can install it. Unfortunately, ports still doesn't see it as installed though.