[Bug 253788] [PATCH] graphics/gegl: add dependency on execinfo in case of WITH_DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 May 2021 12:08:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253788 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=188a5737a6e9c2510b13aaf1dbd791fd349c04e1 commit 188a5737a6e9c2510b13aaf1dbd791fd349c04e1 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-05-31 12:06:11 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-05-31 12:06:11 +0000 graphics/gegl: Fix build WITH_DEBUG. ld: error: undefined symbol: backtrace_symbols_fd >>> referenced by gegl-buffer.c:349 (../gegl/buffer/gegl-buffer.c:349) >>> gegl/libgegl-0.4.so.0.427.1.p/buffer_gegl-buffer.c.o:(gegl_buffer_leaks) >>> referenced by gegl-buffer.c:939 (../gegl/buffer/gegl-buffer.c:939) >>> gegl/libgegl-0.4.so.0.427.1.p/buffer_gegl-buffer.c.o:(gegl_bt) ld: error: undefined symbol: backtrace >>> referenced by gegl-buffer.c:938 (../gegl/buffer/gegl-buffer.c:938) >>> gegl/libgegl-0.4.so.0.427.1.p/buffer_gegl-buffer.c.o:(gegl_bt) >>> referenced by gegl-buffer.c:922 (../gegl/buffer/gegl-buffer.c:922) >>> gegl/libgegl-0.4.so.0.427.1.p/buffer_gegl-buffer.c.o:(gegl_buffer_set_alloc_stack) cc: error: linker command failed with exit code 1 (use -v to see invocation) PR: 253788 graphics/gegl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug.