#71145 closed defect (invalid)
Readown build failure (Sequoia 15.0.1, arm64)
Reported by: | rpokala-freebsd | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.2 |
Keywords: | Cc: | ||
Port: | Readown |
Description
% port version Version: 2.10.2 % port install -d Readown ... builtin-copyStrings --validate --inputencoding utf-16 --outputencoding UTF-16 --outfilename InfoPlist.strings --outdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5/build/Release/Readown.app/Contents/Resources/English.lproj -- /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5/English.lproj/InfoPlist.strings warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'Readown' from project 'Readown') ** BUILD FAILED ** The following build commands failed: StripNIB /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5/English.lproj/MarkdownDocument.nib (in target 'Readown' from project 'Readown') (1 failure) Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5" && /usr/bin/xcodebuild -target "Readown" -configuration Deployment build INSTALL_PATH=/Applications/MacPorts OBJROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5/build/" SYMROOT="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/work/readown-1.0.5/build/" MACOSX_DEPLOYMENT_TARGET=15.0 ARCHS=arm64 SDKROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.sdk" GCC_VERSION=com.apple.compilers.llvm.clang.1_0 CLANG_CXX_LIBRARY="libc++" Exit code: 65 Error: Failed to build Readown: command execution failed DEBUG: Error code: NONE DEBUG: Backtrace: command execution failed while executing "$procedure $targetname" Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_aqua_Readown/Readown/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port Readown failed
Attachments (1)
Change History (6)
Changed 2 weeks ago by rpokala-freebsd
comment:1 Changed 2 weeks ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|---|
Status: | new → assigned |
comment:2 Changed 2 weeks ago by rpokala-freebsd
Summary: | Readown build failure (Sequoia 15.0.1) → Readown build failure (Sequoia 15.0.1, arm64) |
---|
comment:3 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)
We had a successful build of this port on the macOS 15 x86_64 buildbot worker so this problem may be specific to your system.
The log shows two attempts to install Readown. The first failed due to:
:info:build A required plugin failed to load. Please ensure system content is up-to-date — try running 'xcodebuild -runFirstLaunch'.
If you haven't done that, please do.
The second attempt failed with a different error but it was not a clean build attempt and may have been influenced by the initial failed attempt, so please sudo port clean Readown
and try again and attach the new main.log if it fails again.
Finally, note that Readown is old software that has been discontinued by its developer. Readown will not currently work on macOS 15 because it requires php which Apple removed from macOS several years ago. I suggest MacDown as a replacement.
comment:4 Changed 2 weeks ago by rpokala-freebsd
I had already done the xcodebuild
, but I hadn't tried to clean up. After port clean
, it was able to install.
That said, than you for the suggestion about MacDown.
Thanks!
comment:5 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
I'm glad that worked.
I do have some work in progress on switching the Readown port to use a MacPorts php, but Readown only works with php 7.3 and earlier, and php 7.4 and earlier do not currently build on macOS 15; see comment:ticket:70468:1.
Updated summary to clarify that this was seen on arm64.