Changes between Initial Version and Version 1 of Ticket #67892
- Timestamp:
- Aug 9, 2023, 6:25:33 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67892
-
Property
Priority
changed from
Low
toNormal
- Property Keywords ventura added; M1 apple silicon Ventura removed
- Property Cc barracuda156 added
-
Property
Summary
changed from
xfconf failed to compile on Ventura arm64, and a potential workaround
toxfconf @4.16.0 failed to compile on Ventura arm64, and a potential workaround
-
Property
Priority
changed from
-
Ticket #67892 – Description
initial v1 1 1 There are no compiled binary packages for xfconf available yet. When macports attempts to compile, compilation fails with the message: 2 3 {{{ 2 4 Error: Failed to configure xfconf: configure failure: command execution failed. 5 }}} 3 6 4 7 It appears that the configuration step fails to run aclocal at the appropriate point. … … 8 11 Doing the following produced a probably-functional copy of xfconf for me:\\ 9 12 10 1) Manually navigating to the appropriate work directory 11 (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_xfce_xfconf/xfconf/work/xfconf-4.16.0)\\ 12 13 2) sudo aclocal\\ 14 15 3) sudo /opt/local/bin/xdt-autogen --prefix=/opt/local --disable-visibility\\ 16 17 4) sudo make && sudo make install\\ 18 19 5) sudo port -f activate xfconf\\ 20 21 13 1. Manually navigating to the appropriate work directory (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_xfce_xfconf/xfconf/work/xfconf-4.16.0) 14 2. `sudo aclocal` 15 3. `sudo /opt/local/bin/xdt-autogen --prefix=/opt/local --disable-visibility` 16 4. `sudo make && sudo make install` 17 5. `sudo port -f activate xfconf` 22 18 23 19 At least, this appears to generate a working xfconf. At the very least, other packages which depend on xfconf will build/install with no more errors than they otherwise would exhibit.