Re: [arch-general] makepkg, curl "no route to host"

2014-05-08 Thread Mihamina Rakotomandimby
On 05/07/14 16:48, Gabriel Ozaki wrote: Like Savyasachee says, try this: DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/wget -c -O %o %u' 'https::/usr/bin/wget -c -O %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u

Re: [arch-general] makepkg, curl "no route to host"

2014-05-07 Thread Gabriel Ozaki
Like Savyasachee says, try this: DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/wget -c -O %o %u' 'https::/usr/bin/wget -c -O %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u %o' 'scp::/usr/bin/scp -C %u %o')

Re: [arch-general] makepkg, curl "no route to host"

2014-05-07 Thread Mihamina Rakotomandimby
On 05/07/2014 04:12 PM, Gabriel Ozaki wrote: can you show your /etc/makepkg.conf ? Here you are: http://pastebin.com/CmieZk6A

Re: [arch-general] makepkg, curl "no route to host"

2014-05-07 Thread Savyasachee Jha
On Wed, May 7, 2014 at 10:03 PM, Mihamina Rakotomandimby < mihamina.rakotomandi...@rktmb.org> wrote: > How can I switch to "wget" just to try? > Just change the DLAGENTS line specific to the protocol in /etc/makepkg.conf. For example, for http, you can set "http::/usr/bin/wget -c -O %o %u" to u

Re: [arch-general] makepkg, curl "no route to host"

2014-05-07 Thread Gabriel Ozaki
Hi can you show your /etc/makepkg.conf ? 2014-05-07 10:03 GMT-03:00 Mihamina Rakotomandimby < mihamina.rakotomandi...@rktmb.org>: > Hi all, > > I have a problem with makepkg. > I want to install ctemplate from AUR: > > $ makepkg -s > ==> Making package: ctemplate 2.2-1 (Wed May 7 15:49:15 EAT

[arch-general] makepkg, curl "no route to host"

2014-05-07 Thread Mihamina Rakotomandimby
Hi all, I have a problem with makepkg. I want to install ctemplate from AUR: $ makepkg -s ==> Making package: ctemplate 2.2-1 (Wed May 7 15:49:15 EAT 2014) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ctemplate-2.2.tar.gz