From owner-freebsd-x11@FreeBSD.ORG Mon Aug 10 04:12:32 2009 Return-Path: Delivered-To: x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4ED71065672 for ; Mon, 10 Aug 2009 04:12:32 +0000 (UTC) (envelope-from kohi@iri.co.jp) Received: from alphonse.himoo.iri.co.jp (alphonse.himoo.iri.co.jp [IPv6:2001:200:c10:200:210:231:221:97]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE5F8FC15 for ; Mon, 10 Aug 2009 04:12:31 +0000 (UTC) Received: from alphonse.himoo.iri.co.jp (localhost [IPv6:::1]) by alphonse.himoo.iri.co.jp (8.14.3/8.14.3) with ESMTP id n7A4CIOc087314; Mon, 10 Aug 2009 13:12:18 +0900 (JST) (envelope-from kohi@iri.co.jp) Message-Id: <200908100412.n7A4CIOc087314@alphonse.himoo.iri.co.jp> Date: Mon, 10 Aug 2009 13:12:18 +0900 From: Koh-ichi Ito To: x11@FreeBSD.ORG User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.7 Emacs/22.3 (i386-portbld-freebsd7.2) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Mon_Aug_10_13:12:18_2009-1" Cc: Subject: [ports] makeing libGLU failure X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2009 04:12:33 -0000 --Multipart_Mon_Aug_10_13:12:18_2009-1 Content-Type: text/plain; charset=US-ASCII Hello team, Let me inform you the failure of making libGLU ports. While installing gimp port, I got the following message. Speaking shortly, I can't find x11-xcb directory under my /usr/ports tree which is obtained with csup. I show the result of ls /usr/ports/x11*/*xcb* at the tail of this mail. I also attach Mesa-7.4.4/config.log which is required. I hope this problem to be solved. If the information in this mail is not enough, please let me known about it. Thanks in advance. Koh-ichi Ito ----- 8< -------------------------------------------------- Script started on Mon Aug 10 13:00:15 2009 kohi@alphonse[1]% /usr/bin/su Password: alphonse# pwd /u/FreeBSD7/usr/ports/graphics/libGLU alphonse# make clean; make ===> Cleaning for libGLU-7.4.4 ===> Extracting for libGLU-7.4.4 => MD5 Checksum OK for MesaLib-7.4.4.tar.bz2. => SHA256 Checksum OK for MesaLib-7.4.4.tar.bz2. ===> Patching for libGLU-7.4.4 ===> Applying FreeBSD patches for libGLU-7.4.4 ===> libGLU-7.4.4 depends on executable: gmake - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/glproto.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/dri2proto.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/xxf86vm.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/xdamage.pc - found ===> libGLU-7.4.4 depends on file: /usr/local/libdata/pkgconfig/xfixes.pc - found ===> libGLU-7.4.4 depends on shared library: GL.1 - found ===> Configuring for libGLU-7.4.4 checking build system type... i386-portbld-freebsd7.2 checking host system type... i386-portbld-freebsd7.2 checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking for gmake... gmake checking for makedepend... /usr/local/bin/makedepend checking for sed... /usr/bin/sed checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether to enable assembly... yes, x86 checking for cc option to produce PIC... -fPIC checking for dlopen... yes checking for posix_memalign... yes checking pkg-config files for X11 are available... yes checking for LIBDRM... yes checking for DRI2PROTO... yes checking for DRIGL... configure: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: gnome-config: not found No package 'x11-xcb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRIGL_CFLAGS and DRIGL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/u/FreeBSD7/usr/ports/graphics/libGLU/work/Mesa-7.4.4/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /u/FreeBSD7/usr/ports/graphics/libGLU. alphonse# ls /var/db/pkg OpenSSH-askpass-1.2.4.1 p5-ExtUtils-CBuilder-0.24 aalib-1.4.r5_4 p5-ExtUtils-ParseXS-2.19 amspsfnt-1.0_5 p5-GD-2.41 apache-2.2.11_7 p5-GraphViz-2.03_2 apel-emacs22-10.7_3 p5-HTML-Parser-3.60 appres-1.0.1 p5-HTML-Tagset-3.20 asciidoc-8.4.4 p5-HTML-Tree-3.23 atk-1.24.0 p5-HTTP-Lite-2.1.6 autoconf-2.62 p5-IO-Compress-Base-2.015 autoconf-wrapper-20071109 p5-IO-Compress-Bzip2-2.015 bash-4.0.24 p5-IO-Compress-Zlib-2.015 bdftopcf-1.0.1 p5-IO-Socket-INET6-2.56 beforelight-1.0.2 p5-IO-Socket-SSL-1.23 bigreqsproto-1.0.2 p5-IO-String-1.08 bison-2.4.1,1 p5-IO-Tty-1.08 bitmap-1.0.3 p5-IO-Zlib-1.09 bitmap-emacs22-8.5_7 p5-IPC-Run-0.82 bitmap-fonts-1.0_2 p5-MIME-Base64-3.07 bitstream-vera-1.10_4 p5-Mail-SpamAssassin-3.2.5_2 bsdpan-Graphics-ColorObject-0.5.0 p5-Mail-Tools-2.04 bsdpan-Module-Load-0.16 p5-Math-BigInt-1.89 bsdpan-Module-Loaded-0.02 p5-Module-Build-0.32 ca_root_nss-3.11.9_2 p5-Net-DNS-0.65 cairo-1.8.6_1,1 p5-Net-IP-1.25 cclient-2007e,1 p5-Net-LibIDN-0.10_1 cmpsfont-1.0_6 p5-Net-SSLeay-1.35_1 compositeproto-0.4 p5-Package-Constants-0.02 consolekit-0.2.10_2 p5-Parse-RecDescent-1.96.0_2 curl-7.19.4 p5-Pod-Parser-1.38 damageproto-1.1.0_2 p5-SNMP_Session-1.12 dbus-1.2.1 p5-SVG-2.49 dbus-glib-0.76 p5-Socket6-0.23 desktop-file-utils-0.15_1 p5-Storable-2.18 dmidecode-2.9 p5-Text-Iconv-1.7 dmxproto-2.2.2 p5-Tie-IxHash-1.21 dri-7.0.3_1,2 p5-TimeDate-1.16,1 dri2proto-2.0 p5-Tk-804.028.501 editres-1.0.3 p5-URI-1.37 emacs-22.3_1 p5-XML-Filter-BufferText-1.01 encodings-1.0.2,1 p5-XML-Handler-YAWriter-0.23 expat-2.0.1 p5-XML-NamespaceSupport-1.09_1 faces-1.7.7_9 p5-XML-Parser-2.36 fixesproto-4.0 p5-XML-SAX-0.96 flim-emacs22-1.14.8_2,1 p5-XML-SAX-Expat-0.40 font-adobe-100dpi-1.0.0_1 p5-XML-SAX-Writer-0.52 font-adobe-75dpi-1.0.0 p5-XML-Simple-2.18 font-adobe-utopia-100dpi-1.0.1 p5-XML-Twig-3.32 font-adobe-utopia-75dpi-1.0.1 p5-XML-XPath-1.13 font-adobe-utopia-type1-1.0.1 p5-YAML-0.68 font-alias-1.0.1 p5-gettext-1.05_2 font-arabic-misc-1.0.0 p5-libwww-5.825 font-bh-100dpi-1.0.0 p5-libxml-0.08 font-bh-75dpi-1.0.0 p5-type1inst-0.6.1_5 font-bh-lucidatypewriter-100dpi-1.0.0 p5-version-0.76 font-bh-lucidatypewriter-75dpi-1.0.0 pango-1.24.2 font-bh-ttf-1.0.0 pciids-20080901 font-bh-type1-1.0.0 pcre-7.7_1 font-bitstream-100dpi-1.0.0 pdflib-7.0.3 font-bitstream-75dpi-1.0.0 perl-5.8.9_2 font-bitstream-type1-1.0.0 pixman-0.14.0 font-cronyx-cyrillic-1.0.0 pkg-config-0.23_1 font-cursor-misc-1.0.0 platex-japanese-1.3 font-daewoo-misc-1.0.0 plotutils-2.5,1 font-dec-misc-1.0.0 png-1.2.35 font-ibm-type1-1.0.0 policykit-0.9_1 font-isas-misc-1.0.0 poppler-0.10.6 font-jis-misc-1.0.0 poppler-data-0.2.1 font-micro-misc-1.0.0 poppler-gtk-0.10.6 font-misc-cyrillic-1.0.0 popt-1.7_5 font-misc-ethiopic-1.0.0 portaudit-0.5.12 font-misc-meltho-1.0.0_1 postgresql-client-8.3.7 font-misc-misc-1.0.0 postgresql-server-8.3.7 font-mutt-misc-1.0.0 printproto-1.0.3 font-schumacher-misc-1.0.0 procmail-3.22_6 font-screen-cyrillic-1.0.1 pth-2.0.7 font-sony-misc-1.0.0 py25-xml-0.8.4_1 font-sun-misc-1.0.0 python25-2.5.2_3 font-util-1.0.1 randrproto-1.2.1 font-winitzki-cyrillic-1.0.0 razor-agents-2.84 font-xfree86-type1-1.0.0 recordproto-1.13.2 fontcacheproto-0.1.2 renderproto-0.9.3 fontconfig-2.5.0,1 resourceproto-1.0.2 fontsproto-2.0.2 rgb-1.0.1 fonttosfnt-1.0.3 rrdtool-1.3.7 freetype2-2.3.9_1 rstart-1.0.2 fslsfonts-1.0.1 ruby-1.8.7.160_1,1 fstobdf-1.0.2 samba-3.3.2 fvwm2-i18n-imlib-2.4.20_2 scim-1.4.7_3 gamin-0.1.9_2 screen-4.0.3_6 gccmakedep-1.0.2 scripts-1.0.1 gd-2.0.35_1,1 scrnsaverproto-1.1.0 gettext-0.17_1 semi-emacs22-1.14.6_3 ghostscript8-8.64_6 sessreg-1.0.3 gio-fam-backend-2.16.5 setxkbmap-1.0.4 glib-1.2.10_12 shared-mime-info-0.60 glib-2.18.4 showfont-1.0.1_1 glproto-1.4.8 smartmontools-5.38_3 gmake-3.81_3 smproxy-1.0.2 gnome_subr-1.0 swig-1.3.39 gnomehier-2.3_11 t1lib-5.1.2_1,1 gnupg-2.0.11 teTeX-base-3.0_14 gnuplot-4.2.5_1 teTeX-texmf-3.0_5 gperf-3.0.3 tex-texmflocal-1.9 graphviz-2.22.2 texi2html-1.76_1,1 gsfonts-8.11_5 tgif-4.1.45_4 gtk-1.2.10_20 tiff-3.8.2_4 gtk-2.14.7_1 trapproto-3.4.3 hal-0.5.11_1 twm-1.0.3_3 help2man-1.36.4_2 unzip-5.52_5 hicolor-icon-theme-0.10_2 v4l_compat-1.0.20060801 iceauth-1.0.2 videoproto-2.2.2 ico-1.0.2 viewres-1.0.1 imake-1.0.2_4,1 vnc-4.1.3_1 imap-uw-2007e,1 wanderlust-emacs22-2.14.0_2 inputproto-1.4.2.1 x11perf-1.4.1 intltool-0.40.6 xauth-1.0.2 isc-dhcp30-server-3.0.7_4 xbacklight-1.1 iso-codes-3.10 xbiff-1.0.1 ja-anthy-9100h xbitmaps-1.0.1 ja-dvipsk-tetex-5.95b_9 xcalc-1.0.2 ja-font-ipa-00301_1 xcb-proto-1.4 ja-font-std-0.0.20090602 xcb-util-0.3.3 ja-k20fonts-0.396_5 xclipboard-1.0.1 ja-kasumi-2.3_1 xclock-1.0.3 ja-kterm-6.2.0_11 xcmiscproto-1.1.2 ja-less+iso-382.262 xcmsdb-1.0.1 ja-nkf-2.0.7,1 xconsole-1.0.3 ja-p5-Jcode-2.07 xcursor-themes-1.0.1_1 ja-platex-jsclasses-1.0.20060212_2 xcursorgen-1.0.2 ja-ptex-tetex-3.1.10 xdbedizzy-1.0.2 ja-scim-anthy-1.2.4_1 xditview-1.0.1 jasper-1.900.1_8 xdm-1.1.6_3 jbigkit-1.6 xdpyinfo-1.0.2_1 jpeg-7 xdriinfo-1.0.2 kbproto-1.0.3 xedit-1.0.2 lcms-1.18a_1,1 xev-1.0.2 libFS-1.0.0_1 xextproto-7.0.2 libGL-7.0.3 xeyes-1.0.1 libICE-1.0.4_1,1 xf86-input-keyboard-1.2.2_2 libSM-1.0.3_1,1 xf86-input-mouse-1.2.3_2 libX11-1.1.3_1,1 xf86-video-ati-6.9.0 libXScrnSaver-1.1.2 xf86-video-intel-2.4.2 libXTrap-1.0.0 xf86-video-mach64-6.8.0 libXau-1.0.3_2 xf86-video-nv-2.1.12 libXaw-1.0.4_1,1 xf86-video-r128-6.8.0 libXcomposite-0.4.0,1 xf86-video-radeonhd-1.2.1_1 libXcursor-1.1.9_1 xf86-video-vesa-1.3.0_2 libXdamage-1.1.1 xf86-video-vga-4.1.0_2 libXdmcp-1.0.2_1 xf86-video-via-0.2.2_3 libXevie-1.0.2 xf86bigfontproto-1.1.2 libXext-1.0.3,1 xf86dga-1.0.2 libXfixes-4.0.3_1 xf86dgaproto-2.0.3 libXfont-1.3.1_3,1 xf86driproto-2.0.3 libXfontcache-1.0.4 xf86miscproto-0.9.2 libXft-2.1.13 xf86rushproto-1.1.2 libXi-1.1.3,1 xf86vidmodeproto-2.2.2 libXinerama-1.0.2,1 xfd-1.0.1 libXmu-1.0.3,1 xfindproxy-1.0.1 libXp-1.0.0,1 xfontsel-1.0.2 libXpm-3.5.7 xfs-1.0.5_1,1 libXprintAppUtil-1.0.1 xfsinfo-1.0.1 libXprintUtil-1.0.1 xfwp-1.0.1 libXrandr-1.2.2_1 xgamma-1.0.2 libXrender-0.9.4_1 xgc-1.0.1 libXres-1.0.3_3 xhost-1.0.2 libXt-1.0.5_1 xineramaproto-1.1.2 libXtst-1.0.3_1 xinit-1.0.7 libXv-1.0.3_1,1 xkbcomp-1.0.3 libXvMC-1.0.4_1 xkbevd-1.0.2 libXxf86dga-1.0.2 xkbprint-1.0.1 libXxf86misc-1.0.1 xkbutils-1.0.1_1 libXxf86vm-1.0.1 xkeyboard-config-1.3 libassuan-1.0.5 xkill-1.0.1 libcheck-0.9.6 xload-1.0.2 libdmx-1.0.2_1 xlogo-1.0.1 libdrm-2.4.12 xlsatoms-1.0.1 libexecinfo-1.1_3 xlsclients-1.0.1 libexif-0.6.17 xlsfonts-1.0.2 libfontenc-1.0.4 xmag-1.0.2 libgcrypt-1.4.4 xman-1.0.3 libgpg-error-1.7 xmessage-1.0.2 libiconv-1.11_1 xmodmap-1.0.3 libidn-1.13 xmore-1.0.1 libksba-1.0.5 xorg-7.3_2 libltdl-1.5.26 xorg-apps-7.3 libmng-1.0.10 xorg-cf-files-1.0.2_3 liboldX-1.0.1 xorg-docs-1.4,1 libpthread-stubs-0.1 xorg-drivers-7.3_3 libtool-1.5.26 xorg-fonts-100dpi-7.3 libungif-4.1.4_5 xorg-fonts-7.3_1 libutempter-1.1.5_1 xorg-fonts-75dpi-7.3 libvolume_id-0.81.0 xorg-fonts-cyrillic-7.3 libwmf-0.2.8.4_4 xorg-fonts-miscbitmaps-7.3 libwww-5.4.0_4 xorg-fonts-truetype-7.3 libxcb-1.2 xorg-fonts-type1-7.3 libxkbfile-1.0.4 xorg-libraries-7.3_2 libxkbui-1.0.2_1 xorg-protos-7.3_2 libxml2-2.7.3 xorg-server-1.4.2,1 libxslt-1.1.24_2 xphelloworld-1.0.1_1 listres-1.0.1 xplsprinters-1.0.1 luit-1.0.2_2 xpr-1.0.2 m4-1.4.12,1 xprehashprinterlist-1.0.1 makedepend-1.0.1,1 xprop-1.0.3 mbmon-205_4 xproto-7.0.10_1 mkbold-mkitalic-0.11_1 xproxymanagementprotocol-1.0.2 mkcomposecache-1.2_1 xrandr-1.2.2 mkfontdir-1.0.3_1 xrdb-1.0.4 mkfontscale-1.0.3 xrefresh-1.0.2 mrtg-2.16.2,1 xrx-1.0.1_1 nasm-2.05.01,1 xset-1.0.3 netpbm-10.26.63_1 xsetmode-1.0.0 nmh-1.2_2 xsetpointer-1.0.1 oclock-1.0.1 xsetroot-1.0.2 open-motif-2.2.3_6 xsm-1.0.1 p5-Archive-Tar-1.46 xstdcmap-1.0.1 p5-Compress-Raw-Bzip2-2.015 xterm-242 p5-Compress-Raw-Zlib-2.015 xtrans-1.0.4 p5-Compress-Zlib-2.015 xtrap-1.0.2 p5-DBD-Pg-2.11.8 xvidtune-1.0.1 p5-DBI-1.60.7 xvinfo-1.0.2 p5-Digest-HMAC-1.01 xwd-1.0.1 p5-Digest-SHA1-2.11 xwininfo-1.0.3 p5-Encode-Detect-1.01 xwud-1.0.1 alphonse# alphonse# ls -d /usr/ports/x11*/*xcb* /usr/ports/x11/libxcb /usr/ports/x11/xcb-proto /usr/ports/x11/ooxcb /usr/ports/x11/xcb-util /usr/ports/x11/xcb alphonse# exit exit kohi@alphonse[2]% exit Script done on Mon Aug 10 13:01:29 2009 ----- 8< -------------------------------------------------- --Multipart_Mon_Aug_10_13:12:18_2009-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename="config.log" Content-Transfer-Encoding: 7bit This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Mesa configure 7.4.2, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --disable-glut --disable-glw --with-demos=no --with-dri-drivers=no --enable-xcb --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.2 ## --------- ## ## Platform. ## ## --------- ## hostname = alphonse.himoo.iri.co.jp uname -m = i386 uname -r = 7.2-RELEASE-p2 uname -s = FreeBSD uname -v = FreeBSD 7.2-RELEASE-p2 #1: Thu Jun 25 10:51:44 JST 2009 kohi@alphonse.himoo.iri.co.jp:/usr/src/sys/i386/compile/alphonse /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2043: checking build system type configure:2061: result: i386-portbld-freebsd7.2 configure:2083: checking host system type configure:2098: result: i386-portbld-freebsd7.2 configure:2172: checking for gcc configure:2199: result: cc configure:2431: checking for C compiler version configure:2439: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2443: $? = 0 configure:2450: cc -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:2454: $? = 0 configure:2461: cc -V >&5 cc: '-V' option must have argument configure:2465: $? = 1 configure:2488: checking for C compiler default output file name configure:2510: cc -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2514: $? = 0 configure:2552: result: a.out configure:2571: checking whether the C compiler works configure:2581: ./a.out configure:2585: $? = 0 configure:2604: result: yes configure:2611: checking whether we are cross compiling configure:2613: result: no configure:2616: checking for suffix of executables configure:2623: cc -o conftest -O2 -fno-strict-aliasing -pipe -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2627: $? = 0 configure:2653: result: configure:2659: checking for suffix of object files configure:2685: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:2689: $? = 0 configure:2714: result: o configure:2718: checking whether we are using the GNU C compiler configure:2747: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:2754: $? = 0 configure:2771: result: yes configure:2780: checking whether cc accepts -g configure:2810: cc -c -g -I/usr/local/include conftest.c >&5 configure:2817: $? = 0 configure:2918: result: yes configure:2935: checking for cc option to accept ISO C89 configure:3009: cc -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.c >&5 configure:3016: $? = 0 configure:3039: result: none needed configure:3062: checking how to run the C preprocessor configure:3102: cc -E -I/usr/local/include conftest.c configure:3109: $? = 0 configure:3140: cc -E -I/usr/local/include conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3147: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "7.4.2" | #define PACKAGE_STRING "Mesa 7.4.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | /* end confdefs.h. */ | #include configure:3180: result: cc -E configure:3209: cc -E -I/usr/local/include conftest.c configure:3216: $? = 0 configure:3247: cc -E -I/usr/local/include conftest.c conftest.c:8:28: error: ac_nonexistent.h: No such file or directory configure:3254: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Mesa" | #define PACKAGE_TARNAME "mesa" | #define PACKAGE_VERSION "7.4.2" | #define PACKAGE_STRING "Mesa 7.4.2" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" | /* end confdefs.h. */ | #include configure:3341: checking for gcc configure:3368: result: cc configure:3600: checking for C compiler version configure:3608: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3612: $? = 0 configure:3619: cc -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3623: $? = 0 configure:3630: cc -V >&5 cc: '-V' option must have argument configure:3634: $? = 1 configure:3637: checking whether we are using the GNU C compiler configure:3690: result: yes configure:3699: checking whether cc accepts -g configure:3837: result: yes configure:3854: checking for cc option to accept ISO C89 configure:3958: result: none needed configure:4088: checking for C++ compiler version configure:4096: c++ --version >&5 c++ (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4100: $? = 0 configure:4107: c++ -v >&5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:4111: $? = 0 configure:4118: c++ -V >&5 c++: '-V' option must have argument configure:4122: $? = 1 configure:4125: checking whether we are using the GNU C++ compiler configure:4154: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.cpp >&5 configure:4161: $? = 0 configure:4178: result: yes configure:4187: checking whether c++ accepts -g configure:4217: c++ -c -g -I/usr/local/include conftest.cpp >&5 configure:4224: $? = 0 configure:4325: result: yes configure:4352: checking for gmake configure:4379: result: gmake configure:4392: checking for makedepend configure:4410: found /usr/local/bin/makedepend configure:4422: result: /usr/local/bin/makedepend configure:4432: checking for sed configure:4450: found /usr/bin/sed configure:4462: result: /usr/bin/sed configure:4586: checking for pkg-config configure:4604: found /usr/local/bin/pkg-config configure:4616: result: /usr/local/bin/pkg-config configure:4641: checking pkg-config is at least version 0.9.0 configure:4644: result: yes configure:4830: checking whether to enable assembly configure:4875: result: yes, x86 configure:4916: checking for cc option to produce PIC configure:5002: result: -fPIC configure:5009: checking for dlopen configure:5065: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5072: $? = 0 configure:5092: result: yes configure:5169: checking for posix_memalign configure:5225: cc -o conftest -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5232: $? = 0 configure:5252: result: yes configure:5971: checking pkg-config files for X11 are available configure:5974: $PKG_CONFIG --exists --print-errors "x11" configure:5977: $? = 0 configure:5988: result: yes configure:7543: checking for LIBDRM configure:7550: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" configure:7553: $? = 0 configure:7566: $PKG_CONFIG --exists --print-errors "libdrm >= $LIBDRM_REQUIRED" configure:7569: $? = 0 configure:7646: result: yes configure:7652: checking for DRI2PROTO configure:7659: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED" configure:7662: $? = 0 configure:7675: $PKG_CONFIG --exists --print-errors "dri2proto >= $DRI2PROTO_REQUIRED" configure:7678: $? = 0 configure:7755: result: yes configure:7772: checking for DRIGL configure:7779: $PKG_CONFIG --exists --print-errors "$dri_modules" gnome-config: not found Package x11-xcb was not found in the pkg-config search path. Perhaps you should add the directory containing `x11-xcb.pc' to the PKG_CONFIG_PATH environment variable No package 'x11-xcb' found configure:7782: $? = 1 configure:7795: $PKG_CONFIG --exists --print-errors "$dri_modules" gnome-config: not found Package x11-xcb was not found in the pkg-config search path. Perhaps you should add the directory containing `x11-xcb.pc' to the PKG_CONFIG_PATH environment variable No package 'x11-xcb' found configure:7798: $? = 1 gnome-config: not found No package 'x11-xcb' found configure:7825: error: Package requirements (x11 xext xxf86vm xdamage xfixes x11-xcb xcb-glx) were not met: gnome-config: not found No package 'x11-xcb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables DRIGL_CFLAGS and DRIGL_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd7.2 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_ARCH_FLAGS_set='' ac_cv_env_ARCH_FLAGS_value='' ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_DRI2PROTO_CFLAGS_set='' ac_cv_env_DRI2PROTO_CFLAGS_value='' ac_cv_env_DRI2PROTO_LIBS_set='' ac_cv_env_DRI2PROTO_LIBS_value='' ac_cv_env_DRIGL_CFLAGS_set='' ac_cv_env_DRIGL_CFLAGS_value='' ac_cv_env_DRIGL_LIBS_set='' ac_cv_env_DRIGL_LIBS_value='' ac_cv_env_EXTRA_LIB_PATH_set='' ac_cv_env_EXTRA_LIB_PATH_value='' ac_cv_env_GLUT_CFLAGS_set='' ac_cv_env_GLUT_CFLAGS_value='' ac_cv_env_GLUT_LIBS_set='' ac_cv_env_GLUT_LIBS_value='' ac_cv_env_GLW_CFLAGS_set='' ac_cv_env_GLW_CFLAGS_value='' ac_cv_env_GLW_LIBS_set='' ac_cv_env_GLW_LIBS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_LIBDRM_CFLAGS_set='' ac_cv_env_LIBDRM_CFLAGS_value='' ac_cv_env_LIBDRM_LIBS_set='' ac_cv_env_LIBDRM_LIBS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_MKLIB_OPTIONS_set='' ac_cv_env_MKLIB_OPTIONS_value='' ac_cv_env_OPT_FLAGS_set='' ac_cv_env_OPT_FLAGS_value='' ac_cv_env_PIC_FLAGS_set='' ac_cv_env_PIC_FLAGS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_X11_INCLUDES_set='' ac_cv_env_X11_INCLUDES_value='' ac_cv_env_XCB_CFLAGS_set='' ac_cv_env_XCB_CFLAGS_value='' ac_cv_env_XCB_LIBS_set='' ac_cv_env_XCB_LIBS_value='' ac_cv_env_XLIBGL_CFLAGS_set='' ac_cv_env_XLIBGL_CFLAGS_value='' ac_cv_env_XLIBGL_LIBS_set='' ac_cv_env_XLIBGL_LIBS_value='' ac_cv_env_XMKMF_set='' ac_cv_env_XMKMF_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd7.2 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_func_dlopen=yes ac_cv_func_posix_memalign=yes ac_cv_host=i386-portbld-freebsd7.2 ac_cv_objext=o ac_cv_path_MKDEP=/usr/local/bin/makedepend ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_CPP='cc -E' ac_cv_prog_MAKE=gmake ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes lt_cv_sys_max_cmd_len=262144 pkg_cv_DRI2PROTO_CFLAGS='-I/usr/local/include ' pkg_cv_DRI2PROTO_LIBS=' ' pkg_cv_LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' pkg_cv_LIBDRM_LIBS='-L/usr/local/lib -ldrm ' ## ----------------- ## ## Output variables. ## ## ----------------- ## APP_LIB_DEPS='' ARCH_FLAGS='' ASM_API='$(X86_API)' ASM_FLAGS='-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM' ASM_SOURCES='$(X86_SOURCES)' CC='cc' CFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXFLAGS='-O2 -fno-strict-aliasing -pipe -Wall -fno-strict-aliasing' DEFINES=' -DHAVE_POSIX_MEMALIGN -DUSE_XCB' DEFS='' DRI2PROTO_CFLAGS='-I/usr/local/include ' DRI2PROTO_LIBS=' ' DRIGL_CFLAGS='' DRIGL_LIBS='' DRIVER_DIRS='dri' DRI_DIRS='' DRI_DRIVER_INSTALL_DIR='' DRI_LIB_DEPS='' DRI_PC_REQ_PRIV='libdrm >= 2.4.3' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' EXPAT_INCLUDES='' EXTRA_LIB_PATH='' GLUT_CFLAGS='' GLUT_LIBS='' GLUT_LIB_DEPS='' GLUT_LIB_NAME='lib$(GLUT_LIB).so' GLUT_MESA_DEPS='' GLUT_PC_CFLAGS='' GLUT_PC_LIB_PRIV='' GLUT_PC_REQ_PRIV='' GLU_DIRS='sgi' GLU_LIB_DEPS='' GLU_LIB_NAME='lib$(GLU_LIB).so' GLU_MESA_DEPS='' GLU_PC_CFLAGS='' GLU_PC_LIB_PRIV='' GLU_PC_REQ='' GLU_PC_REQ_PRIV='' GLW_CFLAGS='' GLW_LIBS='' GLW_LIB_DEPS='' GLW_LIB_NAME='lib$(GLW_LIB).so' GLW_MESA_DEPS='' GLW_PC_CFLAGS='' GLW_PC_LIB_PRIV='' GLW_PC_REQ_PRIV='' GLW_SOURCES='' GL_LIB_DEPS='' GL_LIB_NAME='lib$(GL_LIB).so' GL_PC_CFLAGS='' GL_PC_LIB_PRIV='' GL_PC_REQ_PRIV='libdrm >= 2.4.3 dri2proto >= 1.99.3' GREP='' LDFLAGS='-L/usr/local/lib' LIBDRM_CFLAGS='-I/usr/local/include -I/usr/local/include/drm ' LIBDRM_LIBS='-L/usr/local/lib -ldrm ' LIBOBJS='' LIBS='' LIB_DIR='lib' LTLIBOBJS='' MAKE='gmake' MKDEP='/usr/local/bin/makedepend' MKDEP_OPTIONS='-fdepend' MKLIB_OPTIONS='' MOTIF_CFLAGS='' MOTIF_CONFIG='' OBJEXT='o' OPT_FLAGS='' OSMESA_LIB='' OSMESA_LIB_DEPS='' OSMESA_LIB_NAME='lib$(OSMESA_LIB).so' OSMESA_MESA_DEPS='' OSMESA_PC_LIB_PRIV='' OSMESA_PC_REQ='' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa' PACKAGE_NAME='Mesa' PACKAGE_STRING='Mesa 7.4.2' PACKAGE_TARNAME='mesa' PACKAGE_VERSION='7.4.2' PATH_SEPARATOR=':' PIC_FLAGS='-fPIC' PKG_CONFIG='/usr/local/bin/pkg-config' POSIX_SHELL='' PROGRAM_DIRS='' SED='/usr/bin/sed' SHELL='/bin/sh' SRC_DIRS='glx/x11 mesa' USING_EGL='' WINDOW_SYSTEM='dri' X11_INCLUDES='' XCB_CFLAGS='' XCB_LIBS='' XLIBGL_CFLAGS='' XLIBGL_LIBS='' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_CC='cc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd7.2' build_alias='i386-portbld-freebsd7.2' build_cpu='i386' build_os='freebsd7.2' build_vendor='portbld' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i386-portbld-freebsd7.2' host_alias='' host_cpu='i386' host_os='freebsd7.2' host_vendor='portbld' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "Mesa" #define PACKAGE_TARNAME "mesa" #define PACKAGE_VERSION "7.4.2" #define PACKAGE_STRING "Mesa 7.4.2" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa" configure: exit 1 --Multipart_Mon_Aug_10_13:12:18_2009-1--