--- "David R. Morrison" <[EMAIL PROTECTED]> wrote: > >> /bin/sh ../libtool --mode=compile gcc > -DHAVE_CONFIG_H -I. > >> -I. -I.. -I.. -DG_LOG_DOMAIN=?"GLib?" > >> -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED > >> -DGLIB_COMPILATION -no-cpp-precomp -isystem > /sw/include > >> -D_POLL_EMUL_H_ -O3 -funroll-loops > -fstrict-aliasing > >> -Wall -c -o gbacktrace.lo `test -f 'gbacktrace.c' > || echo > >> './'`gbacktrace.c > >> make[4]: *** [garray.lo] Error 1 > >> make[4]: *** Waiting for unfinished jobs.... > > > > This looks like a problem with parallel make, > because it sees an error > > in a previous job. You aren't running distcc?
No. > > The package description has a line > > make -j2 > > If you replace the -j2 by -j1, do you still get > the error? > > Is the error repeatable at all? > > This was probably caused by an error in > libpng3-1.2.12-2, which has > now been fixed in libpng3-1.2.12-3. I updated libpng3: i libpng3 1:1.2.12-3 PNG image format handling library i libpng3-shlibs 1:1.2.12-3 Shared libraries for libpng3 package I then returned to building glib2, and got the same error as before. So, I changed 'make -j2' to 'make -j1' in the glib2.info file. This time the result was successful. Thank you two for your help. I seem to have another problem, however. I cannot build Imagemagick-shlibs. (This may also be related to libpng3?) I will report the error in the next e-mail message. h.y.toda -------------------------------------- Let's start Yahoo! Auction - Free Campaign Now! http://pr.mail.yahoo.co.jp/auction/ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
