Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898506 - app-text/poppler: build with large file support
Summary: app-text/poppler: build with large file support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Maciej Mrozowski
URL:
Whiteboard: Propagate to release ebuild on next S...
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2023-03-01 00:36 UTC by Mason Wilde
Modified: 2023-07-25 13:15 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mason Wilde 2023-03-01 00:36:27 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2023-03-05 00:12:54 UTC
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(-)
Comment 2 Andreas Sturmlechner gentoo-dev 2023-07-25 13:15:35 UTC
Fixed some time ago then, right?