On Mi, 2010-02-24 at 08:53 +0000, Ohly, Patrick wrote: > prepare > Value > compile > failed > dist > failed > libsynthesis-fetch-config > okay > syncevolution-fetch-config > okay > Total passed cases (all: 4) > 2
Our Ubuntu Hardy build environment doesn't have libgnome-bluetooth-dev, which is required for the Bluetooth panel plugin. I've installed the necessary files from Karmic, forceing dpkg to ignore dependencies because I didn't want to touch existing files (see below). Hopefully this will result in a plugin .so which works on later distros. Clearly it won't work on Hardy. # dpkg -i libgnome-bluetooth-dev_2.28.1-0ubuntu2_amd64.deb libgnome-bluetooth7_2.28.1-0ubuntu2_amd64.deb (Reading database ... 30151 files and directories currently installed.) Preparing to replace libgnome-bluetooth-dev 2.28.1-0ubuntu2 (using libgnome-bluetooth-dev_2.28.1-0ubuntu2_amd64.deb) ... Unpacking replacement libgnome-bluetooth-dev ... Selecting previously deselected package libgnome-bluetooth7. Unpacking libgnome-bluetooth7 (from libgnome-bluetooth7_2.28.1-0ubuntu2_amd64.deb) ... dpkg: dependency problems prevent configuration of libgnome-bluetooth7: libgnome-bluetooth7 depends on libdbus-glib-1-2 (>= 0.78); however: Version of libdbus-glib-1-2 on system is 0.74-2. libgnome-bluetooth7 depends on libglib2.0-0 (>= 2.18.0); however: Version of libglib2.0-0 on system is 2.16.3-1. libgnome-bluetooth7 depends on libgtk2.0-0 (>= 2.15.0); however: Version of libgtk2.0-0 on system is 2.12.9-3ubuntu2. dpkg: error processing libgnome-bluetooth7 (--install): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of libgnome-bluetooth-dev: libgnome-bluetooth-dev depends on libgnome-bluetooth7 (= 2.28.1-0ubuntu2); however: Package libgnome-bluetooth7 is not configured yet. dpkg: error processing libgnome-bluetooth-dev (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libgnome-bluetooth7 libgnome-bluetooth-dev (hardy-amd64)r...@knlcst4:/tmp# dpkg -i --force-depends libgnome-bluetooth-dev_2.28.1-0ubuntu2_amd64.deb libgnome-bluetooth7_2.28.1-0ubuntu2_amd64.deb (Reading database ... 30159 files and directories currently installed.) Preparing to replace libgnome-bluetooth-dev 2.28.1-0ubuntu2 (using libgnome-bluetooth-dev_2.28.1-0ubuntu2_amd64.deb) ... Unpacking replacement libgnome-bluetooth-dev ... Preparing to replace libgnome-bluetooth7 2.28.1-0ubuntu2 (using libgnome-bluetooth7_2.28.1-0ubuntu2_amd64.deb) ... Unpacking replacement libgnome-bluetooth7 ... dpkg: libgnome-bluetooth7: dependency problems, but configuring anyway as you request: libgnome-bluetooth7 depends on libdbus-glib-1-2 (>= 0.78); however: Version of libdbus-glib-1-2 on system is 0.74-2. libgnome-bluetooth7 depends on libglib2.0-0 (>= 2.18.0); however: Version of libglib2.0-0 on system is 2.16.3-1. libgnome-bluetooth7 depends on libgtk2.0-0 (>= 2.15.0); however: Version of libgtk2.0-0 on system is 2.12.9-3ubuntu2. Setting up libgnome-bluetooth7 (2.28.1-0ubuntu2) ... Setting up libgnome-bluetooth-dev (2.28.1-0ubuntu2) ... Processing triggers for libc6 ... ldconfig deferred processing now taking place -- Best Regards Patrick Ohly Senior Software Engineer Intel GmbH Open Source Technology Center Pützstr. 5 Phone: +49-228-2493652 53129 Bonn Germany _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
