Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766504 - net-misc/icaclient-20.* fail to know their version, servers doing client version detection can become unhappy
Summary: net-misc/icaclient-20.* fail to know their version, servers doing client vers...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL: http://citrix.com
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-22 10:15 UTC by Henning Schild
Modified: 2021-01-22 10:56 UTC (History)
0 users

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 Henning Schild 2021-01-22 10:15:48 UTC
Calling "wfica -version" results in "unknown" and that string shows up on the servers.
The servers i connect to do client version identification and are not happy with "unknown"

Reproducible: Always

Steps to Reproduce:
1. install net-misc/icaclient
2. wfica -version

Actual Results:  
get "Version unknown"

Expected Results:  
get i.e. "Version  20.12.0.12"

I will send a PR on github for a fix i already have.
Comment 1 Larry the Git Cow gentoo-dev 2021-01-22 10:47:33 UTC
The bug has been closed via the following commit(s):

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

commit b32582453e77f54e4c9c254688d77563c29ad5d9
Author:     Henning Schild <henning@hennsch.de>
AuthorDate: 2021-01-22 10:16:40 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-01-22 10:47:31 +0000

    net-misc/icaclient: create basic version info file
    
    The tarball actually contains a rather complicated script to fill in all
    sorts of fields in the file. It is called "hinst".
    Instead of trying to execute it simply create a file that is good enough
    for "wfica -version".
    
    Closes: https://bugs.gentoo.org/766504
    Signed-off-by: Henning Schild <henning@hennsch.de>
    Closes: https://github.com/gentoo/gentoo/pull/19156
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-misc/icaclient/icaclient-20.12.0.12-r2.ebuild | 251 ++++++++++++++++++++++
 1 file changed, 251 insertions(+)