clone 476821 -1
reassign -1 openoffice.org-dev
retitle -1 settings.mk does not have support for s390(x)-ibm-linux
severity -1 important
block 476821 by -1
thanks

Hi,

Rene Engelhard wrote:
> Harri Pitkänen wrote:
> > The command here should be
> >   mkdir -p build/oxt/META-INF
> > which leads me to believe that neither $(MKDIR) nor $(PS) (that should get 
> > defined in /usr/lib/openoffice/sdk/settings/settings.mk) are properly 
> > defined. This would be the case if platform detection fails in that file. 
> > The 
> > detection is done by
> > 
> >   (...)
> >   # test for the platform
> >   PLATFORM := $(shell $(PRJ)/config.guess | cut -d"-" -f3,4)
> >   (...)
> >   ifeq "$(PLATFORM)" "linux-gnu"
                          ^^^^^^^^^^

(base)[EMAIL PROTECTED]:~$ dchroot sid
Executing shell in chroot: /chroot/sid
[EMAIL PROTECTED]:~$ uname -a
Linux raptor.debian.org 2.6.18-6-s390x #1 SMP Mon Feb 11 09:38:14 UTC 2008 
s390x GNU/Linux
[EMAIL PROTECTED]:~$ /usr/lib/openoffice/sdk/config.guess
s390x-ibm-linux
[EMAIL PROTECTED]:~$ linux32 /usr/lib/openoffice/sdk/config.guess
s390-ibm-linux
[EMAIL PROTECTED]:~$

linux-gnu of course doesn't match here.

> >   (...)
> [...]
> > Maybe this does not work on s390?
> > 
> > In addition to this, you should make sure that $(UNOPKG_PLATFORM) gets 
> > defined 
> > correctly as well. If it does not, the package may build but fail to work 
> [...]
> 
> This sound likke the SDK might not yet define values for the new archs
> (-> OOo bug).

That's not the case but it doesn't recognize the s390 tripplet (see above).

Regards,

Rene


Reply via email to