Re: [Development] QtWebEngine file path too long

2019-03-13 Thread Thiago Macieira
On Wednesday, 13 March 2019 13:44:44 PDT Samuel Gaist wrote: > I’m using KDE Neon with the default setup for encrypted disk. IIRC it’s done > through LVM. Then encryption has nothing to do with it. If you use a regular LUKS-based block encryption, then you're running a regular filesystem which sh

Re: [Development] QtWebEngine file path too long

2019-03-13 Thread Samuel Gaist
> On 13 Mar 2019, at 00:00, Thiago Macieira wrote: > > On Tuesday, 12 March 2019 15:44:22 PDT Samuel Gaist wrote: >> The solution currently is to move the build out of the encrypted partition. > > That's not an option for me. Company requires full hard-drive encryption. > > What OS and what e

Re: [Development] QtWebEngine file path too long

2019-03-13 Thread Michal Klocek
See https://bugreports.qt.io/browse/QTBUG-59769, patch (workaround) is included in bug report. Br Michal On 3/12/19 11:44 PM, Samuel Gaist wrote: > Hi, > > I’ve been hit by this surprising error when building QtWebEngine. > > Luckily (well…) I was recently facing the same issue while trying

Re: [Development] QtWebEngine file path too long

2019-03-13 Thread Christian Gagneraud
On Tue, 12 Mar 2019 at 23:45, Samuel Gaist wrote: > > Hi, > > I’ve been hit by this surprising error when building QtWebEngine. I had this issue too, i fixed it by patching chromium build system, see attached patch (i'm not the author and i don't have the original url). This was with Qt-5.11, wit

Re: [Development] QtWebEngine file path too long

2019-03-12 Thread Thiago Macieira
On Tuesday, 12 March 2019 15:44:22 PDT Samuel Gaist wrote: > The solution currently is to move the build out of the encrypted partition. That's not an option for me. Company requires full hard-drive encryption. What OS and what encryption are you using? -- Thiago Macieira - thiago.macieira (AT)

[Development] QtWebEngine file path too long

2019-03-12 Thread Samuel Gaist
Hi, I’ve been hit by this surprising error when building QtWebEngine. Luckily (well…) I was recently facing the same issue while trying to build a conda package. Searching how to fix that gave me a solution that is also working for the build of QtWebEngine. As it turns out, it was due to me bu