Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907888 - net-misc/vmnet-0.4-r1 fails to compile (MUSL-SYSTEM): vmnet.c:(.text+0x4db): undefined reference to getpt
Summary: net-misc/vmnet-0.4-r1 fails to compile (MUSL-SYSTEM): vmnet.c:(.text+0x4db): ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
: 929189 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-06-05 08:08 UTC by Agostino Sarubbo
Modified: 2024-05-09 00:23 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,39.26 KB, text/plain)
2023-06-05 08:08 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-05 08:08:40 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-misc/vmnet-0.4-r1 fails to compile (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-05 08:08:43 UTC
Created attachment 863318 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-05 08:08:43 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


vmnet.c:(.text+0x4db): undefined reference to `getpt'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2024-05-09 00:22:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d791f87eed8fed2f3acf505b4daeae047170a9

commit d2d791f87eed8fed2f3acf505b4daeae047170a9
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-04-02 08:43:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-09 00:20:00 +0000

    net-misc/vmnet: replace missing function with posix one, for musl
    
    I'd rather drop this package, instead.
    
    [sam: Revbump.]
    
    Closes: https://bugs.gentoo.org/897956
    Closes: https://bugs.gentoo.org/907888
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/36055
    Signed-off-by: Sam James <sam@gentoo.org>

 .../vmnet-0.4-replace-missing-musl-function.patch    | 20 ++++++++++++++++++++
 .../{vmnet-0.4-r1.ebuild => vmnet-0.4-r2.ebuild}     |  3 ++-
 2 files changed, 22 insertions(+), 1 deletion(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-09 00:23:25 UTC
*** Bug 929189 has been marked as a duplicate of this bug. ***