This is back in. XSLT is no longer required (though it doesn't hurt to have it), and it seems some machines are also missing bzip2 headers, so for Hardy, the new command to install the deps is:
sudo apt-get install -y libbz2-dev libjpeg62-dev After you update your packages and sync your sources, you may also need to clobber your build in order to switch to the system headers. Michael On Wed, Dec 9, 2009 at 5:33 PM, Michael Nordman <[email protected]> wrote: > There were several crashing layout tests on linux when loading .xml files > shortly after this (and a little later, a webkit roll) was landed. We've > reverted both this change and the webkit roll, but i'm thinking the xslt > changes may have more to do with the crashes then the webkit roll? The try > servers were happy with the roll, things just went awry once it got landed > on the trunk. > On Wed, Dec 9, 2009 at 3:57 PM, Michael Moss <[email protected]> wrote: >> >> A recent change to use more system libs >> (http://src.chromium.org/viewvc/chrome?view=rev&revision=34195) might >> break Linux builds. If you see messages about missing jpeg or xslt >> headers, please install the relevant -dev packages. For instance, on >> Hardy you would run: >> >> sudo apt-get install -y libxslt1-dev libjpeg62-dev >> >> Michael >> >> PS - Due to other issues, libxslt might change back to being a static >> lib, but it shouldn't hurt to install the -dev package either way. >> >> -- >> Chromium Developers mailing list: [email protected] >> View archives, change email options, or unsubscribe: >> http://groups.google.com/group/chromium-dev > > -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
