Hello, all. I'm writing to beg for some help.

I'm having trouble getting gnuplot to build -- the last package in my global
update following transition from tiger to leopard (current: Intel Mac
10.5.6, XCode 3.1.2, X11-2.3.0, Fink 0.28.7-41 unstable). I think (but don't
really recall) that I had a similar problem updating gnuplot last year and
in a fit of impatience built the package from source. It's faintly possible
that the issues are related but I have no details on that.

I'm not seeing anything obvious in the build log -- no clear error messages.
I've run and re-run self-update, and looked for dependency problems, and dug
through the archives, with no luck. The log file isn't tiny, so I've
excerpted the parts that look relevant to me; I'll be more than happy to
provide any other useful information.

 I get the final error:

> Fatal malloc_jumpstart() error
> make[2]: *** [gnuplot.elc] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>

and a couple of warning messages:

> ~> grep 'arning' gnuplot_finkbuild.log
>> aclocal.m4:16: warning: this file was generated for autoconf 2.61.
>> color.c:559: warning: pointer targets in passing argument 4 of 'map3d_xy'
>> differ in signedness
>> color.c:559: warning: pointer targets in passing argument 5 of 'map3d_xy'
>> differ in signedness
>> color.c:560: warning: pointer targets in passing argument 4 of 'map3d_xy'
>> differ in signedness
>> color.c:560: warning: pointer targets in passing argument 5 of 'map3d_xy'
>> differ in signedness
>> ../term/rgip.trm:220: warning: pointer targets in passing argument 1 of
>> 'sprintf' differ in signedness
>> ../term/rgip.trm:221: warning: pointer targets in passing argument 1 of
>> 'fopen' differ in signedness
>> ../term/rgip.trm:389: warning: pointer targets in passing argument 1 of
>> 'strlen' differ in signedness
>> ../term/rgip.trm:395: warning: pointer targets in passing argument 1 of
>> 'strlen' differ in signedness
>> ../term/rgip.trm:437: warning: passing argument 1 of 'RGIP_cvts' discards
>> qualifiers from pointer target type
>> ../term/rgip.trm:451: warning: pointer targets in passing argument 1 of
>> 'strchr' differ in signedness
>> ../term/rgip.trm:453: warning: pointer targets in passing argument 1 of
>> 'strlen' differ in signedness
>>
>
Since these are the error messages, here are the compiler comands in the log
file for those routines:

> gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\"/sw/bin\"
> -DX11_DRIVER_DIR=\"/sw/lib/gnuplot/4.2\"
> -DGNUPLOT_PS_DIR=\"/sw/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
> http://sourceforge.net/projects/gnuplot\";
> -DHELPFILE=\"/sw/share/gnuplot/4.2/gnuplot.gih\" -I/sw/include
> -I/usr/X11R6/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include
> -I/sw/include/pango-1.0 -I/sw/lib/fontconfig2/include
> -I/sw/include/freetype2 -I/sw/include -I/sw/include/cairo
> -I/sw/include/pixman-1 -I/sw/include/libpng12 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include  -g -O2
> -ObjC -c color.c
> color.c: In function 'draw_color_smooth_box':
> color.c:559: warning: pointer targets in passing argument 4 of 'map3d_xy'
> differ in signedness
> color.c:559: warning: pointer targets in passing argument 5 of 'map3d_xy'
> differ in signedness
> color.c:560: warning: pointer targets in passing argument 4 of 'map3d_xy'
> differ in signedness
> color.c:560: warning: pointer targets in passing argument 5 of 'map3d_xy'
> differ in signedness
>

and

gcc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term -DBINDIR=\"/sw/bin\"
> -DX11_DRIVER_DIR=\"/sw/lib/gnuplot/4.2\"
> -DGNUPLOT_PS_DIR=\"/sw/share/gnuplot/4.2/PostScript\" -DCONTACT=\"
> http://sourceforge.net/projects/gnuplot\";
> -DHELPFILE=\"/sw/share/gnuplot/4.2/gnuplot.gih\" -I/sw/include
> -I/usr/X11R6/include -I/sw/include -I/sw/include -I/sw/include -I/sw/include
> -I/sw/include/pango-1.0 -I/sw/lib/fontconfig2/include
> -I/sw/include/freetype2 -I/sw/include -I/sw/include/cairo
> -I/sw/include/pixman-1 -I/sw/include/libpng12 -I/sw/include/glib-2.0
> -I/sw/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/X11/include  -g -O2
> -ObjC -c term.c
> In file included from term.h:235,
>                  from term.c:1308:
> ../term/rgip.trm: In function 'RGIP_graphics':
> ../term/rgip.trm:220: warning: pointer targets in passing argument 1 of
> 'sprintf' differ in signedness
> ../term/rgip.trm:221: warning: pointer targets in passing argument 1 of
> 'fopen' differ in signedness
> ../term/rgip.trm: In function 'RGIP_cvts':
> ../term/rgip.trm:389: warning: pointer targets in passing argument 1 of
> 'strlen' differ in signedness
> ../term/rgip.trm:395: warning: pointer targets in passing argument 1 of
> 'strlen' differ in signedness
> ../term/rgip.trm: In function 'RGIP_put_text':
> ../term/rgip.trm:437: warning: passing argument 1 of 'RGIP_cvts' discards
> qualifiers from pointer target type
> ../term/rgip.trm:451: warning: pointer targets in passing argument 1 of
> 'strchr' differ in signedness
> ../term/rgip.trm:453: warning: pointer targets in passing argument 1 of
> 'strlen' differ in signedness
>

Any insight or assitance would be greatly appreciated!

Best,
     Cari
------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to