Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902479 - dev-libs/libksba: enable large file support
Summary: dev-libs/libksba: enable large file support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2023-03-20 21:10 UTC by Allen Webb
Modified: 2023-03-21 12:24 UTC (History)
2 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 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