Package Details: unvanquished-data 0.54.1-1

Git Clone URL: https://aur.archlinux.org/unvanquished-data.git (read-only, click to copy)
Package Base: unvanquished-data
Description: Game assets for Unvanquished.
Upstream URL: https://www.unvanquished.net
Licenses: GPL3
Submitter: Viech
Maintainer: Viech
Last Packager: Viech
Votes: 23
Popularity: 0.000000
First Submitted: 2014-02-07 17:52 (UTC)
Last Updated: 2023-12-11 06:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Viech commented on 2014-03-31 17:16 (UTC)

Thank you for debugging this! I will add »-d "$cache_dir"« to the commands starting with the next Unvanquished release.

hyshka commented on 2014-03-31 17:01 (UTC)

Ah ha, something you said clicked and I checked my aria.conf which had this in it: dir=Downloads. Problem solved, thanks for your help. The silly errors are the hardest to find.

Viech commented on 2014-03-31 02:58 (UTC)

aria2's download path differs from what I see locally: Instead of »Downloads/unvanquished_0.25.0_universal.torrent« it shows the full path to the folder provided as the designated download target here. (In your case this should be the full path to the »download« folder, not a relative path to a folder named »Downloads«.) Could you modify download-pk3-torrent.sh and in line 59 add »-d "$cache_dir"« to the aria2 command? If this makes a difference and takes you over the mkdir command, you might want to make the same change in line 91 to get a working script. If this works, I'd like to know why aria2 choses a certain folder over the working directory, so I can reproduce this myself and make the script more stable. I'm suspecting an environment variable that sets a default download destination.

hyshka commented on 2014-03-31 01:33 (UTC)

That command returned "unvanquished_0.25.0_universal" correctly. Running "./download-pk3-torrent.sh download cache 0.25.0" after creating the directories gives me the same error as before: Downloading torrent... Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 22aec1|OK | 281KiB/s|Downloads/unvanquished_0.25.0_universal.torrent Status Legend: (OK):download completed. mkdir: cannot create directory ‘’: No such file or directory "aria2c -S" output here: http://pastebay.net/1417743

Viech commented on 2014-03-29 16:53 (UTC)

I can't reproduce this but the error is most likely inside the download-pk3-torrent.sh script where the name of the torrent's root directory is read: aria2c -S "$torrent_file"|grep '/pkg/unvanquished_.*\.pk3'|head -1|awk -F'/' '{print $2}' Could you try this command with $torrent_file being replaced with the path to the torrent (inside makepkg's $srcdir)? It should print "unvanquished_0.25.0_universal". If it doesn't please paste me the output of aria2c -S <path to torrent> somewhere, so I can see whether the format differs from what I see. Otherwise you are invited to debug download-pk3-torrent.sh: Just provide it with two empty directories and the target Unvanquished version as comannd line arguments and see if you can pin down the issue: ./download-pk3-torrent.sh <download directory> <cache directory> 0.25.0

hyshka commented on 2014-03-28 22:00 (UTC)

I am getting the error: mkdir: cannot create directory ‘’: No such file or directory ==> ERROR: A failure occurred in package(). Just after it finishes downloading the torrent file. I think it's an error in the PKGBUILD but I am unsure how to corrent it.

Viech commented on 2014-02-13 22:42 (UTC)

orbisvicis, I'll use a tagged version of the script from now on, which allows me to do so.

orbisvicis commented on 2014-02-10 17:35 (UTC)

You should add download-pk3-torrent.sh to the md5sums array ?