Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916196 - net-dialup/ppp compiles without multilink support
Summary: net-dialup/ppp compiles without multilink support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-23 23:08 UTC by Ayron
Modified: 2023-10-24 02:48 UTC (History)
0 users

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 Ayron 2023-10-23 23:08:52 UTC
Since ppp version 2.5.0 the configure script has an option to enable multilink support. Per default this option is not set, resulting in a pppd without multilink functionality.

Reproducible: Always

Steps to Reproduce:
1. emerge net-dialup/ppp
2. pppd ttyS0 115200 crtscts noauth multilink
Actual Results:  
pppd: unrecognized option 'multilink'

Expected Results:  
establish a ppp connection on ttyS0 as part of a multilink bundle

Add multilink to IUSE and $(use_enable multilink) in the src_configure() part of the ebuild. Then reemerge with multilink useflag resolves the problem.
Comment 1 Larry the Git Cow gentoo-dev 2023-10-24 02:48:30 UTC
The bug has been closed via the following commit(s):

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

commit 54591b758f75145958f6152db955ff333feeb215
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2023-10-24 02:47:27 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2023-10-24 02:47:27 +0000

    net-dialup/ppp: enable multilink
    
    Closes: https://bugs.gentoo.org/916196
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 net-dialup/ppp/{ppp-2.5.0-r5.ebuild => ppp-2.5.0-r6.ebuild} | 1 +
 1 file changed, 1 insertion(+)