Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 902479

Summary: dev-libs/libksba: enable large file support
Product: Gentoo Linux Reporter: Allen Webb <allenwebb>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: UNCONFIRMED ---    
Severity: normal CC: allenwebb, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 471102    

Description Allen Webb 2023-03-20 21:10:23 UTC
When building libksba for ARM there are syscalls used without large file support:
```
21:07:58.299  * QA Notice: The following files were not built with LFS support:
21:07:58.314  *   Please see https://issuetracker.google.com/201531268 for details.
21:07:58.329  * fopen /usr/lib/libksba.so.8.14.3
21:07:58.344  * Full build files:
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/.libs/libksba.so.8.14.3
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/.libs/asn1-parse.o
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/ber-dump
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/asn1-gentables
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/ber_dump-ber-dump.o
fopen /build/arm-generic/tmp/portage/dev-libs/libksba-1.6.3/work/libksba-1.6.3/src/ber_dump-asn1-parse.o
```

To resolve the issue locally I added `append-lfs-flags` from `flag-o-matic` to `src_configure`.

Reproducible: Always