On 08/23/07 09:12:33, Mario Mikocevic wrote: > Hi, > [snip] > ... > > make[3]: *** No rule to make target `../../libbalsa/imap/libimap.a', > needed by > `imap_tst'. Stop. > make[3]: *** Waiting for unfinished jobs.... > mv -f .deps/siobuf.Tpo .deps/siobuf.Po > mv -f .deps/imap_tst.Tpo .deps/imap_tst.Po > make[3]: Leaving directory > `/usr/src/redhat/BUILD/balsa-2.3.18/libbalsa/imap' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/usr/src/redhat/BUILD/balsa-2.3.18/libbalsa' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/redhat/BUILD/balsa-2.3.18' > make: *** [all] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.46224 (%build) > > > distro problem or tarball ?
It is a problem with tarball - parallel build is broken :( I have discovered the problem 30 minutes after releasing balsa but haven't managed to commit a fix yet (I am travelling). The solution is either change the dependencies of imap_tst program in libbalsa/imap/Makefile.am - or remove it completely... A workaround is to build serially: export MAKEFLAGS=-j1 Pawel _______________________________________________ balsa-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/balsa-list
