On Thu, Aug 21, 2008 at 03:05:56PM +0200, Michael Schwartzkopff wrote: > Am Donnerstag, 21. August 2008 11:30 schrieb Michael Schwartzkopff: > > Hi, > > > > Since the announcement of 2.1.4 i got problems installing heartbeat AND > > pacemaker to my debian systems directly from the OpenSuSE repository > > servers. > > > > 2) heartbeat 2.1.4 > > Changing the source in my apt config to > > deb > > http://download.opensuse.org/repositories/server:/ha-clustering:/lha-2.1 > > /Debian_Etch/ ./ > > > > apt-get update says: > > Get:3 http://download.opensuse.org ./ Packages [1818B] > > > > apt-get install heartbeat-2 results in the following error: > > # apt-get install heartbeat-2 > > 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: > > heartbeat-2: Depends: heartbeat (>= 2.1.4-1) > > E: Broken packages > > Following this shows me that heartbeat in the repository depends on > uuid-runtime and this is only available in testing and unstable distribution. > Not in the main etch distribution. > > Is it possible to fix this dependency?
Sorry about that. The depenancy on uuid-runtime for heartbeat should be removed. A dependancy on uuid-runtime | e2fsprogs should be added to heartbeat-gui. As a work-around you should be able to install with dpkg -i --force-depends Lars, I have pushed a fix for this into my lha-2.1 tree. http://hg.clusterlabs.org/horms/lha-2.1 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
