Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243090 - net-misc/icaclient: failed to emerge - bad URL for downloading RPM
Summary: net-misc/icaclient: failed to emerge - bad URL for downloading RPM
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
: 248166 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-10-21 18:58 UTC by gareth.pullen
Modified: 2008-11-24 11:07 UTC (History)
2 users (show)

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


Attachments
Changed ebuild URL to point to correct location (ftp rather than http) (icaclient-10.6-r4.ebuild,3.55 KB, text/plain)
2008-10-21 19:24 UTC, gareth.pullen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gareth.pullen 2008-10-21 18:58:19 UTC
When trying to emerge the Citrix ICAClient (net-misc/icaclient), the emerge will fail, due to not finding the RPM to download. (Bad URL: http://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm ) (working URL: ftp://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm  --  changed http:// to ftp:// )

Reproducible: Always

Steps to Reproduce:
1.try to emerge package "icaclient"
2.Wait.
3.Watch.

Actual Results:  
RPM will fail to download.

Expected Results:  
RPM would be downloaded, extracted and then the components installed.

Changing the ebuild SRC_URL from "http://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm" to "ftp://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm" solves the problem.
Comment 1 gareth.pullen 2008-10-21 19:24:54 UTC
Created attachment 169342 [details]
Changed ebuild URL to point to correct location (ftp rather than http)

This is the changed ebuild (broken one points to http://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm this one points to ftp://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm).
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2008-10-21 19:27:46 UTC
Thanks for the report, fixed in CVS.  Provide patches for changes you make to ebuilds, this makes reviewing easier...and in a case like this there is no attachment needed at all.  But thanks in any case.
Comment 3 Ulrich Müller gentoo-dev 2008-11-22 21:06:54 UTC
Hm, you've changed it in the einfo message in pkg_nofetch but not in SRC_URI.
Besides, the package has only RESTRICT=mirror, so pkg_nofetch is no longer necessary?
Comment 4 Ulrich Müller gentoo-dev 2008-11-22 21:07:15 UTC
*** Bug 248166 has been marked as a duplicate of this bug. ***
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2008-11-24 11:07:53 UTC
Thanks, fixed.