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.
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(+)