[Bug 277036] devel/libcircllhist: CTF not generated

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 Feb 2024 18:45:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277036

            Bug ID: 277036
           Summary: devel/libcircllhist: CTF not generated
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fuz@FreeBSD.org
          Reporter: emaste@freebsd.org
             Flags: maintainer-feedback?(fuz@FreeBSD.org)
          Assignee: fuz@FreeBSD.org

In the exp-run for fixing ctfmerge to return an error when it fails (PR276930)
devel/libcircllhist is the one port that failed to build

- making CTF (circllhist.lo)
- compiling dcdflib.c
- making CTF (dcdflib.lo)
- compiling ipmpar.c
- making CTF (ipmpar.lo)
- linking libcircllhist.so.0.0.1
cc -shared -fstack-protector-strong  -Wl,-soname,libcircllhist.so.0 -O2 -pipe 
-fstack-protector-strong -fno-strict-aliasing  -std=c99 -DCOMPAT_43TTY
-I/usr/local/include -Wall -DNDEBUG -o libcircllhist.so.0.0.1 circllhist.lo
dcdflib.lo ipmpar.lo -lm
- merging CTF (libcircllhist.so.0.0.1)
ERROR: ctfmerge: No ctf sections found to merge

circllhist.lo, dcdflib.lo, and ipmpar.lo are built without debugging (no -g),
so ctfconvert does not emit any CTF sections, and ctfmerge's error is valid

-- 
You are receiving this mail because:
You are the assignee for the bug.