pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44765 (gnuplot build fails because netbsd-5 X11 not up to speed)



The following reply was made to PR pkg/44765; it has been noted by GNATS.

From: Hauke Fath <hf%spg.tu-darmstadt.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: adam%NetBSD.org@localhost, pkg-manager%NetBSD.org@localhost
Subject: Re: pkg/44765 (gnuplot build fails because netbsd-5 X11 not up to
 speed)
Date: Thu, 31 Mar 2011 11:13:12 +0200

 On 03/25/11 13:43, adam%NetBSD.org@localhost wrote:
 > Synopsis: gnuplot build fails because netbsd-5 X11 not up to speed
 >
 > Can't reproduce on fresh NetBSD 5.1_STABLE.
 > Do you have the latest graphics/cairo installed?
 > What's your X11_TYPE? (make -V X11_TYPE)
 
 After deleting a stale Xrender package (see 
 <http://mail-index.netbsd.org/pkgsrc-users/2010/09/26/msg012896.html> -- 
 maybe cairo should conflict with Xrender?), the error message has changed to
 
 [...]
 cc -DHAVE_CONFIG_H -I. -I..  -I../term -I../term 
 -DBINDIR=\"/usr/pkg/bin\" 
 -DX11_DRIVER_DIR=\"/usr/pkg/libexec/gnuplot/4.4\" 
 -DGNUPLOT_PS_DIR=\"/usr/pkg/share/gnuplot/4.4/PostScript\" 
 -DGNUPLOT_JS_DIR=\"/usr/pkg/share/gnuplot/4.4/js\" 
 -DGNUPLOT_LUA_DIR=\"/usr/pkg/share/gnuplot/4.4/lua\" 
 -DCONTACT=\"gnuplot-bugs%lists.sourceforge.net@localhost\" 
 -DHELPFILE=\"/usr/pkg/share/gnuplot/4.4/gnuplot.gih\" 
 -DGNUPLOT_X11=\"`echo gnuplot_x11 | sed 's,x,x,'`\" 
 -DXAPPLRESDIR=\"/etc/X11/app-defaults/\"  -I/usr/pkg/include 
 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 
 -I/usr/X11R7/include -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT 
 -pthread -I/usr/pkg/include/cairo -I/usr/pkg/include/pixman-1 
 -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 
 -I/usr/pkg/include/libpng15 -I/usr/pkg/include 
 -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/glib/glib-2.0 
 -I/usr/pkg/lib/glib-2.0/include  -O2 -mfpmath=sse -msse3 -march=prescott 
 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include 
 -I/usr/X11R7/include/freetype2 -c -DGPLT_X11_MODE -o getcolor_x11.o 
 ./getcolor.c
 cc  -O2 -mfpmath=sse -msse3 -march=prescott -I/usr/pkg/include 
 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 
 -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib 
 -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib 
 -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib -L/usr/X11R7/lib 
 -Wl,-R/usr/X11R7/lib -Wl,-R/usr/pkg/lib -pthread -L/usr/X11R7/lib -o 
 gnuplot_x11 gplt_x11.o  gpexecute.o getcolor_x11.o -L/usr/X11R7/lib 
 -R/usr/X11R7/lib -lX11 -lm  -Wl,-R/usr/pkg/lib -pthread 
 -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -L/usr/X11R7/lib -lpangocairo-1.0 
 -lcairo -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lz -lfontconfig 
 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lintl
 /var/obj/pkgsrc/graphics/gnuplot/work/.buildlink/lib/libcairo.so: 
 undefined reference to `pixman_image_set_destroy_function'
 /var/obj/pkgsrc/graphics/gnuplot/work/.buildlink/lib/libcairo.so: 
 undefined reference to `pixman_image_composite32'
 /var/obj/pkgsrc/graphics/gnuplot/work/.buildlink/lib/libcairo.so: 
 undefined reference to `pixman_image_fill_boxes'
 *** Error code 1
 
 -- again, I have de-installed and rebuilt anything remotely relevant 
 without changing the outcome. This is a server, so it doesn't have many 
 X11 related packages installed to begin with.
 
        hauke
 


Home | Main Index | Thread Index | Old Index