Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627386 - >=sys-apps/usbredir-0.7.1_p20170503: usbredirtestclient is broken
Summary: >=sys-apps/usbredir-0.7.1_p20170503: usbredirtestclient is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-09 11:03 UTC by Sergey Popov
Modified: 2018-02-12 03:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Popov gentoo-dev 2017-08-09 11:03:32 UTC
pinkbyte@oas1 ~ $ usbredirtestclient 
/usr/bin/usbredirtestclient: error: '/usr/bin/.libs/usbredirtestclient' does not exist
This script is just a wrapper for usbredirtestclient.
See the libtool documentation for more information.

Fix is trivial:

dobin usbredirtestclient/.libs/usbredirtestclient

instead of

dobin usbredirtestclient/usbredirtestclient
Comment 1 Larry the Git Cow gentoo-dev 2018-02-12 03:05:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da44fb3021696c27781b9cf9426d84a254a4a10e

commit da44fb3021696c27781b9cf9426d84a254a4a10e
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2018-02-12 02:40:36 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2018-02-12 03:05:32 +0000

    sys-apps/usbredir: version bump to _p20180211
    
    Also fix usbredirtestclient
    
    Closes: https://bugs.gentoo.org/627386
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-apps/usbredir/Manifest                        |  1 +
 sys-apps/usbredir/usbredir-0.7.1_p20180211.ebuild | 44 +++++++++++++++++++++++
 2 files changed, 45 insertions(+)