gonzalo / gphoto2-updater

Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
http://github.com/gonzalo/gphoto2-updater
292 stars 72 forks source link

Unable to get libusbx_1.0.17 #18

Closed benoitguigal closed 9 years ago

benoitguigal commented 9 years ago

http://ftp.de.debian.org/debian/pool/main/libu/libusbx/libusbx_1.0.17.orig.tar.bz2 => 404

derekwheee commented 9 years ago

I just happen to be having the same issue right now. I tracked down the package on the Debian site and made the change here

I then pointed the install command to my fork:

$ wget https://raw.githubusercontent.com/frxnz/gphoto2-updater/libusbx-patch/gphoto2-updater.sh && chmod +x gphoto2-updater.sh && sudo ./gphoto2-updater.sh

The install seems to be going well now.

ptrdtznr commented 9 years ago

or actually I could use the lastest version from sourceforge...

if wget -q http://downloads.sourceforge.net/project/libusbx/releases/1.0.18/source/libusbx-1.0.18.tar.bz2 then tar xjvf libusbx_1.0.18.orig.tar.bz2 cd libusbx-1.0.18/ else echo "Unable to get libusbx_1.0.18" echo "Cleaning and exiting..." exit 1 fi

echo echo "--------------------------------------" echo "Compiling and installing libusb 1.0.18" echo "--------------------------------------"

gonzalo commented 9 years ago

Fixed using an alternative repository.

mxjones commented 9 years ago

I had this issue today, fixed it using frxnz version

http://snapshot.debian.org/archive/debian/20130909T094354Z/pool/main/libu/libusbx/libusbx_1.0.17.orig.tar.bz2

gonzalo commented 9 years ago

fixed in new version using http://downloads.sourceforge.net/project/libusbx/releases/1.0.18/source/libusbx-1.0.18.tar.bz2