Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435346 - www-client/qupzilla-1.3.1 SRC_URI no longer valid
Summary: www-client/qupzilla-1.3.1 SRC_URI no longer valid
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-17 16:43 UTC by Ben Kohler
Modified: 2012-09-17 17:05 UTC (History)
0 users

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


Attachments
qupzilla-src_uri-fix.patch (qupzilla-src_uri-fix.patch,486 bytes, text/plain)
2012-09-17 16:43 UTC, Ben Kohler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kohler gentoo-dev 2012-09-17 16:43:03 UTC
Created attachment 324108 [details]
qupzilla-src_uri-fix.patch

It seems that upstream has cleaned up their source tarball filenames a bit (no more spaces!) so the current stable qupzilla cannot fetch its source.  It is also not available on any gentoo mirrors, as far as I can tell.

Attached is a patch for the current qupzilla-1.3.1.ebuild.  Oh, and here's the fetch attempt output: 

# emerge -f qupzilla
Calculating dependencies... done!

>>> Fetching (1 of 1) www-client/qupzilla-1.3.1
>>> Downloading 'http://distfiles.gentoo.org/distfiles/QupZilla%201.3.1.tar.gz'
--2012-09-17 11:42:16--  http://distfiles.gentoo.org/distfiles/QupZilla%201.3.1.tar.gz
Resolving distfiles.gentoo.org... 140.211.166.134, 156.56.247.195, 216.165.129.135, ...
Connecting to distfiles.gentoo.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-09-17 11:42:17 ERROR 404: Not Found.

>>> Downloading 'https://github.com/downloads/QupZilla/qupzilla/QupZilla%201.3.1.tar.gz'
--2012-09-17 11:42:17--  https://github.com/downloads/QupZilla/qupzilla/QupZilla%201.3.1.tar.gz
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-09-17 11:42:17 ERROR 404: Not Found.

!!! Couldn't download 'QupZilla%201.3.1.tar.gz'. Aborting.
 * Fetch failed for 'www-client/qupzilla-1.3.1'

>>> Failed to emerge www-client/qupzilla-1.3.1
Comment 1 Agostino Sarubbo gentoo-dev 2012-09-17 17:05:31 UTC
+  17 Sep 2012; Agostino Sarubbo <ago@gentoo.org> qupzilla-1.3.1.ebuild:                                                                                                            
+  Fix broken SRC_URI and use mirror:// wrt to bug 435346 

thanks for the report