Changes between Initial Version and Version 1 of Ticket #71041
- Timestamp:
- Oct 5, 2024, 6:43:55 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71041
-
Property
Status
changed from
new
toassigned
- Property Owner set to ci42
- Property Cc herbygillot added
-
Property
Summary
changed from
"Warning: go violates the layout of the ports-filesystems!"
togo: installs .DS_Store files when /opt/local is a symlink
-
Property
Status
changed from
-
Ticket #71041 – Description
initial v1 9 9 # Console output as follows: 10 10 11 {{{ 11 12 ---> Fetching archive for go 12 13 13 ---> Attempting to fetch go-1.23.2_0.darwin_23.x86_64.tbz2 from https://packages.macports.org/go 14 15 14 ---> Attempting to fetch go-1.23.2_0.darwin_23.x86_64.tbz2 from https://pek.cn.packages.macports.org/macports/packages/go 16 17 15 ---> Attempting to fetch go-1.23.2_0.darwin_23.x86_64.tbz2 from https://kmq.jp.packages.macports.org/go 18 19 16 ---> Fetching distfiles for go 20 21 17 ---> Attempting to fetch go1.23.2.src.tar.gz from https://storage.googleapis.com/golang/ 22 23 18 ---> Attempting to fetch go1.23.2.darwin-amd64.tar.gz from https://storage.googleapis.com/golang/ 24 25 19 ---> Verifying checksums for go 26 27 20 ---> Extracting go 28 29 21 ---> Configuring go 30 31 22 ---> Building go 32 33 23 ---> Staging go into destroot 34 35 24 Warning: violation by /.DS_Store 36 37 25 Warning: violation by /Volumes/.DS_Store 38 39 26 Warning: violation by /Volumes/usb1TBssd/.DS_Store 40 41 27 Warning: violation by /Volumes/usb1TBssd/opt/.DS_Store 42 43 28 Warning: violation by /Volumes/usb1TBssd/opt/local/.DS_Store 44 45 29 Warning: go violates the layout of the ports-filesystems! 46 47 30 Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases! 48 49 31 ---> Installing go @1.23.2_0 50 51 32 ---> Cleaning go 52 53 54 33 [...] 55 56 57 34 ---> Dependencies to be installed: go 58 59 35 ---> Activating go @1.23.2_0 60 61 36 Error: Failed to activate go: Image error: /Volumes/usb1TBssd/.DS_Store already exists and does not belong to a registered port. Unable to activate port go. Use 'port -f activate go' to force the activation. 62 37 while executing … … 73 48 incr progress_step 74 49 _progress update $progress_step $progress_..." 75 76 50 Error: See /Volumes/usb1TBssd/opt/local/var/macports/logs/_Volumes_usb1TBssd_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_go/go/main.log for details. 51 }}}