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

Re: Bug#219589: t1lib: FTBFS on s390



On Fri, 7 Nov 2003, Artur R. Czechowski wrote:

> Package: t1lib
> Version: 1.3.1-4
> Severity: grave
> Tags: help
>
> Hello
>
> I just adopted t1lib package. Release -4 has been upload into Debian
> and it is wainting on incoming. I've checked buildd logs and I found, that
> compilation on s390 is failed[1].
>
> Description of problem.
> -----------------------
>
> In debian/rules I use[2]:
> DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
> DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
>
> Next ./configure is run with (among others):
> --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
>
> ./configure on s390 shows a warning:
>
> checking build system type... Invalid configuration `s390-linux': machine `s390' not recognized
>
> then next:
>
> loading cache ./config.cache within ltconfig
> ltconfig: you must specify a host type if you use `--no-verify'
> Try `ltconfig --help' for more information.
> configure: error: libtool configure failed
> make: *** [config.status] Error 1
>
> Files config.guess and config.sub in the package come from the latest
> autotools-dev package (20031007.1).

You have put the new files in the t1lib-1.3.1 directory, not in the
t1lib-1.3.1/ac-tools directory. So you are still using the old config.guess
and config.sub files there.



Reply to: