Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567028 - sci-geosciences/josm-9060 fails to fetch
Summary: sci-geosciences/josm-9060 fails to fetch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joe Sapp (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-28 12:59 UTC by manuel
Modified: 2016-01-02 19:52 UTC (History)
10 users (show)

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


Attachments
build.log (build.log,4.24 KB, text/plain)
2015-11-28 12:59 UTC, manuel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description manuel 2015-11-28 12:59:34 UTC
Created attachment 418054 [details]
build.log

All sources for sci-geosciences/josm-9060 are either unavailable because the anonymous FTP user doesn't have permissions, or because the file is not on the server.
Comment 1 Steven Green 2015-11-29 11:38:21 UTC
Maybe someone forgot to build the tar file.  The ebuild says:

# Upstream doesn't provide versioned tarballs, so we'll have to create one on our own:
# REVISION=${PV}
# mkdir -p josm-${REVISION}
# svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
# cd josm-${REVISION} && ant init-svn-revision-xml && cd -
# tar -cz  --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}
Comment 2 Steven Green 2015-11-29 12:33:13 UTC
I suspect that the mirrors just haven't picked it up yet.  In the meantime, I got it to build with:

export REVISION=9060
mkdir -p josm-${REVISION}
svn co -r ${REVISION} http://josm.openstreetmap.de/svn/trunk/ josm-${REVISION}
cd josm-${REVISION} && ant init-svn-revision-xml && cd -
tar -cz  --exclude=.svn -f /usr/portage/distfiles/josm-${REVISION}.tar.gz josm-${REVISION}

sudo mkdir -p /usr/local/portage/sci-geosciences/josm
sudo cp /usr/portage/sci-geosciences/josm/josm-9060.ebuild /usr/local/portage/sci-geosciences/josm
sudo ebuild /usr/portage/sci-geosciences/josm/josm-9060.ebuild --force manifest
sudo emerge josm
Comment 3 Malte E. 2015-12-01 04:32:16 UTC
Yep, tarball is missing. It shouldn't be hard to add, but someone at Gentoo needs to do it.
Comment 4 James Le Cuirot gentoo-dev 2015-12-10 11:00:39 UTC
hanno hasn't touched this in years. Reassigning to nixphoeni as he did the bump.
Comment 5 Joe Sapp (RETIRED) gentoo-dev 2016-01-02 19:49:30 UTC
Oops, I will take a look...sorry...
Comment 6 Joe Sapp (RETIRED) gentoo-dev 2016-01-02 19:52:06 UTC
I forgot to copy it into distfiles-local.  Should be fixed now.