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.
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).
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.
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?
*** Bug 248166 has been marked as a duplicate of this bug. ***
Thanks, fixed.