poppler is not built with large file support. Adding `inherit flag-o-matic` and `append-lfs-flags` (to source_configure()) should resolve this issue. ``` 22:59:37.549 * QA Notice: The following files were not built with LFS support: 22:59:37.558 * Please see https://issuetracker.google.com/201531268 for details. 22:59:37.565 * fopen /usr/lib/libpoppler-cpp.so.0.11.0 22:59:37.566 * fopen /usr/bin/pdfunite 22:59:37.573 * Full build files: fopen /build/arm-generic/tmp/portage/app-text/poppler-23.01.0/work/poppler-23.01.0_build/utils/CMakeFiles/pdfunite.dir/pdfunite.cc.o fopen /build/arm-generic/tmp/portage/app-text/poppler-23.01.0/work/poppler-23.01.0_build/utils/pdfunite fopen /build/arm-generic/tmp/portage/app-text/poppler-23.01.0/work/poppler-23.01.0_build/cpp/CMakeFiles/poppler-cpp.dir/poppler-image.cpp.o fopen /build/arm-generic/tmp/portage/app-text/poppler-23.01.0/work/poppler-23.01.0_build/cpp/libpoppler-cpp.so.0.11.0 ``` Reproducible: always
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa082e7be5646b9fd68d8e2e4f41c6f065733e3 commit 9fa082e7be5646b9fd68d8e2e4f41c6f065733e3 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-03-05 00:11:28 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-03-05 00:11:28 +0000 app-text/poppler: add append-lfs-flags to live In preparation for next release. Note that we should only propagate this to a released version when SONAME next changes (not checked abidiff so easier to just go with this). Bug: https://bugs.gentoo.org/898506 Signed-off-by: Sam James <sam@gentoo.org> app-text/poppler/poppler-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Fixed some time ago then, right?