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-- From owner-freebsd-x11@FreeBSD.ORG Mon Aug 10 05:57:30 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 C4F441065675 for ; Mon, 10 Aug 2009 05:57:30 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 52FA98FC2B for ; Mon, 10 Aug 2009 05:57:29 +0000 (UTC) Received: by ewy2 with SMTP id 2so2775632ewy.43 for ; Sun, 09 Aug 2009 22:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=gYfkCOQWLLV1D3atidGzLyvoemSgd8I+sTSMv/MMJ9M=; b=PNZpwJHyBB1OgXDZCOzziCgwxNhwYipWQKBpfIfTGvwzBBafij96HGtJ9XHaPAk/DY 2bH1ILTTVTGaQduIRF8IUVn9AHB9OB5J3ZmB8ArtcD7ORXF1wq0YPgnOUYgWva1uc5pi /xbdTXcMUdYl+uyppwj1F6bDonq80n880+zp8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=bSM/PLc5Zqbo/MNiUSRfYdK6socLrqIZcHh8NgKhMYk5ry84f3YAopZWAKnQxo/Z4C AbvSTKnC82XKgWjEUDPsyP+s8E9IMMW7guoKoxjmAyheD3IsE+icwWkiixAAcgyTMeSu w/IZd1mdnGmKIoG1CV+QjMiM3UTwZJImUdceE= Received: by 10.210.59.14 with SMTP id h14mr2605591eba.27.1249883848917; Sun, 09 Aug 2009 22:57:28 -0700 (PDT) Received: from localhost (95-24-210-154.broadband.corbina.ru [95.24.210.154]) by mx.google.com with ESMTPS id 5sm10290507eyf.58.2009.08.09.22.57.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 Aug 2009 22:57:27 -0700 (PDT) From: Anonymous To: Koh-ichi Ito References: <200908100412.n7A4CIOc087314@alphonse.himoo.iri.co.jp> Date: Mon, 10 Aug 2009 09:57:25 +0400 In-Reply-To: <200908100412.n7A4CIOc087314@alphonse.himoo.iri.co.jp> (Koh-ichi Ito's message of "Mon, 10 Aug 2009 13:12:18 +0900") Message-ID: <86iqgwdxdm.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@FreeBSD.ORG Subject: Re: [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 05:57:31 -0000 Koh-ichi Ito writes: > 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. > [...] > 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 > x11-xcb here usually refers to /usr/local/libdata/pkgconfig/x11-xcb.pc which should be installed by x11/libX11 port. Try reinstall that port. From owner-freebsd-x11@FreeBSD.ORG Mon Aug 10 11:07:08 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ED74106564A for ; Mon, 10 Aug 2009 11:07:08 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D0BE8FC21 for ; Mon, 10 Aug 2009 11:07:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7AB78Yj025365 for ; Mon, 10 Aug 2009 11:07:08 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7AB77u7025361 for freebsd-x11@FreeBSD.org; Mon, 10 Aug 2009 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Aug 2009 11:07:07 GMT Message-Id: <200908101107.n7AB77u7025361@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org 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 11:07:08 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/137391 x11 [PATCH] x11/xdm: remove xdm-config from plist o ports/137373 x11 x11/libX11: make dependance on x11/libxcb o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134194 x11 graphics/dri fail on 7.2-RELEASE amd64 o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/133175 x11 [patch] x11/pixman: enable SSE2 support autodetection o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 29 problems total. From owner-freebsd-x11@FreeBSD.ORG Wed Aug 12 13:40:07 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04D6E1065673 for ; Wed, 12 Aug 2009 13:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E362A8FC45 for ; Wed, 12 Aug 2009 13:40:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7CDe6ve055276 for ; Wed, 12 Aug 2009 13:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7CDe6ai055275; Wed, 12 Aug 2009 13:40:06 GMT (envelope-from gnats) Date: Wed, 12 Aug 2009 13:40:06 GMT Message-Id: <200908121340.n7CDe6ai055275@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/137391: commit references a PR X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Aug 2009 13:40:07 -0000 The following reply was made to PR ports/137391; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137391: commit references a PR Date: Wed, 12 Aug 2009 13:33:43 +0000 (UTC) olgeni 2009-08-12 13:33:27 UTC FreeBSD ports repository Modified files: x11/xdm Makefile pkg-plist Log: Remove xdm-config, which is already handled by @exec and @unexec. PR: ports/137391 Revision Changes Path 1.9 +1 -1 ports/x11/xdm/Makefile 1.4 +0 -1 ports/x11/xdm/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Thu Aug 13 10:03:37 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A70C7106566B; Thu, 13 Aug 2009 10:03:37 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 496ED8FC4A; Thu, 13 Aug 2009 10:03:37 +0000 (UTC) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DA3bol038867; Thu, 13 Aug 2009 10:03:37 GMT (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7DA3beZ038863; Thu, 13 Aug 2009 10:03:37 GMT (envelope-from olgeni) Date: Thu, 13 Aug 2009 10:03:37 GMT Message-Id: <200908131003.n7DA3beZ038863@freefall.freebsd.org> To: olgeni@freebsd.org, olgeni@FreeBSD.org, freebsd-x11@FreeBSD.org From: olgeni@FreeBSD.org Cc: Subject: Re: ports/137391: [PATCH] x11/xdm: remove xdm-config from plist 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: Thu, 13 Aug 2009 10:03:37 -0000 Synopsis: [PATCH] x11/xdm: remove xdm-config from plist State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Thu Aug 13 10:03:27 UTC 2009 State-Changed-Why: Fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=137391 From owner-freebsd-x11@FreeBSD.ORG Thu Aug 13 16:50:23 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427AB106564A; Thu, 13 Aug 2009 16:50:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 199B18FC3A; Thu, 13 Aug 2009 16:50:23 +0000 (UTC) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DGoMNI057254; Thu, 13 Aug 2009 16:50:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7DGoMtr057244; Thu, 13 Aug 2009 16:50:22 GMT (envelope-from edwin) Date: Thu, 13 Aug 2009 16:50:22 GMT Message-Id: <200908131650.n7DGoMtr057244@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse 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: Thu, 13 Aug 2009 16:50:23 -0000 Synopsis: [patch] x11-drivers/xf86-input-vmmouse Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Thu Aug 13 16:50:22 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137731 From owner-freebsd-x11@FreeBSD.ORG Thu Aug 13 17:30:07 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 065721065673 for ; Thu, 13 Aug 2009 17:30:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFF318FC43 for ; Thu, 13 Aug 2009 17:30:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DHU63T084666 for ; Thu, 13 Aug 2009 17:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7DHU6Rx084663; Thu, 13 Aug 2009 17:30:06 GMT (envelope-from gnats) Date: Thu, 13 Aug 2009 17:30:06 GMT Message-Id: <200908131730.n7DHU6Rx084663@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Stefan Bethke Cc: Subject: Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stefan Bethke List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 17:30:07 -0000 The following reply was made to PR ports/137731; it has been noted by GNATS. From: Stefan Bethke To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/137731: [patch] x11-drivers/xf86-input-vmmouse Date: Thu, 13 Aug 2009 18:54:07 +0200 See for some context. -- Stefan Bethke Fon +49 151 14070811 From owner-freebsd-x11@FreeBSD.ORG Thu Aug 13 19:00:37 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74E9D1065688 for ; Thu, 13 Aug 2009 19:00:37 +0000 (UTC) (envelope-from me@jackal.in) Received: from mail.doorsense.net (server.doorsense.net [89.108.95.10]) by mx1.freebsd.org (Postfix) with ESMTP id 2ADC88FC16 for ; Thu, 13 Aug 2009 19:00:37 +0000 (UTC) Received: from [91.192.33.101] (helo=[192.168.1.2]) by mail.doorsense.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MbeuE-0007nF-1C for freebsd-x11@freebsd.org; Thu, 13 Aug 2009 22:20:06 +0400 From: jackal To: freebsd-x11@freebsd.org Date: Thu, 13 Aug 2009 22:19:19 +0400 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908132219.19646.me@jackal.in> X-Spam-Score: -5.0 (-----) X-Spam-Status: No, score=-5.0 required=5.0 autolearn=ham SpamAssassin 3.2.5 (2008-06-10) on mail.desalvia.com Content analysis details: (-5.0 points, 5.0 required) pts rule name description --- ---------------------- --------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -3.2 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Subject: libkio crash? 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: Thu, 13 Aug 2009 19:00:37 -0000 Hello, When I want to show file properties (in any kde3 app), or use sftp (in krusader) etc - application crashes with similar backtrace: [New Thread 2a201140 (LWP 100071)] [Switching to Thread 2a201140 (LWP 100071)] [KCrash handler] #6 0x29ea22a0 in acl_dup () from /lib/libc.so.7 #7 0x29e6f878 in acl_to_text_np () from /lib/libc.so.7 #8 0x29e6fd0b in acl_to_text () from /lib/libc.so.7 #9 0x28ccfb65 in KACL::asString () from /usr/local/lib/libkio.so.6 #10 0x28d4d7ca in KFilePermissionsPropsPlugin::KFilePermissionsPropsPlugin () from /usr/local/lib/libkio.so.6 #11 0x28d5011e in KPropertiesDialog::insertPages () from /usr/local/lib/libkio.so.6 #12 0x28d5027c in KPropertiesDialog::init () from /usr/local/lib/libkio.so.6 #13 0x28d5187a in KPropertiesDialog::KPropertiesDialog () from /usr/local/lib/libkio.so.6 #14 0x081793cb in ListPanelFunc::properties () #15 0x080f9f58 in KRslots::qt_invoke () #16 0x2971241a in QObject::activate_signal () from /usr/local/lib/libqt-mt.so.3 #17 0x29712ee9 in QObject::activate_signal () from /usr/local/lib/libqt-mt.so.3 #18 0x28f26053 in KAction::activated () from /usr/local/lib/libkdeui.so.6 #19 0x28f260a8 in KAction::slotActivated () from /usr/local/lib/libkdeui.so.6 #20 0x28f290db in KAction::qt_invoke () from /usr/local/lib/libkdeui.so.6 #21 0x2971241a in QObject::activate_signal () from /usr/local/lib/libqt-mt.so.3 #22 0x29712ee9 in QObject::activate_signal () from /usr/local/lib/libqt-mt.so.3 #23 0x292046ab in KAccelPrivate::menuItemActivated () from /usr/local/lib/libkdecore.so.6 #24 0x292052e1 in KAccelPrivate::emitActivatedSignal () from /usr/local/lib/libkdecore.so.6 #25 0x29205734 in KAccelPrivate::eventFilter () from /usr/local/lib/libkdecore.so.6 #26 0x29711c02 in QObject::activate_filters () from /usr/local/lib/libqt-mt.so.3 #27 0x29711c69 in QObject::event () from /usr/local/lib/libqt-mt.so.3 #28 0x29747912 in QWidget::event () from /usr/local/lib/libqt-mt.so.3 #29 0x297f6bfe in QMainWindow::event () from /usr/local/lib/libqt-mt.so.3 #30 0x296b82c4 in QApplication::internalNotify () from /usr/local/lib/libqt-mt.so.3 #31 0x296b9589 in QApplication::notify () from /usr/local/lib/libqt-mt.so.3 #32 0x2917f1c1 in KApplication::notify () from /usr/local/lib/libkdecore.so.6 #33 0x29204e60 in KAccelEventHandler::x11Event () from /usr/local/lib/libkdecore.so.6 #34 0x291850d5 in KApplication::x11EventFilter () from /usr/local/lib/libkdecore.so.6 #35 0x080fb4d6 in KrusaderApp::x11EventFilter () #36 0x29649f4c in qt_x11EventFilter () from /usr/local/lib/libqt-mt.so.3 #37 0x29659786 in QApplication::x11ProcessEvent () from /usr/local/lib/libqt-mt.so.3 #38 0x29669eeb in QEventLoop::processEvents () from /usr/local/lib/libqt-mt.so.3 #39 0x296cd9bf in QEventLoop::enterLoop () from /usr/local/lib/libqt-mt.so.3 #40 0x296cd88e in QEventLoop::exec () from /usr/local/lib/libqt-mt.so.3 #41 0x296b7dab in QApplication::exec () from /usr/local/lib/libqt-mt.so.3 #42 0x080e2f40 in main () Help me please. -- Kind regards, Eugeny. From owner-freebsd-x11@FreeBSD.ORG Fri Aug 14 01:32:39 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74C02106568C; Fri, 14 Aug 2009 01:32:39 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8F98FC45; Fri, 14 Aug 2009 01:32:39 +0000 (UTC) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7E1WdZx058582; Fri, 14 Aug 2009 01:32:39 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7E1WdIx058576; Fri, 14 Aug 2009 01:32:39 GMT (envelope-from linimon) Date: Fri, 14 Aug 2009 01:32:39 GMT Message-Id: <200908140132.n7E1WdIx058576@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/137748: x11/xorg: "unprocessed" mouse click results in effective mouse being locked in an area 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: Fri, 14 Aug 2009 01:32:39 -0000 Old Synopsis: "unprocessed" mouse click results in effective mouse being locked in an area New Synopsis: x11/xorg: "unprocessed" mouse click results in effective mouse being locked in an area Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 14 01:31:26 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=137748 From owner-freebsd-x11@FreeBSD.ORG Fri Aug 14 02:10:04 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 957A2106568D for ; Fri, 14 Aug 2009 02:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2898FC4B for ; Fri, 14 Aug 2009 02:10:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7E2A4gD080118 for ; Fri, 14 Aug 2009 02:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7E2A4RX080117; Fri, 14 Aug 2009 02:10:04 GMT (envelope-from gnats) Date: Fri, 14 Aug 2009 02:10:04 GMT Message-Id: <200908140210.n7E2A4RX080117@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: "deeptech71@gmail.com" Cc: Subject: Re: ports/137748: "unprocessed" mouse click results in effective mouse being locked in an area X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "deeptech71@gmail.com" List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 02:10:04 -0000 The following reply was made to PR ports/137748; it has been noted by GNATS. From: "deeptech71@gmail.com" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137748: "unprocessed" mouse click results in effective mouse being locked in an area Date: Fri, 14 Aug 2009 01:46:36 +0000 Edwin Groothuis wrote: > Have you brought this up on the -ports and -x11 (and maybe -usb) mailinglists? No. I should've? Also, I did not find anyone describing these symptoms recently on -x11, -ports and -usb. From owner-freebsd-x11@FreeBSD.ORG Fri Aug 14 13:55:37 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B5E10656A9; Fri, 14 Aug 2009 13:55:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6808FC52; Fri, 14 Aug 2009 13:55:37 +0000 (UTC) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7EDtbS3058080; Fri, 14 Aug 2009 13:55:37 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7EDtaJg058076; Fri, 14 Aug 2009 13:55:36 GMT (envelope-from miwi) Date: Fri, 14 Aug 2009 13:55:36 GMT Message-Id: <200908141355.n7EDtaJg058076@freefall.freebsd.org> To: markocpc@gmail.com, miwi@FreeBSD.org, freebsd-x11@FreeBSD.org From: miwi@FreeBSD.org Cc: Subject: Re: ports/134194: graphics/dri fail on 7.2-RELEASE amd64 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: Fri, 14 Aug 2009 13:55:37 -0000 Synopsis: graphics/dri fail on 7.2-RELEASE amd64 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Aug 14 13:55:36 UTC 2009 State-Changed-Why: problem was solved by set the correct date. http://www.freebsd.org/cgi/query-pr.cgi?pr=134194 From owner-freebsd-x11@FreeBSD.ORG Fri Aug 14 14:28:16 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 7038E106568D for ; Fri, 14 Aug 2009 14:28:16 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 30BE28FC60 for ; Fri, 14 Aug 2009 14:28:16 +0000 (UTC) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1MbxVB-0001uW-Kh for x11@freebsd.org; Fri, 14 Aug 2009 15:11:32 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1MbxVA-00041c-Qb for x11@freebsd.org; Fri, 14 Aug 2009 15:11:29 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id n7EEBSd4014114 for ; Fri, 14 Aug 2009 15:11:28 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id n7EEBSaR014113 for x11@freebsd.org; Fri, 14 Aug 2009 15:11:28 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 14 Aug 2009 15:11:28 +0100 From: Anton Shterenlikht To: x11@freebsd.org Message-ID: <20090814141128.GA14082@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -4.2 X-Spam-Level: ---- Cc: Subject: xdm-config 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: Fri, 14 Aug 2009 14:28:16 -0000 an update of port x11/xdm overwrites user modified configuration, in particular, xdm-config file, typically /usr/local/lib/X11/xdm/xdm-config In particular, this line: ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm !DisplayManager.requestPort: 0 becomes uncommented, and all existing connections are cut. Is it possible to modify this default behaviour, e.g. by comparing new xdm-config with the existing one, and if they differ install the new one into xdm-config.new, or something? Or perhaps ask the user what is to be done about this? Or at least preserve the existing xdm-config in xdm-config.old before installing the new file? Or perhaps I'm missing something very simple? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 From owner-freebsd-x11@FreeBSD.ORG Fri Aug 14 19:43:39 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE5A6106568B for ; Fri, 14 Aug 2009 19:43:39 +0000 (UTC) (envelope-from bertheau@informatik.hu-berlin.de) Received: from mailslv1.informatik.hu-berlin.de (mailslv1.informatik.hu-berlin.de [141.20.20.51]) by mx1.freebsd.org (Postfix) with ESMTP id 7D27A8FC43 for ; Fri, 14 Aug 2009 19:43:39 +0000 (UTC) Received: from [192.168.1.101] (95-88-11-142-dynip.superkabel.de [95.88.11.142] (may be forged)) (authenticated bits=0) by mailslv1.informatik.hu-berlin.de (8.13.8+Sun/8.13.8/INF-2.0-MA-SOLARIS-2.10-25) with ESMTP id n7EJSS5O028581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 14 Aug 2009 21:28:49 +0200 (CEST) Message-ID: <4A85BADE.2060109@informatik.hu-berlin.de> Date: Fri, 14 Aug 2009 21:28:30 +0200 From: Martin Bertheau User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: freebsd-x11@freebsd.org X-Enigmail-Version: 0.94.4.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mailslv1.informatik.hu-berlin.de [141.20.20.51]); Fri, 14 Aug 2009 21:28:49 +0200 (CEST) X-Virus-Status: No (sigma) X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on fink Subject: libX11 build fail 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: Fri, 14 Aug 2009 19:43:40 -0000 Hello Roman, I read your post to the freebsd-x11 mailing list: http://lists.freebsd.org/pipermail/freebsd-x11/2009-August/008737.html I have the same problem. You wrote something about a patch, but (at least in the archive) it isn't attached. Would be nice if you can send me the patch. Thanks! bye, Martin From owner-freebsd-x11@FreeBSD.ORG Sat Aug 15 01:09:38 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52575106568D for ; Sat, 15 Aug 2009 01:09:38 +0000 (UTC) (envelope-from shild@sbcglobal.net) Received: from smtp119.sbc.mail.re3.yahoo.com (smtp119.sbc.mail.re3.yahoo.com [66.196.96.92]) by mx1.freebsd.org (Postfix) with SMTP id D98F48FC45 for ; Sat, 15 Aug 2009 01:09:37 +0000 (UTC) Received: (qmail 28716 invoked from network); 15 Aug 2009 00:42:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=oZtYTGghR3oaTjp72pjLtkAaILktmSLRes4S7HAC9ZYsNEnozU0gcXi+pTVvS4xyVv7PpcfNQbktY8y6OmRquBAn38mNEL5GpzTOKJ8HD3MsdrRgm+4ps43xOQ29vgUgr182ULlp+CNsmTwph8G239dtuA6IDKmT5YTWNG0fz+0= ; Received: from unknown (HELO ?192.168.1.1?) (shild@68.251.35.78 with login) by smtp119.sbc.mail.re3.yahoo.com with SMTP; 15 Aug 2009 00:42:56 -0000 X-YMail-OSG: BrslE08VM1mQrqQWUqyyKjUYWBZCc28sW3Aip77KEwgGfmVKfqvH2ksitboK_qHufHYvm6kqDUgEsEVzWagjE53YWqNF9piuuCAPk.sGU9DIqYdedx8zJ6RvkyJPq62FLq1427RZWcRh5oI3sfB2J4S0Ppa1qDSOXBCNSJENGd9rS.6Wi1bTITsxPg7sFPPQ5_YxfND_04LeYuHce6F2AkdDPKjoRy4HZ1SrkVXnlhSFPb7nDIZHrhd2bAfQy33P8HRbR08buhSVk2XgZLluzTm6qGEA3piOtnca_PVlmXqOls54ITksYHLU1oNOyeaS0c6On6JxBH3b6g-- X-Yahoo-Newman-Property: ymail-3 From: "Scott T. Hildreth" To: Martin Bertheau In-Reply-To: <4A85BADE.2060109@informatik.hu-berlin.de> References: <4A85BADE.2060109@informatik.hu-berlin.de> Content-Type: text/plain Date: Fri, 14 Aug 2009 19:42:55 -0500 Message-Id: <1250296975.5077.10.camel@fbsd1.dyndns.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: libX11 build fail X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shild@sbcglobal.net List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2009 01:09:38 -0000 On Fri, 2009-08-14 at 21:28 +0200, Martin Bertheau wrote: > Hello Roman, > > I read your post to the freebsd-x11 mailing list: > http://lists.freebsd.org/pipermail/freebsd-x11/2009-August/008737.html > > I have the same problem. You wrote something about a patch, but (at > least in the archive) it isn't attached. Would be nice if you can send > me the patch. Thanks! I had the same problem. I updated libtool to libtool-2.2.6a, but there was a libtool15 and libtdl15 file in /usr/local/share/aclocal dir. I renamed them, re-ran make and the configure worked and all the warnings were gone. > bye, > Martin > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From owner-freebsd-x11@FreeBSD.ORG Sat Aug 15 09:48:11 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51D31106568B for ; Sat, 15 Aug 2009 09:48:11 +0000 (UTC) (envelope-from httpd@www1.oolz.net) Received: from www1.oolz.net (web1.oolz.net [202.146.198.20]) by mx1.freebsd.org (Postfix) with ESMTP id E15B18FC4D for ; Sat, 15 Aug 2009 09:48:10 +0000 (UTC) Received: by www1.oolz.net (Postfix, from userid 109) id 8A0F1226BE; Sat, 15 Aug 2009 14:55:37 +0530 (IST) To: freebsd-x11@freebsd.org X-PHP-Script: pleasureholidayz.com/phplist/admin/index.php for 117.206.39.230 Date: Sat, 15 Aug 2009 14:55:37 +0580 From: pleasureholidayz Message-ID: <43ad3e58bfbbec9ab5f3a9b3e40714be@pleasureholidayz.com> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: phplist v2.10.5 X-MessageID: 48 X-ListMember: freebsd-x11@freebsd.org Precedence: bulk MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Subject: Happy Independence Day X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2009 09:48:11 -0000 Dear Friends HAPPY INDEPENDENCE DAY!!! Slums to Skyscrapers... Crowded yet spacious... Where peace entails... Never losing hope...Unity in diversity... Striving for peace...Realzing the dream... Thats Our India... Where enchanment persist against all odds........ Jai Hind ************************** Please contact us at Pleasure Holidayz, 1st Floor, Pallath Business Center, Kurishupally Road, Ravipuram, Cochin, Kerala – 682 015, India. Mob: +91 9961040050, +91 9539040906 Phone: +91 484 3077234, Fax: +91 484 3061977 Website : www.pleasureholidayz.com email:pleasureholidayz@gmail.com, info@pleasureholidayz.com Chat Id: pleasureholidayz (Msn/Yahoo/gmail/skype) -- If you do not want to receive any more newsletters, http://www.pleasureholidayz.com/phplist/?p=unsubscribe&uid=87353193c8b9796252a4b8cd63865cd3 To update your preferences and to unsubscribe visit http://www.pleasureholidayz.com/phplist/?p=preferences&uid=87353193c8b9796252a4b8cd63865cd3 Forward a Message to Someone http://www.pleasureholidayz.com/phplist/?p=forward&uid=87353193c8b9796252a4b8cd63865cd3&mid=48 -- Powered by PHPlist, www.phplist.com -- From owner-freebsd-x11@FreeBSD.ORG Sat Aug 15 21:19:22 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 72C9F106568D for ; Sat, 15 Aug 2009 21:19:22 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3163C8FC16 for ; Sat, 15 Aug 2009 21:19:21 +0000 (UTC) Received: from [85.173.17.121] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1McQFY-000NNF-7u; Sun, 16 Aug 2009 00:53:16 +0400 To: Anton Shterenlikht References: <20090814141128.GA14082@mech-cluster241.men.bris.ac.uk> From: Boris Samorodov Date: Sun, 16 Aug 2009 00:54:38 +0400 In-Reply-To: <20090814141128.GA14082@mech-cluster241.men.bris.ac.uk> (Anton Shterenlikht's message of "Fri\, 14 Aug 2009 15\:11\:28 +0100") Message-ID: <91286129@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@freebsd.org Subject: Re: xdm-config 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: Sat, 15 Aug 2009 21:19:22 -0000 Hi, Anton Shterenlikht writes: > an update of port x11/xdm overwrites user modified configuration, > in particular, xdm-config file, typically /usr/local/lib/X11/xdm/xdm-config The port was fixed 3 days ago: http://lists.freebsd.org/pipermail/cvs-ports/2009-August/177910.html -- WBR, bsam