On 08/23/2007 03:25:41 PM, Pawel Salek wrote: > On 08/23/07 09:12:33, Mario Mikocevic wrote: > > 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
Didn't work but this did -> # cat /usr/src/redhat/SOURCES/balsa.patch1--- balsa-2.3.X/libbalsa/imap/Makefile.am-imapdirtyfix 2007-08-23 15:38:42.000000000 +0200 +++ balsa-2.3.X/libbalsa/imap/Makefile.am 2007-08-23 15:38:54.000000000 +0200 @@ -1,12 +1,12 @@ #lib_LTLIBRARIES = libimap.la noinst_LIBRARIES = libimap.a -noinst_PROGRAMS = imap_tst +# noinst_PROGRAMS = imap_tst -imap_tst_SOURCES = imap_tst.c +# imap_tst_SOURCES = imap_tst.c -imap_tst_LDADD = \ - $(top_builddir)/libbalsa/imap/libimap.a \ - $(BALSA_LIBS) +# imap_tst_LDADD = \ +# $(top_builddir)/libbalsa/imap/libimap.a \ +# $(BALSA_LIBS) #libimap_la_SOURCES = libimap_a_SOURCES = \ ... Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/balsa-2.3.18-1.fc7-root-root Wrote: /usr/src/redhat/RPMS/i386/balsa-2.3.18-1.fc7.i386.rpm Wrote: /usr/src/redhat/RPMS/i386/balsa-debuginfo-2.3.18-1.fc7.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.33412 ... so far working fine .. -- T-Com Sektor za profesionalne usluge i poslovna rješenja za IP / / Professional Services and IP Business Solutions Department Mario Mikočević Draškovićeva 26, Zagreb, 10000 +385 1 4913 835 +385 1 4913 860 (fax) +385 98 470 801 (GSM) [EMAIL PROTECTED] http://www.t-com.hr _______________________________________________ balsa-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/balsa-list
