Opened 17 months ago

Last modified 16 months ago

#66311 closed defect

splint @3.1.2: fatal error: 'signature.tab.h' file not found — at Version 1

Reported by: sudheerhebbale (Sudheer Hebbale) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: bigsur monterey ventura Cc: ballapete (Peter "Pete" Dyballa)
Port: splint

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Hi,

While upgrading the installation of splint on the new version of osX (13.0.1).

Build fails while compiling a file signature.c, for being unable to include signature.tab.h

The following is the log generated

org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2'
:info:build Making all in src
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2/src'
:info:build Compiling signature.c...
:info:build signature.c:181:10: fatal error: 'signature.tab.h' file not found
:info:build #include "signature.tab.h"
:info:build          ^~~~~~~~~~~~~~~~~
:info:build 1 error generated.
:info:build make[2]: *** [signature.o] Error 1
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2/src'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/work/splint-3.1.2" && /usr/bin/make -j1 -w all
:info:build Exit code: 2
:error:build Failed to build splint: command execution failed
:debug:build Error code: CHILDSTATUS 3696 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_splint/splint/main.log for details.

Change History (2)

Changed 17 months ago by sudheerhebbale (Sudheer Hebbale)

Attachment: main.log added

comment:1 Changed 17 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: ballapete added
Description: modified (diff)
Keywords: bigsur monterey ventura added; splint removed
Summary: splint is failing to build on macOS 13.0.1splint @3.1.2: fatal error: 'signature.tab.h' file not found

This was previously reported in comment:ticket:22393:3 but let's keep this ticket open to track it instead since that old ticket was originally about a different error message.

Note: See TracTickets for help on using tickets.