[Bug 261004] devel/e2fsprogs-libss fails to build in poudriere testport (ld: error: unable to find library -lcom_err)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 07 Jan 2022 15:08:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261004

            Bug ID: 261004
           Summary: devel/e2fsprogs-libss fails to build in poudriere
                    testport (ld: error: unable to find library -lcom_err)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tech-lists@zyxst.net
                CC: kaduk-fbsd@mit.edu
             Flags: maintainer-feedback?(kaduk-fbsd@mit.edu)
                CC: kaduk-fbsd@mit.edu

Hi,

fails in poudriere testport on amd64

[00:00:22] (if test -r libss.a; then /bin/rm -f libss.a.bak && /bin/mv libss.a
libss.a.bak; fi)
[00:00:22] ar rc libss.a ss_err.o std_rqs.o invocation.o help.o execute_cmd.o
listen.o parse.o error.o prompt.o request_tbl.o lis
t_rqs.o pager.o requests.o data.o get_readline.o
[00:00:22] /bin/rm -f ../libss.a
[00:00:22] (cd ..; /bin/ln  \
[00:00:22]      `echo lib/ss | sed -e 's;lib/;;'`/libss.a libss.a)
[00:00:22] (cd elfshared; cc -o libss.so.2.0 \
[00:00:22]      -L../../../lib  -pthread  -fstack-protector-strong  -fPIC
-shared \
[00:00:22]      -Wl,-soname,libss.so.2 ss_err.o std_rqs.o invocation.o help.o
execute_cmd.o listen.o parse.o error.o prompt.o req
uest_tbl.o list_rqs.o pager.o requests.o data.o get_readline.o -lcom_err -ldl)
[00:00:22] ld: error: unable to find library -lcom_err
[00:00:22] cc: error: linker command failed with exit code 1 (use -v to see
invocation)
[00:00:22] gmake[1]: *** [Makefile:450: libss.so.2.0] Error 1
[00:00:22] gmake[1]: Leaving directory
'/wrkdirs/usr/ports/devel/e2fsprogs-libss/work/e2fsprogs-1.46.4/lib/ss'
[00:00:22] ===> Compilation failed unexpectedly.

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