Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2021 17:33:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256064] dns/unbound: Installs broken .pc file:
Message-ID:  <bug-256064-7788-GpS9fxjXLe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256064-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256064-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #4 from Yuri Victorovich <yuri@freebsd.org> ---
In the kernel log obtained with:
> $ ktrace -di pkg-config --cflags libunbound
> $ kdump

it prints failed attempts to open libcrypto*.pc:
>  38586 pkgconf  CALL  open(0x7ffffffecb40,0<O_RDONLY>)
>  38586 pkgconf  NAMI  "/usr/local/libdata/pkgconfig/libcrypto-uninstalled=
.pc"
>  38586 pkgconf  RET   open -1 errno 2 No such file or directory
>  38586 pkgconf  CALL  open(0x7ffffffed340,0<O_RDONLY>)
>  38586 pkgconf  NAMI  "/usr/local/libdata/pkgconfig/libcrypto.pc"
>  38586 pkgconf  RET   open -1 errno 2 No such file or directory
>  38586 pkgconf  CALL  open(0x7ffffffecb40,0<O_RDONLY>)
>  38586 pkgconf  NAMI  "/usr/libdata/pkgconfig/libcrypto-uninstalled.pc"
>  38586 pkgconf  RET   open -1 errno 2 No such file or directory
>  38586 pkgconf  CALL  open(0x7ffffffed340,0<O_RDONLY>)
>  38586 pkgconf  NAMI  "/usr/libdata/pkgconfig/libcrypto.pc"
>  38586 pkgconf  RET   open -1 errno 2 No such file or directory

Do you have these files on your system?

--=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-256064-7788-GpS9fxjXLe>