Small update: Apparently those weird errors I was getting have been related to teh toolchain. The update to Jessie 8.2 (from 8.1) of my build-system made it go away. Instead, I am now presented with a new message:
../../media/base/audio_video_metadata_extractor.cc:116:17: error: use of undeclared identifier 'avcodec_get_name'; did you mean 'avcodec_get_type' I dont think this will be hard to work around (just wondering if it has surfaced when Riku tried to build). 2015-10-13 21:57 GMT+02:00 Josua Mayer <josua.maye...@gmail.com>: > I tried to build with Riku's patch, but I end up with a build error > that says error: '_Complex __int128' is invalid > I don't have a clue where that message comes from. Perhaps somebody > else can try building it on 32-bit arm hardware? > > I attached my logfile in case anybody wants to have a peek. > > 2015-10-13 15:43 GMT+02:00 Riku Voipio <riku.voi...@iki.fi>: >> On Tue, Oct 13, 2015 at 11:48:04AM +0300, Riku Voipio wrote: >>> Notice it needs a fix to objcopy/strip in binutils to handle stripping a > >>> 2GB file. >>> I'm still working on cleaning up that patch. >> >> The patch for binutils as attached to the upstream bug: >> >> https://sourceware.org/bugzilla/show_bug.cgi?id=19123 >> >> And resulted packages at: >> >> https://people.debian.org/~riku/chromium/ >> >> Riku