Debian Wheezy package built from git

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
gilou
Posts: 15
Joined: Fri May 09, 2014 9:00 pm
Location: Valence, France

Re: Debian Wheezy package built from git

Post by gilou »

I don't understand exactly because it tell me :

Code: Select all

Err https://dl.dropboxusercontent.com ./ Sources                               
  The requested URL returned error: 404
Réception de : 53 https://dl.dropboxusercontent.com ./ Packages [8 522 B]
En when I want install with :

Code: Select all

sudo apt-get install freecad
It can't find freecad.

Have a good day
OS: Debian GNU/Linux 8.2 (jessie)
OS: 64-bit
FreeCAD: 64-bit
Version: 0.16.6155 (Git)
Build type: Unknown
Branch: master
Hash: 0ea477b4205a45d399179301b59af802dcd520bf
Python version: 2.7.9
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.7.0
User avatar
cblt2l
Posts: 155
Joined: Sat May 15, 2010 3:59 am

Re: Debian Wheezy package built from git

Post by cblt2l »

gilou wrote:

Code: Select all

Err https://dl.dropboxusercontent.com ./ Sources      
AFAIK, 'Sources' means that you have the repository set to deb-src, which is a debian source code archive. I am only providing a binary package so make sure your entry looks like this:

Code: Select all

deb https://dl.dropboxusercontent.com/u/63300398/deb-packages ./
and NOT this:

Code: Select all

deb-src https://dl.dropboxusercontent.com/u/63300398/deb-packages ./
Past that I'm stumped. I have had no issues with the current setup. Maybe some other Wheezy users will chime in and let us know if its working for them.
User avatar
bejant
Veteran
Posts: 6075
Joined: Thu Jul 11, 2013 3:06 pm

Re: Debian Wheezy package built from git

Post by bejant »

Dunno if this is helpful or not, but trying to go to the url in your code:
https://dl.dropboxusercontent.com
gives a 404 (Not Found) error message.
User avatar
NormandC
Veteran
Posts: 18587
Joined: Sat Feb 06, 2010 9:52 pm
Location: Québec, Canada

Re: Debian Wheezy package built from git

Post by NormandC »

Hello bejant,

See cblt2l's answer to this here: viewtopic.php?f=4&t=2995&start=30#p51514
cblt2l wrote:Keep in mind that the link from my first post works only when set up as an apt repository i.e. you have to add the line to your sources.list file. If you are trying to follow the link and download the packages manually then you will get a 404.
gilou
Posts: 15
Joined: Fri May 09, 2014 9:00 pm
Location: Valence, France

Re: Debian Wheezy package built from git

Post by gilou »

Thanks cblt2l for your answers,
I've not continue in this way because I managed to compile directly with git sources repository.

effectively I had the deb-src link in my sources.list.
OS: Debian GNU/Linux 8.2 (jessie)
OS: 64-bit
FreeCAD: 64-bit
Version: 0.16.6155 (Git)
Build type: Unknown
Branch: master
Hash: 0ea477b4205a45d399179301b59af802dcd520bf
Python version: 2.7.9
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 6.7.0
Post Reply