Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconv / libiconv 1.15 vs libc / libiconv_open | common/isc_file.cpp [CORE5989] #6239

Closed
firebird-automations opened this issue Jan 20, 2019 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Dilyan Palauzov (dpa-firebirdsql_aegee.org)

Attachments:
iconv.patch

Running ./configure reports:

checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
...
checking for library containing iconv_open... none required

On my system I have /usr/include/iconv.h from libc and /usr/local/include/iconv.h from libiconv-1.15 . The latter contains "#⁠define iconv_open libiconv_open". This file is included in src/common/isc_file.cpp and there the latter macro is expanded. So isc_file.cpp references libiconv_open(). For this to work -liconv must be passed to the linker, but it is not. In turn linking towards common.a(isc_files.cpp) fails, as libiconv_open() cannot be resolved.

Commits: 5a36c40 9d1d37b

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Try this patch and report here does it help or not

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Attachment: iconv.patch [ 13318 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Dilyan Palauzov (dpa-firebirdsql_aegee.org)

With the patch applied, and doing "mkdir m4 && autoreconf" libtoolize reports "putting macros in AC_CONFIG_MACRO_DIRS, 'm4'." and "Consider adding '-I m4' to ACLOCAL_AMFLAGS in http://Makefile.am". Calling afterwards "./configure --with-builtin-tommath" prints:

checking for library containing iconv_open... none required
checking for library containing libiconv_open... -liconv

Eventually "make" emits:

make -C gen firebird
make[1]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make TARGET=Release master_process
make[2]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
ln -sf /src/Firebird-3.0.4.33054-0/src/include/gen/autoconfig.auto /src/Firebird-3.0.4.33054-0/src/include/gen/autoconfig.h
make updateBuildNum
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make[3]: Nothing to be done for 'updateBuildNum'.
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make export_lists
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make[3]: Nothing to be done for 'export_lists'.
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make extern
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make -C /src/Firebird-3.0.4.33054-0/extern/btyacc
make[4]: Entering directory '/src/Firebird-3.0.4.33054-0/extern/btyacc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/src/Firebird-3.0.4.33054-0/extern/btyacc'
make -C /src/Firebird-3.0.4.33054-0/extern/cloop TARGET=release WITH_FPC=0 BUILD_DIR=/src/Firebird-3.0.4.33054-0/temp/Release/cloop OUT_DIR=/src/Firebird-3.0.4.33054-0/gen/Release/cloop
make[4]: Entering directory '/src/Firebird-3.0.4.33054-0/extern/cloop'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/src/Firebird-3.0.4.33054-0/extern/cloop'
echo

make -C /src/Firebird-3.0.4.33054-0/extern/libtommath -f makefile.shared LIBTOOL=
make[4]: Entering directory '/src/Firebird-3.0.4.33054-0/extern/libtommath'
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bncore.o bncore.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bncore.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init.o bn_mp_init.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_clear.o bn_mp_clear.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_clear.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_exch.o bn_mp_exch.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_exch.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_grow.o bn_mp_grow.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_grow.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_shrink.o bn_mp_shrink.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_shrink.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_clamp.o bn_mp_clamp.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_clamp.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_zero.o bn_mp_zero.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_zero.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_set.o bn_mp_set.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_set.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_set_int.o bn_mp_set_int.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_set_int.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_size.o bn_mp_init_size.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init_size.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_copy.o bn_mp_copy.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_copy.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_copy.o bn_mp_init_copy.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init_copy.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_abs.o bn_mp_abs.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_abs.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_neg.o bn_mp_neg.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_neg.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp_mag.o bn_mp_cmp_mag.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_cmp_mag.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp.o bn_mp_cmp.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_cmp.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cmp_d.o bn_mp_cmp_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_cmp_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_rshd.o bn_mp_rshd.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_rshd.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_lshd.o bn_mp_lshd.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_lshd.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mod_2d.o bn_mp_mod_2d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mod_2d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_2d.o bn_mp_div_2d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_div_2d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_2d.o bn_mp_mul_2d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mul_2d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_2.o bn_mp_div_2.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_div_2.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_2.o bn_mp_mul_2.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mul_2.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_add.o bn_s_mp_add.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_add.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_sub.o bn_s_mp_sub.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_sub.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_mul_digs.o bn_fast_s_mp_mul_digs.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_fast_s_mp_mul_digs.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_mul_digs.o bn_s_mp_mul_digs.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_mul_digs.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_mul_high_digs.o bn_fast_s_mp_mul_high_digs.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_fast_s_mp_mul_high_digs.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_mul_high_digs.o bn_s_mp_mul_high_digs.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_mul_high_digs.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_s_mp_sqr.o bn_fast_s_mp_sqr.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_fast_s_mp_sqr.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_sqr.o bn_s_mp_sqr.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_sqr.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_add.o bn_mp_add.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_add.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sub.o bn_mp_sub.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_sub.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_karatsuba_mul.o bn_mp_karatsuba_mul.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_karatsuba_mul.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul.o bn_mp_mul.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mul.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_karatsuba_sqr.o bn_mp_karatsuba_sqr.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_karatsuba_sqr.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sqr.o bn_mp_sqr.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_sqr.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div.o bn_mp_div.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_div.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mod.o bn_mp_mod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_add_d.o bn_mp_add_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_add_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sub_d.o bn_mp_sub_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_sub_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mul_d.o bn_mp_mul_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mul_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_d.o bn_mp_div_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_div_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mod_d.o bn_mp_mod_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mod_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_expt_d.o bn_mp_expt_d.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_expt_d.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_addmod.o bn_mp_addmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_addmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_submod.o bn_mp_submod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_submod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_mulmod.o bn_mp_mulmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_mulmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sqrmod.o bn_mp_sqrmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_sqrmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_gcd.o bn_mp_gcd.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_gcd.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_lcm.o bn_mp_lcm.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_lcm.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_mp_invmod.o bn_fast_mp_invmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_fast_mp_invmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_invmod.o bn_mp_invmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_invmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce.o bn_mp_reduce.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_montgomery_setup.o bn_mp_montgomery_setup.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_montgomery_setup.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_fast_mp_montgomery_reduce.o bn_fast_mp_montgomery_reduce.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_fast_mp_montgomery_reduce.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_montgomery_reduce.o bn_mp_montgomery_reduce.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_montgomery_reduce.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_exptmod_fast.o bn_mp_exptmod_fast.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_exptmod_fast.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_exptmod.o bn_mp_exptmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_exptmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_2expt.o bn_mp_2expt.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_2expt.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_n_root.o bn_mp_n_root.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_n_root.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_jacobi.o bn_mp_jacobi.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_jacobi.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_reverse.o bn_reverse.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_reverse.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_count_bits.o bn_mp_count_bits.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_count_bits.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_read_unsigned_bin.o bn_mp_read_unsigned_bin.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_read_unsigned_bin.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_read_signed_bin.o bn_mp_read_signed_bin.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_read_signed_bin.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_to_unsigned_bin.o bn_mp_to_unsigned_bin.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_to_unsigned_bin.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_to_signed_bin.o bn_mp_to_signed_bin.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_to_signed_bin.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_unsigned_bin_size.o bn_mp_unsigned_bin_size.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_unsigned_bin_size.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_signed_bin_size.o bn_mp_signed_bin_size.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_signed_bin_size.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_xor.o bn_mp_xor.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_xor.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_and.o bn_mp_and.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_and.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_or.o bn_mp_or.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_or.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_rand.o bn_mp_rand.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_rand.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_montgomery_calc_normalization.o bn_mp_montgomery_calc_normalization.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_montgomery_calc_normalization.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_is_divisible.o bn_mp_prime_is_divisible.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_is_divisible.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_prime_tab.o bn_prime_tab.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_prime_tab.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_fermat.o bn_mp_prime_fermat.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_fermat.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_miller_rabin.o bn_mp_prime_miller_rabin.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_miller_rabin.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_is_prime.o bn_mp_prime_is_prime.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_is_prime.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_next_prime.o bn_mp_prime_next_prime.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_next_prime.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_dr_reduce.o bn_mp_dr_reduce.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_dr_reduce.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_dr_is_modulus.o bn_mp_dr_is_modulus.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_dr_is_modulus.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_dr_setup.o bn_mp_dr_setup.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_dr_setup.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_setup.o bn_mp_reduce_setup.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_setup.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_toom_mul.o bn_mp_toom_mul.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_toom_mul.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_toom_sqr.o bn_mp_toom_sqr.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_toom_sqr.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_div_3.o bn_mp_div_3.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_div_3.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_s_mp_exptmod.o bn_s_mp_exptmod.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_s_mp_exptmod.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_2k.o bn_mp_reduce_2k.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_2k.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_is_2k.o bn_mp_reduce_is_2k.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_is_2k.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_2k_setup.o bn_mp_reduce_2k_setup.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_2k_setup.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_2k_l.o bn_mp_reduce_2k_l.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_2k_l.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_is_2k_l.o bn_mp_reduce_is_2k_l.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_is_2k_l.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_reduce_2k_setup_l.o bn_mp_reduce_2k_setup_l.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_reduce_2k_setup_l.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_radix_smap.o bn_mp_radix_smap.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_radix_smap.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_read_radix.o bn_mp_read_radix.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_read_radix.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_toradix.o bn_mp_toradix.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_toradix.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_radix_size.o bn_mp_radix_size.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_radix_size.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_fread.o bn_mp_fread.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_fread.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_fwrite.o bn_mp_fwrite.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_fwrite.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_cnt_lsb.o bn_mp_cnt_lsb.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_cnt_lsb.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_error.o bn_error.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_error.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_multi.o bn_mp_init_multi.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init_multi.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_clear_multi.o bn_mp_clear_multi.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_clear_multi.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_exteuclid.o bn_mp_exteuclid.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_exteuclid.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_toradix_n.o bn_mp_toradix_n.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_toradix_n.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_random_ex.o bn_mp_prime_random_ex.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_random_ex.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_get_int.o bn_mp_get_int.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_get_int.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_sqrt.o bn_mp_sqrt.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_sqrt.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_is_square.o bn_mp_is_square.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_is_square.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_set.o bn_mp_init_set.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init_set.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_init_set_int.o bn_mp_init_set_int.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_init_set_int.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_invmod_slow.o bn_mp_invmod_slow.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_invmod_slow.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_prime_rabin_miller_trials.o bn_mp_prime_rabin_miller_trials.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_prime_rabin_miller_trials.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_to_signed_bin_n.o bn_mp_to_signed_bin_n.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_to_signed_bin_n.o] Error 127 (ignored)
mode=compile --tag=CC gcc -I./ -Wall -W -Wshadow -Wsign-compare -O3 -funroll-loops -fomit-frame-pointer -c -o bn_mp_to_unsigned_bin_n.o bn_mp_to_unsigned_bin_n.c
/bin/sh: 1: --tag=CC: not found
make[4]: [<builtin>: bn_mp_to_unsigned_bin_n.o] Error 127 (ignored)
mode=link --tag=CC gcc *.lo -o http://libtommath.la -rpath /usr/lib -version-info 0:41
/bin/sh: 1: --tag=CC: not found
make[4]: [makefile.shared:90: http://libtommath.la] Error 127 (ignored)
make[4]: Leaving directory '/src/Firebird-3.0.4.33054-0/extern/libtommath'
ln -sf /src/Firebird-3.0.4.33054-0/extern/libtommath/.libs/libtommath.so.0 /src/Firebird-3.0.4.33054-0/gen/Release/firebird/lib
ln -sf /src/Firebird-3.0.4.33054-0/extern/libtommath/.libs/libtommath.so /src/Firebird-3.0.4.33054-0/gen/Release/firebird/lib
make -f /src/Firebird-3.0.4.33054-0/gen/Makefile.extern.editline
make[4]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make[4]: Nothing to be done for 'libeditline'.
make[4]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make updateCloopInterfaces
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make[3]: Nothing to be done for 'updateCloopInterfaces'.
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make preliminaryCheck
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
diff -u /src/Firebird-3.0.4.33054-0/src/misc/ods.txt /src/Firebird-3.0.4.33054-0/gen/ods.txt
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make boot
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
make[3]: Nothing to be done for 'boot'.
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make yvalve
make[3]: Entering directory '/src/Firebird-3.0.4.33054-0/gen'
g++ -std=gnu++03 -Wl,--version-script,firebird.vers -pthread -shared -Wl,-soname,libfbclient.so.2 -Wl,-rpath,/lib -o /src/Firebird-3.0.4.33054-0/gen/Release/firebird/lib/libfbclient.so.3.0.4 /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/MasterImplementation.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/alt.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/preparse.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/user_dsql.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/gds.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/why.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/PluginManager.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/keywords.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/perf.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/utl.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/DistributedTransaction.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/blob.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/array.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/config/os/posix/config_root.o /src/Firebird-3.0.4.33054-0/temp/Release/yvalve/config/os/posix/binreloc.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/remote.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/protocol.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/merge.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/inet.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/parser.o /src/Firebird-3.0.4.33054-0/temp/Release/auth/SecureRemotePassword/srp.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/client/interface.o /src/Firebird-3.0.4.33054-0/temp/Release/remote/client/BlrFromMessage.o /src/Firebird-3.0.4.33054-0/temp/Release/auth/SecureRemotePassword/client/SrpClient.o /src/Firebird-3.0.4.33054-0/temp/Release/auth/SecurityDatabase/LegacyClient.o /src/Firebird-3.0.4.33054-0/temp/Release/plugins/crypt/arc4/Arc4.o /src/Firebird-3.0.4.33054-0/temp/Release/common.a -L/src/Firebird-3.0.4.33054-0/gen/Release/firebird/lib -liconv -lm -ldl -ltinfo -ltommath
/usr/local/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltommath
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:305: /src/Firebird-3.0.4.33054-0/gen/Release/firebird/lib/libfbclient.so.3.0.4] Error 1
make[3]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make[2]: *** [Makefile:180: master_process] Error 2
make[2]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make[1]: *** [Makefile:66: firebird] Error 2
make[1]: Leaving directory '/src/Firebird-3.0.4.33054-0/gen'
make: *** [Makefile:6: firebird] Error 2

So libtool is not present before --mode=CC. In gen/Release/firebird/lib/ there is libtommath and -liconv is passed to the linker when common.a is involved, which shall be good.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Please contact fb-devel list re another build issue. Will be good to provide switches passed to http://autogen.sh.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 3.0.5 [ 10885 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Cannot be tested

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment