Changes between Initial Version and Version 1 of Ticket #71088


Ignore:
Timestamp:
Oct 11, 2024, 5:42:00 PM (4 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error in the log is:

:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.28.2/Source/JavaScriptCore/offlineasm/config.rb:29:in `<top (required)>': undefined method `exists?' for class File (NoMethodError)
:info:build if sdkRootDirectory and File.exists?(sdkRootDirectory)
:info:build                             ^^^^^^^^
:info:build Did you mean?  exist?
:info:build 	from <internal:/opt/local/lib/ruby3.3/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
:info:build 	from <internal:/opt/local/lib/ruby3.3/3.3.0/rubygems/core_ext/kernel_require.rb>:136:in `require'
:info:build 	from /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/webkitgtk-2.28.2/Source/JavaScriptCore/offlineasm/generate_settings_extractor.rb:28:in `<main>'

Duplicate of #68705.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71088

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Summary changed from webkit2-gtk: install via building from source fails: to webkit2-gtk: undefined method `exists?' for class File (NoMethodError)
  • Ticket #71088 – Description

    initial v1  
     1{{{
    12ninja: build stopped: subcommand failed.
    23Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit2-gtk/webkit2-gtk/work/build" && ninja -j8 all -j8 -v
    34Exit code: 1
    45Error: Failed to build webkit2-gtk: command execution failed
     6}}}
    57
    68I've looked through the log file and I do not see any fatal error...