-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
Description
I did this
Built as per usual, tests are passing for 19 platforms, and failing via the same test on CentOS6
I expected the following
Pass on all similar platforms, but failed on CentOS6.
curl/libcurl version
Information not available - attempting to install curl-7.54.0 or above via make.
operating system
CentOS6
See the failing test (scroll to the bottom) https://travis-ci.org/fubarhouse/ansible-role-curl/jobs/261293779
Details of stderr:
"stderr_lines": [
"/bin/sh: ../src/mkhelp.pl: Permission denied",
"/usr/bin/iconv: conversion stopped due to problem in writing the output",
"make[1]: *** [tool_hugehelp.c] Error 126",
"make[1]: *** Deleting file `tool_hugehelp.c'",
"make: *** [all-recursive] Error 1"
],
As this is passing on CentOS7 among other operating systems, how would I be able to either fix? If not a bug with the project, are there additional dependencies for this platform not already noted?