[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749718: FTBFS on s390x



On 30/05/14 05:08, Norbert Preining wrote:
> Hi everyone,
> 
> I committed this patch to the git repository:
> diff --git a/debian/rules b/debian/rules
> index 76e6101..3f2f36b 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -4,6 +4,8 @@
>  export SHELL=/bin/bash
>  export CONFIG_SHELL=/bin/sh
>  
> +LUAJIT_FAIL_ARCHS="s390x hppa"
> +
>  # In case one wants to build with old automake (<< 1.13.1), the following
>  # variable has to be set. By default the debian/control requires high
>  # enough versions of automake and friends
> @@ -14,6 +16,9 @@ DEB_HOST_ARCH     ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
>  ifeq ($(DEB_HOST_ARCH), alpha)
>    export LDFLAGS = -Wl,--no-relax
>  endif
> +ifneq (,$(filter $(DEB_HOST_ARCH), $(LUAJIT_FAIL_ARCHS)))
> +  DISABLE_JIT=--disable-luajittex
> +endif
>  
>  #
>  # it seems that ARM metafont segfaults due to a problem with armhf's malloc
> @@ -73,6 +78,7 @@ override_dh_auto_configure:
>         --with-x                                \
>         --with-mf-x-toolkit                     \
>         --with-xdvi-x-toolkit=xaw               \
> +       $(DISABLE_JIT)                          \
>         --disable-lcdf-typetools                \
>         --disable-biber                         \
>         --disable-dvipng                        \
> 
> 
> Hope that is it, but I guess there will be more .

Thanks! It has been built on s390x, but I'm seeing some problems when texlive is
installed, e.g.:

https://buildd.debian.org/status/fetch.php?pkg=s3ql&arch=s390x&ver=2.8.1%2Bdfsg-1%2Bb1&stamp=1401449820
https://buildd.debian.org/status/fetch.php?pkg=colord&arch=s390x&ver=1.2.0-3&stamp=1401451042
https://buildd.debian.org/status/fetch.php?pkg=rhythmbox&arch=s390x&ver=3.0.3-1%2Bb1&stamp=1401449743

I'm not sure if they are related to this change or a different issue. Can you
take a look?

Thanks,
Emilio


Reply to: