Changes between Initial Version and Version 2 of Ticket #60775


Ignore:
Timestamp:
Jul 4, 2020, 7:18:30 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for reporting this.

The munin port used to use the old adduser and addgroup procs in a pre-destroot block. This method was designed before MacPorts started distributing binaries of ports and is not compatible with binaries because when MacPorts installs a port from a binary it doesn't run the destroot phase.

The port was updated to use the new add_users proc instead but it should have been moved outside of the pre-destroot block and the redundant call to addgroup should have been removed. I'll fix it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60775

    • Property Status changed from new to accepted
    • Property Owner set to ryandesign
    • Property Port munin added
    • Property Cc dbevans added
  • Ticket #60775 – Description

    initial v2  
    11Trying to install munin on my macbook pro (MacOS 10.15.5) but always getting following error
    22
     3{{{
    34-->  Staging munin into destroot
    45Error: Failed to destroot munin: command execution failed
     
    67Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    78Error: Processing of port munin failed
    8 
    9 
     9}}}
     10{{{
    1011:info:destroot User munin nonexistent. Create the user and retry
    1112:info:destroot make: *** [install-pre] Error 2
     
    2425:debug:destroot "$procedure $targetname"
    2526:error:destroot See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_munin/munin/main.log for details.
     27}}}