Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 26471

Summary: upated ebuild: icaclient v 7.00
Product: Gentoo Linux Reporter: Peter Gantner (a.k.a. nephros) <gentoo>
Component: Current packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: enhancement CC: moixa
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: the ebuild
DOH! here we go.
icaclient-8.0.ebuild

Description Peter Gantner (a.k.a. nephros) 2003-08-12 03:04:27 UTC
The current version of the CITRIX ICAclient.
bumped the name and changed the RPM filename in the ebuild.

Reproducible: Always
Steps to Reproduce:
Comment 1 Peter Gantner (a.k.a. nephros) 2003-08-12 03:04:54 UTC
Created attachment 15962 [details]
the ebuild
Comment 2 Donny Davies (RETIRED) gentoo-dev 2003-08-21 22:04:56 UTC
i dont use this and cant test it... please re-assign to an appropriate developer :|
Comment 3 Esa 2003-10-05 15:30:22 UTC
installed ok for me: ebuild digest setup ....
Someone capable will add this to portage tree?
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-10-10 11:16:37 UTC
in cvs
Comment 5 Stephan Rutten 2003-10-21 00:15:42 UTC
The old 6.30 rpm is still referred to in the ebuild:

src_unpack() {
	# You must download ICAClient-6.30-1.i386.rpm
	# from www.citrix.com and put it in ${DISTDIR}
	rpm2cpio ${DISTDIR}/${A} | cpio -i --make-directories
}

Should be:

src_unpack() {
	# You must download ICAClient-7.00-1.i386.rpm
	# from www.citrix.com and put it in ${DISTDIR}
	rpm2cpio ${DISTDIR}/${A} | cpio -i --make-directories
}
Comment 6 Peter Gantner (a.k.a. nephros) 2003-10-21 00:46:29 UTC
Created attachment 19572 [details]
DOH! here we go.
Comment 7 Wernfried Haas (RETIRED) gentoo-dev 2004-04-06 14:15:28 UTC
Though i don't really understand their scheme for labelling versions i only find 7.0x and 6.00.* versions on the downloadsite
http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&downloadID=3323
i think this version should therefore be marked stable (x86) as at least i am unable to download the package for the current stable 6.30-r1.
Comment 8 Christian Hartmann (RETIRED) gentoo-dev 2004-04-06 14:18:08 UTC
reopened bug because of comment #7
Comment 9 Stephen Bishop 2004-05-24 11:41:14 UTC
I've been using the 'unstable' v7 for several weeks on 5 gentoo boxes.  Haven't had any problems with the emerge, and the client itself seems to work better than the old version 6.3. Recommend this be marked as stable.
Comment 10 Tobias Sager 2004-06-02 23:52:25 UTC
Works nice here too.
Comment 11 Tobias Sager 2004-06-02 23:53:49 UTC
There is already a new version out:
http://download2.citrix.com/files/en/products/client/ica/current/ICAClient-8.0-1.i386.rpm

Will create ebuild next days if nobody else does it...
Comment 12 Mitchell 2004-06-06 21:04:49 UTC
This new ebuild for version 8.0 of the new icaclient needs to be written ASAP.  Citrix has pulled all versions prior to 8.0, for their English version, making it impossible to emerge any ebuild that is currently in the portage tree.
Comment 13 Tobias Sager 2004-06-10 02:25:19 UTC
Created attachment 33014 [details]
icaclient-8.0.ebuild

Installation works without any problems, BUT I get a segmentation fault when
running the client.
Anyone else more luck?
Comment 14 Tobias Sager 2004-06-10 02:26:05 UTC
Can we remove fetch restriction? It is possible to access the file directly. Are there any license issues?
Comment 15 Chris Gianelloni (RETIRED) gentoo-dev 2004-06-16 14:16:32 UTC
There are definitely licensing issues, as there are export restrictions placed on the file.  This actually, needs to be RESOLVED, since there is a 7.0 client ebuild in portage.  If you want the 8.0 client, look at bug #53300 instead.