Re: Debian installation of gnome-db fails



Hi!

On Fri, Jan 05, 2001 at 10:48:01AM +0100, Rodrigo Moya wrote:
> Subject: Re: Debian installation of gnome-db fails
> From: Rodrigo Moya <rodrigo gnome-db org>
> To: Bill Barnes <bbarnes operamail com>
> Cc: "gnome-db-list gnome org" <gnome-db-list gnome org>
> In-Reply-To: <3A7C6306 operamail com>
> X-Mailer: Evolution 0.8 (Developer Preview)
> Date:	05 Jan 2001 10:48:01 +0100
> Precedence: bulk
> 
> On 05 Jan 2001 04:27:01 -0500, Bill Barnes wrote:
> > Hello List:
> > 
> 
> Hi Bill
> 
> 
> > Please tell me what I have missed.
> > 
> > Here is sources.list
> > #Debian
> > #deb http://http.us.debian.org/debian potato main contrib non-free
> > deb ftp://ftp.debian.org/debian potato main contrib non-free #KDE
> > deb http://kde.tdyc.com potato main qt1apps crypto optional #helixcode
> > deb http://spidermonkey.helixcode.com/distributions/debian woody main 
> > #gnome-db
> > deb ftp://ftp.gnome-db.org/pub/gnome-db/debian ./
> > deb-src ftp://ftp.gnome-db.org/pub/gnome-db/debian ./
> > 
> > Here is a log from the install run.
> > kgb04:/home/billb# apt-get install gnome-db Reading Package Lists... 0% 
> > Reading Package Lists... 100% Reading Package Lists... Done Building 
> > Dependency Tree... 0% Building Dependency Tree... 0% Building Dependency 
> > Tree... 50% Building Dependency Tree... 50% 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: Sorry, but the 
> > following packages have unmet dependencies:
> >   gnome-db: Depends: libbonobo2 but it is not installable
> >             Depends: libc6 (>= 2.1.97) but 2.1.3-10 is to be installed
> >             Depends: libesd0 (>= 0.2.20) or
> >                      libesd-alsa0 (>= 0.2.20) but it is not going to be 
> > installed
> >             Depends: libgal2 but it is not installable
> >             Depends: libgconf11 (>= 0.11) but it is not installable
> >             Depends: libgda0 but it is not going to be installed
> >             Depends: libghttp1 (>= 1.0.8-2) but 1.0.7-helix1 is to be 
> > installed
> >             Depends: libgtkhtml4 (>= 0.6.1-5) but it is not installable
> >             Depends: liboaf0 (>= 0.6.1-3) but it is not installable
> >             Depends: xlibs (>= 4.0.1-11) but it is not installable
> > E: Sorry, broken packages

Please add the evolution distribution from spidermonkey.helixcode.com to your
apt-sources. Then do the following:

  apt-get source -d libgda gnome-db

Look into the .dsc files for any build-depends you need. apt-get those packages,
e.g. 

apt-get install libbonobo2 libesd0 libgal2 libgconf11 libghttp1 [...]

then use dpkg-source -x libgda*.dsc
         dpkg-source -x gnome-db*.dsc

go into libgda directory first and build the gda packages, install them via
dpkg and do the same for gnome-db after that (sh debian/rules binary).
Of course you can also use dpkg-buildpackage, if you prefer it.

Ciao,

  Holger
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]