My attempt to build libcanberra with make -j8 just failed, libcanberra-gtk3.so: file not recognized: File truncated
That looks to be similar to https://lists.gnu.org/archive/html/libtool/2011-06/msg00000.html (yes, mine too was during make install, other libs had already created libtool messages re ldconfig) which was a step on from https://bugs.freedesktop.org/show_bug.cgi?id=28108 But although I had makeflags of '-j8 -O' and ran the actual build like that, for the install, all that I ran was make docdir=/usr/share/doc/libcanberra-0.30 install Building it with -j1 worked fine. This isn't one of my most-used packages, I only build it to test gnome things (in this case, matching the recommended deps for evince), and I suspect that sometimes I've just done make -j1 because I was also doing other things at the same time. Or perhaps it needs a lot of parallel jobs to show the problem. For the moment, I'm just noting that it happened to me. ĸen -- I live in a city. I know sparrows from starlings. After that everything is a duck as far as I'm concerned. -- Monstrous Regiment -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
