Hello all, I am having trouble building libreoffice on releases that contain firebird2 (whereas everything works on firebird3). It always stops on the firebird integration tests like following: [ 9120s] unknown:0:FirebirdTest::testEmptyDBConnection [ 9120s] An uncaught exception of type com.sun.star.sdbc.SQLException [ 9120s] - firebird_sdbc error: [ 9120s] *cannot attach to password database [ 9120s] caused by [ 9120s] 'isc_create_database' [ 9120s] [ 9120s] [ 9120s] FirebirdTest::testEmptyDBConnection finished in: 543ms [ 9120s] unknown:0:FirebirdTest::testIntegerDatabase [ 9120s] An uncaught exception of type com.sun.star.sdbc.SQLException [ 9120s] - firebird_sdbc error: [ 9120s] *cannot attach to password database [ 9120s] caused by [ 9120s] 'isc_attach_database' [ 9120s] [ 9120s] [ 9120s] FirebirdTest::testIntegerDatabase finished in: 145ms [ 9120s] ##Failure Location unknown## : Error [ 9120s] Test name: FirebirdTest::testEmptyDBConnection [ 9120s] An uncaught exception of type com.sun.star.sdbc.SQLException [ 9120s] - firebird_sdbc error: [ 9120s] *cannot attach to password database [ 9120s] caused by [ 9120s] 'isc_create_database' [ 9120s] [ 9120s] [ 9120s] ##Failure Location unknown## : Error [ 9120s] Test name: FirebirdTest::testIntegerDatabase [ 9120s] An uncaught exception of type com.sun.star.sdbc.SQLException [ 9120s] - firebird_sdbc error: [ 9120s] *cannot attach to password database [ 9120s] caused by [ 9120s] 'isc_attach_database' As the error is always from firebird stating 'cannot attach to pasword database' i simply dunno if I need something extra installed in the chroot or if it is supposed to work with firebird2. Full logs can be observed here: https://build.opensuse.org/package/live_build_log/LibreOffice:Factory/libreoffice/openSUSE_42.1/x86_64 Cheers Tom