PiRSquared17 / damnvid

Automatically exported from code.google.com/p/damnvid
GNU General Public License v3.0
0 stars 0 forks source link

Oneiric Ocelot Ubuntu 11.10 missing python-psyco and ffmpeg-damnvid #257

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

On Oneiric Ocelt Ubuntu 11.10 x86_64:

1.sudo add-apt-repository ppa:damnvid/ppa
2.sudo apt-get update
3.sudo apt-get install damnvid

What is the expected behavior? What do you see instead?

damnvid installed on ubuntu 11.10

Instead:
apt-get update ; apt-get install damnvid =>

Fetched 3,088 B in 6s (492 B/s)                                                 

Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 damnvid : Depends: ffmpeg-damnvid but it is not installable
           Recommends: python-psyco but it is not installable
E: Unable to correct problems, you have held broken packages.

What version of DamnVid are you using? On what operating system? Better
yet, paste the system info that you see in the Bug Report dialog, if
possible.

Linux localhost.local 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 
2011 x86_64 x86_64 x86_64 GNU/Linux

Please attach the file damnvid.log, found the in the following directory:
- %APPDATA%\DamnVid if you're on Windows (Copy/paste that into Explorer's
address bar)
- Home/Library/Preferences/DamnVid on Mac OS X
- ~/.damnvid on Linux
Please provide any additional information below.

Original issue reported on code.google.com by chese...@gmail.com on 12 Nov 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Yes, ffmpeg is proving to be troublesome to compile :( Andreas Noteng has been 
trying to compile it, wasn't successful, and I wasn't either.
Still, damnvid will fall back to the system's ffmpeg installation if there is 
one (sudo apt-get install ffmpeg). So you should be able to force-install the 
package and most things should work as long as you have the ffmpeg package.
As for python-psyco, it's an optional dependency, DamnVid works well with or 
without it.

Original comment by windypo...@gmail.com on 12 Nov 2011 at 2:36

GoogleCodeExporter commented 9 years ago
Fall back won't work because it's still looking for "ffmpeg-damnvid" before it 
will install and "ffmpeg is already the newest version.":

# apt-get install damnvid ffmpeg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ffmpeg is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 damnvid : Depends: ffmpeg-damnvid but it is not installable
           Recommends: python-psyco but it is not installable
E: Unable to correct problems, you have held broken packages.

Original comment by chese...@gmail.com on 12 Nov 2011 at 3:59

GoogleCodeExporter commented 9 years ago
By "force-install the package" I mean to install it and forcing it to ignore 
the dependency checks (with --ignore-missing). That should let you install it 
anyway.

However, I understand why you wouldn't want to introduce missing-dependency 
packages on your system, so there's another alternative: simply run it from 
source:

$ sudo apt-get install subversion python-wxgtk2.8 python-beautifulsoup 
python-gdata
$ svn checkout http://damnvid.googlecode.com/svn/trunk/ damnvid
$ cd damnvid
$ python DamnVid.py --rebuild-modules

Original comment by windypo...@gmail.com on 12 Nov 2011 at 5:45

GoogleCodeExporter commented 9 years ago
I'll update the oneiric package to depend on ubuntus ffmpeg until this is 
resolved.

Original comment by anot...@gmail.com on 13 Nov 2011 at 9:54

GoogleCodeExporter commented 9 years ago

Original comment by anot...@gmail.com on 27 Jun 2012 at 6:27