Opened 3 years ago

Closed 3 years ago

#62673 closed defect (fixed)

webkit-gtk 2.4.11 : autoreconf failure during install

Reported by: scfcode (scf) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: webkit-gtk

Description

❯ /usr/bin/sudo /opt/local/bin/port  install -s webkit-gtk
--->  Computing dependencies for webkit-gtk
--->  Fetching distfiles for webkit-gtk
--->  Verifying checksums for webkit-gtk
--->  Extracting webkit-gtk
--->  Applying patches to webkit-gtk
Warning: reinplace s/def __APPLE__/ 0/ didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.11/Source/JavaScriptCore/API/WebKitAvailability.h
Warning: reinplace s:-stdlib=libstdc++:: didn't change anything in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.11/Source/autotools/SetupCompilerFlags.m4
--->  Configuring webkit-gtk
Error: Failed to configure webkit-gtk: autoreconf failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit-gtk/webkit-gtk/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port webkit-gtk failed

Attachments (1)

main.log (274.7 KB) - added by scfcode (scf) 3 years ago.
main.log referenced in the failed install

Download all attachments as: .zip

Change History (8)

Changed 3 years ago by scfcode (scf)

Attachment: main.log added

main.log referenced in the failed install

comment:1 Changed 3 years ago by scfcode (scf)

From the main.log attached

3550    :info:configure autoreconf: configure.ac: not using Intltool
3551	:info:configure autoreconf: running: /opt/local/bin/gtkdocize --copy
3552	:info:configure gtkdocize: GTK_DOC_CHECK not called in ./configure.ac
3553	:info:configure autoreconf: error: /opt/local/bin/gtkdocize failed with exit status: 1
3554	:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkitgtk-2.4.11" && autoreconf -fvi
3555	:info:configure Exit code: 1

This fails with install or install -s

Big Sur 11.2.1 (20D75) - I'll try a later version.

comment:2 Changed 3 years ago by scfcode (scf)

( Any chance it might be a cousin of, from a while ago I know, but... #62412 )

Last edited 3 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 3 years ago by scfcode (scf)

Keywords: bigsur added
Port: webkit-gtk added

comment:4 Changed 3 years ago by kencu (Ken)

you probably want webkit2-gtk instead?

comment:5 in reply to:  2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: bigsur removed
Owner: set to ryandesign
Status: newaccepted

Replying to scfcode:

( Any chance it might be a cousin of, from a while ago I know, but... #62412 )

Yes. autoconf was updated to a new version. As a consequence, many ports that use autoreconf now need to have a dependency on gtk-doc added. The OS version is inconsequential.

comment:6 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Correction: No. webkit-gtk already has a dependency on gtk-doc. The complaint is not that gtkdocize is missing (as it was in #62412) but rather that it failed to run.

comment:7 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In cd51308cc8ceb8819ace406604e871d261e37668/macports-ports (master):

webkit-gtk: Fix configure failure

Closes: #62673

Note: See TracTickets for help on using tickets.