Closed benoitguigal closed 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.
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 "--------------------------------------"
Fixed using an alternative repository.
I had this issue today, fixed it using frxnz version
fixed in new version using http://downloads.sourceforge.net/project/libusbx/releases/1.0.18/source/libusbx-1.0.18.tar.bz2
http://ftp.de.debian.org/debian/pool/main/libu/libusbx/libusbx_1.0.17.orig.tar.bz2 => 404