Opened 2 years ago

Closed 2 years ago

#64979 closed defect (fixed)

renameutils @0.12.0: error: variable has incomplete type 'struct stat64'

Reported by: isezen (Ismail SEZEN) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: arm64 Cc:
Port: renameutils

Description

OS: Fresh installed MacOS Moneterey v12.3.1

username@max ~ % sudo port install renameutils
--->  Computing dependencies for renameutils
--->  Fetching archive for renameutils
--->  Attempting to fetch renameutils-0.12.0_0.darwin_21.arm64.tbz2 from https://packages.macports.org/renameutils
--->  Attempting to fetch renameutils-0.12.0_0.darwin_21.arm64.tbz2 from https://nue.de.packages.macports.org/renameutils
--->  Attempting to fetch renameutils-0.12.0_0.darwin_21.arm64.tbz2 from https://fra.de.packages.macports.org/renameutils
--->  Fetching distfiles for renameutils
--->  Verifying checksums for renameutils
--->  Extracting renameutils
--->  Applying patches to renameutils
--->  Configuring renameutils
Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled:
  re_search: found in renameutils-0.12.0/config.log
  re_compile_pattern: found in renameutils-0.12.0/config.log
  re_set_syntax: found in renameutils-0.12.0/config.log
  MIN: found in renameutils-0.12.0/config.log
  re_match: found in renameutils-0.12.0/config.log
  mempcpy: found in renameutils-0.12.0/config.log
--->  Building renameutils
Error: Failed to build renameutils: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_renameutils/renameutils/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port renameutils failed

Attachments (1)

main.log (144.6 KB) - added by isezen (Ismail SEZEN) 2 years ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 2 years ago by isezen (Ismail SEZEN)

Attachment: main.log added

main.log

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: arm64 added
Status: assignedaccepted
Summary: renameutils @0.12.0 compilation errorrenameutils @0.12.0: error: variable has incomplete type 'struct stat64'

The log says:

error: variable has incomplete type 'struct stat64'

See #62853 and #62938 for the same problem reported in other ports.

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

Resolution: fixed
Status: acceptedclosed

In add2e5e82ed3c220b5a87796e79ac33520f7ff54/macports-ports (master):

renameutils: Fix detection of lstat64 on arm64

Closes: #64979

Note: See TracTickets for help on using tickets.