Results 1 to 9 of 9
hi all
i'm running debian lenny - latest stable
i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , ...
- 05-21-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 5
broken dependency
hi all
i'm running debian lenny - latest stable
i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm , unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... so here is my question : how do i mark smartcam package as not broken and release my apt???
looks easy but still dont know this
- 05-22-2010 #2
Hi and Welcome !
Is it reporting broken dependency for smartcam package only? Could you post exact error message here?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-22-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 5
fooling apt
synaptic reports You have 1 broken package on your system! Use the "Broken" filter to locate it.
apt-get: You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
smartcam: Depends: libdbus-glib-1-2 (>= 0.7
but 0.76-1 is to be installed
Depends: libgtk2.0-0 (>= 2.16.0) but 2.12.11-4 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
libgtk 2.12.12 and libdbus 0.76 are newest for lenny now ,anyway i would like to keep it as much stable as possible so dont want mess with updates, of course following apt-get advice and correcting dependences simply removes smartcam! idea is to make apt think that smartcam is allright and live it alone!
thanks for reply...
- 05-22-2010 #4
Post the output of this
Code:ls /var/dpkg/info/libdbus*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-22-2010 #5Just Joined!
- Join Date
- May 2010
- Posts
- 5
/var/lib/dpkg/info/libdbus-1-3.list
/var/lib/dpkg/info/libdbus-1-3.md5sums
/var/lib/dpkg/info/libdbus-1-3.postinst
/var/lib/dpkg/info/libdbus-1-3.postrm
/var/lib/dpkg/info/libdbus-1-3.shlibs
/var/lib/dpkg/info/libdbus-1-3.symbols
/var/lib/dpkg/info/libdbus-glib-1-2.list
/var/lib/dpkg/info/libdbus-glib-1-2.md5sums
/var/lib/dpkg/info/libdbus-glib-1-2.postinst
/var/lib/dpkg/info/libdbus-glib-1-2.postrm
/var/lib/dpkg/info/libdbus-glib-1-2.shlibs
/var/lib/dpkg/info/libdbus-glib-1-2.symbols
/var/lib/dpkg/info/libdbus-qt-1-1c2.list
/var/lib/dpkg/info/libdbus-qt-1-1c2.postrm
i hope it is what you'r looking for ?¿
- 05-23-2010 #6
Delete all libdbus-glib-* files available in that folder.
Code:cd /var/lib/dpkg/info su - rm -rf libdbus-glib-*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-23-2010 #7Just Joined!
- Join Date
- May 2010
- Posts
- 5
it didnt correct error, doesnt exist any simple command for this? like aptitude/apt-get keep all for example when you want keep all dependences that system wants remove?? what are you trying achieve by deleting those files?
- 05-24-2010 #8
Those are info files of libdbus-glib. Package Manager records install status of each package/library in those files only. If you remove those files, package manager consider it installed correctly and won't bother you again for any error related to that package.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-25-2010 #9Just Joined!
- Join Date
- May 2010
- Posts
- 5
..it didnt work, i have tried to remove smartcam files but it didnt work either! do you have any other ideas?


Reply With Quote
