Hide Forgot
General info: Currently, there are two types of errors, that are occuring, but won't stop the build process. ├── troff: fatal error ... └── readelf: Error ... _________________________________________________________________________ [ 27%] Generating user.ps cd /builddir/build/BUILD/mariadb-10.1.19/dbug && /usr/bin/groff -mm /builddir/build/BUILD/mariadb-10.1.19/dbug/user.r > user.ps || touch user.ps troff: fatal error: can't find macro file m [ 27%] Generating user.t cd /builddir/build/BUILD/mariadb-10.1.19/dbug && /usr/bin/nroff -mm /builddir/build/BUILD/mariadb-10.1.19/dbug/user.r > user.t || touch user.t troff: fatal error: can't find macro file m _________________________________________________________________________ extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysql_tzinfo_to_sql readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysql_client_test extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysql_waitpid readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/resolve_stack_dump readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/replace readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/innochecksum readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/resolveip readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/perror readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/my_print_defaults readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysqlslap extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysqladmin extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysqlbinlog extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysql_plugin readelf: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysqlshow extracting debug info from /builddir/build/BUILDROOT/mariadb-10.1.19-5.fc26.x86_64/usr/bin/mysql_upgrade readelf: Error: the dynamic segment offset + size exceeds the size of the file
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
"troff: fatal error: can't find macro file m" - intentional https://jira.mariadb.org/browse/MDEV-13223 I added CMake/CPack capability to create debug files in https://jira.mariadb.org/browse/MDEV-4646, this might work around the debug info errors (auto occurs with cmake version >= 3.6.0 (cmake/cpack_rpm.cmake)
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle. Changing version to '28'.