Re: [maemo-developers] ELF file OS ABI invalid

2005-11-17 Thread Riku Voipio
On Thursday 17 November 2005 14:58, Timo Steuerwald wrote:
 -snip--
 /scratchbox/tools/bin/sh: error while loading shared libraries:
 /usr/lib/installwatch.so: ELF file OS ABI invalid
 -snip--

 What does this mean?

This and similar questions belong to the scratchbox mailing lists...

It means you are trying to run x86 binaries while having an arm
library in LD_PRELOAD.  since checkinstall most likely tries to
override same functions as fakeroot and libsb, making it work is
not trivial. 

nevertheless, checkinstall does not support application installer varian deb 
packages, so it isn't going to help you much.. 
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] ELF file OS ABI invalid

2005-11-17 Thread Timo Steuerwald

Riku Voipio wrote:


This and similar questions belong to the scratchbox mailing lists...

 

I thought this error message has something to do with the maemo 
platform, so maemo-dev list would have been correct.



It means you are trying to run x86 binaries while having an arm
library in LD_PRELOAD.  since checkinstall most likely tries to
override same functions as fakeroot and libsb, making it work is
not trivial. 
 


Ahh, thanks for your information.

nevertheless, checkinstall does not support application installer varian deb 
packages, so it isn't going to help you much.. 

 


Yes, I know. I only want to do some quick-dirty packages, only for myself.



Cheers,

Timo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers