Changes between Initial Version and Version 2 of Ticket #71217
- Timestamp:
- Oct 31, 2024, 9:40:19 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71217
- Property Cc mascguy jmroot added
-
Property
Component
changed from
ports
tobase
-
Property
Summary
changed from
I broke my macports install ?
tobase: failures during destroot, potentially related to fs_clone_capable
-
Ticket #71217 – Description
initial v2 3 3 Now I can't install gnutls, mc (at least) from sources even with -t mode 4 4 5 6 5 with -t mode it hides 7 6 8 /opt/local/bin/gmkdir 7 `/opt/local/bin/gmkdir` 9 8 10 and install_headers during destroot step 9 and install_headers during destroot step in gnutls fails 11 10 12 11 without -t 13 12 14 :error:destroot Failed to destroot gnutls. :debug:destroot Error code: NONE :debug:destroot Backtrace: :debug:destroot while executing :debug:destroot "fs_clone_capable $destroot" :debug:destroot (procedure "portdestroot::destroot_finish" line 229) :debug:destroot invoked from within :debug:destroot "$postrun $targetname" :debug:destroot dropping privileges: euid changed to 502, egid changed to 501 15 16 . 13 {{{ 14 :error:destroot Failed to destroot gnutls. 15 :debug:destroot Error code: NONE 16 :debug:destroot Backtrace: 17 :debug:destroot while executing 18 :debug:destroot "fs_clone_capable $destroot" 19 :debug:destroot (procedure "portdestroot::destroot_finish" line 229) 20 :debug:destroot invoked from within 21 :debug:destroot "$postrun $targetname" 22 :debug:destroot dropping privileges: euid changed to 502, egid changed to 501 23 }}}