Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 602676 - net-misc/openfortivpn must depend on net-dialup/ppp
Summary: net-misc/openfortivpn must depend on net-dialup/ppp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mathy Vanvoorden
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 19:04 UTC by José María Fernández González
Modified: 2017-11-07 19:23 UTC (History)
1 user (show)

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


Attachments
openfortivpn-1.3.0.ebuild including net-dialup/ppp dependency (openfortivpn-1.3.0.ebuild,774 bytes, text/plain)
2017-02-07 21:47 UTC, tbartdev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José María Fernández González 2016-12-14 19:04:10 UTC
net-misc/openfortivpn must depend on net-misc/ppp, as openfortivpn sets up a PPP connection through the newly established VPN connection using pppd. When net-misc/openfortivpn is installed in a new, clean system, it can happen that net-misc/ppp is not already installed.

The obtained messages when net-dialup/ppp is not installed are:

olympo ~ # openfortivpn
INFO:   Connected to gateway.
INFO:   Authenticated.
INFO:   Remote gateway has allocated a VPN.
ERROR:  read: Input/output error
INFO:   Cancelling threads...
INFO:   Terminated pppd.
INFO:   Closed connection to gateway.
INFO:   Logged out.
Comment 1 tbartdev 2017-02-07 21:47:49 UTC
Created attachment 462832 [details]
openfortivpn-1.3.0.ebuild including net-dialup/ppp dependency

I attached a corrected version containing the dependency. Also bumped it to 1.3.0 while at it.
Works flawlessy here.
Comment 2 Stefan Langenmaier 2017-02-21 19:50:04 UTC
I can confirm that it works here aswell.

I created also a pull request on github:
https://github.com/gentoo/gentoo/pull/4054