Summary: | media-video/ffmpeg-4.4.1-r2 - ERROR: libssh not found using pkg-config | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 media-video:ffmpeg-4.4.1-r2:20220310-230145.log temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 766767 [details]
emerge-info.txt
Created attachment 766768 [details]
emerge-history.txt
Created attachment 766769 [details]
environment
Created attachment 766770 [details]
etc.portage.tar.bz2
Created attachment 766771 [details]
logs.tar.bz2
Created attachment 766772 [details]
media-video:ffmpeg-4.4.1-r2:20220310-230145.log
Created attachment 766773 [details]
temp.tar.bz2
require_pkg_config libssh libssh libssh/sftp.h sftp_init check_pkg_config libssh libssh libssh/sftp.h sftp_init test_pkg_config libssh libssh libssh/sftp.h sftp_init x86_64-pc-linux-gnu-pkg-config --exists --print-errors libssh check_func_headers libssh/sftp.h sftp_init -lssh test_ld cc -lssh test_cc BEGIN /var/tmp/portage/media-video/ffmpeg-4.4.1-r2/temp/ffconf.trrf0n4h/test.c 1 #include <libssh/sftp.h> 2 #include <stdint.h> 3 long check_sftp_init(void) { return (long) sftp_init; } 4 int main(void) { int ret = 0; 5 ret |= ((intptr_t)check_sftp_init) & 0xFFFF; 6 return ret; } END /var/tmp/portage/media-video/ffmpeg-4.4.1-r2/temp/ffconf.trrf0n4h/test.c x86_64-pc-linux-gnu-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -pipe -march=native -fno-diagnostics-color -O2 -march=znver3 -std=c11 -fPIC -pthread -I/usr/include/p11-kit-1 -I/usr/include/libdrm -c -o /var/tmp/portage/media-video/ffmpeg-4.4.1-r2/temp/ffconf.trrf0n4h/test.o /var/tmp/portage/media-video/ffmpeg-4.4.1-r2/temp/ffconf.trrf0n4h/test.c /var/tmp/portage/media-video/ffmpeg-4.4.1-r2/temp/ffconf.trrf0n4h/test.c:1:10: fatal error: libssh/sftp.h: No such file or directory 1 | #include <libssh/sftp.h> | ^~~~~~~~~~~~~~~ compilation terminated. ERROR: libssh not found using pkg-config The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90006777ea8b859af15272cb6637f552e1d014a commit f90006777ea8b859af15272cb6637f552e1d014a Author: Sam James <sam@gentoo.org> AuthorDate: 2022-04-05 06:55:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-04-05 06:56:51 +0000 media-video/ffmpeg: fix libssh dependency Closes: https://bugs.gentoo.org/834960 Signed-off-by: Sam James <sam@gentoo.org> media-video/ffmpeg/{ffmpeg-4.4.1-r4.ebuild => ffmpeg-4.4.1-r5.ebuild} | 2 +- media-video/ffmpeg/{ffmpeg-5.0-r2.ebuild => ffmpeg-5.0-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) |