Hi, Am 02.03.19 um 12:54 schrieb jEsuSdA: > Package: thunderbird > Version: 1:60.5.0-3 > Severity: important > > Dear Maintainer, > > I can't build thunderbird via apt-build. > > Here the log messages: > > Omitiendo desempaquetamiento de paquetes fuente ya desempaquetados en > thunderbird-60.5.1
could you please prevent localized log messages and provide them in English please? This is easily possible by adding 'LANG= ' prefixed to your cli call. E.g. $ LANG= apt-build foo And please provide more information what you have done. It's not clear to me what steps you have done and which one don't. > -----> Building thunderbird <----- > dpkg-buildpackage: información: paquete fuente thunderbird > dpkg-buildpackage: información: versión de las fuentes 1:60.5.1-1+aptbuild9 > dpkg-buildpackage: información: distribución de las fuentes UNRELEASED > dpkg-buildpackage: información: fuentes modificadas por root > [snip] > 0:03.05 checking whether the target C compiler can be used... > 0:03.05 DEBUG: <truncated - see config.log for full output> > 0:03.05 DEBUG: | #elif __FreeBSD__ > 0:03.05 DEBUG: | %KERNEL "FreeBSD" > 0:03.05 DEBUG: | #elif __linux__ > 0:03.05 DEBUG: | %KERNEL "Linux" > 0:03.05 DEBUG: | #elif _WIN32 || __CYGWIN__ > 0:03.05 DEBUG: | %KERNEL "WINNT" > 0:03.05 DEBUG: | #elif __NetBSD__ > 0:03.05 DEBUG: | %KERNEL "NetBSD" > 0:03.05 DEBUG: | #elif __APPLE__ > 0:03.05 DEBUG: | %KERNEL "Darwin" > 0:03.05 DEBUG: | #endif > 0:03.05 DEBUG: | #if _MSC_VER || __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ > 0:03.05 DEBUG: | %ENDIANNESS "little" > 0:03.05 DEBUG: | #elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ > 0:03.06 DEBUG: | %ENDIANNESS "big" > 0:03.06 DEBUG: | #endif > 0:03.06 DEBUG: Executing: `/usr/lib/apt-build/gcc -E /tmp/conftest.UTEQ_n.c` > 0:03.06 DEBUG: The command returned non-zero exit status 1. > 0:03.06 DEBUG: Its error output was: > 0:03.06 DEBUG: | gcc: error trying to exec 'cc1': execvp: No existe el > fichero > o el directorio > 0:03.06 ERROR: Command `/usr/lib/apt-build/gcc -E /tmp/conftest.UTEQ_n.c` > failed with exit status 1. > 0:03.10 *** Fix above errors and then restart with\ > 0:03.10 "/usr/lib/apt-build/make -f client.mk build" > 0:03.10 make[2]: *** [client.mk:150: configure] Error 1 > 0:03.10 make[2]: se sale del directorio '/var/cache/apt- > build/build/thunderbird-60.5.1' > make[1]: *** [debian/rules:108: override_dh_auto_configure] Error 2 > make[1]: se sale del directorio > '/var/cache/apt-build/build/thunderbird-60.5.1' > make: *** [debian/rules:83: build] Error 2 Do you have installed the required build dependencies? $ apt-get build-dep thunderbird apt-build is a quite old tool, I haven't used this ever and wont do it. And I know no one which is using this tool o newer days. -- Regards Carsten Schoenert

