Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273798 - net-misc/vidalia-0.1.12 fails to emerge due to failed fetch
Summary: net-misc/vidalia-0.1.12 fails to emerge due to failed fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-12 00:30 UTC by Dan Fego
Modified: 2009-10-28 10:37 UTC (History)
2 users (show)

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


Attachments
Patch to modify the existing vidalia ebuild to change the URL. (vidalia-0.1.12.ebuild.patch,419 bytes, patch)
2009-06-12 00:32 UTC, Dan Fego
Details | Diff
Actual patch to modify the existing ebuild (vidalia-0.1.12.ebuild.patch,427 bytes, patch)
2009-06-12 00:38 UTC, Dan Fego
Details | Diff
Fix download failure and do a version bump to 0.1.15 (vidalia-0.1.15.ebuild,1.05 KB, text/plain)
2009-07-22 18:33 UTC, Gustavo F. Padovan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Fego 2009-06-12 00:30:42 UTC
Vidalia fails to fetch the source files. The URL in the ebuild seems to be invalid.

Reproducible: Always

Steps to Reproduce:
1. emerge vidalia
2. emerge fails b/c it can't fetch the source tarball



The URL currently in the ebuild is:
http://www.vidalia-project.net/dist/${P}.tar.gz

The current URL it should be is:
http://www.torproject.org/vidalia/dist/${P}.tar.gz

It's also a few versions old, but that's another bug report. :)
Comment 1 Dan Fego 2009-06-12 00:32:55 UTC
Created attachment 194321 [details, diff]
Patch to modify the existing vidalia ebuild to change the URL.

The change is simple enough, but adding a patch for convenience.
Comment 2 Dan Fego 2009-06-12 00:36:32 UTC
Comment on attachment 194321 [details, diff]
Patch to modify the existing vidalia ebuild to change the URL.

><HTML><HEAD/><BODY><PRE>--- /usr/portage/net-misc/vidalia/vidalia-0.1.12.ebuild	2009-04-25 19:51:20.000000000 -0400
>+++ ./vidalia-0.1.12.ebuild	2009-06-11 20:31:23.134294784 -0400
>@@ -8,7 +8,7 @@
> 
> DESCRIPTION="Qt 4 front-end for Tor"
> HOMEPAGE="http://www.vidalia-project.net/"
>-SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
>+SRC_URI="http://www.torproject.org/vidalia/dist/${P}.tar.gz"
> 
> LICENSE="|| ( GPL-3 GPL-2 ) openssl"
> SLOT="0"
></PRE></BODY></HTML>
Comment 3 Dan Fego 2009-06-12 00:38:00 UTC
Created attachment 194323 [details, diff]
Actual patch to modify the existing ebuild

Because I'm too dense to change a URL in a file correctly...
Comment 4 Gustavo F. Padovan 2009-07-22 18:33:09 UTC
Created attachment 198815 [details]
Fix download failure and do a version bump to 0.1.15

Fix download failure and do a version bump to 0.1.15
Comment 5 Matija "hook" Šuklje 2009-08-17 21:17:11 UTC
The ebuild in the tree is still not updated.

Also 0.2.2 is out.
Comment 6 Torsten Veller (RETIRED) gentoo-dev 2009-10-28 10:35:17 UTC
The URL was fixed in 0.1.15.

Patrick, do you want to bump it again?
Comment 7 Torsten Veller (RETIRED) gentoo-dev 2009-10-28 10:37:44 UTC
Bump request is in bug 276483

So this bug is fixed.