Bug 999161 - qemu-system-arm: undefined symbol: libssh2_sftp_fsync
Summary: qemu-system-arm: undefined symbol: libssh2_sftp_fsync
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-20 20:22 UTC by Paul Whalen
Modified: 2013-08-21 08:51 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-21 08:51:17 UTC
Type: Bug


Attachments (Terms of Use)

Description Paul Whalen 2013-08-20 20:22:49 UTC
Description of problem:
When launching qemu-system-arm :

qemu-system-arm: undefined symbol: libssh2_sftp_fsync

Version-Release number of selected component (if applicable):

qemu-system-arm-1.6.0-2.fc20.x86_64

How reproducible:

everytime. 

Steps to Reproduce:
1. Install and use to launch an ARM guest (example command):

sudo qemu-system-arm -machine vexpress-a9 -m 1024 -nographic -net nic -net user -append "console=ttyAMA0,115200n8 rw root=/dev/mmcblk0p3 rootwait physmap.enabled=0" -kernel vmlinuz-3.11.0-0.rc5.git6.1.fc20.armv7hl -initrd initramfs-3.11.0-0.rc5.git6.1.fc20.armv7hl.img -sd Fedora-XFCE-VFAT-armhfp-20-20130819-sda.raw


Actual results:
qemu-system-arm: symbol lookup error: qemu-system-arm: undefined symbol: libssh2_sftp_fsync

Expected results:


Additional info:
Resolved using - libssh2-1.4.3-5.fc20.x86_64 +

Comment 1 Richard W.M. Jones 2013-08-20 20:25:32 UTC
Hmm, I guess I'm to blame (kind of) since I added the
ssh block driver upstream :-)

You say "Resolved using - libssh2...".  Do you mean there's
a missing dependency?

Comment 2 Paul Whalen 2013-08-20 20:49:49 UTC
yes, requires libssh2 >= 1.4.3-5

* Tue Apr 09 2013 Richard W.M. Jones <rjones> 1.4.3-5 - Add three patches from upstream git required for qemu ssh block driver.

Comment 3 Richard W.M. Jones 2013-08-21 08:51:17 UTC
This is fixed in qemu-1.6.0-4.fc21, qemu-1.6.0-4.fc20.


Note You need to log in before you can comment on or make changes to this bug.