On 2017-01-08 00:59, Sandro Knauß wrote:
> Hi,
> 
> Thanks for all your input till now.
> 
> I now managed it to get it build on i386 successfully on buildds 
> (5.7.1+dfsg-2) [0] so it uses less RAM but still it needs around 15GB disk 
> space to build. It actually also used to much RAM for an successfull amd64 
> build on buildds. The fix I did was to disable all debug symbols for all 
> archs 
> (including amd64), because all buildds do not have more than 4GB of RAM :( So 
> QtWebEngine can't be rebuild at porterboxes with this limit and debug symbols 
> activated. Can this be improved somehow, so I still can push source only 
> uploads?
> 
> mipsel and armhf builds still look like they are not happy with the amount of 
> build space.  It looks like their buildd disk space limit is 8GB. Are there 
> buildds with bigger disks?

It doesn't seem to be a disk space issue, but rather a virtual memory
issue. It's limited to 3GB on armhf, and 2GB on mipsel.

For mipsel, you might want to try to add --param ggc-min-expand=20 to
the CFLAGS/CXXFLAGS to lower the memory consumption in GCC. For armhf,
there is probably similar kind of options for ld.gold.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net

Attachment: signature.asc
Description: PGP signature

-- 
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-talk

Reply via email to