Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326609 - Chromium does not render some pages with using system XML/XSLT
Summary: Chromium does not render some pages with using system XML/XSLT
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bernard Cafarelli
URL: http://code.google.com/p/chromium/iss...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 12:13 UTC by Aaron Haviland
Modified: 2010-07-03 09:37 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Haviland 2010-07-02 12:13:04 UTC
Note: I'm no longer able to locate the website or mailing list thread where this was discovered, sorry. My google-fu fails me today.

Chrome uses a modified version libxml-2.6.32, and a modified libxslt. They're both linked with the -Duse_system_libxml flag. For some reason using the system libxml2 instead of the included one causes some websites to load improperly, as seen at the attached URL.

I see this specifically with Peacekeeper (as in bug http://code.google.com/p/chromium/issues/detail?id=29542) failing to run test #2

Compiling without -Duse_system_libxml and the problem goes away.

Reproducible: Always

Steps to Reproduce:
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-07-03 09:37:24 UTC
Thanks for the info, I've included the workaround in the latest dev channel bump and will monitor the upstream issue.