I only sent this answer to pacman-dev and forgot aur-general... ---------- Forwarded message ---------- From: Xavier <shiningxc@gmail.com> Date: Sun, Aug 24, 2008 at 1:23 PM Subject: Re: [pacman-dev] [aur-general] makepkg 3.2.1 testing To: Discussion list for pacman development <pacman-dev@archlinux.org> On Sun, Aug 24, 2008 at 11:17 AM, Allan McRae <allan@archlinux.org> wrote:
I've got the following behavior from makepkg: After clearing my local makepkg source cache I try to run:
$ makepkg -g ==> Retrieving Sources... -> Downloading feature.jar... --2008-08-24 10:22:46-- http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site... Resolving www.polarion.org... 212.227.210.100 Connecting to www.polarion.org|212.227.210.100|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 16510 (16K) [application/java-archive] Saving to: `org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar'
100%[======================================>] 16,510 --.-K/s in 0.1s
2008-08-24 10:22:47 (109 KB/s) - `org.polarion.eclipse.team.svn.connector_2.0.3.I20080814-1500.jar' saved [16510/16510]
What is really strange here is that makepkg isn't even saving the file to <name>.part. I don't understand this.
Good catch, this made me guess the problem without even looking at makepkg. The problem is that I just broke the compatibility with the old DLAGENTS array (pre 3.2.0). The old scheme : 'http::/usr/bin/wget -c -t 3 --waitretry=3' The new one : 'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u' To G_Syme : you need to merge your makepkg.conf.new file to get the new syntax above. After that, it should work perfectly. I am not sure that it is worth supporting the old DLAGENTS array for this new filename feature, but at least makepkg should exit more gracefully and warn about the problem.