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

Bug#407053: gcc-4.1 / s390 64-bit libs in wrong location



Hector Oron writes:
> Package: gcc-4.1
> Version: 4.1.1-21
> 
>   s390 64-bit libraries are in a wrong location.
>   Those are expected at s390x-linux-gnu/lib64/ but hose are at
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> s390x-linux/lib64/
>   It is suggested to set 64-bit libs on the right path
>   or
>   modify debian/rules2
> --- debian/rules2.old   2007-01-15 19:41:59.000000000 +0000
> +++ debian/rules2       2007-01-15 19:42:37.000000000 +0000
> @@ -1193,7 +1193,7 @@
>    ifeq ($(DEB_TARGET_ARCH),s390)
>         : # s390 64bit stuff happens to be in s390x-linux-gnu/lib64/
>         mkdir -p $(d)/$(PF)/s390-linux-gnu/lib64
> -       cp -a $(d)/$(PF)/s390x-linux-gnu/lib64/*
> $(d)/$(PF)/s390-linux-gnu/lib64/
> +       cp -a $(d)/$(PF)/s390x-linux/lib64/* $(d)/$(PF)/s390-linux-gnu/lib64/
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>    endif
>  endif

what is correct, your comment, or the code?



Reply to: