Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2024 18:45:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277036] devel/libcircllhist: CTF not generated
Message-ID:  <bug-277036-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277036

            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 (PR2769=
30)
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 -pi=
pe=20
-fstack-protector-strong -fno-strict-aliasing  -std=3Dc99 -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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277036-7788>