Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912680 - net-dialup/minicom: Large File Support
Summary: net-dialup/minicom: 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: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lfs-tracker
  Show dependency tree
 
Reported: 2023-08-20 13:24 UTC by Raul Rangel
Modified: 2023-08-31 06:57 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 Raul Rangel 2023-08-20 13:24:47 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2023-08-25 07:49:07 UTC
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(+)
Comment 2 Raul Rangel 2023-08-25 13:59:17 UTC
Awesome, thanks!
Comment 3 Allen Webb 2023-08-30 15:30:10 UTC
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
```
Comment 4 Viorel Munteanu gentoo-dev 2023-08-31 06:57:00 UTC
Can you attach a full build.log?  I don't get that warning.