Changes between Initial Version and Version 1 of Ticket #61987, comment 20
- Timestamp:
- Nov 5, 2024, 3:18:19 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61987, comment 20
initial v1 62 62 > EDIT: Or is `/Volumes/PEluard` your boot volume? 63 63 64 65 From: David Kossack <dkossack@cruzio.com>66 Subject: Re: [MacPorts] #61987: gobject-introspection @1.60.2_4 : g-ir-scanner producing executable with linking problems67 Date: November 4, 2024 at 6:22:46 PM PST68 Cc: ctreleaven@macports.org, emmiller@gmail.com, macports-tickets@lists.macports.org, mascguy@macports.org, michaelld@macports.org, serge.cohen@synchrotron-soleil.fr69 70 71 64 Yes, it is a samlink: 72 65 66 {{{ 73 67 Ghostship:var root# ls -l /opt/local 74 68 lrwxr-xr-x 1 root wheel 26 Apr 5 2019 /opt/local -> /Volumes/PEluard/opt/local … … 77 71 lrwxr-xr-x 1 root wheel 25 Oct 24 10:26 /opt/local/bin/meson -> /opt/local/bin/meson-3.12 78 72 lrwxr-xr-x 1 root admin 70 Oct 24 11:32 /opt/local/bin/meson-3.12 -> /opt/local/Library/Frameworks/Python.framework/Versions/3.12/bin/meson 79 80 81 73 }}} 74 75 {{{ 82 76 root# port clean gexiv2 83 77 ---> Cleaning gexiv2 … … 98 92 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 99 93 Error: Processing of port gexiv2 failed 100 101 94 }}} 95 96 {{{ 102 97 root# port clean gexiv2 103 98 ---> Cleaning gexiv2 … … 128 123 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 129 124 Error: Processing of port gexiv2 failed 130 131 125 }}} 126 127 {{{ 132 128 root# port clean gexiv2 133 129 ---> Cleaning gexiv2 … … 180 176 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. 181 177 Error: Processing of port gexiv2 failed 182 183 184 178 }}} 185 179 186 180 An attempt at building gexiv2 from GNOME source: 187 181 182 {{{ 188 183 root# which meson 189 184 /opt/local/bin/meson … … 233 228 234 229 A full log can be found at /private/var/root/gexiv2-master/build/meson-logs/meson-log.txt 235 230 }}} 236 231 237 232 So meson is there…