curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://sldev.free.fr/binaries/CoolVLViewer-1.30.2.7-Linux-x86_64-Setup
Looks like the binary isn't where the MAKEPKG thinks it is.
Git Clone URL: | https://aur.archlinux.org/coolvlviewer-bin.git (read-only, click to copy) |
---|---|
Package Base: | coolvlviewer-bin |
Description: | A third-party viewer for Second Life and OpenSim grids |
Upstream URL: | http://sldev.free.fr |
Keywords: | games life open opensim second secondlife sim simulation simulator virtual world |
Licenses: | GPL-2.0-only |
Submitter: | GordonGR |
Maintainer: | toastercup |
Last Packager: | toastercup |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-01 14:59 (UTC) |
Last Updated: | 2024-10-22 11:26 (UTC) |
curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://sldev.free.fr/binaries/CoolVLViewer-1.30.2.7-Linux-x86_64-Setup
Looks like the binary isn't where the MAKEPKG thinks it is.
Looks like the source for this package is out of date.
In version 1.28.2.24-1:
Updated Dullahan to use CEF 89. WARNING: this involves using SSE3, which raises the viewer minimum CPU requirements to a SSE3-capable CPU (some old Athlon64 and Pentium CPUs may fail). If needed, you may still rebuild the viewer against CEF 88 by toggling the USE_OLD_CEF option in indra/cmake/00-BuildOptions.cmake.
Linux only: improved the installer by adding an "Install Wine SLVoice.exe" button to the last page/step.
In version 1.28.2.11, the configuration variable overrides from the 'cool_vl_viewer' wrapper script have been split and put and into a new "cool_vl_viewer.conf" file. This file may now also be copied and customized (by 'root') in /etc/ so to provide system-wide defaults for the viewer.
Indeed. I'll fix it, thanks.
This package seems to conlict with itself...
conflicts=('coolvlviewer-bin' 'coolvlviewer-experimental')
PKGBUILD needs an update.
curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://sldev.free.fr/binaries/CoolVLViewer-1.26.24.19-Linux-x86_64-Setup Aborting...
Dwheeler, I really don't see how it matters, since the launcher (and for the matter the desktop file) exist in "$srcdir/../". $srcdir itself contains the links. But sure, it is no problem, I'll do it over the weekend.
GordonGR, I'm changing my builds to use the arch's makechrootpkg, and I'm having the same issue as jens. Making the following change let it build successfully for me. Can you make this change to your PKGBUILD? Thanks!
# Install Launcher
-install -D -m755 $srcdir/../coolvlviewer.launcher \
+install -D -m755 $srcdir/coolvlviewer.launcher \
Hmm, it compiles fine to me.
Pinned Comments
GordonGR commented on 2016-10-01 15:02 (UTC)