Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87512 - Azureus does not auto-update
Summary: Azureus does not auto-update
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal minor (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 23:12 UTC by Robert Pitt
Modified: 2005-05-04 11:19 UTC (History)
1 user (show)

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


Attachments
Azureus never updating fix (azureus.diff,861 bytes, patch)
2005-03-31 23:12 UTC, Robert Pitt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Pitt 2005-03-31 23:12:07 UTC
The Azureus bittorrent client continuously complains about there being a new update out, downloads it and asks for a restart to upgrade. When you restart it, it hasn't upgraded and this behaviour continues. This is due to the way the Gentoo ebuild is installed, with the Azureus jar file in a global directory and Azureus expects it in a home directory. It would be better if Azureus executed the jar version it downloaded to the users home directory if available, and we should probably check that it is actually newer than the global jar too so when emerging a new version of Azureus, the reverse problem doesn't occur. I propose this patch (see attached).
Comment 1 Robert Pitt 2005-03-31 23:12:53 UTC
Created attachment 55002 [details, diff]
Azureus never updating fix

Apply with patch -p0 <azureus.diff
Comment 2 Radek Podgorny 2005-04-03 10:37:42 UTC
What if we just bumped the ebuild so the program itself does not complain? :-(
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2005-05-04 11:19:18 UTC
pkg_postinst() {
        echo
        einfo "Due to the nature of the portage system, we recommend"
        einfo "that users check portage for new versions of Azureus"
        einfo "instead of attempting to use the auto-update feature."
        einfo "You can disable the upgrade warning in"
        einfo "View->Configuration->Interface->Start"