https://bugzilla.redhat.com/show_bug.cgi?id=1418310 --- Comment #6 from Andrew Bauer <zonexpertconsulting@xxxxxxxxxxx> --- Created attachment 1247725 --> https://bugzilla.redhat.com/attachment.cgi?id=1247725&action=edit Patch HTTP.pm to handle an undefined endpoint Rawhide would not build due to a failed test on HTTP.t. Relevant error message was "Can't call method scheme on an undefined value at /usr/share/perl5/LWP/UserAgent.pm line 135." This was traced back a undefined value for the endpoint, which was being passed by the test. Since previous distros allowed the endpoint to be undefined w/o failure, this patch defines the endpoint to be the empty string, if it is found to be undefined. Tested on f26 and f25 for backwards compatibility. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx