<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page not rendered - text is wrong colour"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86388#c26">Comment # 26</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Page not rendered - text is wrong colour"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86388">bug 86388</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>(In reply to David Hedley from <a href="show_bug.cgi?id=86388#c25">comment #25</a>)
<span class="quote">> The patch now applied cleanly thanks, however it makes no different to my
> output.

> Given I appear to be getting different results to other people, is there a
> dependency on any external library or code that I can check?</span >

Are You sure that You have lcms2 installed and poppler compiled against it?
(lcms1 should also work, but I haven't tested it). Without lcms the PDF can't
be rendered correctly by poppler, because the PDF doesn't specify an alternate
colorspace for the ICC based colorspace. In this case, NO ICC support and NO
alternate colorspace, the PDF spec says: 

If this entry is omitted and the conforming reader does not understand
the ICC profile data, the colour space that shall be used is DeviceGray,
DeviceRGB, or DeviceCMYK, depending on whether the value of N is 1, 3, or
4, respectively.

N is here 3, so DeviceRGB will be taken, but that's definitely wrong because
the input values are LAB values. But this is not detectable when there is no
ICC support, we get this information from the profile!!!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>