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

Re: firebird3.0: FTBFS on powerpc, segfaults during build



On 10/13/2016 08:17 PM, John Paul Adrian Glaubitz wrote:
> Ok, the following patch fixes the crash above:
> 
> glaubitz@partch:~/firebird$ git diff builds/posix/vers.sh.in
> diff --git a/builds/posix/vers.sh.in b/builds/posix/vers.sh.in
> index 69bd656..15d86a7 100644
> --- a/builds/posix/vers.sh.in
> +++ b/builds/posix/vers.sh.in
> @@ -57,6 +57,7 @@ platform_linux() {
>                 echo "${TAB}$i;"
>         done
> 
> +       echo "${TAB}_IO_stdin_used;"
>         echo 'local:'
>         echo "${TAB}*;"
>         echo '};'
> glaubitz@partch:~/firebird$
> 
> However, it crashes still when running isql during build:

Ok, turns out the second crash affects Firebird from git/master only. The patch
above really fixes the problem for the firebird3.0 package in Debian :).

Will prepare a patch shortly and follow up. This *might* also fix the
testsuite failure on mips64el as it apparently also has problems when
_IO_stdin_used is missing.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: