Hide Forgot
I just compiled ppp-2.4.5 with extra gcc compiler flag -Wlogical-op It said > eap.c:236:2: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] > eap.c:1154:2: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] > eap.c:1189:2: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] > eap.c:2413:2: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] > eap.c:2457:2: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] It looks like the compiler is complaining about the eap_client_active macro. It is defined in patch file ppp-2.4.5-eaptls-mppe-0.99.patch as follows +#define eap_client_active(esp) ((esp)->es_client.ea_state != eapInitial ||\ + (esp)->es_client.ea_state != eapPending ||\ + (esp)->es_client.ea_state != eapClosed) Suggest swap || for &&
ppp-2.4.5-35.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/ppp-2.4.5-35.fc20
ppp-2.4.7-6.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/ppp-2.4.7-6.fc21
Package ppp-2.4.5-35.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ppp-2.4.5-35.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-16810/ppp-2.4.5-35.fc20 then log in and leave karma (feedback).
ppp-2.4.7-6.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
ppp-2.4.5-35.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.