|
From: Scott H. <sha...@us...> - 2026-08-20 03:22:36
|
> On Aug 19, 2026, at 9:07 PM, fi...@sn... wrote: > > On 2026-08-19 15:32, Scott Hannahs via Fink-users wrote: >> Folks, >> It seems that I can’t build svn since libapr can’t fetch the >> source. >>> curl --connect-timeout 30 -f -L -A 'fink/0.45.99.git' -O >>> http://www.apache.org/dist/apr/apr-util-1.6.3.tar.bz2 >> Returns as not found. I assume the source version is too old to be >> archived. I was trying to build svn to test a patch to libemf >> suggested by upstream that needs testing on macOS (arm and regular >> flavor). I can try updating version but my local directory is getting >> overburdened and I am running out of time to build new packages so I >> am hoping someone has already run into this and has a tested patch? >> And since it is tied to Apache mirrors there is no master fink-dist >> that I can see. > > It's apr-util, not apr. Regardless, I had an copy of the tarball floating around and uploaded it to SF, and edited the .info to point to that. > > Hanspeter Thanks, yes libaprutil was my issue. I think that works but now the next step is that subversion does not download. I think that version 1.14.5 is the latest in that Apache repository. curl --connect-timeout 30 -f -L -A 'fink/0.45.99.git' -O http://www.apache.org/dist/subversion/subversion-1.14.0.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0 100 273 100 273 0 0 1138 0 0 0 0 0 0 0 0 0 0 0 curl: (22) The requested URL returned error: 404 That’s it for tonight. I think there is source at the Apache Archive directory, https://archive.apache.org/dist I think there is a copy of apr-util there as well. Everything that uses an apache mirror should also look in the archive so things will gracefully age out? -Scott |