Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907249 - net-ftp/yafc-1.3.7-r2 - ./.../ftp.h: fatal error: libssh/sftp.h: No such file or directory
Summary: net-ftp/yafc-1.3.7-r2 - ./.../ftp.h: fatal error: libssh/sftp.h: No such file...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-27 13:11 UTC by Toralf Förster
Modified: 2023-05-27 13:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,23.00 KB, text/plain)
2023-05-27 13:11 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,126.17 KB, application/x-bzip)
2023-05-27 13:11 UTC, Toralf Förster
Details
environment (environment,82.63 KB, text/plain)
2023-05-27 13:11 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,738 bytes, application/x-bzip)
2023-05-27 13:11 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,64.33 KB, application/x-bzip)
2023-05-27 13:11 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,10.98 KB, application/x-bzip)
2023-05-27 13:11 UTC, Toralf Förster
Details
net-ftp:yafc-1.3.7-r2:20230527-093232.log (net-ftp:yafc-1.3.7-r2:20230527-093232.log,13.18 KB, text/plain)
2023-05-27 13:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.02 KB, application/x-bzip)
2023-05-27 13:11 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-05-27 13:11:42 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I.     -I./src -I./src/ftp -I./src/libmhe -I/usr/include -I/usr/include -I/usr/include     -O2 -pipe -march=native -fno-diagnostics-color -c -o src/main.o src/main.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I.     -I./src -I./src/ftp -I./src/libmhe -I/usr/include -I/usr/include -I/usr/include     -O2 -pipe -march=native -fno-diagnostics-color -c -o src/alias.o src/alias.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I.     -I./src -I./src/ftp -I./src/libmhe -I/usr/include -I/usr/include -I/usr/include     -O2 -pipe -march=native -fno-diagnostics-color -c -o src/cmd.o src/cmd.c
x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -DHAVE_CONFIG_H -I.     -I./src -I./src/ftp -I./src/libmhe -I/usr/include -I/usr/include -I/usr/include     -O2 -pipe -march=native -fno-diagnostics-color -c -o src/commands.o src/commands.c
In file included from src/gvars.h:17,
                 from src/alias.c:16:
./src/ftp/ftp.h:31:10: fatal error: libssh/sftp.h: No such file or directory
   31 | #include <libssh/sftp.h>
      |          ^~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_no_multilib_systemd-j4-20230516-152318

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.4
Python 3.11.3
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0
  [2]   rust-1.69.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.18_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
4)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-jre-bin-17 

php cli (if any):
go version go1.20.4 linux/amd64

  HEAD of ::gentoo
commit cafa2a19b61fbba4045cc80e31c75779f913ebd7
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat May 27 08:47:00 2023 +0000

    2023-05-27 08:46:59 UTC

emerge -qpvO net-ftp/yafc
[ebuild  N    ] net-ftp/yafc-1.3.7-r2  USE="readline socks5 ssh -kerberos"
Comment 1 Toralf Förster gentoo-dev 2023-05-27 13:11:43 UTC
Created attachment 862689 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-05-27 13:11:44 UTC
Created attachment 862690 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-05-27 13:11:45 UTC
Created attachment 862691 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-05-27 13:11:46 UTC
Created attachment 862692 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-05-27 13:11:47 UTC
Created attachment 862693 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-05-27 13:11:48 UTC
Created attachment 862694 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-05-27 13:11:49 UTC
Created attachment 862695 [details]
net-ftp:yafc-1.3.7-r2:20230527-093232.log
Comment 8 Toralf Förster gentoo-dev 2023-05-27 13:11:50 UTC
Created attachment 862696 [details]
temp.tar.bz2