Opened 3 years ago

Last modified 21 months ago

#62445 closed defect

hugin-app @2019.2.0_3 fails to build due to implicit declaration — at Version 1

Reported by: petrvokac Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina bigsur monterey Cc:
Port: hugin-app

Description (last modified by jmroot (Joshua Root))

pmm:~ pet$ sudo port install hugin-app
Warning: The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
--->  Computing dependencies for hugin-app
--->  Fetching archive for hugin-app
--->  Attempting to fetch hugin-app-2019.2.0_3+accelerate+python38.darwin_20.arm64.tbz2 from https://packages.macports.org/hugin-app
--->  Attempting to fetch hugin-app-2019.2.0_3+accelerate+python38.darwin_20.arm64.tbz2 from https://cph.dk.packages.macports.org/hugin-app
--->  Attempting to fetch hugin-app-2019.2.0_3+accelerate+python38.darwin_20.arm64.tbz2 from https://lil.fr.packages.macports.org/hugin-app
--->  Fetching distfiles for hugin-app
--->  Verifying checksums for hugin-app
--->  Extracting hugin-app
--->  Applying patches to hugin-app
--->  Configuring hugin-app
--->  Building hugin-app
Error: Failed to build hugin-app: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_hugin-app/hugin-app/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port hugin-app failed

pmm:~ pet$ uname -a
Darwin pmm.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:06:51 PST 2021; root:xnu-7195.81.3~1/RELEASE_ARM64_T8101 arm64

Change History (2)

Changed 3 years ago by petrvokac

Attachment: main.log added

build log file

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: catalina bigsur added
Owner: set to MarcusCalhoun-Lopez
Port: hugin-app added
Status: newassigned
Summary: hugin-app build failed on M1hugin-app @2019.2.0_3 fails to build due to implicit declaration
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_hugin-app/hugin-app/work/hugin-2019.2.0/src/foreign/levmar/lm_core.c:182:7: error: implicitly declaring library function 'finite' with type 'int (double)' [-Werror,-Wimplicit-function-declaration]
:info:build   if(!LM_FINITE(p_eL2)) stop=7;
:info:build       ^
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_hugin-app/hugin-app/work/hugin-2019.2.0/src/foreign/levmar/compiler.h:36:19: note: expanded from macro 'LM_FINITE'
:info:build #define LM_FINITE finite // ICC, GCC
Note: See TracTickets for help on using tickets.