geerlingguy / docker-centos6-ansible

CentOS 6.x Docker container for Ansible playbook and role testing.
https://hub.docker.com/r/geerlingguy/docker-centos6-ansible/
MIT License
8 stars 17 forks source link

[support] usr/bin/iconv: conversion stopped due to problem in writing the output #4

Closed fubarhouse closed 7 years ago

fubarhouse commented 7 years ago

I'm just curious to know (as a support item) if there's something I can do about this error which is affecting your CentOS6 image, but not your CentOS7 image.

I've got 20 tests on varying platforms which don't present this problem out of a total of 40 tests (not using make) but this one thing is something I don't seem to understand well enough to fix.

It appears to be related to the OS itself: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597756

image

For reference, here's the latest failing travis test: https://travis-ci.org/fubarhouse/ansible-role-curl/jobs/261293779

fubarhouse commented 7 years ago

As it turns out I simply need perl for this...