You are not logged in.

#1 2013-06-20 17:10:44

tkbx
Member
Registered: 2013-04-06
Posts: 27

AUR package opens curl and stops working?

I'm trying to install id3ed (https://aur.archlinux.org/packages/id3ed). I downloaded the tarball, unzipped, and ran makepkg. It gave me this:

[lucas@archbox id3ed]$ makepkg -s > ~/id3error
==> Making package: id3ed 1.10.4-1 (Thu Jun 20 13:08:32 EDT 2013)
==> WARNING: Using a PKGBUILD without a package() function is deprecated.
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading id3ed-1.10.4.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:09 --:--:--     0^C==> ERROR: Aborted by user! Exiting...

It just sits there until I ^C. I assume the file exists, or curl would have errored. I ran pacman -Syu just before this, and everything is up to date. Anyone else had this issue?

Last edited by tkbx (2013-06-20 17:11:40)

Offline

#2 2013-06-20 17:36:37

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: AUR package opens curl and stops working?

Because the remote host is simply unreachable...

$ curl http://www.twobitcoder.com/projects/id3ed-1.10.4.tar.gz                                                                                                                                                                               
curl: (7) Failed connect to www.twobitcoder.com:80; No route to host

Offline

Board footer

Powered by FluxBB