Large file support just landed for minicom upstream: https://salsa.debian.org/minicom-team/minicom/-/commit/4ed314c504bc95d8ccef81d7c68684d5ac31e9db We should pull the patch in. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b7e3f9edf22d3de1efb9f1bd9f7655da866e3 commit e02b7e3f9edf22d3de1efb9f1bd9f7655da866e3 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-08-25 07:45:13 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-08-25 07:46:39 +0000 net-dialup/minicom: add large file support Closes: https://bugs.gentoo.org/912680 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> .../files/minicom-2.8-enable-large-file.patch | 30 ++++++++++ net-dialup/minicom/minicom-2.8-r4.ebuild | 69 ++++++++++++++++++++++ 2 files changed, 99 insertions(+)
Awesome, thanks!
It looks like it might be incomplete, but it might just be an issue with flags being passed in a way that hides the lfs supporting version of the syscalls: ``` minicom-2.8-r4: 15:28:34.172 * QA Notice: The following files were not built with LFS support: minicom-2.8-r4: 15:28:34.186 * Please see https://issuetracker.google.com/201531268 for details. minicom-2.8-r4: 15:28:34.200 * open,fopen /build/arm-generic/tmp/portage/net-dialup/minicom-2.8-r4/image/usr/bin/minicom minicom-2.8-r4: 15:28:34.214 * Full build files: minicom-2.8-r4: open,fopen /build/arm-generic/tmp/portage/net-dialup/minicom-2.8-r4/work/minicom-2.8/src/updown.o minicom-2.8-r4: open,fopen /build/arm-generic/tmp/portage/net-dialup/minicom-2.8-r4/work/minicom-2.8/src/minicom ```
Can you attach a full build.log? I don't get that warning.