[fpc-pascal] FPC 2.4.2 source

Mattias Gaertner nc-gaertnma at netcologne.de
Sat May 21 12:21:54 CEST 2011


On Sat, 21 May 2011 11:57:42 +0200
Rainer Stratmann <RainerStratmann at t-online.de> wrote:

> Am Saturday 21 May 2011 11:29:34 schrieb Mattias Gaertner:
> > On Sat, 21 May 2011 12:12:59 +0300
> >
> > "Juha (gmail)" <juha.manninen62 at gmail.com> wrote:
> > >[...]
> > >
> > > > When trying to update the new lazarus and fpc binaries with deb
> > > > packages I got in trouble with dependancies. Then I abort it.
> >
> > What troubles?
> >
> > > Yes. Based on forum posts updating causes more problems, also when
> > > updating between releases, not only when compiling from svn sources.
> >
> > What problems?
> >
> > Please name a specific problem, so we can discuss a solution.
> 
> <aten/fpc/lazarus-9.0.30/lcl-units-0.9.30_0.9.30-0_i386.deb' ;echo RESULT=$?
> Wähle vormals abgewähltes Paket lcl-units-0.9.30.
> (Lese Datenbank ... 159373 Dateien und Verzeichnisse sind derzeit 
> installiert.)
> Entpacke lcl-units-0.9.30 (aus .../lcl-units-0.9.30_0.9.30-0_i386.deb) ...
> dpkg: Abhängigkeitsprobleme verhindern Konfiguration von lcl-units-0.9.30:
>  lcl-units-0.9.30 hängt ab von lcl-gtk2-0.9.30 (= 0.9.30-0) | lcl-gtk-0.9.30 
> (= 0.9.30-0) | lcl-qt-0.9.30 (= 0.9.30-0); aber:
>   Paket lcl-gtk2-0.9.30 ist nicht installiert.
>   Paket lcl-gtk-0.9.30 ist nicht installiert.
>   Paket lcl-qt-0.9.30 ist nicht installiert.
> dpkg: Fehler beim Bearbeiten von lcl-units-0.9.30 (--install):
>  Abhängigkeitsprobleme - lasse es unkonfiguriert
> Fehler traten auf beim Bearbeiten von:
>  lcl-units-0.9.30
> RESULT=1
>  
> <aten/fpc/lazarus-9.0.30/lcl-qt4-0.9.30_0.9.30-0_i386.deb' ;echo RESULT=$?
> Wähle vormals abgewähltes Paket lcl-qt4-0.9.30.
> (Lese Datenbank ... 161332 Dateien und Verzeichnisse sind derzeit 
> installiert.)
> Entpacke lcl-qt4-0.9.30 (aus .../lcl-qt4-0.9.30_0.9.30-0_i386.deb) ...
> dpkg: Abhängigkeitsprobleme verhindern Konfiguration von lcl-qt4-0.9.30:
>  lcl-qt4-0.9.30 hängt ab von libqt4pas-dev; aber:
>   Paket libqt4pas-dev ist nicht installiert.
> dpkg: Fehler beim Bearbeiten von lcl-qt4-0.9.30 (--install):
>  Abhängigkeitsprobleme - lasse es unkonfiguriert
> Fehler traten auf beim Bearbeiten von:
>  lcl-qt4-0.9.30
> RESULT=1

They are typical dpkg messages. This is pretty normal when installing
deb packages manually. That is not specific to Lazarus or FPC.
The problem is that the tar contains *all* packages, but
normally you don't want to install all of them. A README.txt would
help. For example:
If you want to install the gtk2 version of Lazarus use:
  dpkg -i foogtk.deb bar.deb etc.deb
If you want to install the qt version of Lazarus use:
  dpkg -i fooqt.deb bar.deb etc.deb


Mattias



More information about the fpc-pascal mailing list