Hello, Thanks for the advice. I found something before the errors and am copying that. Before that it seemed mostly options, that probably aren't that interesting?
Francis /bin/sh ./config/mkinstalldirs . ltdl/ cp ./ltdl/argz_.h ltdl/argz.h-t mv ltdl/argz.h-t ltdl/argz.h make all-am CC coders/coders_art_la-art.lo CC magick/magick_libMagickCore_la-animate.lo CC magick/magick_libMagickCore_la-annotate.lo CC magick/magick_libMagickCore_la-artifact.lo CC magick/magick_libMagickCore_la-attribute.lo CC magick/magick_libMagickCore_la-blob.lo magick/blob.c:507:22: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] (void) gzerror(image->blob->file,&status); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1519:49: note: passing argument to parameter 'file' here ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:545:22: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] status=gzclose(image->blob->file); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1494:43: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzclose OF((gzFile file)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:2666:34: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] count=(ssize_t) gzread(image->blob->file,q,(unsigned int) length); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1296:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:2671:13: error: no member named 'have' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:17: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2671:13: error: no member named 'have' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:30: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2671:13: error: no member named 'pos' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:43: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2671:13: error: no member named 'next' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:57: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2671:20: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:75: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ^ /usr/local/include/zlib.h:1374:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:2679:13: error: no member named 'have' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:17: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2679:13: error: no member named 'have' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:30: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2679:13: error: no member named 'pos' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:43: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2679:13: error: no member named 'next' in 'struct __sFILE' c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:57: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ~~~ ^ magick/blob.c:2679:20: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] c=gzgetc(image->blob->file); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1665:75: note: expanded from macro 'gzgetc' ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : gzgetc(g)) ^ /usr/local/include/zlib.h:1374:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3367:18: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] if (gzseek(image->blob->file,(off_t) offset,whence) < 0) ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1709:45: note: passing argument to parameter here ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3631:22: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] status=gzflush(image->blob->file,Z_SYNC_FLUSH); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1395:40: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3705:40: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] offset=(MagickOffsetType) gztell(image->blob->file); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1710:45: note: passing argument to parameter here ZEXTERN z_off_t ZEXPORT gztell OF((gzFile)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3854:35: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] count=(ssize_t) gzwrite(image->blob->file,(void *) data, ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1324:40: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzwrite OF((gzFile file, ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3860:20: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] c=gzputc(image->blob->file,(int) *p++); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1368:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ magick/blob.c:3867:20: warning: incompatible pointer types passing 'FILE *' (aka 'struct __sFILE *') to parameter of type 'gzFile' (aka 'struct gzFile_s *') [-Wincompatible-pointer-types] c=gzputc(image->blob->file,(int) *p++); ^~~~~~~~~~~~~~~~~ /usr/local/include/zlib.h:1368:39: note: passing argument to parameter 'file' here ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); ^ /usr/local/include/zconf.h:264:23: note: expanded from macro 'OF' # define OF(args) args ^ 11 warnings and 8 errors generated. make[1]: *** [magick/magick_libMagickCore_la-blob.lo] Error 1 make: *** [all] Error 2 ### execution of /tmp/fink.jv2wT failed, exit code 2 ### execution of /tmp/fink.45w7y failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-imagemagick-6.5.8.10-105 (Reading database ... 61811 files and directories currently installed.) Removing fink-buildlock-imagemagick-6.5.8.10-105 ... Failed: phase compiling: imagemagick-6.5.8.10-105 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on Fink's website solves the problem. If not, ask on one (not both, please) of these mailing lists: The Fink Users List <fink-us...@lists.sourceforge.net> The Fink Beginners List <fink-beginners@lists.sourceforge.net>, with a carbon copy to the maintainer: Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp> Note that this is preferable to emailing just the maintainer directly, since most fink package maintainers do not have access to all possible hardware and software configurations. Please try to include the complete error message in your report. This generally consists of a compiler line starting with e.g. "gcc" or "g++" followed by the actual error output from the compiler. Also include the following system information: Package manager version: 0.35.1 Distribution version: selfupdate-rsync Sun Sep 8 11:58:14 2013, 10.8, x86_64 Trees: local/main stable/main local/injected Xcode.app: 4.6.3 Xcode command-line tools: 4.6.0.0.1.1365549073 Max. Fink build jobs: 1 On 2013-09-08, at 12:25 PM, Alexander Hansen <alexanderk.han...@gmail.com> wrote: > On 9/8/13 9:11 AM, Francis Poulin wrote: >> Hello, >> >> I am doing a standard "finku upate-all" and I'm getting error with >> imagemagick >> 11 warnings and 8 errors generated. The version information is at the >> bottom. >> >> Francis >> >> >> make[1]: *** [magick/magick_libMagickCore_la-blob.lo] Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make: *** [all] Error 2 >> ### execution of /tmp/fink.qCXee failed, exit code 2 >> ### execution of /tmp/fink.hRTVn failed, exit code 2 >> Removing runtime build-lock... >> Removing build-lock package... >> /sw/bin/dpkg-lockwait -r fink-buildlock-imagemagick-6.5.8.10-105 >> (Reading database ... 61811 files and directories currently installed.) >> Removing fink-buildlock-imagemagick-6.5.8.10-105 ... >> Failed: phase compiling: imagemagick-6.5.8.10-105 failed >> >> Before reporting any errors, please run "fink selfupdate" and try again. >> Also try using "fink configure" to set your maximum build jobs to 1 and >> attempt to build the package again. >> If you continue to have issues, please check to see if the FAQ on Fink's >> website solves the problem. If not, ask on one (not both, please) of >> these mailing lists: >> >> The Fink Users List <fink-us...@lists.sourceforge.net> >> The Fink Beginners List <fink-beginners@lists.sourceforge.net>, >> >> with a carbon copy to the maintainer: >> >> Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp> >> >> Note that this is preferable to emailing just the maintainer directly, >> since most fink package maintainers do not have access to all possible >> hardware and software configurations. >> >> Please try to include the complete error message in your report. This >> generally consists of a compiler line starting with e.g. "gcc" or "g++" >> followed by the actual error output from the compiler. >> >> Also include the following system information: >> Package manager version: 0.35.1 >> Distribution version: selfupdate-rsync Sun Sep 8 11:58:14 2013, 10.8, x86_64 >> Trees: local/main stable/main local/injected >> Xcode.app: 4.6.3 >> Xcode command-line tools: 4.6.0.0.1.1365549073 >> Max. Fink build jobs: 2 >> >> > > That doesn't have any useful information for debugging purposes, because the > error got snipped out completely. Please try the following: > > 1) Use "fink configure" and set your number of build jobs to 1, because that > makes tracing the build process easier. > > 2) Post the output starting with a line just before you _start_ seeing error > messages, and then the errors, since normally the _first_ error is what > matters. > > > -- > Alexander Hansen, Ph.D. > Fink User Liaison > My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Fink-beginners mailing list Fink-beginners@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners