Announcement

Collapse
No announcement yet.

Compiling dependency errors!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiling dependency errors!

    Howdy my fellow kubuntians. 

    I am having some trouble compiling konference.  I'm almost at the end of 'config.log' req's, but I can't quite get past needing some KDE header files:
    Code:
    configure:30293: checking for KDE
    configure: 30346: /usr/include/ksharedptr.h
    configure: 30346: /usr/include/ksharedptr.h
    configure: 30346: /usr/lib/kde/include/ksharedptr.h
    ...
    ...so, I...
    Code:
    skoal@morpheus:///data/distro/ubuntu/dev/konference-0.1 $ apt-file search ksharedptr.h
    kdelibs4-dev: usr/include/kde/ksharedptr.h
    ...and see it's in the package 'kdelibs4-dev', and as I continue about my merry way installing more and more dev packages...
    Code:
    skoal@morpheus:///data/distro/ubuntu/dev/konference-0.1 $ sudo apt-get install kdelibs4-dev
    Reading package lists... Done
    Building dependency tree... 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.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      kdelibs4-dev: Depends: libfam-dev
    E: Broken packages
    ...hmm...so I need libfam-dev now? ok...
    Code:
    skoal@morpheus:///data/distro/ubuntu/dev/konference-0.1 $ sudo apt-get install libfam-dev
    Reading package lists... Done
    Building dependency tree... 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.
    
    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:
    
    The following packages have unmet dependencies:
      libfam-dev: Depends: libfam0 (= 2.7.0-5ubuntu3)
    E: Broken packages
    ...ooh! Really now? Another one? This is like Sherlock Holmes sleuth type shiznitt...
    Code:
    skoal@morpheus:///data/distro/ubuntu/dev/konference-0.1 $ sudo apt-get install libfam0
    Reading package lists... Done
    Building dependency tree... Done
    Recommended packages:
      fam
    The following packages will be REMOVED:
      adept akode akregator amarok amarok-arts amarok-engines amarok-gstreamer
      amarok-xine ark artsbuilder digikam filelight gamin gtk2-engines-gtk-qt
      gwenview k3b k3blibs kaddressbook kaffeine kaffeine-gstreamer kaffeine-xine
      kamera kappfinder karm katapult kate kaudiocreator kcalc kcontrol kcron
      kde-guidance kde-style-lipstik kde-systemsettings kdeadmin-kfile-plugins
      kdeartwork kdeartwork-style kdeartwork-theme-window kdebase-bin
      kdebase-kio-plugins kdebluetooth kdegraphics-kfile-plugins kdelibs-bin
      kdelibs4c2 kdemultimedia-kappfinder-data kdemultimedia-kfile-plugins
      kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins
      kdepasswd kdepim-kio-plugins kdepim-kresources kdepim-wizards kdeprint
      kdesktop kdewebdev kdm kfilereplace kfind kghostview khelpcenter kicker
      kimagemapeditor kio-apt kio-locate kipi-plugins klaptopdaemon klinkstatus
      klipper kmail kmenuedit kmilo kmix knetworkconf knotes koffice-data
      koffice-libs kommander konq-plugins konqueror konqueror-nsplugins konserve
      konsole kontact konversation kooka kopete korganizer kpdf kpf kppp krdc krfb
      krita kscd kscreensaver kscreensaver-xsavers ksmserver ksnapshot ksplash
      ksvg ksysguard ksystemlog kthesaurus ktux kubuntu-default-settings
      kubuntu-docs kubuntu-konqueror-shortcuts kuser kwalletmanager kwifimanager
      kwin kxsldbg libcvsservice0 libdbus-qt-1-1c2 libgamin0 libkcal2b libkcddb1
      libkdepim1a libkexif1 libkipi0 libkleopatra1 libkmime2 libkonq4
      libkpimexchange1 libkpimidentities1 libkscan1 libksieve0 libktnef1
      libmimelib1c2 libwvstreams4.0c2-extras openoffice.org2-kde python-kde3
      python2.4-gamin python2.4-kde3 quanta sanekonsole wvdial
    The following NEW packages will be installed:
      libfam0
    0 upgraded, 1 newly installed, 137 to remove and 0 not upgraded.
    Need to get 25.0kB of archives.
    After unpacking 389MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    wtf? Would you like some fries with that screw burger, sir? So, I have to remove my whole KDE desktop because I can't install some KDE header?  Who's maintaining these dev packages? I want your head on a silver platter with some fava beans...mmm...fried MOTU...yummy!

    #2
    Re: Compiling dependency errors!

    Hmm...I have kdelibs4-dev installed (and it seems to depend on libfam-dev, which isn't installed...and neither is libfam0), and my system is completely happy about it...no complaining about broken packages...go figure. :P

    Comment


      #3
      Re: Compiling dependency errors!

      Thanks, Kubicle.

      Something is amiss here, since I remember having kdelibs4-dev installed myself prior to a recent reinstall.  I think I'll try the force option to apt-get, and damned be the consequences!

      rassin frassin rootin tootin $%@@ ^*(# !@#@# packages...

      Comment

      Working...
      X