Package not installable

Asked by ronzo

I cannot install the package vdr-plugin-burn presumably due to unmet dependencies.

Following packages are missing:
mkisofs (>= 2.0+a19-2)
vdr-genindex (>= 0.1.3)
vdrsync (>= 0.1.2.2dev2+050322)
projectx

(See packages.ubuntu.com/hardy/misc/vdr-plugin-burn )

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu vdr-plugin-burn Edit question
Assignee:
No assignee Edit question
Solved by:
ANDREA
Solved:
Last query:
Last reply:
Revision history for this message
ANDREA (andrea54) said :
#1

yep tried that... there are two things to do in this case:
1) report it as a bug! when a package is offered, its dependencies need to be met!
2) if you like, you can compile it from source ... if you need instructions don't hesitate to ask :-)

ANDREA

Revision history for this message
ronzo (ronaldw) said :
#2

A brief description on how to compile it from source would be nice!

If i compile from source, the software installed is not updated automatically anymore by a package manager, right?

Revision history for this message
ANDREA (andrea54) said :
#3

usually after downloading the source you do
./configure
make
make install

:-)

packages you compile yourself are not updated automatically though, as you mentioned. as soon as the respective packages show up in the repository you can of course replace your compiled version with the official one, which offers the advantage of automatic updates :-)

feel free to ask again should you have any other questions or run into a problem!

ANDREA

Revision history for this message
Best ANDREA (andrea54) said :
#4

hi ronzo
please mark this question as solved if you find one of the answers satisfying; if you have further questions regarding this subject please do feel free to ask! should you have other questions (not related to this one) please open a new question :-)

thank you

ANDREA

Revision history for this message
ronzo (ronaldw) said :
#5

Thanks ANDREA, that solved my question.