Problem compiling mozilla and kdelibs4 with apt-build

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
jaspis
Beiträge: 72
Registriert: 24.09.2004 22:04:18

Problem compiling mozilla and kdelibs4 with apt-build

Beitrag von jaspis » 24.01.2005 09:16:42

Hi

I do compile my debian-system (the graphical things) because it is very slow on a PII 300MHz.

Now - I've enter problems by compiling the packages mozilla and kdelibs4.

The problem is too, that I CAN compile these packages on my P4-Laptop, but not on my PII-Laptop.

He is looking for a programm called o

"o mkdepend .... "

Do I have to install some specific packages for the compilation?

Why doesn't he find this programm, when I can compile these packages on my P4-Laptop? apt-build should resolve any build-dependencies by itself?

Any ideas?

Thanks a lot,
Daniel

gms
Beiträge: 7798
Registriert: 26.11.2004 20:08:38
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von gms » 24.01.2005 11:51:15

isn't it better(faster) to compile on p4 and install the newly created packages on pII?

jaspis
Beiträge: 72
Registriert: 24.09.2004 22:04:18

Beitrag von jaspis » 24.01.2005 13:30:42

>Isn't it better to compile on PIV and copy to PII?
Yes , you're right. I didn't thought at that because the apt-build.conf files are different (march=pentium2 & march=pentium4). But I could also write march=pentium2 in my P4-apt-build.conf file).

But - I'll try to compile it on my P2, because I would be happy to solve my problem, otherwise I haven't learnt something.

What I have to tell more:
The sources.list file at P4 had testing- and unstable-repositories.
A few days ago I deleted the unstable-entrys except of one which has java-packages.

The sources.list file at P2 has only testing-repositories.

So is it possible,that I have now "unstable"-packages on my P4 which will be needed to compile these packages? It can't be, can it?

Thanks,
Daniel

gms
Beiträge: 7798
Registriert: 26.11.2004 20:08:38
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von gms » 24.01.2005 13:42:47

jaspis hat geschrieben:So is it possible,that I have now "unstable"-packages on my P4 which will be needed to compile these packages? It can't be, can it?
find it out:

Code: Alles auswählen

apt-get install apt-show-versions
apt-show-versions | grep unstable

Antworten