After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731864 - gnucash-on-windows incorrect default URL's for packages
gnucash-on-windows incorrect default URL's for packages
Status: RESOLVED FIXED
Product: GnuCash
Classification: Other
Component: Build system
git-master
Other Windows
: Normal normal
: ---
Assigned To: gnucash-core-maint
gnucash-core-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-18 15:57 UTC by Rich
Modified: 2018-06-29 23:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich 2014-06-18 15:57:42 UTC
defaults.sh uses incorrect default url's:

SF_MIRROR "http://heanet.sourceforge.net/sourceforge"
doesn't work.
should be
SF_MIRROR "http://sourceforge.net/projects"

BINUTILS_SRC_URL "$SF_MIRROR/mingw/binutils-2.20.1-src.tar.gz"
doesn't work.
should be
BINUTILS_SRC_URL "$SF_MIRROR/mingw/files/binutils-2.20.1-src.tar.gz"

any of the default url's which use $SF_MIRROR must have "/files" in the path.
Comment 1 Rich 2014-06-28 11:10:02 UTC
The value of SF_MIRROR in defaults.sh in gnucash-on-windows.git is:
"http://heanet.sourceforge.net/sourceforge"

should be:
"http://heanet.dl.sourceforge.net/sourceforge"

But this can be corrected in custom.sh, so this is not really a bug.
Comment 2 Geert Janssens 2014-09-16 22:01:24 UTC
Thank you for your report.

I have looked into these issues and the current defaults.sh script now uses
SF_MIRROR "http://downloads.sf.net"
which is a more generic name that pick a random mirror instead.

With this prefix
BINUTILS_SRC_URL "$SF_MIRROR/mingw/binutils-2.20.1-src.tar.gz"
appears to work fine on my system.

I will close this report now. Should you still encounter problems feel free to reopen and we'll investigate further.
Comment 3 John Ralls 2018-06-29 23:31:21 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=731864. Please update any external references or bookmarks.