Ardour 5 Install Error

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

User avatar
programLyrique
Established Member
Posts: 20
Joined: Wed Aug 07, 2013 1:44 pm

Re: Ardour 5 Install Error

Post by programLyrique »

Same error, even after installing apt-transport-s3:

Code: Select all

# aptitude install ardour

Code: Select all

Erreur http://kxstudio.linuxaudio.org/repo gcc5/free amd64 ardour amd64 1:5.3.5-1kxstudio1v5
  505  HTTP Version not supported
0% [En cours]E: impossible de récupérer https://github-cloud.s3.amazonaws.com/releases/39372848/925193f8-7b36-11e6-8256-0fd70f6b012b.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ/20160917/us-east-1/s3/aws4_request&X-Amz-Date=20160917T104446Z&X-Amz-Expires=300&X-Amz-Signature=56ff9c6856ef6882b1f6970e39483bd0ab76c2b6e032659707cb252e071158e1&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment; filename=ardour_5.3.5-1kxstudio1v5_amd64.deb&response-content-type=application/octet-stream : 505  HTTP Version not supported
E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
Gentoo and pro-audio overlay
folderol
Established Member
Posts: 2083
Joined: Mon Sep 28, 2015 8:06 pm
Location: Here, of course!
Has thanked: 231 times
Been thanked: 400 times
Contact:

Re: Ardour 5 Install Error

Post by folderol »

If you've got a stable debian testing best not to do any upgrades for a while :(
Two other issues I know of:
Synaptic won't let you select/deselect packages (apt-get is fine).
Can't wake up desktop after screen save timeout.
The Yoshimi guy {apparently now an 'elderly'}
bpow
Established Member
Posts: 6
Joined: Wed Jan 02, 2013 3:26 am
Has thanked: 1 time
Been thanked: 1 time

Re: Ardour 5 Install Error

Post by bpow »

programLyrique wrote:Same error, even after installing apt-transport-s3:

Code: Select all

# aptitude install ardour

Code: Select all

Erreur http://kxstudio.linuxaudio.org/repo gcc5/free amd64 ardour amd64 1:5.3.5-1kxstudio1v5
  505  HTTP Version not supported
0% [En cours]E: impossible de récupérer https://github-cloud.s3.amazonaws.com/releases/39372848/925193f8-7b36-11e6-8256-0fd70f6b012b.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ/20160917/us-east-1/s3/aws4_request&X-Amz-Date=20160917T104446Z&X-Amz-Expires=300&X-Amz-Signature=56ff9c6856ef6882b1f6970e39483bd0ab76c2b6e032659707cb252e071158e1&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment; filename=ardour_5.3.5-1kxstudio1v5_amd64.deb&response-content-type=application/octet-stream : 505  HTTP Version not supported
E: Unable to fetch some packages; try '-o APT::Get::Fix-Missing=true' to continue with missing packages
I haven't figured out exactly what the problem is, but I did figure out a work-around for now. You can find the uri for the package and then download it manually...

To find the uri...

Code: Select all

apt-get --print-uris install ardour
(currently http://kxstudio.linuxaudio.org/repo/poo ... _amd64.deb), then wget and manually 'dpkg -i' that deb file.

Running

Code: Select all

apt-get install ardour -o Debug::Acquire::https=1
seems to show that apt-transport-s3 isn't even getting used, but that the connection and redirect attempts are being made with apt-transport-https and failing for some reason. So maybe it is a bug in apt-transport-https?
User avatar
programLyrique
Established Member
Posts: 20
Joined: Wed Aug 07, 2013 1:44 pm

Re: Ardour 5 Install Error

Post by programLyrique »

It now works in Debian Sid (has been for a few days now. Just did a sudo apt-get update before).
Gentoo and pro-audio overlay
User avatar
JHoermann
Established Member
Posts: 24
Joined: Sun Oct 30, 2016 4:30 pm
Contact:

Re: Ardour 5 Install Error

Post by JHoermann »

They are working on a bugfix as you can see here: https://bugs.launchpad.net/ubuntu/+sour ... ug/1651923
Should be out in a couple of days on Ubuntu 16.10 and 17.04.
My Youtube channel about Linux audio production: https://www.youtube.com/user/JHoermann
Gear:
Notebook: Dell XPS 13
Audiointerface: Focusrite Scarlett Solo 2nd Gen
Guitar: Gibson Les Paul Tribute 60's
Mic: Superlux E205
Post Reply