Bug 179344 - sshfs-fuse-1.8 installs pre stripped sshnodelay.so and the library itself is not needed any more
Bug#: 179344 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: genstef@gentoo.org Reported By: betelgeuse@gentoo.org
Component: Applications
URL: 
Summary: sshfs-fuse-1.8 installs pre stripped sshnodelay.so and the library itself is not needed any more
Keywords:  
Status Whiteboard: 
Opened: 2007-05-21 18:59 0000
Description:   Opened: 2007-05-21 18:59 0000
From Changelog:

2007-02-19  Miklos Szeredi <miklos@szeredi.hu>

        * OpenSSH sftp-server can read requests faster, than it processes
        them, when it's buffer is full it aborts.  This can happen on a
        large upload to a slow server.  Work around this by limiting the
        total size of outstanding reqests.  Debian bug #365541.  Tracked
        down by Thue Janus Kristensen

        * Add --disable-sshnodelay configure option.  The sshnodelay.so
        hack shouldnt be needed with OpenSSH client versions >= 4.3

The hack pre stripped so this fixes that too:

 * QA Notice: Pre-stripped files found:
 * /var/tmp/portage/sys-fs/sshfs-fuse-1.8/image/usr/lib/sshnodelay.so
strip: i686-pc-linux-gnu-strip --strip-unneeded

------- Comment #1 From Petteri Räty 2007-05-21 19:00:16 0000 -------
Created an attachment (id=119917) [details]
patch for sshfs-fuse-1.8.ebuild

------- Comment #2 From Stefan Schweizer 2007-05-21 19:31:27 0000 -------
thanks fixed