Bug 117000 - Compiler errors (fpermissive0, libiconv not linked for firebird
Summary: Compiler errors (fpermissive0, libiconv not linked for firebird
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
6.0.3.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-13 20:07 UTC by Дилян Палаузов
Modified: 2018-04-20 14:35 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Дилян Палаузов 2018-04-13 20:07:17 UTC
./configure --enable-evolution2 --enable-avahi --enable-python=system --enable-eot --enable-online-update --enable-introspection=yes --without-doxygen --with-jdk-home=/opt/jdk --with-ant-home=/opt/ant --without-junit --enable-formula-logger --enable-introspection --with-system-bzip2 --with-system-cairo --with-system-epoxy --with-system-zlib --with-system-jpeg --with-system-expat --with-system-libxml --with-system-icu --with-system-openldap --with-system-poppler --with-system-curl --with-system-boost --with-webdav --with-krb5 --with-gssapi --with-system-lcms2 --with-boost --with-system-nss --with-system-graphite --with-system-harfbuzz  --with-system-openssl --with-system-libpng

Compiling fails with:

1) cannot convert int 0 to boolean (-fpermissive
2) compiling firebird - undefined reference to libiconv_open, propably -liconv is missing when linking.

mkdir -p /src/libreoffice-6.0.3.2/instdir
/src/libreoffice-6.0.3.2/solenv/bin/install-gdb-printers -a /src/libreoffice-6.0.3.2/instdir -c
make -j 4  -rs -f /src/libreoffice-6.0.3.2/Makefile.gbuild    all
[build DEP] LNK:StaticLibrary/libvclmain.a
[build DEP] LNK:Library/libucbhelper.so
[build DEP] LNK:Library/libjavavmlo.so
[build DEP] LNK:Library/libjavaloaderlo.so
[build DEP] LNK:Library/libstocserviceslo.so
[build DEP] LNK:Library/libreflectionlo.so
[build DEP] LNK:Library/libproxyfaclo.so
[build DEP] LNK:Library/libnamingservicelo.so
[build DEP] LNK:Library/libinvocationlo.so
[build DEP] LNK:Library/libinvocadaptlo.so
[build DEP] LNK:Library/libintrospectionlo.so
[build DEP] LNK:Library/libcmdmaillo.so
[build DEP] LNK:Library/libsysshlo.so
[build DEP] LNK:Library/liblocalebe1lo.so
[build DEP] LNK:Library/libdesktopbe1lo.so
[build DEP] LNK:CppunitTest/libtest_salhelper_testapi.so
[build DEP] LNK:CppunitTest/libtest_sal_types.so
[build DEP] LNK:CppunitTest/libtest_sal_rtl.so
[build DEP] LNK:CppunitTest/libtest_sal_osl.so
[build DEP] LNK:CppunitTest/libtest_sal_osl_security.so
[build DEP] LNK:CppunitTest/libtest_Module_DLL.so
[build DEP] LNK:Executable/cppunittester
[build DEP] LNK:Library/libuuresolverlo.so
[build DEP] LNK:Library/libpyuno.so
[build DEP] LNK:CppunitTest/libtest_o3tl_tests.so
[build DEP] LNK:StaticLibrary/libulingu.a
[build DEP] LNK:Library/liblibreofficekitgtk.so
[build DEP] LNK:Executable/javaldx
[build DEP] LNK:Library/libjvmfwklo.so
[build DEP] LNK:Library/libjuhx.so
[build DEP] LNK:Library/libjuh.so
[build DEP] LNK:Library/libiolo.so
[build DEP] LNK:Executable/saxparser
[build DEP] LNK:Library/libtextconv_dict.so
[build DEP] LNK:Library/libldapbe2lo.so
[build DEP] LNK:Library/libmcnttype.so
[build DEP] LNK:Executable/uno.bin
[build DEP] LNK:Executable/sp2bv
[build DEP] LNK:Library/libuno_cppuhelpergcc3.so.3
[build DEP] LNK:Library/libunsafe_uno_uno.so
[build DEP] LNK:Library/liblog_uno_uno.so
[build DEP] LNK:Library/libaffine_uno_uno.so
[build DEP] LNK:Library/libjava_uno.so
[build DEP] LNK:Library/libbinaryurplo.so
[build DEP] LNK:Library/libbasegfxlo.so
[build DEP] LNK:Library/libuno_cppuhelpergcc3.so.3
[build LNK] Library/libuno_cppuhelpergcc3.so.3
[build CXX] workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp
[build JCS] Jar/ridl
[build DEP] LNK:Library/libjava_uno.so
[build LNK] Library/libjava_uno.so
[build DEP] LNK:Library/libaffine_uno_uno.so
[build LNK] Library/libaffine_uno_uno.so
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp: In function ‘boolean _src_fill_buffer(j_decompress_ptr)’:
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp:78:10: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive]
   return 0;
          ^
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp: In function ‘boolean _src_resync(j_decompress_ptr, int)’:
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp:82:10: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive]
   return 0;
          ^
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp: In function ‘bool JpegLoadInfo(const uint8_t*, uint32_t, int*, int*, int*, int*, bool*)’:
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp:151:42: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘2’ to ‘int jpeg_read_header(j_decompress_ptr, boolean)’
   int ret = jpeg_read_header(&cinfo, true);
                                          ^
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp: In member function ‘bool CCodec_JpegDecoder::InitDecode()’:
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp:235:42: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘2’ to ‘int jpeg_read_header(j_decompress_ptr, boolean)’
   int ret = jpeg_read_header(&cinfo, true);
                                          ^
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp: In member function ‘int CCodec_JpegModule::ReadHeader(CCodec_JpegModule::Context*, int*, int*, int*)’:
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.cpp:463:48: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘2’ to ‘int jpeg_read_header(j_decompress_ptr, boolean)’
   int ret = jpeg_read_header(&ctx->m_Info, true);
                                                ^
make[1]: *** [/src/libreoffice-6.0.3.2/solenv/gbuild/LinkTarget.mk:340: /src/libreoffice-6.0.3.2/workdir/GenCxxObject/UnpackedTarball/pdfium/core/fxcodec/codec/fx_codec_jpeg.o] Error 1
make[1]: *** Waiting for unfinished jobs....
Note: /src/libreoffice-6.0.3.2/ridljar/com/sun/star/uno/UnoRuntime.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /src/libreoffice-6.0.3.2/ridljar/com/sun/star/lib/util/WeakMap.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking for /proc/self/maps... yes
checking whether everything is installed to the same prefix... no
checking whether binary relocation support should be enabled... no
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for gawk... gawk
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/local/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/local/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/local/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/local/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/local/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/local/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/local/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/local/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/local/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking libio.h usability... yes
checking libio.h presence... yes
checking for libio.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking setjmp.h usability... yes
checking setjmp.h presence... yes
checking for setjmp.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for sys/signal.h... (cached) yes
checking sys/siginfo.h usability... no
checking sys/siginfo.h presence... no
checking for sys/siginfo.h... no
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking rpc/rpc.h usability... no
checking rpc/rpc.h presence... no
checking for rpc/rpc.h... no
checking netconfig.h usability... no
checking netconfig.h presence... no
checking for netconfig.h... no
checking for rpc/xdr.h... no
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/sem.h usability... yes
checking sys/sem.h presence... yes
checking for sys/sem.h... yes
checking semaphore.h usability... yes
checking semaphore.h presence... yes
checking for semaphore.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking atomic_ops.h usability... no
checking atomic_ops.h presence... no
checking for atomic_ops.h... no
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for libio.h... (cached) yes
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking whether SOCK_CLOEXEC is declared... yes
checking unicode/ucnv.h usability... yes
checking unicode/ucnv.h presence... yes
checking for unicode/ucnv.h... yes
checking tommath.h usability... yes
checking tommath.h presence... yes
checking for tommath.h... yes
checking for mp_init in -ltommath... yes
checking for library containing dlopen... -ldl
checking for main in -lm... yes
checking for library containing inet_aton... none required
checking for library containing atomic_inc... no
checking for main in -latomic_ops... no
checking for main in -lsupc++... yes
checking for main in -lgcc_eh... yes
checking for gettimeofday... yes
checking if gettimeofday accepts second (timezone) argument... yes
checking for time... yes
checking for times... yes
checking for nanosleep... yes
checking for library containing gethostname... none required
checking for library containing gethostbyname... none required
checking for library containing connect... none required
checking for strcasecmp... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for library containing dirname... none required
checking for dirname... yes
checking for sigaction... yes
checking for setitimer... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for swab... yes
checking for _swab... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether setpgrp takes no argument... yes
checking for setpgid... yes
checking whether getpgrp requires zero arguments... yes
checking for flock... yes
checking for dladdr... yes
checking for initgroups... yes
checking for getpagesize... (cached) yes
checking for pread... yes
checking for pwrite... yes
checking for getcwd... yes
checking for getwd... yes
checking for setmntent... yes
checking for getmntent... yes
checking if getmntent needs second argument... no
checking for setrlimit... yes
checking for getrlimit... yes
checking for tcgetattr... yes
checking for strdup... yes
checking for mkstemp... yes
checking for pthread_keycreate... no
checking for pthread_key_create... yes
checking for llrint... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for fchmod... yes
checking for semtimedop... yes
checking for fegetenv... yes
checking for strerror_r... yes
checking for qsort_r... yes
checking for fdatasync... yes
checking for fsync... yes
checking for poll... yes
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking for pthread_mutexattr_setprotocol... yes
checking for pthread_mutexattr_setrobust_np... yes
checking for pthread_mutex_consistent_np... yes
checking for pthread_rwlockattr_setkind_np... yes
checking for pthread_cancel... yes
checking for pthread_atfork... yes
checking for sigset... yes
checking for fallocate... yes
checking for accept4... yes
checking for library containing sem_init... none required
checking for sem_timedwait... yes
checking for sem_init... yes
checking for working sem_init()... yes
checking for library containing iconv_open... none required
checking whether byte ordering is bigendian... no
checking for working volatile... yes
checking for off_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for native large file support... yes
checking size of void *... 8
checking size of long... 8
checking size of size_t... 8
checking for socklen_t... yes
checking for semun... no
checking if sem.h defines semun... no
checking for struct XDR::xdr_ops... no
checking for struct xdr_ops... no
checking for struct dirent.d_type... yes
checking alignment of long... 8
checking alignment of double... 8
checking for /proc/self/exe... yes
configure: creating ./config.status
Creating Debug directories
Creating Release directories
files are identical
config.status: creating gen/Debug/firebird/firebird.conf
config.status: creating gen/Debug/firebird/databases.conf
config.status: creating gen/Debug/firebird/fbtrace.conf
config.status: creating gen/Debug/firebird/intl/fbintl.conf
config.status: creating gen/Debug/firebird/plugins.conf
config.status: creating gen/Release/firebird/firebird.conf
config.status: creating gen/Release/firebird/databases.conf
config.status: creating gen/Release/firebird/fbtrace.conf
config.status: creating gen/Release/firebird/intl/fbintl.conf
config.status: creating gen/Release/firebird/plugins.conf
config.status: creating gen/Release/firebird/bin/fb_config
config.status: creating gen/Release/firebird/bin/posixLibrary.sh
config.status: creating gen/Release/firebird/bin/tarMainInstall.sh
config.status: creating gen/Release/firebird/bin/tarinstall.sh
config.status: creating gen/Release/firebird/bin/preinstall.sh
config.status: creating gen/Release/firebird/bin/postinstall.sh
config.status: creating gen/Release/firebird/bin/preuninstall.sh
config.status: creating gen/Release/firebird/bin/postuninstall.sh
config.status: creating gen/Release/firebird/bin/taruninstall.sh
config.status: creating gen/Release/firebird/bin/tarMainUninstall.sh
config.status: creating gen/Release/firebird/bin/changeServerMode.sh
config.status: creating gen/Release/firebird/bin/registerDatabase.sh
config.status: creating gen/vers.sh
config.status: creating gen/install/makeInstallImage.sh
config.status: creating gen/install/misc/firebird.xinetd
config.status: creating gen/install/misc/firebird.init.d.generic
config.status: creating gen/install/misc/firebird.init.d.mandrake
config.status: creating gen/install/misc/firebird.init.d.suse
config.status: creating gen/install/misc/firebird.init.d.debian
config.status: creating gen/install/misc/firebird.init.d.gentoo
config.status: creating gen/install/misc/firebird.init.d.slackware
config.status: creating gen/install/misc/rc.config.firebird
config.status: creating gen/Release/firebird/bin/linuxLibrary.sh
config.status: creating gen/install/misc/firebird-classic@.service
config.status: creating gen/install/misc/firebird-classic.socket
config.status: creating gen/install/misc/firebird-superserver.service
config.status: creating gen/make.rules
config.status: creating gen/make.defaults
config.status: creating gen/make.platform
config.status: creating gen/darwin.defaults
config.status: creating gen/make.shared.variables
config.status: creating gen/make.shared.targets
config.status: creating gen/Makefile
config.status: creating gen/examples/Makefile.examples
config.status: creating gen/examples/Makefile.plugins_examples
config.status: creating gen/Makefile.install
config.status: creating Makefile
config.status: creating gen/Makefile.extern.editline
config.status: creating src/include/gen/autoconfig.auto
config.status: src/include/gen/autoconfig.auto is unchanged
config.status: executing libtool commands


The Firebird3 package has been configured with the following options:

                    Raw devices : enabled
                   Service name : gds_db
                   Service port : 3050
                   GPRE modules : c_cxx.cpp

                    Install Dir : /usr/local/firebird

make[2]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird'
make -C gen firebird
make[3]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make TARGET=Release master_process
make[4]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
ln -sf /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/include/gen/autoconfig.auto /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/include/gen/autoconfig.h
make updateBuildNum
make[5]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[5]: Nothing to be done for 'updateBuildNum'.
make[5]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make export_lists
make[5]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[5]: Nothing to be done for 'export_lists'.
make[5]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make extern
make[5]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make -C /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/btyacc
make[6]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/btyacc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/btyacc'
make -C /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/cloop TARGET=release WITH_FPC=0 BUILD_DIR=/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/cloop OUT_DIR=/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen/Release/cloop
make[6]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/cloop'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/extern/cloop'
make[5]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make updateCloopInterfaces
make[5]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[5]: Nothing to be done for 'updateCloopInterfaces'.
make[5]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make boot
make[5]: Entering directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
g++     -fno-sized-deallocation -fno-delete-null-pointer-checks -I/usr/local/include  -DUCHAR_TYPE=uint16_t  -L/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/libtommath  -std=gnu++14     -L/usr/local/lib -licui18n -licuuc -licudata  -pthread  -Wl,-rpath,'$ORIGIN' -Wl,-rpath,'$ORIGIN' -Wl,--version-script,empty.vers /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/movg.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/jrdmet.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/obj_cxx.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/hsh.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/cme.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/exp.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/sqe.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/msc.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/c_cxx.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/pat.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/cmp.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/gpre.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/sql.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/par.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/int_cxx.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/cmd.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/gpre/boot/gpre_meta_boot.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/yvalve/gds.o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/common.a -o /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen/Release/firebird/bin/gpre_boot -L/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen/Release/firebird/lib -lm -ldl  
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/common.a(isc_file.o): In function `(anonymous namespace)::IConv::~IConv()':
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1684: undefined reference to `libiconv_close'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/common.a(isc_file.o): In function `Firebird::InstanceControl::InstanceLink<Firebird::InitInstance<(anonymous namespace)::Converters, Firebird::DefaultInstanceAllocator<(anonymous namespace)::Converters> >, (Firebird::InstanceControl::DtorPriority)3>::dtor()':
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1684: undefined reference to `libiconv_close'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1684: undefined reference to `libiconv_close'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/common.a(isc_file.o): In function `ISC_systemToUtf8(Firebird::AbstractString&)':
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1637: undefined reference to `libiconv'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1671: undefined reference to `libiconv_open'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1671: undefined reference to `libiconv_open'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/temp/Release/common.a(isc_file.o): In function `ISC_utf8ToSystem(Firebird::AbstractString&)':
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1637: undefined reference to `libiconv'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1671: undefined reference to `libiconv_open'
/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/src/common/isc_file.cpp:1671: undefined reference to `libiconv_open'
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:254: /src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen/Release/firebird/bin/gpre_boot] Error 1
make[5]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[4]: *** [Makefile:171: master_process] Error 2
make[4]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[3]: *** [Makefile:66: firebird] Error 2
make[3]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird/gen'
make[2]: *** [Makefile:6: firebird] Error 2
make[2]: Leaving directory '/src/libreoffice-6.0.3.2/workdir/UnpackedTarball/firebird'
make[1]: *** [/src/libreoffice-6.0.3.2/external/firebird/ExternalProject_firebird.mk:41: /src/libreoffice-6.0.3.2/workdir/ExternalProject/firebird/build] Error 1
make: *** [Makefile:268: build] Error 2
Comment 1 Buovjaga 2018-04-18 19:35:37 UTC
Thanks for the report. Compiling issues are discussed on the developer mailing list https://lists.freedesktop.org/mailman/listinfo/libreoffice
Comment 2 Дилян Палаузов 2018-04-20 14:35:07 UTC
This was solved by removing --with-system-jpeg