Hi Boyuan Yang, * Boyuan Yang <by...@debian.org> [200504 09:03]: > Unfortunately yaml-cpp currently FTBFS on mipsel architecture. Build logs > indicate that it might be caused by the exhaustion of memory: [..] > as: out of memory allocating 7161456 bytes after a total of 573444096 bytes [..] > I'm not sure what's the best way of solving this issue. Maybe we need some > test-builds on porterbox?
It's not uncommon for C++ packages to need multiple hundred MB up to a few GB of RAM per compiler to build (here it gave up after 550MB). If the mipsel buildds cannot tolerate 4 parallel compilers because of RAM constraints, I'd suggest reducing the current parallel=4 config on the buildd. But this is unlikely a packaging problem or a bug in the code. Chris