From rene at freebsd.org Tue Sep 1 19:56:13 2009 From: rene at freebsd.org (Rene Ladan) Date: Tue Sep 1 19:56:20 2009 Subject: DRI initialiazation fails on 8.0-BETAx/M54 Message-ID: <4A9D7560.7060902@freebsd.org> Hi, it looks like DRI initalization sometimes fails on my 8.0-BETA3/amd64 (official freebsd-update) laptop which has a ATI M54 card (radeonhd driver), reverting to software rendering for everything. The ports are up-to-date. From Xorg.0.log: (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5 .. (EE) RADEONHD(0): [pci] Out of memory (-12) (EE) RADEONHD(0): [pci] PCI failed to initialize. Disabling the DRI. .. (II) RADEONHD(0): Using MMIO Command Submission for aceleration. ... Full xorg.conf and Xorg.0.log(.old) are at ftp://rene-ladan/pub/freebsd/ Any clues? Could it be related to hald giving timeouts on acd0 after which I just kill that hald subprocess and starting X after that? Regards, Rene -- http://www.rene-ladan.nl/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net) From rnoland at FreeBSD.org Tue Sep 1 21:31:54 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Tue Sep 1 21:32:28 2009 Subject: DRI initialiazation fails on 8.0-BETAx/M54 In-Reply-To: <4A9D7560.7060902@freebsd.org> References: <4A9D7560.7060902@freebsd.org> Message-ID: <1251840705.1689.4440.camel@balrog.2hip.net> On Tue, 2009-09-01 at 21:26 +0200, Rene Ladan wrote: > Hi, > > it looks like DRI initalization sometimes fails on my 8.0-BETA3/amd64 > (official freebsd-update) laptop which has a ATI M54 card (radeonhd > driver), reverting to software rendering for everything. The ports are > up-to-date. > > From Xorg.0.log: > (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5 > .. > (EE) RADEONHD(0): [pci] Out of memory (-12) > (EE) RADEONHD(0): [pci] PCI failed to initialize. Disabling the DRI. > .. > (II) RADEONHD(0): Using MMIO Command Submission for aceleration. > ... > > Full xorg.conf and Xorg.0.log(.old) are at ftp://rene-ladan/pub/freebsd/ > > Any clues? Could it be related to hald giving timeouts on acd0 after which > I just kill that hald subprocess and starting X after that? Is this happening when you start X after the system has been up for a bit? I suspect that what is happening is that memory has become fragmented and since bus_dma tries to allocate large chunks of contiguous memory for drm, it has a tendency to fail after the system has been running for a bit. This ultimately needs to be fixed in bus_dma, but that hasn't happened yet. robert. > Regards, > Rene -- Robert Noland FreeBSD From rene at freebsd.org Tue Sep 1 21:38:57 2009 From: rene at freebsd.org (Rene Ladan) Date: Tue Sep 1 21:39:04 2009 Subject: DRI initialiazation fails on 8.0-BETAx/M54 In-Reply-To: <1251840705.1689.4440.camel@balrog.2hip.net> References: <4A9D7560.7060902@freebsd.org> <1251840705.1689.4440.camel@balrog.2hip.net> Message-ID: <4A9D946B.6050406@freebsd.org> Robert Noland schreef: > On Tue, 2009-09-01 at 21:26 +0200, Rene Ladan wrote: >> Hi, >> >> it looks like DRI initalization sometimes fails on my 8.0-BETA3/amd64 >> (official freebsd-update) laptop which has a ATI M54 card (radeonhd >> driver), reverting to software rendering for everything. The ports are >> up-to-date. >> >> From Xorg.0.log: >> (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5 >> .. >> (EE) RADEONHD(0): [pci] Out of memory (-12) >> (EE) RADEONHD(0): [pci] PCI failed to initialize. Disabling the DRI. >> .. >> (II) RADEONHD(0): Using MMIO Command Submission for aceleration. >> ... >> >> Full xorg.conf and Xorg.0.log(.old) are at ftp://rene-ladan/pub/freebsd/ >> >> Any clues? Could it be related to hald giving timeouts on acd0 after which >> I just kill that hald subprocess and starting X after that? > > Is this happening when you start X after the system has been up for a > bit? I suspect that what is happening is that memory has become > fragmented and since bus_dma tries to allocate large chunks of > contiguous memory for drm, it has a tendency to fail after the system > has been running for a bit. This ultimately needs to be fixed in > bus_dma, but that hasn't happened yet. > Yes, the laptop was up for ~24 hours before I first started X. Regards, Rene -- http://www.rene-ladan.nl/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net) From avg at icyb.net.ua Wed Sep 2 14:15:09 2009 From: avg at icyb.net.ua (Andriy Gapon) Date: Wed Sep 2 14:15:14 2009 Subject: DRI initialiazation fails on 8.0-BETAx/M54 In-Reply-To: <1251840705.1689.4440.camel@balrog.2hip.net> References: <4A9D7560.7060902@freebsd.org> <1251840705.1689.4440.camel@balrog.2hip.net> Message-ID: <4A9E7B42.9070608@icyb.net.ua> on 02/09/2009 00:31 Robert Noland said the following: > On Tue, 2009-09-01 at 21:26 +0200, Rene Ladan wrote: >> Hi, >> >> it looks like DRI initalization sometimes fails on my 8.0-BETA3/amd64 >> (official freebsd-update) laptop which has a ATI M54 card (radeonhd >> driver), reverting to software rendering for everything. The ports are >> up-to-date. >> >> From Xorg.0.log: >> (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5 >> .. >> (EE) RADEONHD(0): [pci] Out of memory (-12) >> (EE) RADEONHD(0): [pci] PCI failed to initialize. Disabling the DRI. >> .. >> (II) RADEONHD(0): Using MMIO Command Submission for aceleration. >> ... >> >> Full xorg.conf and Xorg.0.log(.old) are at ftp://rene-ladan/pub/freebsd/ >> >> Any clues? Could it be related to hald giving timeouts on acd0 after which >> I just kill that hald subprocess and starting X after that? > > Is this happening when you start X after the system has been up for a > bit? I suspect that what is happening is that memory has become > fragmented and since bus_dma tries to allocate large chunks of > contiguous memory for drm, it has a tendency to fail after the system > has been running for a bit. This ultimately needs to be fixed in > bus_dma, but that hasn't happened yet. BTW, I have a different but potentially related problem - after running a head/current system for a while I am losing an ability to start VirtualBox. It complains about something "no memory" too. The system is amd64 with 4G of RAM with only a handful of processes started. Maybe we got some regression in memory area (e.g. pmap)? -- Andriy Gapon From rene at freebsd.org Wed Sep 2 14:24:21 2009 From: rene at freebsd.org (Rene Ladan) Date: Wed Sep 2 14:24:55 2009 Subject: DRI initialiazation fails on 8.0-BETAx/M54 In-Reply-To: <4A9E7B42.9070608@icyb.net.ua> References: <4A9D7560.7060902@freebsd.org> <1251840705.1689.4440.camel@balrog.2hip.net> <4A9E7B42.9070608@icyb.net.ua> Message-ID: 2009/9/2 Andriy Gapon : > on 02/09/2009 00:31 Robert Noland said the following: >> On Tue, 2009-09-01 at 21:26 +0200, Rene Ladan wrote: >>> Hi, >>> >>> it looks like DRI initalization sometimes fails on my 8.0-BETA3/amd64 >>> (official freebsd-update) laptop which has a ATI M54 card (radeonhd >>> driver), reverting to software rendering for everything. The ports are >>> up-to-date. >>> >>> ?From Xorg.0.log: >>> (EE) RADEONHD(0): rhdAtomGetDDCIndex: GPIO_DDC Index 6 exceeds maximum 5 >>> .. >>> (EE) RADEONHD(0): [pci] Out of memory (-12) >>> (EE) RADEONHD(0): [pci] PCI failed to initialize. Disabling the DRI. >>> .. >>> (II) RADEONHD(0): Using MMIO Command Submission for aceleration. >>> ... >>> >>> Full xorg.conf and Xorg.0.log(.old) are at ftp://rene-ladan/pub/freebsd/ >>> >>> Any clues? ?Could it be related to hald giving timeouts on acd0 after which >>> I just kill that hald subprocess and starting X after that? >> >> Is this happening when you start X after the system has been up for a >> bit? ?I suspect that what is happening is that memory has become >> fragmented and since bus_dma tries to allocate large chunks of >> contiguous memory for drm, it has a tendency to fail after the system >> has been running for a bit. ?This ultimately needs to be fixed in >> bus_dma, but that hasn't happened yet. > > BTW, I have a different but potentially related problem - after running a > head/current system for a while I am losing an ability to start VirtualBox. It > complains about something "no memory" too. > The system is amd64 with 4G of RAM with only a handful of processes started. > Maybe we got some regression in memory area (e.g. pmap)? > FWIW, my main memory size is 2GB. I haven't tried vbox (yet). More information at ftp://rene-ladan.nl/pub/freebsd/dmesg-80b3.txt Ren? From eric at educompmv.com Wed Sep 2 20:13:00 2009 From: eric at educompmv.com (Eric W. Bates) Date: Wed Sep 2 20:13:07 2009 Subject: [Fwd: unable to compile libX11] Message-ID: <4A9E9277.1040601@educompmv.com> I figured out that the failure is because the libtool macro _LT_DECL is not being defined. Now I just have to figure out why aclocal doesn't seem to be parsing '/usr/local/share/aclocal' [sigh] Thank you. -------- Original Message -------- Subject: unable to compile libX11 Date: Wed, 2 Sep 2009 10:38:02 -0400 From: Eric W. Bates To: x11@freebsd.org I'm sorry to burden you with this; but I have a consistent problem during the configuration phase of a number of the X libraries, most notably, libX11. After giving up and installing libX11 from a package, I got the same error from libSM: syntax error in "configure" itself checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no ./configure: 2630: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libSM/work/libSM-1.1.0/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 /usr/ports/x11/libSM. *** Error code 1 Stop in /usr/ports/x11-toolkits/libXt. *** Error code 1 Stop in /usr/ports/x11/libXpm. [Exit 1 ] This is occuring on at least 2 machines. These are older machines which are receiving long overdue upgrades. config.log: ** root@smtp2 ** /usr/ports/x11/libXpm ** Wed Sep 02 10:28:14 # cat ../libSM/work/libSM-1.1.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libSM configure 1.1.0, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --enable-malloc0returnsnull --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 = smtp2.educompmv.com uname -m = i386 uname -r = 7.2-RELEASE-p3 uname -s = FreeBSD uname -v = FreeBSD 7.2-RELEASE-p3 #0: Tue Aug 25 13:42:26 EDT 2009 ericx@smtp2.educompmv.com:/usr/obj/usr/src/sys/GENERIC /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: /home/ericx/etc/init/common/bin PATH: /usr/local/bin/scripts PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/etc PATH: /etc PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2131: checking for a BSD-compatible install configure:2199: result: /usr/bin/install -c -o root -g wheel configure:2210: checking whether build environment is sane configure:2253: result: yes configure:2278: checking for a thread-safe mkdir -p configure:2317: result: ./install-sh -c -d configure:2330: checking for gawk configure:2360: result: no configure:2330: checking for mawk configure:2360: result: no configure:2330: checking for nawk configure:2346: found /usr/bin/nawk configure:2357: result: nawk configure:2368: checking whether make sets $(MAKE) configure:2390: result: yes configure:2579: checking whether to enable maintainer-specific portions of Makefiles configure:2588: result: no ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_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_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LIBUUID_CFLAGS_set='' ac_cv_env_LIBUUID_CFLAGS_value='' ac_cv_env_LIBUUID_LIBS_set='' ac_cv_env_LIBUUID_LIBS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_SM_CFLAGS_set='' ac_cv_env_SM_CFLAGS_value='' ac_cv_env_SM_LIBS_set='' ac_cv_env_SM_LIBS_value='' ac_cv_env_XTRANS_CFLAGS_set='' ac_cv_env_XTRANS_CFLAGS_value='' ac_cv_env_XTRANS_LIBS_set='' ac_cv_env_XTRANS_LIBS_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_prog_AWK=nawk ac_cv_prog_make_make_set=yes lt_cv_sys_max_cmd_len=262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/local/bin/aclocal-1.10' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/x11/libSM/work/libSM-1.1.0/missing --run tar' AR='' AUTOCONF='/usr/local/bin/autoconf-2.62' AUTOHEADER='/usr/local/bin/autoheader-2.62' AUTOMAKE='/usr/local/bin/automake-1.10' AWK='nawk' CC='cc' CCDEPMODE='' CFLAGS='-O2 -fno-strict-aliasing -pipe' CPP='' CPPFLAGS='' CXX='c++' CXXCPP='' CXXDEPMODE='' CXXFLAGS='-O2 -fno-strict-aliasing -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' F77='' FFLAGS='' GREP='' INSTALL_DATA='install -C -o root -g wheel -m 444' INSTALL_PROGRAM='install -C -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -C -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='/usr/local/bin/libtool' LIBUUID_CFLAGS='' LIBUUID_LIBS='' LN_S='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/x11/libSM/work/libSM-1.1.0/missing --run makeinfo' MKDIR_P='./install-sh -c -d' OBJEXT='' PACKAGE='libSM' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_NAME='libSM' PACKAGE_STRING='libSM 1.1.0' PACKAGE_TARNAME='libSM' PACKAGE_VERSION='1.1.0' PATH_SEPARATOR=':' PKG_CONFIG='' RANLIB='' SET_MAKE='' SHELL='/bin/sh' SM_CFLAGS='' SM_LIBS='' STRIP='' VERSION='1.1.0' WITH_LIBUUID_FALSE='' WITH_LIBUUID_TRUE='' WITH_STDUUID_FALSE='' WITH_STDUUID_TRUE='' XTRANS_CFLAGS='' XTRANS_LIBS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd7.2' build_alias='i386-portbld-freebsd7.2' build_cpu='' build_os='' build_vendor='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='$(SHELL) /usr/ports/x11/libSM/work/libSM-1.1.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='$(top_builddir)/./install-sh -c -d' 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 "libSM" #define PACKAGE_TARNAME "libSM" #define PACKAGE_VERSION "1.1.0" #define PACKAGE_STRING "libSM 1.1.0" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" #define PACKAGE "libSM" #define VERSION "1.1.0" configure: exit 2 Installed packages: ** root@smtp2 ** /usr/ports/x11/libXpm ** Wed Sep 02 10:33:01 # l /var/db/pkg/ total 12318 drwxr-xr-x 157 root wheel 4608 Sep 2 10:27 . drwxr-xr-x 16 root wheel 512 Sep 2 10:27 .. drwxr-xr-x 2 root wheel 512 Sep 2 09:43 Xaw3d-1.5E_1 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 amavisd-new-2.6.4_1,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 arc-5.21o_1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 arj-3.10.22_1 drwxr-xr-x 2 root wheel 512 Sep 2 08:12 autoconf-2.13.000227_6 drwxr-xr-x 2 root wheel 512 Sep 2 08:09 autoconf-2.62 drwxr-xr-x 2 root wheel 512 Aug 31 10:18 autoconf-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Aug 31 10:58 automake-1.10.1 drwxr-xr-x 2 root wheel 512 Sep 2 08:09 automake-1.9.6_3 drwxr-xr-x 2 root wheel 512 Sep 2 08:09 automake-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Sep 1 17:29 bash-4.0.24 drwxr-xr-x 2 root wheel 512 Aug 31 10:57 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 1 17:26 bison-2.4.1,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 cabextract-1.2 drwxr-xr-x 2 root wheel 512 Sep 2 08:38 clamav-0.95.2 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 cvsup-16.1h_2 drwxr-xr-x 2 root wheel 512 Sep 2 09:21 cyrus-sasl-2.1.23 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 db41-4.1.25_4 drwxr-xr-x 2 root wheel 512 Sep 2 08:29 dmxproto-2.2.2 drwxr-xr-x 2 root wheel 512 Sep 1 17:35 dnstracer-1.9 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 emacs-21.3_9 drwxr-xr-x 2 root wheel 512 Sep 2 10:14 expat-2.0.1 drwxr-xr-x 2 root wheel 512 Jul 15 2008 ezm3-1.2_1 drwxr-xr-x 2 root wheel 512 Sep 2 10:14 fontconfig-2.6.0,1 drwxr-xr-x 2 root wheel 512 Sep 2 08:30 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 fping-2.4b2_1 drwxr-xr-x 2 root wheel 512 Sep 2 10:14 freetype2-2.3.9_1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 freeze-2.5_2 drwxr-xr-x 2 root wheel 512 Sep 2 08:07 gccmakedep-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 gettext-0.17_1 drwxr-xr-x 2 root wheel 512 Aug 31 10:15 gmake-3.81_3 drwxr-xr-x 2 root wheel 512 Aug 31 10:18 help2man-1.36.4_3 drwxr-xr-x 2 root wheel 512 Sep 2 08:07 imake-1.0.2_4,1 drwxr-xr-x 2 root wheel 512 Aug 31 10:58 inputproto-1.5.0 drwxr-xr-x 2 root wheel 512 Sep 2 08:49 ispell-3.3.02_4 drwxr-xr-x 2 root wheel 512 Sep 2 08:11 jpeg-7 drwxr-xr-x 2 root wheel 512 Sep 1 16:52 kbproto-1.0.3 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 lha-1.14i_6 drwxr-xr-x 2 root wheel 512 Sep 2 08:30 libFS-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 2 08:30 libICE-1.0.4_1,1 drwxr-xr-x 2 root wheel 512 Sep 1 16:53 libX11-1.2.1,1 drwxr-xr-x 2 root wheel 512 Sep 1 16:51 libXau-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 1 16:51 libXdmcp-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 2 08:29 libXext-1.0.5,1 drwxr-xr-x 2 root wheel 512 Sep 1 16:54 libXft-2.1.13 drwxr-xr-x 2 root wheel 512 Sep 1 16:54 libXrender-0.9.4_1 drwxr-xr-x 2 root wheel 512 Aug 31 10:24 libcheck-0.9.6 drwxr-xr-x 2 root wheel 512 Sep 2 08:29 libdmx-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 2 10:14 libdrm-2.4.12 drwxr-xr-x 2 root wheel 512 Sep 2 08:29 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 2 08:39 libgmp-4.3.1 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 libiconv-1.13.1 drwxr-xr-x 2 root wheel 512 Sep 2 08:31 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 1 16:51 libpthread-stubs-0.1 drwxr-xr-x 2 root wheel 512 Aug 31 10:03 libtool-2.2.6a drwxr-xr-x 2 root wheel 512 Sep 2 09:43 libungif-4.1.4_1 drwxr-xr-x 2 root wheel 512 Sep 1 16:52 libxcb-1.4 drwxr-xr-x 2 root wheel 512 Aug 31 10:46 libxml2-2.7.3_1 drwxr-xr-x 2 root wheel 512 Aug 31 10:46 libxslt-1.1.24_2 drwxr-xr-x 2 root wheel 512 Sep 2 08:19 lynx-2.8.6.5_5,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 lzo2-2.03_2 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 lzop-1.02.r1 drwxr-xr-x 2 root wheel 512 Sep 2 08:12 m4-1.4.13,1 drwxr-xr-x 2 root wheel 512 Sep 2 08:07 makedepend-1.0.1,1 drwxr-xr-x 2 root wheel 512 Sep 2 10:12 mysql-client-5.0.85 drwxr-xr-x 2 root wheel 512 Sep 2 09:11 mysql-scripts-5.0.85 drwxr-xr-x 2 root wheel 512 Sep 2 10:12 mysql-server-5.0.85 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 nagios-plugins-1.4.13,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 net-snmp-5.4.2.1_5 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 nrpe-2.12_1 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 openldap-client-2.3.43 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-Archive-Tar-1.52 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Archive-Zip-1.30 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Authen-SASL-2.12 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-BerkeleyDB-0.39 drwxr-xr-x 2 root wheel 512 Sep 2 08:21 p5-Compress-Raw-Bzip2-2.021 drwxr-xr-x 2 root wheel 512 Sep 1 17:06 p5-Compress-Raw-Zlib-2.021 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Convert-BinHex-1.119 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Convert-TNEF-0.17 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Convert-UUlib-1.30,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 p5-Crypt-CBC-2.30 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 p5-Crypt-DES-2.05 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Crypt-OpenSSL-Bignum-0.04 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-Crypt-OpenSSL-RSA-0.25 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Crypt-OpenSSL-Random-0.04 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-DBD-mysql50-4.012 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-DBI-1.60.9 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-Digest-1.16 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Digest-HMAC-1.01 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Digest-MD5-2.39 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-Digest-SHA-5.47 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Digest-SHA1-2.12 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-File-Temp-0.22 drwxr-xr-x 2 root wheel 512 Sep 2 09:00 p5-GSSAPI-0.26 drwxr-xr-x 2 root wheel 512 Aug 30 10:27 p5-IO-Compress-Base-2.015 drwxr-xr-x 2 root wheel 512 Sep 2 08:21 p5-IO-Compress-Bzip2-2.015 drwxr-xr-x 2 root wheel 512 Sep 1 16:57 p5-IO-Compress-Zlib-2.015 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-IO-Multiplex-1.10 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-IO-Socket-INET6-2.56 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-IO-String-1.08 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-IO-Zlib-1.10 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-IO-stringy-2.110 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-MIME-Base64-3.08 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-MIME-Tools-5.427_1,2 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-Mail-DKIM-0.36 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Mail-Tools-2.04 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-Math-BigInt-1.89 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-Net-1.22_1,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-Net-DNS-0.65 drwxr-xr-x 2 root wheel 512 Sep 2 09:31 p5-Net-IP-1.25_1 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 p5-Net-SNMP-5.2.0 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Net-Server-0.97 drwxr-xr-x 2 root wheel 512 Aug 29 18:55 p5-Package-Constants-0.02 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-PathTools-3.3000 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p5-Scalar-List-Utils-1.21,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Socket6-0.23 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Storable-2.21 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Time-HiRes-1.9719,1 drwxr-xr-x 2 root wheel 512 Aug 30 10:28 p5-TimeDate-1.16,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 p5-Unix-Syslog-1.1 drwxr-xr-x 2 root wheel 512 Aug 31 10:18 p5-gettext-1.05_2 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 p7zip-4.65 drwxr-xr-x 2 root wheel 512 Sep 2 09:21 pcre-7.9 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 perl-5.8.9_3 drwxr-xr-x 2 root wheel 512 Sep 2 08:32 pixman-0.15.4 drwxr-xr-x 2 root wheel 512 Sep 2 10:27 pkg-config-0.23_1 -rw-r--r-- 1 root wheel 4891648 Sep 2 10:27 pkgdb.db -rw-r--r-- 1 root wheel 4506624 Apr 18 2008 pkgdb.db.old -rw-r--r-- 1 root wheel 2804736 Feb 1 2009 pkgdb.db.old2 drwxr-xr-x 2 root wheel 512 Sep 1 17:17 png-1.2.38 drwxr-xr-x 2 root wheel 512 Aug 28 11:13 portupgrade-2.4.6_3,2 drwxr-xr-x 2 root wheel 512 Sep 2 09:22 postfix-2.6.3,1 drwxr-xr-x 2 root wheel 512 Sep 2 09:45 postfix-policyd-sf-1.82,1 drwxr-xr-x 2 root wheel 512 Sep 1 16:49 python25-2.5.4_2 drwxr-xr-x 2 root wheel 512 Sep 2 09:28 radiusclient-0.5.6_1 drwxr-xr-x 2 root wheel 512 Sep 1 16:53 renderproto-0.9.3 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 ripole-0.2.0 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 rpm2cpio-1.2_2 drwxr-xr-x 2 root wheel 512 Sep 1 17:31 rsync-3.0.6 drwxr-xr-x 2 root wheel 512 Aug 28 11:12 ruby-1.8.7.160_4,1 drwxr-xr-x 2 root wheel 512 Aug 28 11:12 ruby18-bdb-0.6.5_1 drwxr-xr-x 2 root wheel 512 Sep 2 08:11 tiff-3.8.2_4 drwxr-xr-x 2 root wheel 512 Sep 2 08:12 tw_cli-9.5.2 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 unrar-3.90.b4,5 drwxr-xr-x 2 root wheel 512 Sep 1 17:18 unzip-5.52_5 drwxr-xr-x 2 root wheel 512 Sep 2 08:37 unzoo-4.4_2 drwxr-xr-x 2 root wheel 512 Sep 1 17:21 wget-1.11.4_1 drwxr-xr-x 2 root wheel 512 Sep 1 16:51 xcb-proto-1.5 drwxr-xr-x 2 root wheel 512 Aug 31 10:58 xcmiscproto-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 2 08:28 xextproto-7.0.5 drwxr-xr-x 2 root wheel 512 Aug 31 10:58 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 2 08:07 xorg-cf-files-1.0.2_3 drwxr-xr-x 2 root wheel 512 Aug 31 10:57 xorg-macros-1.2.1 drwxr-xr-x 2 root wheel 512 Sep 1 16:51 xproto-7.0.15 drwxr-xr-x 2 root wheel 512 Sep 2 09:43 xterm-220 drwxr-xr-x 2 root wheel 512 Aug 31 10:58 xtrans-1.2.3 drwxr-xr-x 2 root wheel 512 Sep 2 09:30 zoo-2.10.1_2 Thanks for your time. From fax at nohik.ee Thu Sep 3 12:10:11 2009 From: fax at nohik.ee (Eero =?iso-8859-15?Q?H=E4nninen?=) Date: Thu Sep 3 12:10:18 2009 Subject: ports/133946: x-servers/xorg-server: X crashes in xinerama with nvidia card Message-ID: <200909031210.n83CABRT001423@freefall.freebsd.org> The following reply was made to PR ports/133946; it has been noted by GNATS. From: Eero =?iso-8859-15?Q?H=E4nninen?= To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133946: x-servers/xorg-server: X crashes in xinerama with nvidia card Date: Thu, 3 Sep 2009 14:47:26 +0300 This issue has been fixed since xorg-server version 1.6.1.901 in http://bugs.freedesktop.org/show_bug.cgi?id=20557 For myself I have changed in Makefile version to 1.6.3 and excluded patch-configure as this patch is already applied to xorg-server tree, and all problems has gone. From rehsack at googlemail.com Sun Sep 6 01:08:13 2009 From: rehsack at googlemail.com (Jens Rehsack) Date: Sun Sep 6 01:08:20 2009 Subject: X11 freezes machine ... Message-ID: Hi, I had to update my system due a harddisk failure of the boot device (using a new harddisk). I updated kernel+world and ports (portupgrade -fvarR) after csup. After I finished that, I tried to start gdm as usual (and as I did before the update) - the machine freeze and didn't recover. When I tried to switch to tty0, the machine begins to "beeeep". I tried to build the kernel without drm, without DEVICE_POLLING etc. - I tried to comment out nearly each option in my own kernel, which I had previously added. I tried to use the vesa driver and nouveau instead of nv, which I'd usually used - same results. I added the mem device back to the kernel config and rebuild, same result. I didn't get a crash dump, no Xorg.n.log - I don't know where to search or what to try next to get the box running again. Maybe someone could give me a hint. Thanks, Jens From onemda at gmail.com Sun Sep 6 09:49:43 2009 From: onemda at gmail.com (Paul B. Mahol) Date: Sun Sep 6 09:49:49 2009 Subject: X11 freezes machine ... In-Reply-To: References: Message-ID: <3a142e750909060249s322ea19erbb5db66cdde3ae01@mail.gmail.com> On 9/6/09, Jens Rehsack wrote: > Hi, > > I had to update my system due a harddisk failure of the boot device > (using a new harddisk). I updated kernel+world and ports (portupgrade > -fvarR) after csup. > After I finished that, I tried to start gdm as usual (and as I did > before the update) - the machine freeze and didn't recover. > When I tried to switch to tty0, the machine begins to "beeeep". > > I tried to build the kernel without drm, without DEVICE_POLLING etc. - > I tried to comment out nearly each option in my own kernel, which I > had previously added. > I tried to use the vesa driver and nouveau instead of nv, which I'd > usually used - same results. I added the mem device back to the kernel > config and rebuild, same result. And your kernel is? > I didn't get a crash dump, no Xorg.n.log - I don't know where to > search or what to try next to get the box running again. > Maybe someone could give me a hint. > > Thanks, > Jens > _______________________________________________ > 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" > -- Paul From rehsack at googlemail.com Sun Sep 6 10:59:35 2009 From: rehsack at googlemail.com (Jens Rehsack) Date: Sun Sep 6 11:00:07 2009 Subject: X11 freezes machine ... In-Reply-To: <3a142e750909060249s322ea19erbb5db66cdde3ae01@mail.gmail.com> References: <3a142e750909060249s322ea19erbb5db66cdde3ae01@mail.gmail.com> Message-ID: 2009/9/6 Paul B. Mahol : > On 9/6/09, Jens Rehsack wrote: >> Hi, >> >> I had to update my system due a harddisk failure of the boot device >> (using a new harddisk). I updated kernel+world and ports (portupgrade >> -fvarR) after csup. >> After I finished that, I tried to start gdm as usual (and as I did >> before the update) - the machine freeze and didn't recover. >> When I tried to switch to tty0, the machine begins to "beeeep". >> >> I tried to build the kernel without drm, without DEVICE_POLLING etc. - >> I tried to comment out nearly each option in my own kernel, which I >> had previously added. >> I tried to use the vesa driver and nouveau instead of nv, which I'd >> usually used - same results. I added the mem device back to the kernel >> config and rebuild, same result. > > And your kernel is? I attached latest tried kernel and latest tried xorg.conf. @Paul: Sorry for double-sent, but I'm not trained using web-based mailing. Jens -------------- next part -------------- A non-text attachment was scrubbed... Name: xorg.conf Type: application/octet-stream Size: 2562 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090906/41fd5dc9/xorg.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: WALDORF Type: application/octet-stream Size: 14159 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090906/41fd5dc9/WALDORF.obj From yeager2002 at gmail.com Sun Sep 6 15:48:08 2009 From: yeager2002 at gmail.com (yeager) Date: Sun Sep 6 15:48:16 2009 Subject: compiling /usr/ports/sysutils/kkbswitch Message-ID: PCBSD FreeBSD pcbsd 7.2-STABLE FreeBSD 7.2-STABLE #11: Wed Jun 24 18:36:21 EDT 2009 ? ? root@build7x32.pcbsd.org:/usr/obj/pcbsd-build72/cvs/7.2-src/sys/PCBSD ?i386 compiling /usr/ports/sysutils/kkbswitch ./configure: 21145: Syntax error: word unexpected (expecting ")") *** Error code 1 Stop in /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/x11/libXinerama. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1 Stop in /usr/ports/sysutils/kkbswitch. *** Error code 1 Stop in /usr/ports/sysutils/kkbswitch. -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 27368 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090906/93ea0a1e/config.obj From rehsack at googlemail.com Sun Sep 6 19:38:14 2009 From: rehsack at googlemail.com (Jens Rehsack) Date: Sun Sep 6 19:38:20 2009 Subject: X11 freezes machine ... In-Reply-To: <3a142e750909060940v374814fo7a107c787eb15fd1@mail.gmail.com> References: <3a142e750909060249s322ea19erbb5db66cdde3ae01@mail.gmail.com> <3a142e750909060940v374814fo7a107c787eb15fd1@mail.gmail.com> Message-ID: 2009/9/6 Paul B. Mahol : > On 9/6/09, Jens Rehsack wrote: >> 2009/9/6 Paul B. Mahol : >>> On 9/6/09, Jens Rehsack wrote: >>>> Hi, >>>> >>>> I had to update my system due a harddisk failure of the boot device >>>> (using a new harddisk). I updated kernel+world and ports (portupgrade >>>> -fvarR) after csup. >>>> After I finished that, I tried to start gdm as usual (and as I did >>>> before the update) - the machine freeze and didn't recover. >>>> When I tried to switch to tty0, the machine begins to "beeeep". > > Explain this in more detail. # startx +, + to see if another tty shows sth. 3rd or 4th switch the machine starts a continuous beep. Meanwhile I tried to type "panic" there - nothing happens, but "reset" reboots the machine. I think, I just can't see that the machine is in kernel debugger, but it's a panic condition. >>>> I tried to build the kernel without drm, without DEVICE_POLLING etc. - >>>> I tried to comment out nearly each option in my own kernel, which I >>>> had previously added. >>>> I tried to use the vesa driver and nouveau instead of nv, which I'd >>>> usually used - same results. I added the mem device back to the kernel >>>> config and rebuild, same result. >>> >>> And your kernel is? >> >> I attached latest tried kernel and latest tried xorg.conf. > > What FreeBSD version? 7.2-STABLE, yesterday last time updated. Best regards, Jens From rehsack at googlemail.com Sun Sep 6 19:56:54 2009 From: rehsack at googlemail.com (Jens Rehsack) Date: Sun Sep 6 19:57:01 2009 Subject: X11 freezes machine ... In-Reply-To: References: <3a142e750909060249s322ea19erbb5db66cdde3ae01@mail.gmail.com> <3a142e750909060940v374814fo7a107c787eb15fd1@mail.gmail.com> Message-ID: 2009/9/6 Jens Rehsack : > 2009/9/6 Paul B. Mahol : >> On 9/6/09, Jens Rehsack wrote: >>> 2009/9/6 Paul B. Mahol : >>>> On 9/6/09, Jens Rehsack wrote: >>>>> Hi, >>>>> >>>>> I had to update my system due a harddisk failure of the boot device >>>>> (using a new harddisk). I updated kernel+world and ports (portupgrade >>>>> -fvarR) after csup. >>>>> After I finished that, I tried to start gdm as usual (and as I did >>>>> before the update) - the machine freeze and didn't recover. >>>>> When I tried to switch to tty0, the machine begins to "beeeep". >> >> Explain this in more detail. > > # startx > > > +, + to see if another tty shows sth. > 3rd or 4th switch the machine starts a continuous beep. > > Meanwhile I tried to type "panic" there - nothing happens, but "reset" > reboots the machine. > I think, I just can't see that the machine is in kernel debugger, but > it's a panic condition. I build a GENERIC kernel to see if it's my kernel or not - it dumps (bt attached). >>>>> I tried to build the kernel without drm, without DEVICE_POLLING etc. - >>>>> I tried to comment out nearly each option in my own kernel, which I >>>>> had previously added. >>>>> I tried to use the vesa driver and nouveau instead of nv, which I'd >>>>> usually used - same results. I added the mem device back to the kernel >>>>> config and rebuild, same result. >>>> >>>> And your kernel is? >>> >>> I attached latest tried kernel and latest tried xorg.conf. >> >> What FreeBSD version? > > 7.2-STABLE, yesterday last time updated. > > Best regards, > Jens > -------------- next part -------------- A non-text attachment was scrubbed... Name: startx-crash Type: application/octet-stream Size: 2167 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090906/18d5fb3b/startx-crash.obj From linimon at FreeBSD.org Mon Sep 7 06:29:29 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Sep 7 06:29:35 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20090907062929.0A2731CCC5@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From bugmaster at FreeBSD.org Mon Sep 7 11:07:12 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 7 11:10:07 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200909071107.n87B7Bva010438@freefall.freebsd.org> 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/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse 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/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 a at jenisch.at Thu Sep 10 09:41:27 2009 From: a at jenisch.at (Ewald Jenisch) Date: Thu Sep 10 09:41:37 2009 Subject: icewm - error during compilation Message-ID: <20090910091224.GA1973@aurora.oekb.co.at> Hi, Since icewm failed to upgrade using portupgrade I started from scratch (make deinstall, make clean) with a make in /usr/ports/x11-wm/icewm. The build process failed with the following error: ------------------------------ < Cut here > ------------------------------ . . . gnome2.cc:25:19: error: gnome.h: No such file or directory gnome2.cc:27:40: error: libgnomevfs/gnome-vfs-init.h: No such file or directory gnome2.cc: In member function 'void GnomeMenu::addEntry(const char*, const char*, int, bool)': gnome2.cc:122: error: 'gnome_pixmap_file' was not declared in this scope gnome2.cc: In function 'int main(int, char**)': gnome2.cc:351: error: 'gnome_vfs_init' was not declared in this scope gmake[1]: *** [gnome2.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-wm/icewm/work/icewm-1.2.37/src' gmake: *** [base] Error 2 *** Error code 1 Stop in /usr/ports/x11-wm/icewm. # ------------------------------ < Cut here > ------------------------------ I've already ruled out the usual suspects (cvsup for the ports tree, make fetchindex, pkgdb -F,...) - the build error remains. Please note that I've got gnome-vfs installed (pkg_info -rx gnome-vfs) though. Any idea on how to get this straight? Thanks much in advance for your help, -ewald From stein.skrabol at arctictelecom.no Thu Sep 10 12:34:47 2009 From: stein.skrabol at arctictelecom.no (=?utf-8?B?U3RlaW4gS3LDpWLDuGw=?=) Date: Thu Sep 10 12:34:56 2009 Subject: Splix make Message-ID: <2D2E2E0B14FB714BA751AF19697EB88CB50489AB96@echo.arcticwireless.no> After installing cups Stein Kr?b?l ---------------------------- libtool: link: cc -O2 -fno-strict-aliasing -pipe -o .libs/drmstat drmstat.o ../libdrm/.libs/libdrm.so -Wl,-rpath -Wl,/usr/local/lib ===> Installing for libdrm-2.4.12 ===> libdrm-2.4.12 depends on file: /usr/local/libdata/pkgconfig/pthread-stubs.pc - found ===> Generating temporary packing list ===> Checking if graphics/libdrm already installed Making install in libdrm Making install in . test -z "/usr/local/lib" || .././install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel 'libdrm.la' '/usr/local/lib/libdrm.la' libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm.so.2 /usr/local/lib/libdrm.so.2 libtool: install: (cd /usr/local/lib && { ln -s -f libdrm.so.2 libdrm.so || { rm -f libdrm.so && ln -s libdrm.so.2 libdrm.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libdrm.so.2 libdrm.so || { rm -f libdrm.so && ln -s libdrm.so.2 libdrm.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm.lai /usr/local/lib/libdrm.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || .././install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 'xf86drm.h' '/usr/local/include/xf86drm.h' install -o root -g wheel -m 444 'xf86drmMode.h' '/usr/local/include/xf86drmMode.h' Making install in intel test -z "/usr/local/lib" || ../.././install-sh -c -d "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c -o root -g wheel 'libdrm_intel.la' '/usr/local/lib/libdrm_intel.la' libtool: install: warning: relinking `libdrm_intel.la' libtool: install: (cd /usr/ports/graphics/libdrm/work/libdrm-2.4.12/libdrm/intel; /bin/sh /usr/ports/graphics/libdrm/work/libdrm-2.4.12/libtool --tag CC --mode=relink cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-long-long -Winline -I../../libdrm -I../../libdrm/intel -I../../shared-core -O2 -fno-strict-aliasing -pipe -version-number 1:0:0 -no-undefined -o libdrm_intel.la -rpath /usr/local/lib intel_bufmgr.lo intel_bufmgr_fake.lo intel_bufmgr_gem.lo mm.lo ../libdrm.la -L/usr/local/lib -lpthread-stubs ) libtool: relink: cc -shared .libs/intel_bufmgr.o .libs/intel_bufmgr_fake.o .libs/intel_bufmgr_gem.o .libs/mm.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -ldrm -lpthread-stubs -Wl,-soname -Wl,libdrm_intel.so.1 -o .libs/libdrm_intel.so.1 libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm_intel.so.1T /usr/local/lib/libdrm_intel.so.1 libtool: install: (cd /usr/local/lib && { ln -s -f libdrm_intel.so.1 libdrm_intel.so || { rm -f libdrm_intel.so && ln -s libdrm_intel.so.1 libdrm_intel.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libdrm_intel.so.1 libdrm_intel.so || { rm -f libdrm_intel.so && ln -s libdrm_intel.so.1 libdrm_intel.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm_intel.lai /usr/local/lib/libdrm_intel.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include" || ../.././install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 'intel_bufmgr.h' '/usr/local/include/intel_bufmgr.h' Making install in nouveau test -z "/usr/local/lib" || ../.././install-sh -c -d "/usr/local/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c -o root -g wheel 'libdrm_nouveau.la' '/usr/local/lib/libdrm_nouveau.la' libtool: install: warning: relinking `libdrm_nouveau.la' libtool: install: (cd /usr/ports/graphics/libdrm/work/libdrm-2.4.12/libdrm/nouveau; /bin/sh /usr/ports/graphics/libdrm/work/libdrm-2.4.12/libtool --tag CC --mode=relink cc -Wall -Wextra -Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wstrict-aliasing=2 -Winit-self -Wdeclaration-after-statement -Wold-style-definition -Wno-unused-parameter -Wno-long-long -Winline -I../../libdrm -I../../libdrm/nouveau -I../../shared-core -O2 -fno-strict-aliasing -pipe -version-number 1:0:0 -no-undefined -o libdrm_nouveau.la -rpath /usr/local/lib nouveau_device.lo nouveau_channel.lo nouveau_pushbuf.lo nouveau_grobj.lo nouveau_notifier.lo nouveau_bo.lo nouveau_resource.lo nouveau_dma.lo nouveau_fence.lo ../libdrm.la -L/usr/local/lib -lpthread-stubs ) libtool: relink: cc -shared .libs/nouveau_device.o .libs/nouveau_channel.o .libs/nouveau_pushbuf.o .libs/nouveau_grobj.o .libs/nouveau_notifier.o .libs/nouveau_bo.o .libs/nouveau_resource.o .libs/nouveau_dma.o .libs/nouveau_fence.o -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib -ldrm -lpthread-stubs -Wl,-soname -Wl,libdrm_nouveau.so.1 -o .libs/libdrm_nouveau.so.1 libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm_nouveau.so.1T /usr/local/lib/libdrm_nouveau.so.1 libtool: install: (cd /usr/local/lib && { ln -s -f libdrm_nouveau.so.1 libdrm_nouveau.so || { rm -f libdrm_nouveau.so && ln -s libdrm_nouveau.so.1 libdrm_nouveau.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libdrm_nouveau.so.1 libdrm_nouveau.so || { rm -f libdrm_nouveau.so && ln -s libdrm_nouveau.so.1 libdrm_nouveau.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libdrm_nouveau.lai /usr/local/lib/libdrm_nouveau.la ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/usr/local/include/nouveau" || ../.././install-sh -c -d "/usr/local/include/nouveau" install -o root -g wheel -m 444 'nouveau_device.h' '/usr/local/include/nouveau/nouveau_device.h' install -o root -g wheel -m 444 'nouveau_channel.h' '/usr/local/include/nouveau/nouveau_channel.h' install -o root -g wheel -m 444 'nouveau_grobj.h' '/usr/local/include/nouveau/nouveau_grobj.h' install -o root -g wheel -m 444 'nouveau_notifier.h' '/usr/local/include/nouveau/nouveau_notifier.h' install -o root -g wheel -m 444 'nouveau_pushbuf.h' '/usr/local/include/nouveau/nouveau_pushbuf.h' install -o root -g wheel -m 444 'nouveau_bo.h' '/usr/local/include/nouveau/nouveau_bo.h' install -o root -g wheel -m 444 'nouveau_resource.h' '/usr/local/include/nouveau/nouveau_resource.h' install -o root -g wheel -m 444 'nouveau_class.h' '/usr/local/include/nouveau/nouveau_class.h' test -z "/usr/local/include/drm" || ../.././install-sh -c -d "/usr/local/include/drm" install -o root -g wheel -m 444 'nouveau_drmif.h' '/usr/local/include/drm/nouveau_drmif.h' test -z "/usr/local/libdata/pkgconfig" || ../.././install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'libdrm_nouveau.pc' '/usr/local/libdata/pkgconfig/libdrm_nouveau.pc' Making install in shared-core test -z "/usr/local/include/drm" || .././install-sh -c -d "/usr/local/include/drm" install -o root -g wheel -m 444 'drm.h' '/usr/local/include/drm/drm.h' install -o root -g wheel -m 444 'drm_mode.h' '/usr/local/include/drm/drm_mode.h' install -o root -g wheel -m 444 'drm_sarea.h' '/usr/local/include/drm/drm_sarea.h' install -o root -g wheel -m 444 'i915_drm.h' '/usr/local/include/drm/i915_drm.h' install -o root -g wheel -m 444 'mach64_drm.h' '/usr/local/include/drm/mach64_drm.h' install -o root -g wheel -m 444 'mga_drm.h' '/usr/local/include/drm/mga_drm.h' install -o root -g wheel -m 444 'nouveau_drm.h' '/usr/local/include/drm/nouveau_drm.h' install -o root -g wheel -m 444 'r128_drm.h' '/usr/local/include/drm/r128_drm.h' install -o root -g wheel -m 444 'radeon_drm.h' '/usr/local/include/drm/radeon_drm.h' install -o root -g wheel -m 444 'savage_drm.h' '/usr/local/include/drm/savage_drm.h' install -o root -g wheel -m 444 'sis_drm.h' '/usr/local/include/drm/sis_drm.h' install -o root -g wheel -m 444 'via_drm.h' '/usr/local/include/drm/via_drm.h' install -o root -g wheel -m 444 'r300_reg.h' '/usr/local/include/drm/r300_reg.h' install -o root -g wheel -m 444 'via_3d_reg.h' '/usr/local/include/drm/via_3d_reg.h' install -o root -g wheel -m 444 'xgi_drm.h' '/usr/local/include/drm/xgi_drm.h' Making install in tests Making install in modeprint Making install in modetest test -z "/usr/local/libdata/pkgconfig" || ./install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'libdrm.pc' '/usr/local/libdata/pkgconfig/libdrm.pc' install -o root -g wheel -m 444 'libdrm_intel.pc' '/usr/local/libdata/pkgconfig/libdrm_intel.pc' ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libdrm-2.4.12 ===> Returning to build of libGL-7.4.4 ===> libGL-7.4.4 depends on shared library: expat.6 - found ===> Configuring for libGL-7.4.4 checking build system type... i386-portbld-freebsd6.2 checking host system type... i386-portbld-freebsd6.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... no 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 gnome-config: not found No package 'xcb-glx' 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 "/usr/ports/graphics/libGL/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 /usr/ports/graphics/libGL. *** Error code 1 Stop in /usr/ports/x11-toolkits/fltk. *** Error code 1 Stop in /usr/ports/print/cupsddk. *** Error code 1 Stop in /usr/ports/print/splix. *** Error code 1 Stop in /usr/ports/print/splix. You have new mail in /var/mail/root [root@nova /usr/ports/print/splix]# ls /var/db/pkg apache-2.2.4_2 heimdal-0.7.2_2 libXxf86vm-1.0.1 p5-MIME-Base64-3.07 php5-mbstring-5.2.3_1 autoconf-2.59_3 help2man-1.36.4_1 libart_lgpl-2.3.19,1 p5-Math-BigInt-1.87 php5-pcre-5.2.3_1 autoconf-2.61_2 icu-3.6 libdmx-1.0.2 p5-Net-1.22,1 php5-pdo-5.2.3_1 autoconf-2.62 inputproto-1.3.2 libdrm-2.4.12 p5-Net-DNS-0.61 php5-pdo_pgsql-5.2.3_1 autoconf-wrapper-20070404 ipcalc-0.41 libfontenc-1.0.4 p5-Net-IP-1.25 php5-pgsql-5.2.3_1 automake-1.9.6_2 iperf-2.0.2_1 libgcrypt-1.4.4 p5-Net-SSLeay-1.30_1 php5-session-5.2.3_1 automake-wrapper-20070404 javavmwrapper-2.3 libgmp-4.2.1_2 p5-Net-Telnet-3.03 php5-simplexml-5.2.3_1 bash-3.2.25 jpeg-7 libgpg-error-1.7 p5-PathTools-3.25 php5-spl-5.2.3_1 bigreqsproto-1.0.2 kbproto-1.0.3 libiconv-1.9.2_2 p5-Pod-Parser-1.35 pkg-config-0.22 bison-1.75_2,1 ksh93-20070628 libidn-1.2 p5-SNMP_Session-1.08 png-1.2.18 cclient-2004g,1 libFS-1.0.0 libltdl-2.2.6a p5-Scalar-List-Utils-1.19,1 popt-1.7_4 cdpd-1.0.2_4 libICE-1.0.3,1 libnet10-1.0.2a_4,1 p5-Socket6-0.19 postgresql-client-8.2.4 compositeproto-0.3.1 libSM-1.0.3,1 liboldX-1.0.1 p5-Storable-2.16 postgresql-server-8.2.4_1 cups-base-1.3.10_4 libX11-1.1.2_1,1 libpthread-stubs-0.1 p5-Text-Iconv-1.5 printproto-1.0.3 cups-client-1.3.10_4 libXScrnSaver-1.1.2 libtool-1.5.22_2 p5-Time-HiRes-1.9707,1 randrproto-1.2.1 cups-image-1.3.10_4 libXTrap-1.0.0 libtool-2.2.6a p5-URI-1.35 recordproto-1.13.2 cups-pstoraster-8.15.4_4 libXau-1.0.3_2 libxkbfile-1.0.4 p5-XML-Filter-BufferText-1.01 renderproto-0.9.2 curl-7.16.3 libXaw-1.0.3,1 libxkbui-1.0.2 p5-XML-NamespaceSupport-1.09_1 resourceproto-1.0.2 cvsup-without-gui-16.1h_2 libXcomposite-0.3.2,1 libxml2-2.6.29 p5-XML-SAX-0.16 rrdtool-1.2.23 damageproto-1.1.0_2 libXcursor-1.1.8_1 linux_base-fc-4_9 p5-XML-SAX-Writer-0.50 screen-4.0.3_1 diablo-jdk-1.5.0.07.01 libXdamage-1.1.1 lynx-2.8.5_2 p5-gettext-1.05_1 scrnsaverproto-1.1.0 dmxproto-2.2.2 libXdmcp-1.0.2 m4-1.4.9 p5-perl-ldap-0.34 sipp-1.1.r6 dri2proto-2.0 libXevie-1.0.2 makedepend-1.0.1,1 pcre-7.2 smokeping-2.1.0 echoping-6.0.0 libXext-1.0.3,1 mc-4.6.1_4 pecl-fileinfo-1.0.4 splat-1.1.1_1 evieext-1.0.2 libXfixes-4.0.3 mrtg-2.15.2,1 pecl-filter-0.11.0 sudo-1.6.9.3_2 expat-2.0.0_1 libXfont-1.2.8,1 nano-1.2.5 pecl-fribidi-1.0 t1lib-5.1.1_2,1 ezm3-1.2_1 libXfontcache-1.0.4 net-snmp-5.3.1_7 pecl-hash-1.5 tiff-3.8.2_4 fixesproto-4.0 libXft-2.1.12 nmap-4.11 perl-5.8.8 tmux-0.8 fontcacheproto-0.1.2 libXi-1.0.2,1 openldap-client-2.3.39 php5-5.2.3_1 tomcat-5.5.23_2 fontconfig-2.4.2_2,1 libXinerama-1.0.2,1 p5-Authen-Radius-0.13 php5-bcmath-5.2.3_1 trafshow-5.2.3,1 fontsproto-2.0.2 libXmu-1.0.3,1 p5-Authen-SASL-2.10_1 php5-bz2-5.2.3_1 trapproto-3.4.3 fping-2.4b2_1 libXp-1.0.0,1 p5-CGI-SpeedyCGI-2.22_4 php5-calendar-5.2.3_1 wget-1.10.2_1 freeradius-1.1.7_4 libXpm-3.5.6_1 p5-CGI.pm-3.29,1 php5-ctype-5.2.3_1 videoproto-2.2.2 freetype2-2.2.1_2 libXprintAppUtil-1.0.1 p5-Convert-ASN1-0.21 php5-curl-5.2.3_1 xcmiscproto-1.1.2 fribidi-0.10.9 libXprintUtil-1.0.1 p5-DBD-Pg-1.49 php5-dba-5.2.3_1 xextproto-7.0.2 gd-2.0.35,1 libXrandr-1.2.1 p5-DBI-1.58 php5-dbase-5.2.3_1 xf86bigfontproto-1.1.2 gdbm-1.8.3_3 libXrender-0.9.2 p5-Data-HexDump-0.02 php5-dom-5.2.3_1 xf86dgaproto-2.0.2 gettext-0.14.5_2 libXres-1.0.3_1 p5-Digest-1.15 php5-exif-5.2.3_1 xf86miscproto-0.9.2 ghostscript8-8.64_6 libXt-1.0.5 p5-Digest-HMAC-1.01 php5-ftp-5.2.3_1 xf86vidmodeproto-2.2.2 glib-2.12.4 libXtst-1.0.2 p5-Digest-MD5-2.36 php5-gd-5.2.3_1 xineramaproto-1.1.2 glproto-1.4.10 libXv-1.0.3,1 p5-Digest-SHA1-2.11 php5-gettext-5.2.3_1 xorg-libraries-7.2_2 gmake-3.81_1 libXvMC-1.0.4 p5-GSSAPI-0.24 php5-gmp-5.2.3_1 xproto-7.0.10 gnutls-2.8.3 libXxf86dga-1.0.1 p5-IO-Socket-INET6-2.51_1 php5-iconv-5.2.3_1 xtrans-1.0.3 gsfonts-8.11_5 libXxf86misc-1.0.1 p5-IO-Socket-SSL-1.12 php5-imap-5.2.3_1 From swell.k at gmail.com Thu Sep 10 20:41:02 2009 From: swell.k at gmail.com (Anonymous) Date: Thu Sep 10 20:41:08 2009 Subject: Splix make In-Reply-To: <2D2E2E0B14FB714BA751AF19697EB88CB50489AB96@echo.arcticwireless.no> ("Stein =?utf-8?B?S3LDpWLDuGwiJ3M=?= message of "Thu, 10 Sep 2009 14:15:14 +0200") References: <2D2E2E0B14FB714BA751AF19697EB88CB50489AB96@echo.arcticwireless.no> Message-ID: <86d45ypm7a.fsf@gmail.com> Stein Kr?b?l writes: [...] > 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/libX11 > gnome-config: not found > No package 'xcb-glx' found x11/libxcb Can you update/install them? Above messages refer to files in their plist: ${PREFIX}/libdata/pkgconfig/x11-xcb.pc ${PREFIX}/libdata/pkgconfig/xcb-glx.pc I guess your issue is that you tried to install new X11 ports without updating X11 libraries first. From p.musumeci at ieee.org Fri Sep 11 01:49:00 2009 From: p.musumeci at ieee.org (Phillip Musumeci) Date: Fri Sep 11 01:49:07 2009 Subject: X11 build error (but appears caused by smped m4 macro definitions problem) Message-ID: Hi, When I try to update my libX11, I get warnings starting with /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG It seems that over the past couple of years, some alternative forms of these macros depended on by X11 have been created. There are also news group postings on hacks to fix these macros at the current FreeBSD level, and linux and others are also using later versions. I've attached the screen log of the actual build command which contains the above error message, and as well as the build.log file. I was getting these errors on 8-BETA2 and switched over to 9-CURRENT, with no improvements. I guess this report might be passed onto whoever looks after the contributed macros (but figured you might not be aware of this problem at present). Hope this helps, phillip -- https://sites.google.com/site/pmusumeci/ -------------- next part -------------- A non-text attachment was scrubbed... Name: libX11-1.2.1__info Type: application/octet-stream Size: 12259 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090911/1d8292b2/libX11-1.2.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: libX11-1.2.1__config.log Type: application/octet-stream Size: 7692 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090911/1d8292b2/libX11-1.2.1__config.obj From andy.lavr at reactor-xg.kiev.ua Fri Sep 11 07:16:42 2009 From: andy.lavr at reactor-xg.kiev.ua (Andrei V. Lavreniyuk) Date: Fri Sep 11 07:16:49 2009 Subject: [ANNOUNCE] xf86-video-ati 6.12.3 Message-ID: <4AA9D619.10906@reactor-xg.kiev.ua> Hi! http://lists.freedesktop.org/archives/xorg/2009-September/047192.html Please update ports/x11-drivers/xf86-video-ati Thanks! -- Best regards, Andrei V. Lavreniyuk. From manny at computer.org Fri Sep 11 17:05:32 2009 From: manny at computer.org (Manuel Chaviano) Date: Fri Sep 11 17:05:39 2009 Subject: Problem with package x11-toolkits/gtk-2.16.6 Message-ID: <20090911123218.068a2f4e@epia> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After running a portupgrade -PP lastnight in my desktop, I found out this morning that gtk2 applications refused to start (tried claws-mail and pan). The complain is about libgdk-x11-2.0.so.0: Undefined symbol "shmctl" I downgraded gtk-2.16.6 -> gtk-2.16.1 and it all worked again. These are the binary packages at ftp.FreeBSD.org: ftp> pwd Remote directory: /pub/FreeBSD/ports/i386/packages-7-stable ftp> cd All 250 Directory successfully changed. ftp> ls gtk-2.16.6* 229 Entering Extended Passive Mode (|||31726|) 150 Here comes the directory listing. - -rw-r--r-- 1 110 1002 8609189 Sep 04 11:40 gtk-2.16.6.tbz 226 Directory send OK. ...and ftp> pwd Remote directory: /pub/FreeBSD/ports/i386/packages-7.2-release/All ftp> ls gtk-2.16.* 229 Entering Extended Passive Mode (|||34285|) 150 Here comes the directory listing. - -rw-r--r-- 1 110 1002 8561665 Apr 22 14:49 gtk-2.16.1.tbz 226 Directory send OK. ftp> I had this problem a couple of days ago in my laptop and that's how I solved. I tried, in my laptop, to recompile claws-mail with gtk-2.16.6, but the compilation failed. Anyone else having this issue?. I tried searching the Internet for 'gtk-2.16.5 shmctl', but nothing was found. In order to reproduce the errors. I deleted gtk-2.16.1 and reinstalled gtk-2.16.6 Here is the output of the install/deinstall process: =========================================== epia# pkg_delete gtk-2.16.1 pkg_delete: '/usr/local/etc/gtk-2.0/gdk-pixbuf.loaders' fails original MD5 check sum - not deleted. pkg_delete: '/usr/local/etc/gtk-2.0/gtk.immodules' fails original MD5 checksum - not deleted. pkg_delete: unable to completely remove directory '/usr/local/etc/gtk-2.0' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) epia# pkg_add -r gtk20 Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable/Latest/g tk20.tbz... Done. epia# exit [manny@epia /usr/home/manny]$ claws-mail /libexec/ld-elf.so.1: /usr/local/lib/libgdk-x11-2.0.so.0: Undefined symbol "shmc tl" [manny@epia /usr/home/manny]$ pan /libexec/ld-elf.so.1: /usr/local/lib/libgdk-x11-2.0.so.0: Undefined symbol "shmc tl" [manny@epia /usr/home/manny]$ su Password: epia# pkg_delete gtk-2.16.6 pkg_delete: '/usr/local/etc/gtk-2.0/gdk-pixbuf.loaders' fails original MD5 check sum - not deleted. pkg_delete: '/usr/local/etc/gtk-2.0/gtk.immodules' fails original MD5 checksum - not deleted. pkg_delete: unable to completely remove directory '/usr/local/etc/gtk-2.0' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) epia# pkg_add /usr/ports/packages/All/gtk-2.16.1.tbz pkg_add: warning: package 'gtk-2.16.1' requires 'xcb-proto-1.4', but 'xcb-proto- 1.5' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'perl-5.8.9_2', but 'perl-5.8.9_ 3' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'png-1.2.35', but 'png-1.2.38' i s installed pkg_add: warning: package 'gtk-2.16.1' requires 'jpeg-6b_7', but 'jpeg-7' is ins talled pkg_add: warning: package 'gtk-2.16.1' requires 'tiff-3.8.2_3', but 'tiff-3.8.2_ 4' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'jasper-1.900.1_7', but 'jasper- 1.900.1_8' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'pixman-0.15.2', but 'pixman-0.1 5.4' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'libxcb-1.2_1', but 'libxcb-1.4' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'libX11-1.2.1,1', but 'libX11-1. 2.1_1,1' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'xcb-util-0.3.3', but 'xcb-util- 0.3.5' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'cairo-1.8.6_1,1', but 'cairo-1. 8.8,1' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'libiconv-1.11_1', but 'libiconv - -1.13.1' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'libxml2-2.7.3', but 'libxml2-2. 7.3_1' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'glib-2.20.1', but 'glib-2.20.5' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'gamin-0.1.10_1', but 'gamin-0.1 .10_3' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'gio-fam-backend-2.20.1', but 'g io-fam-backend-2.20.5' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'shared-mime-info-0.60', but 'sh ared-mime-info-0.60_1' is installed pkg_add: warning: package 'gtk-2.16.1' requires 'pango-1.24.0_2', but 'pango-1.2 4.5' is installed epia# ===================================== epia# ldd /usr/local/bin/claws-mail /usr/local/bin/claws-mail: libgthread-2.0.so.0 => /usr/local/lib/libgthread-2.0.so.0 (0x2831e000) libenchant.so.1 => /usr/local/lib/libenchant.so.1 (0x28323000) libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0 (0x2832d000) libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0 (0x286c4000) libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0 (0x2874e000) libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0 (0x28768000) libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0 (0x28780000) libgio-2.0.so.0 => /usr/local/lib/libgio-2.0.so.0 (0x2878b000) libXinerama.so.1 => /usr/local/lib/libXinerama.so.1 (0x287f1000) libXi.so.6 => /usr/local/lib/libXi.so.6 (0x287f4000) libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x287fd000) libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0x28804000) libXcomposite.so.1 => /usr/local/lib/libXcomposite.so.1 (0x2880d000) libXext.so.6 => /usr/local/lib/libXext.so.6 (0x28810000) libXdamage.so.1 => /usr/local/lib/libXdamage.so.1 (0x2881e000) libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0 (0x28821000) libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x2884a000) libcairo.so.2 => /usr/local/lib/libcairo.so.2 (0x2884f000) libpixman-1.so.9 => /usr/local/lib/libpixman-1.so.9 (0x288c0000) libpng.so.5 => /usr/local/lib/libpng.so.5 (0x288f7000) libxcb-render-util.so.0 => /usr/local/lib/libxcb-render-util.so.0 (0x2891c000) libxcb-render.so.0 => /usr/local/lib/libxcb-render.so.0 (0x28920000) libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x28927000) libX11.so.6 => /usr/local/lib/libX11.so.6 (0x2892f000) libxcb.so.2 => /usr/local/lib/libxcb.so.2 (0x28a4e000) libXau.so.6 => /usr/local/lib/libXau.so.6 (0x28a65000) libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x28a68000) librpcsvc.so.4 => /usr/lib/librpcsvc.so.4 (0x28a6d000) libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0 (0x28a75000) libm.so.5 => /lib/libm.so.5 (0x28ab5000) libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0x28aca000) libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x28af3000) libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0 (0x28b66000) libgpgme.so.18 => /usr/local/lib/libgpgme.so.18 (0x28b6a000) libcompface.so.1 => /usr/local/lib/libcompface.so.1 (0x28b9b000) libSM.so.6 => /usr/local/lib/libSM.so.6 (0x28ba6000) libICE.so.6 => /usr/local/lib/libICE.so.6 (0x28bae000) libdbus-glib-1.so.2 => /usr/local/lib/libdbus-glib-1.so.2 (0x28bc4000) libdbus-1.so.3 => /usr/local/lib/libdbus-1.so.3 (0x28be1000) libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0 (0x28c21000) libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x28c5c000) libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x28d0c000) libgnutls.so.40 => /usr/local/lib/libgnutls.so.40 (0x28d3b000) libtasn1.so.4 => /usr/local/lib/libtasn1.so.4 (0x28dce000) libgcrypt.so.16 => /usr/local/lib/libgcrypt.so.16 (0x28dde000) libgpg-error.so.0 => /usr/local/lib/libgpg-error.so.0 (0x28e56000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x28e5a000) libetpan.so.14 => /usr/local/lib/libetpan.so.14 (0x28e63000) libcurl.so.5 => /usr/local/lib/libcurl.so.5 (0x28ef4000) libz.so.4 => /lib/libz.so.4 (0x28f35000) libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x28f47000) libssl.so.5 => /usr/lib/libssl.so.5 (0x28f67000) libcrypto.so.5 => /lib/libcrypto.so.5 (0x28fa8000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x29102000) libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x291f8000) libthr.so.3 => /lib/libthr.so.3 (0x2920f000) libc.so.7 => /lib/libc.so.7 (0x29224000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x29327000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2941c000) epia# - -- L8R Trees are the earth's endless effort to speak to the listening heaven. - -- Rabindranath Tagore __ /// Manuel Chaviano __ /// MMBB \\\/// \XX/ FreeBSD 7-STABLE -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqqe5sACgkQ0Nrv8E+By31UJACfYoTqEB5/x2cPIpbXzxzmbOAj PLgAmgJkoJghqZjvOcaTcw1kuQ7ZqCe3 =L6UT -----END PGP SIGNATURE----- From pazevedo at gmail.com Fri Sep 11 21:45:31 2009 From: pazevedo at gmail.com (Pedro Azevedo) Date: Fri Sep 11 21:45:38 2009 Subject: Radeon Mobility 9700 hangs on FreeBSD Message-ID: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> Hi there, I installed FreeBSD, and PC-BSD as well, and when I try starting X the screen just goes black and the CPU usage increases a lot, I can't use any keys, I tried ctrl+alt+f1 but the screen remained black, I had to power down the computer to get it to reboot. I tried this on FreeBSD 7.x and 8.x and the results were the same. However on Linux there were no problems. (Ubuntu, Mint, Fedora, OpenSuse, Mandriva, CentOS) I tried getting some help on Freenode, and someone told me the problem could be FreeBSD's DRM implementation and directed me to this mailling list for a possible solution. I realize this isn't the most extensive bug report, but I wasn't able to get a Xorg.log, still if you can help it's appreciated. Regards, Pedro Azevedo From eddie at angryeddie.cn Fri Sep 11 23:04:55 2009 From: eddie at angryeddie.cn (Eddie Leisure) Date: Fri Sep 11 23:05:01 2009 Subject: Radeon Mobility 9700 hangs on FreeBSD In-Reply-To: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> References: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> Message-ID: <4AAAD481.9000009@angryeddie.cn> Pedro Azevedo wrote: > Hi there, > > I installed FreeBSD, and PC-BSD as well, and when I try starting X the > screen just goes black and the CPU usage increases a lot, I can't use any > keys, I tried ctrl+alt+f1 but the screen remained black, I had to power down > the computer to get it to reboot. > I tried this on FreeBSD 7.x and 8.x and the results were the same. However > on Linux there were no problems. (Ubuntu, Mint, Fedora, OpenSuse, Mandriva, > CentOS) > I tried getting some help on Freenode, and someone told me the problem could > be FreeBSD's DRM implementation and directed me to this mailling list for a > possible solution. > I realize this isn't the most extensive bug report, but I wasn't able to get > a Xorg.log, still if you can help it's appreciated. > > Regards, > Pedro Azevedo If this is a new install, also sure to add hald_enable="YES" to /etc/rc.conf as x uses hal to detect your hardware. Something that might be useful here to see whats going on is to launch X using: X -verbose -probeonly This will show you what hardware/drivers and screen modes it's detecting. It'll also show you problems if it has any. Also, you want to make sure you have a compatible video driver is installed. 'vesa' usually works, but barely. Check out /usr/ports/x11-drivers/xf86-video-* - if you know what your hardware is, it should be simple to figure out what driver you need. Not sure how helpful this would be as it seems like PC-BSD should already have hal enabled and the more common drivers already available. At least this is a place to start. Eddie From adamk at voicenet.com Fri Sep 11 23:36:18 2009 From: adamk at voicenet.com (Adam K Kirchhoff) Date: Fri Sep 11 23:36:25 2009 Subject: Radeon Mobility 9700 hangs on FreeBSD In-Reply-To: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> References: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> Message-ID: <200909111923.01915.adamk@voicenet.com> On Friday 11 September 2009 17:12:52 Pedro Azevedo wrote: > Hi there, > > I installed FreeBSD, and PC-BSD as well, and when I try starting X the > screen just goes black and the CPU usage increases a lot, I can't use any > keys, I tried ctrl+alt+f1 but the screen remained black, I had to power > down the computer to get it to reboot. > I tried this on FreeBSD 7.x and 8.x and the results were the same. However > on Linux there were no problems. (Ubuntu, Mint, Fedora, OpenSuse, Mandriva, > CentOS) > I tried getting some help on Freenode, and someone told me the problem > could be FreeBSD's DRM implementation and directed me to this mailling list > for a possible solution. > I realize this isn't the most extensive bug report, but I wasn't able to > get a Xorg.log, still if you can help it's appreciated. Did you attempt to start X with DRI disabled in your /etc/X11/xorg.conf as I suggested? If not, in the Modules section of your xorg.conf file, add these two lines: Disable "dri" Disable "dri2" And then try again. If X then works (as I suspect it will) we will have at least narrowed down the problem to the DRM. Adam From kennethcf at earthlink.net Sat Sep 12 06:22:45 2009 From: kennethcf at earthlink.net (Kenneth) Date: Sat Sep 12 06:22:51 2009 Subject: configuring X on the Presario with the 8200M driver Message-ID: <17216271.1252735922654.JavaMail.root@wamui-june.atl.sa.earthlink.net> Moving this discussion to freebsd-x11. I have a Presario CQ60 with the NVIDIA 8200M G, and X is working! Here are the steps to get there. Do everything as root: 1) Update your ports to the most recent. Follow the FreeBSD manual, section 4.5 Using the Ports Collection, nuke the contents of /usr/ports, and install a new base using portsnap or cvsup. 2) Install the nvidia-driver. # cd /usr/ports/x11-driver/nvidia-driver # make install clean (I built with options FREEBSD_AGP checked, ACPI checked, LINUX unchecked). 3) You can install 2 more optional tools for configuring the nvidia card settings. I have not used them, but I installed them. # cd /usr/ports/x11-driver/nvidia-settings # make install clean # cd /usr/ports/x11-driver/nvidia-xconfig # make install clean 4) I also installed the fbdev driver from X.Org. # cd /usr/ports/x11-drivers/xf86-video-fbdev # make install clean 5) Add the nvidia driver as a dynamically loaded kernel module. # cd /boot # vi loader.conf (you better know how to use vi to edit) --- add the line nvidia_load="YES" --- it is the only line I have in my loader.conf file 6) Reboot the system # reboot 7) If you want to see the version you just installed (your versions may be newer than mine below)... # pkg_info | grep nvidia nvidia-driver-185.18.29 nvidia-settings-190.32 nvidia-xconfig-190.32 # pkg_info | grep fbdev xf86-video-fbdev-0.4.0_2 8) Generate your xorg.conf.new file. # cd /root # Xorg -configure 9) Edit the xorg.conf.new file. # vi xorg.conf.new --- change the line Driver "nv" to read Driver "nvidia" 10) Test the config file. # Xorg -config xorg.conf -retro --- you should get a grey screen and your mouse should work, especially if your mouse worked when installing FreeBSD --- to kill the test, press CTRL-ALT-BKSP 11) If everything worked, move and rename (drop the new extension) the config file to the /etc directory # mv xorg.conf.new /etc/X11/xorg.conf 12) Test again. Log in as another user belonging to the wheel group (or login as root). % startx --- you should get 3 green windows --- you can kill X by clicking on the large window on the left, and typing exit From kennethcf at earthlink.net Sat Sep 12 06:23:19 2009 From: kennethcf at earthlink.net (Kenneth) Date: Sat Sep 12 06:23:30 2009 Subject: configuring X on the Presario with the 8200M driver Message-ID: <27572196.1252736598020.JavaMail.root@wamui-june.atl.sa.earthlink.net> Step 10 should be.... # Xorg -config xorg.conf.new -retro -----Original Message----- >From: Kenneth >Sent: Sep 12, 2009 2:12 AM >To: freebsd-questions@freebsd.org, FreeBSD-x11@freebsd.org >Cc: jules.stocks@gmail.com, gesbbb@yahoo.com >Subject: configuring X on the Presario with the 8200M driver > >Moving this discussion to freebsd-x11. > >I have a Presario CQ60 with the NVIDIA 8200M G, and X is working! > >Here are the steps to get there. Do everything as root: > >1) Update your ports to the most recent. Follow the FreeBSD manual, section 4.5 Using the Ports Collection, nuke the contents of /usr/ports, and install a new base using portsnap or cvsup. > >2) Install the nvidia-driver. ># cd /usr/ports/x11-driver/nvidia-driver ># make install clean (I built with options FREEBSD_AGP checked, ACPI checked, LINUX unchecked). > >3) You can install 2 more optional tools for configuring the nvidia card settings. I have not used them, but I installed them. ># cd /usr/ports/x11-driver/nvidia-settings ># make install clean ># cd /usr/ports/x11-driver/nvidia-xconfig ># make install clean > >4) I also installed the fbdev driver from X.Org. ># cd /usr/ports/x11-drivers/xf86-video-fbdev ># make install clean > >5) Add the nvidia driver as a dynamically loaded kernel module. ># cd /boot ># vi loader.conf (you better know how to use vi to edit) >--- add the line nvidia_load="YES" >--- it is the only line I have in my loader.conf file > >6) Reboot the system ># reboot > >7) If you want to see the version you just installed (your versions may be newer than mine below)... ># pkg_info | grep nvidia >nvidia-driver-185.18.29 >nvidia-settings-190.32 >nvidia-xconfig-190.32 ># pkg_info | grep fbdev >xf86-video-fbdev-0.4.0_2 > >8) Generate your xorg.conf.new file. ># cd /root ># Xorg -configure > >9) Edit the xorg.conf.new file. ># vi xorg.conf.new >--- change the line Driver "nv" > to read Driver "nvidia" > >10) Test the config file. ># Xorg -config xorg.conf -retro >--- you should get a grey screen and your mouse should work, especially if your mouse worked when installing FreeBSD >--- to kill the test, press CTRL-ALT-BKSP > >11) If everything worked, move and rename (drop the new extension) the config file to the /etc directory ># mv xorg.conf.new /etc/X11/xorg.conf > >12) Test again. Log in as another user belonging to the wheel group (or login as root). >% startx >--- you should get 3 green windows >--- you can kill X by clicking on the large window on the left, and typing exit > > > From rnoland at FreeBSD.org Sat Sep 12 10:52:56 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 12 10:53:03 2009 Subject: Radeon Mobility 9700 hangs on FreeBSD In-Reply-To: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> References: <2f5fcc70909111412m735629fcx7f2153ddeec80483@mail.gmail.com> Message-ID: <1252752766.25534.1079.camel@balrog.2hip.net> On Fri, 2009-09-11 at 22:12 +0100, Pedro Azevedo wrote: > Hi there, > > I installed FreeBSD, and PC-BSD as well, and when I try starting X the > screen just goes black and the CPU usage increases a lot, I can't use any > keys, I tried ctrl+alt+f1 but the screen remained black, I had to power down > the computer to get it to reboot. > I tried this on FreeBSD 7.x and 8.x and the results were the same. However > on Linux there were no problems. (Ubuntu, Mint, Fedora, OpenSuse, Mandriva, > CentOS) > I tried getting some help on Freenode, and someone told me the problem could > be FreeBSD's DRM implementation and directed me to this mailling list for a > possible solution. > I realize this isn't the most extensive bug report, but I wasn't able to get > a Xorg.log, still if you can help it's appreciated. The drm code that we ship is nearly identical to linux and the 9700 should be fine. I would start by getting back to basics... Verify your xorg.conf and try just running startx from console. If this is an AGP chip, you can try forcing PCI mode or changing the AGPMode option. IIRC, the default is now 1x. Without any logging it is really hard to guess what might be going on. robert. > Regards, > Pedro Azevedo > _______________________________________________ > 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" -- Robert Noland FreeBSD From kennethcf at earthlink.net Sat Sep 12 12:11:05 2009 From: kennethcf at earthlink.net (Kenneth) Date: Sat Sep 12 12:11:12 2009 Subject: configuring X on the Presario with the 8200M driver Message-ID: <8782032.1252757463899.JavaMail.root@wamui-bucket.atl.sa.earthlink.net> OK...I forgot 1 important step before rebooting (step 6 in the sequece below)... 5.5) Edit the /etc/rc.conf file... # vi /etc/rc.conf --- add the following 2 lines hald_enable="YES" dbus_enable="YES" -----Original Message----- >From: Kenneth >Sent: Sep 12, 2009 2:23 AM >To: Kenneth , freebsd-questions@freebsd.org, FreeBSD-x11@freebsd.org >Cc: jules.stocks@gmail.com, gesbbb@yahoo.com >Subject: Re: configuring X on the Presario with the 8200M driver > >Step 10 should be.... ># Xorg -config xorg.conf.new -retro > >-----Original Message----- >>From: Kenneth >>Sent: Sep 12, 2009 2:12 AM >>To: freebsd-questions@freebsd.org, FreeBSD-x11@freebsd.org >>Cc: jules.stocks@gmail.com, gesbbb@yahoo.com >>Subject: configuring X on the Presario with the 8200M driver >> >>Moving this discussion to freebsd-x11. >> >>I have a Presario CQ60 with the NVIDIA 8200M G, and X is working! >> >>Here are the steps to get there. Do everything as root: >> >>1) Update your ports to the most recent. Follow the FreeBSD manual, section 4.5 Using the Ports Collection, nuke the contents of /usr/ports, and install a new base using portsnap or cvsup. >> >>2) Install the nvidia-driver. >># cd /usr/ports/x11-driver/nvidia-driver >># make install clean (I built with options FREEBSD_AGP checked, ACPI checked, LINUX unchecked). >> >>3) You can install 2 more optional tools for configuring the nvidia card settings. I have not used them, but I installed them. >># cd /usr/ports/x11-driver/nvidia-settings >># make install clean >># cd /usr/ports/x11-driver/nvidia-xconfig >># make install clean >> >>4) I also installed the fbdev driver from X.Org. >># cd /usr/ports/x11-drivers/xf86-video-fbdev >># make install clean >> >>5) Add the nvidia driver as a dynamically loaded kernel module. >># cd /boot >># vi loader.conf (you better know how to use vi to edit) >>--- add the line nvidia_load="YES" >>--- it is the only line I have in my loader.conf file >> >>6) Reboot the system >># reboot >> >>7) If you want to see the version you just installed (your versions may be newer than mine below)... >># pkg_info | grep nvidia >>nvidia-driver-185.18.29 >>nvidia-settings-190.32 >>nvidia-xconfig-190.32 >># pkg_info | grep fbdev >>xf86-video-fbdev-0.4.0_2 >> >>8) Generate your xorg.conf.new file. >># cd /root >># Xorg -configure >> >>9) Edit the xorg.conf.new file. >># vi xorg.conf.new >>--- change the line Driver "nv" >> to read Driver "nvidia" >> >>10) Test the config file. >># Xorg -config xorg.conf -retro >>--- you should get a grey screen and your mouse should work, especially if your mouse worked when installing FreeBSD >>--- to kill the test, press CTRL-ALT-BKSP >> >>11) If everything worked, move and rename (drop the new extension) the config file to the /etc directory >># mv xorg.conf.new /etc/X11/xorg.conf >> >>12) Test again. Log in as another user belonging to the wheel group (or login as root). >>% startx >>--- you should get 3 green windows >>--- you can kill X by clicking on the large window on the left, and typing exit >> >> >> From jules.stocks at gmail.com Sun Sep 13 23:43:02 2009 From: jules.stocks at gmail.com (Jules Gilbert) Date: Sun Sep 13 23:43:09 2009 Subject: configuring X on the Presario with the 8200M driver In-Reply-To: <17216271.1252735922654.JavaMail.root@wamui-june.atl.sa.earthlink.net> References: <17216271.1252735922654.JavaMail.root@wamui-june.atl.sa.earthlink.net> Message-ID: <28d0cced0909131614x62bcd1a6oe47845d8cc737a19@mail.gmail.com> Thanks, guys! I intend to set aside some time late this week to try this. I bought one but have not been able to configure the X environment yet; I notice that PC-BSD comes up fine; I thought of doing that and copying the file, but that's about a half day or more of effort that way... Not good. Anyway, a couple questions... Is this likely to be compatible with FBSD 8.0? Or no, and I will just use 7.2. --jg On Sat, Sep 12, 2009 at 2:12 AM, Kenneth wrote: > Moving this discussion to freebsd-x11. > > I have a Presario CQ60 with the NVIDIA 8200M G, and X is working! > > Here are the steps to get there. ?Do everything as root: > > 1) Update your ports to the most recent. ?Follow the FreeBSD manual, section 4.5 Using the Ports Collection, nuke the contents of /usr/ports, and install a new base using portsnap or cvsup. > > 2) Install the nvidia-driver. > # cd /usr/ports/x11-driver/nvidia-driver > # make install clean ?(I built with options FREEBSD_AGP checked, ACPI checked, LINUX unchecked). > > 3) You can install 2 more optional tools for configuring the nvidia card settings. ?I have not used them, but I installed them. > # cd /usr/ports/x11-driver/nvidia-settings > # make install clean > # cd /usr/ports/x11-driver/nvidia-xconfig > # make install clean > > 4) I also installed the fbdev driver from X.Org. > # cd /usr/ports/x11-drivers/xf86-video-fbdev > # make install clean > > 5) Add the nvidia driver as a dynamically loaded kernel module. > # cd /boot > # vi loader.conf ?(you better know how to use vi to edit) > --- add the line nvidia_load="YES" > --- it is the only line I have in my loader.conf file > > 6) Reboot the system > # reboot > > 7) If you want to see the version you just installed (your versions may be newer than mine below)... > # pkg_info | grep nvidia > nvidia-driver-185.18.29 > nvidia-settings-190.32 > nvidia-xconfig-190.32 > # pkg_info | grep fbdev > xf86-video-fbdev-0.4.0_2 > > 8) Generate your xorg.conf.new file. > # cd /root > # Xorg -configure > > 9) Edit the xorg.conf.new file. > # vi xorg.conf.new > --- change the line ? ?Driver "nv" > ? ? ? ? ? ?to read ? ?Driver "nvidia" > > 10) Test the config file. > # Xorg -config xorg.conf -retro > --- you should get a grey screen and your mouse should work, especially if your mouse worked when installing FreeBSD > --- to kill the test, press CTRL-ALT-BKSP > > 11) If everything worked, move and rename (drop the new extension) the config file to the /etc directory > # mv xorg.conf.new /etc/X11/xorg.conf > > 12) Test again. ?Log in as another user belonging to the wheel group (or login as root). > % startx > --- you should get 3 green windows > --- you can kill X by clicking on the large window on the left, and typing exit > > > > > From bugmaster at FreeBSD.org Mon Sep 14 11:07:12 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 14 11:10:00 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200909141107.n8EB7B72072539@freefall.freebsd.org> 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/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse 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/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 alexandru.guja at gmail.com Thu Sep 17 12:49:11 2009 From: alexandru.guja at gmail.com (Alexandru Guja) Date: Thu Sep 17 12:49:18 2009 Subject: problems install kde4 Message-ID: bsd# cd /usr/ports/x11/kde4 bsd# make install clean ... ....... checking for perl >= 5.8.1... 5.8.9 checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/xkeyboard-config/work/xkeyboard-config-1.6/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 /usr/ports/x11/xkeyboard-config. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. *** Error code 1 Stop in /usr/ports/x11-drivers/xf86-input-mouse. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11-drivers/xorg-drivers. *** Error code 1 Stop in /usr/ports/x11/xorg. -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 14249 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090917/f3432a4f/config.obj From tevans.uk at googlemail.com Thu Sep 17 13:35:24 2009 From: tevans.uk at googlemail.com (Tom Evans) Date: Thu Sep 17 13:35:30 2009 Subject: problems install kde4 In-Reply-To: References: Message-ID: <1253193021.2134.40.camel@strangepork.london.mintel.ad> On Thu, 2009-09-17 at 15:26 +0300, Alexandru Guja wrote: > bsd# cd /usr/ports/x11/kde4 > bsd# make install clean > ... > ....... > checking for perl >= 5.8.1... 5.8.9 > checking for XML::Parser... configure: error: XML::Parser perl module is > required for intltool > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/xkeyboard-config/work/xkeyboard-config-1.6/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 /usr/ports/x11/xkeyboard-config. > *** Error code 1 > > Stop in /usr/ports/x11-servers/xorg-server. > *** Error code 1 > > Stop in /usr/ports/x11-servers/xorg-server. > *** Error code 1 > > Stop in /usr/ports/x11-drivers/xf86-input-mouse. > *** Error code 1 > > Stop in /usr/ports/x11-drivers/xorg-drivers. > *** Error code 1 > > Stop in /usr/ports/x11-drivers/xorg-drivers. > *** Error code 1 > > Stop in /usr/ports/x11/xorg. You've upgraded perl without rebuilding all the perl ports, therefore ports thinks XML::Parser is installed, so doesn't install it, but configure cannot find it. Rebuild all perl ports. Cheers Tom From lka at kurgansintez.ru Fri Sep 18 03:34:40 2009 From: lka at kurgansintez.ru (LKA) Date: Fri Sep 18 03:34:47 2009 Subject: help please make install libGLU-7.4.4 Message-ID: Install wine, it requires libGLU, but I can not compile :( Help please. -------------- next part -------------- A non-text attachment was scrubbed... Name: pkglist Type: application/octet-stream Size: 5072 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090918/c431a30c/pkglist.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 16503 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090918/c431a30c/config.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: errora Type: application/octet-stream Size: 2501 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090918/c431a30c/errora.obj From swell.k at gmail.com Fri Sep 18 06:17:11 2009 From: swell.k at gmail.com (Anonymous) Date: Fri Sep 18 06:17:17 2009 Subject: help please make install libGLU-7.4.4 In-Reply-To: (lka@kurgansintez.ru's message of "Fri, 18 Sep 2009 09:01:07 +0600") References: Message-ID: <86k4zwrd3x.fsf@gmail.com> LKA writes: [...] > No package 'x11-xcb' found > No package 'xcb-glx' found Rather common one. Your libX11-1.1.3,1 (x11/libX11) is out of date. From rnoland at FreeBSD.org Sat Sep 19 20:25:46 2009 From: rnoland at FreeBSD.org (rnoland@FreeBSD.org) Date: Sat Sep 19 20:25:52 2009 Subject: ports/133175: [patch] x11/pixman: enable SSE2 support autodetection Message-ID: <200909192025.n8JKPjpM021791@freefall.freebsd.org> Synopsis: [patch] x11/pixman: enable SSE2 support autodetection State-Changed-From-To: open->closed State-Changed-By: rnoland State-Changed-When: Sat Sep 19 20:25:45 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=133175 From dfilter at FreeBSD.ORG Sat Sep 19 20:30:09 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat Sep 19 20:30:17 2009 Subject: ports/133175: commit references a PR Message-ID: <200909192030.n8JKU87p022648@freefall.freebsd.org> The following reply was made to PR ports/133175; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133175: commit references a PR Date: Sat, 19 Sep 2009 20:25:09 +0000 (UTC) rnoland 2009-09-19 20:25:01 UTC FreeBSD ports repository Modified files: x11/pixman Makefile distinfo Log: Update to 0.16.0 - Incorporate patch from PR #133175, which adds optional mmx/sse2 detection Feature safe: yes PR: 133175 Submitted by: Anonymous Revision Changes Path 1.13 +16 -3 ports/x11/pixman/Makefile 1.9 +3 -3 ports/x11/pixman/distinfo _______________________________________________ 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 temyers240 at gmail.com Sun Sep 20 18:19:34 2009 From: temyers240 at gmail.com (Timothy Myers) Date: Sun Sep 20 18:19:41 2009 Subject: Problem with port libX11-1.2.1 Message-ID: <2e9d64d60909201047y288a5064o4e7fad5f33edfcb8@mail.gmail.com> Dear maintainer, Here is the config.log (attached), the output from the failed make command (1st) and the output of ls /var/db/pkg (2nd). While this specific error occurred while trying to make K3B, this same error also occurred while I was trying to make Yakuake. [root@pcbsd]/usr/ports/sysutils/k3b(20)# make install clean cd /usr/ports/sysutils/k3b && make config; ----- ncurses config option ------ ===> Found saved configuration for k3b-1.0.5_2 => k3b-1.0.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://heanet.dl.sourceforge.net/project/k3b/k3b/1.0.5/. k3b-1.0.5.tar.bz2 100% of 4993 kB 194 kBps 00m00s ===> Extracting for k3b-1.0.5_2 => MD5 Checksum OK for k3b-1.0.5.tar.bz2. => SHA256 Checksum OK for k3b-1.0.5.tar.bz2. ===> Patching for k3b-1.0.5_2 ===> Applying FreeBSD patches for k3b-1.0.5_2 ===> k3b-1.0.5_2 depends on file: /usr/local/bin/moc - not found ===> Verifying install for /usr/local/bin/moc in /usr/ports/x11-toolkits/qt33 ===> qt-copy-3.3.8_10 depends on executable: qmake - found ===> qt-copy-3.3.8_10 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> qt-copy-3.3.8_10 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/xinerama.pc in /usr/ports/x11/libXinerama ===> libXinerama-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libXinerama-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/xineramaproto.pc - found ===> libXinerama-1.0.3,1 depends on file: /usr/local/libdata/pkgconfig/x11.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/x11.pc in /usr/ports/x11/libX11 ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/share/aclocal/xorg-macros.m4 - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xf86bigfontproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/bin/automake-1.10 - found ===> libX11-1.2.1_1,1 depends on file: /usr/local/bin/autoconf-2.62 - found ===> libX11-1.2.1_1,1 depends on package: libtool>=2.2 - found ===> libX11-1.2.1_1,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.2.1_1,1 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 checking build system type... amd64-portbld-freebsd7.2 checking host system type... amd64-portbld-freebsd7.2 checking for style of include used by make... GNU 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 dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.2 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes 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 dependency style of cc... (cached) gcc3 CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: not found checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking whether to use XCB... (cached) yes ./configure: 12276: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2.1/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 /usr/ports/x11/libX11. *** Error code 1 Stop in /usr/ports/x11/libXinerama. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33. *** Error code 1 Stop in /usr/ports/sysutils/k3b. *** Error code 1 Stop in /usr/ports/sysutils/k3b. [root@pcbsd]/usr/ports/sysutils/k3b(21)# --------------------------------------------- [TranslucentSabre@pcbsd]/usr/ports/x11/libX11/work/libX11-1.2.1(21)% ls -1 /var/db/pkg autoconf-2.62 autoconf-wrapper-20071109 automake-1.10.1 automake-wrapper-20071109 bigreqsproto-1.0.2 gdbm-1.8.3_3 inputproto-1.5.0 kbproto-1.0.3 libXau-1.0.4 libXdmcp-1.0.2_1 libcheck-0.9.6 libpthread-stubs-0.1 libsigsegv-2.5 libtool-2.2.6a libxcb-1.4 m4-1.4.13,1 perl-5.8.9_3 portaudit-0.5.13 python26-2.6.2_3 xcb-proto-1.5 xcmiscproto-1.1.2 xextproto-7.0.5 xf86bigfontproto-1.1.2 xineramaproto-1.1.2 xorg-macros-1.2.1 xproto-7.0.15 xtrans-1.2.3 [TranslucentSabre@pcbsd]/usr/ports/x11/libX11/work/libX11-1.2.1(22)% Thank you for your time. Timothy Myers -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 20635 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090920/0f0bab36/config.obj From jhein at timing.com Sun Sep 20 21:02:46 2009 From: jhein at timing.com (John Hein) Date: Sun Sep 20 21:02:53 2009 Subject: Problem with port libX11-1.2.1 In-Reply-To: <2e9d64d60909201047y288a5064o4e7fad5f33edfcb8@mail.gmail.com> References: <2e9d64d60909201047y288a5064o4e7fad5f33edfcb8@mail.gmail.com> Message-ID: <19126.37809.925083.277073@gromit.timing.com> Timothy Myers wrote at 12:47 -0500 on Sep 20, 2009: > Dear maintainer, > Here is the config.log (attached), the output from the > failed make command (1st) and the output of ls /var/db/pkg (2nd). > While this specific error occurred while trying to make K3B, > this same error also occurred while I was trying to make Yakuake. > . . > ===> Configuring for > libX11-1.2.1_1,1 > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... > yes > checking for a thread-safe mkdir -p... ./install-sh -c > -d > checking for gawk... > gawk > checking whether make sets $(MAKE)... > yes > checking whether to enable maintainer-specific portions of Makefiles... > no > checking if xorg-macros used to generate configure is at least 1.2... yes, > 1.2.1 . . . > 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 dependency style of cc... (cached) gcc3 > CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: not found > checking for cpp... /usr/bin/cpp > checking if /usr/bin/cpp requires -undef... yes > checking if /usr/bin/cpp requires -traditional... yes > checking whether to use XCB... (cached) yes > ./configure: 12276: Syntax error: word unexpected (expecting ")") This complaint pops up on the list once every week or two. It's not an x11 problem, but some problem with autoconf In your case, it may be compounded by running in a PC-BSD environment. Maybe other PC-BSD lurkers on the list can comment. At one point there was a couple days when a bash update (on 2009-03-12) was causing autoconf configure script failures, but that was just a one-day hole. I've tried to reproduce it locally with various combinations of autoconf, automake, etc., and maybe others have as well. But I've never seen any post that explains the The most likely candidate I believe is some old .m4 autoconf file (normally installed in /usr/local/share/aclocal, but pcbsd may have some elsewhere, too) that perhaps has nothing (directly) to do with the libX11 port or from an older out-of-date port that libX11 is using as a dependency. In any case, it sure would be nice if someone could figure out what causes this problem for people. Perhaps that means debugging the generated configure script. Maybe it means doing a search to find an out of date .m4 file or port. If you're not up to figuring that out, post your configure script (generated by autoconf/make) and maybe someone else can take a look at it. From linimon at FreeBSD.org Mon Sep 21 06:28:56 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Sep 21 06:29:04 2009 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20090921062855.068631CC38@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: x11-drivers/xf86-video-nsc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-nsc If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From bugmaster at FreeBSD.org Mon Sep 21 11:07:10 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 21 11:09:57 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200909211107.n8LB79Kq030479@freefall.freebsd.org> 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/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse 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/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/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 28 problems total. From edwin at FreeBSD.org Mon Sep 21 12:10:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Sep 21 12:10:26 2009 Subject: ports/139011: [patch] Add options to support GLX TLS in x11-servers/xorg-server Message-ID: <200909211210.n8LCAEeq097090@freefall.freebsd.org> Synopsis: [patch] Add options to support GLX TLS in x11-servers/xorg-server Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 21 12:10:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139011 From edwin at FreeBSD.org Tue Sep 22 05:40:38 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Sep 22 05:40:56 2009 Subject: ports/139045: x11-drivers/xf86-video-ati: update to 6.12.3 Message-ID: <200909220540.n8M5ecQj069104@freefall.freebsd.org> Synopsis: x11-drivers/xf86-video-ati: update to 6.12.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 22 05:40:38 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139045 From eitanadlerlist at gmail.com Tue Sep 22 10:42:43 2009 From: eitanadlerlist at gmail.com (Eitan Adler) Date: Tue Sep 22 10:42:49 2009 Subject: running program as root when starting X Message-ID: Is it possible for a non-root user starting X from his own username take advantage of X's set-uid and get X to start a program as root? From sarumont at sigil.org Wed Sep 23 21:19:40 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Wed Sep 23 21:19:46 2009 Subject: HD4550 DRI issues Message-ID: <20090923210626.GC46493@magus.portal.sigil.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090923/bfaa1176/attachment.pgp From rnoland at FreeBSD.org Wed Sep 23 21:28:11 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Wed Sep 23 21:28:17 2009 Subject: HD4550 DRI issues In-Reply-To: <20090923210626.GC46493@magus.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> Message-ID: <1253741283.2031.334.camel@balrog.2hip.net> On Wed, 2009-09-23 at 16:06 -0500, Richard Kolkovich wrote: > Section "Device" > Identifier "gigabyte" > Driver "radeon" > Option "AccelMethod" "EXA" > Option "DRI" "yes" > Option "CPPIOMode" "yes" > Option "BusType" "PCIE" Neither of the two lines above should be needed. Did you add them in attempt to resolve the issue? Other than that, the config looks fine. Lets see an xorg.log. robert. > EndSection -- Robert Noland FreeBSD From kris at pcbsd.org Thu Sep 24 14:30:06 2009 From: kris at pcbsd.org (Kris Moore) Date: Thu Sep 24 14:30:13 2009 Subject: Problem with port libX11-1.2.1 In-Reply-To: <19126.37809.925083.277073@gromit.timing.com> References: <2e9d64d60909201047y288a5064o4e7fad5f33edfcb8@mail.gmail.com> <19126.37809.925083.277073@gromit.timing.com> Message-ID: On Sun, 20 Sep 2009, John Hein wrote: > Timothy Myers wrote at 12:47 -0500 on Sep 20, 2009: > > Dear maintainer, > > Here is the config.log (attached), the output from the > > failed make command (1st) and the output of ls /var/db/pkg (2nd). > > While this specific error occurred while trying to make K3B, > > this same error also occurred while I was trying to make Yakuake. > > > . > . > > ===> Configuring for > > libX11-1.2.1_1,1 > > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > > wheel > > checking whether build environment is sane... > > yes > > checking for a thread-safe mkdir -p... ./install-sh -c > > -d > > checking for gawk... > > gawk > > checking whether make sets $(MAKE)... > > yes > > checking whether to enable maintainer-specific portions of Makefiles... > > no > > checking if xorg-macros used to generate configure is at least 1.2... yes, > > 1.2.1 > . > . > . > > 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 dependency style of cc... (cached) gcc3 > > CWARNFLAGS+= -Wold-style-definition -Wdeclaration-after-statement: not found > > checking for cpp... /usr/bin/cpp > > checking if /usr/bin/cpp requires -undef... yes > > checking if /usr/bin/cpp requires -traditional... yes > > checking whether to use XCB... (cached) yes > > ./configure: 12276: Syntax error: word unexpected (expecting ")") > > > This complaint pops up on the list once every week or two. > > It's not an x11 problem, but some problem with autoconf > > In your case, it may be compounded by running in a PC-BSD environment. > Maybe other PC-BSD lurkers on the list can comment. > On PC-BSD 7.x you have to do things a bit differently to compile in the proper LOCALBASE. Here's the docs: http://wiki.pcbsd.org/index.php/PC-BSD_Users_Handbook#Switching_to_the_FreeBSD_LOCALBASE -- Kris Moore PC-BSD Software From sarumont at sigil.org Thu Sep 24 14:54:36 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Thu Sep 24 14:54:46 2009 Subject: HD4550 DRI issues In-Reply-To: <1253741283.2031.334.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> Message-ID: <20090924145417.GA2539@magus.portal.sigil.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090924/b9ab38c6/attachment.pgp From rnoland at FreeBSD.org Thu Sep 24 17:16:53 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Sep 24 17:17:00 2009 Subject: HD4550 DRI issues In-Reply-To: <20090924145417.GA2539@magus.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> Message-ID: <1253812603.2031.1528.camel@balrog.2hip.net> On Thu, 2009-09-24 at 09:54 -0500, Richard Kolkovich wrote: > (II) RADEON(0): [pci] 32768 kB allocated with handle 0xdc85e000 > (II) RADEON(0): [pci] ring handle = 0xdc85e000 > (II) RADEON(0): [pci] Ring mapped at 0x28a2c000 > (II) RADEON(0): [pci] Ring contents 0x4cf0c1f7 > (II) RADEON(0): [pci] ring read ptr handle = 0xdc95f000 > (II) RADEON(0): [pci] Ring read ptr mapped at 0x286fb000 > (II) RADEON(0): [pci] Ring read ptr contents 0x1fa2f22c > (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xdc960000 > (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x38c00000 > (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x79940699 > (II) RADEON(0): [pci] GART texture map handle = 0xdcb60000 > (II) RADEON(0): [pci] GART Texture map mapped at 0x38f60000 Ok, I think this is where the problem is... All of the "contents" registers should be 0 at start up. I've seen this before, but never been able to reproduce it locally. Could you try the attached patch and see if it makes a difference? robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: drm_memattr.patch Type: text/x-patch Size: 1616 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090924/71c9056b/drm_memattr.bin From rnoland at FreeBSD.org Thu Sep 24 17:47:25 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Thu Sep 24 17:47:30 2009 Subject: HD4550 DRI issues In-Reply-To: <1253812603.2031.1528.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> Message-ID: <1253814434.2031.1561.camel@balrog.2hip.net> On Thu, 2009-09-24 at 12:16 -0500, Robert Noland wrote: > On Thu, 2009-09-24 at 09:54 -0500, Richard Kolkovich wrote: > > (II) RADEON(0): [pci] 32768 kB allocated with handle 0xdc85e000 > > (II) RADEON(0): [pci] ring handle = 0xdc85e000 > > (II) RADEON(0): [pci] Ring mapped at 0x28a2c000 > > (II) RADEON(0): [pci] Ring contents 0x4cf0c1f7 > > (II) RADEON(0): [pci] ring read ptr handle = 0xdc95f000 > > (II) RADEON(0): [pci] Ring read ptr mapped at 0x286fb000 > > (II) RADEON(0): [pci] Ring read ptr contents 0x1fa2f22c > > (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xdc960000 > > (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x38c00000 > > (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x79940699 > > (II) RADEON(0): [pci] GART texture map handle = 0xdcb60000 > > (II) RADEON(0): [pci] GART Texture map mapped at 0x38f60000 > > Ok, I think this is where the problem is... All of the "contents" > registers should be 0 at start up. I've seen this before, but never > been able to reproduce it locally. Could you try the attached patch and > see if it makes a difference? You may actually need -CURRENT for this patch... I'm not certain that the d_mmap2 stuff is in RC1. robert. > robert. > > _______________________________________________ > 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" -- Robert Noland FreeBSD From sarumont at sigil.org Thu Sep 24 18:04:05 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Thu Sep 24 18:04:11 2009 Subject: HD4550 DRI issues In-Reply-To: <1253812603.2031.1528.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> Message-ID: <20090924180356.GC2539@magus.portal.sigil.org> On Thu, Sep 24, 2009 at 12:16:43PM -0500, Robert Noland wrote: > Ok, I think this is where the problem is... All of the "contents" > registers should be 0 at start up. I've seen this before, but never > been able to reproduce it locally. Could you try the attached patch and > see if it makes a difference? > The patch applied cleanly, but it doesn't build for me: ===> drm (all) Warning: Object directory not changed from original /usr/src/sys/modules/drm/drm cc -O2 -pipe -march=prescott -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/drm/drm/../../../dev/drm/ati_pcigart.c In file included from /usr/src/sys/modules/drm/drm/../../../dev/drm/ati_pcigart.c:37: @/dev/drm/drmP.h:726: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'drm_mmap' *** Error code 1 Stop in /usr/src/sys/modules/drm/drm. *** Error code 1 Stop in /usr/src/sys/modules/drm. I have (since my original post) updated to RC1, but I don't remember seeing any drm-related changes in my csup output. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090924/7b9b0c5a/attachment.pgp From sarumont at sigil.org Thu Sep 24 18:14:35 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Thu Sep 24 18:15:46 2009 Subject: HD4550 DRI issues In-Reply-To: <1253814434.2031.1561.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> Message-ID: <20090924181427.GD2539@magus.portal.sigil.org> On Thu, Sep 24, 2009 at 12:47:14PM -0500, Robert Noland wrote: > > Ok, I think this is where the problem is... All of the "contents" > > registers should be 0 at start up. I've seen this before, but never > > been able to reproduce it locally. Could you try the attached patch and > > see if it makes a difference? > > You may actually need -CURRENT for this patch... I'm not certain that > the d_mmap2 stuff is in RC1. > Haha...yeah. I just replied with my compile errors on RC1. It doesn't look like the d_mmap2 patches (from http://svn.freebsd.org/viewvc/base?view=revision&revision=196615) apply cleanly to RC1. I'll grab a copy of -CURRENT and hope my 8-RC1 userland plays well with the -CURRENT kernel... -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090924/2e6808b2/attachment.pgp From sarumont at sigil.org Fri Sep 25 14:40:14 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Fri Sep 25 14:40:23 2009 Subject: HD4550 DRI issues In-Reply-To: <20090924181427.GD2539@magus.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> Message-ID: <20090925143910.GD61689@divination.portal.sigil.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090925/1e1388f2/attachment.pgp From rnoland at FreeBSD.org Fri Sep 25 15:01:17 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Sep 25 15:01:23 2009 Subject: HD4550 DRI issues In-Reply-To: <20090925143910.GD61689@divination.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> Message-ID: <1253890869.2065.39.camel@balrog.2hip.net> On Fri, 2009-09-25 at 09:39 -0500, Richard Kolkovich wrote: > On Thu, Sep 24, 2009 at 01:14:27PM -0500, Richard Kolkovich wrote: > > On Thu, Sep 24, 2009 at 12:47:14PM -0500, Robert Noland wrote: > > > > > > You may actually need -CURRENT for this patch... I'm not certain that > > > the d_mmap2 stuff is in RC1. > > > > > > > Haha...yeah. I just replied with my compile errors on RC1. It doesn't look like the d_mmap2 > > patches (from http://svn.freebsd.org/viewvc/base?view=revision&revision=196615) apply cleanly to > > RC1. I'll grab a copy of -CURRENT and hope my 8-RC1 userland plays well with the -CURRENT kernel... > > Same results with a -CURRENT kernel (with your patch). I've attached the xorg log. Let me know if > you think it would matter if I tried a -CURRENT userland, too. Ok, a few questions then.... i386 or amd64? how much ram? SMP or UP? Please show the output of sysctl hw.dri.0 along with a matching xorg.log. My current configuration is amd64/SMP/4GB with a PCI-E HD4650. So it really baffles me how/why some people run into this, where the ring contents are not zeroed. robert. -- Robert Noland FreeBSD From sarumont at sigil.org Fri Sep 25 16:43:29 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Fri Sep 25 16:43:37 2009 Subject: HD4550 DRI issues In-Reply-To: <1253890869.2065.39.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253890869.2065.39.camel@balrog.2hip.net> Message-ID: <20090925164226.GE61689@divination.portal.sigil.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090925/b8183e6b/attachment.pgp From rnoland at FreeBSD.org Fri Sep 25 16:45:53 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Sep 25 16:46:09 2009 Subject: HD4550 DRI issues In-Reply-To: <20090925143910.GD61689@divination.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> Message-ID: <1253897144.2065.150.camel@balrog.2hip.net> On Fri, 2009-09-25 at 09:39 -0500, Richard Kolkovich wrote: > On Thu, Sep 24, 2009 at 01:14:27PM -0500, Richard Kolkovich wrote: > > On Thu, Sep 24, 2009 at 12:47:14PM -0500, Robert Noland wrote: > > > > > > You may actually need -CURRENT for this patch... I'm not certain that > > > the d_mmap2 stuff is in RC1. > > > > > > > Haha...yeah. I just replied with my compile errors on RC1. It doesn't look like the d_mmap2 > > patches (from http://svn.freebsd.org/viewvc/base?view=revision&revision=196615) apply cleanly to > > RC1. I'll grab a copy of -CURRENT and hope my 8-RC1 userland plays well with the -CURRENT kernel... > > Same results with a -CURRENT kernel (with your patch). I've attached the xorg log. Let me know if > you think it would matter if I tried a -CURRENT userland, too. Could you also apply this debugging patch. It should print the kernel perspective of things at allocation time to dmesg. robert. -- Robert Noland FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: drm_scatter-debug.patch Type: text/x-patch Size: 832 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090925/5a4eebe9/drm_scatter-debug.bin From sarumont at sigil.org Fri Sep 25 17:35:18 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Fri Sep 25 17:35:25 2009 Subject: HD4550 DRI issues In-Reply-To: <1253897144.2065.150.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> Message-ID: <20090925173416.GF61689@divination.portal.sigil.org> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090925/3abe593c/attachment-0001.pgp From rnoland at FreeBSD.org Fri Sep 25 21:55:33 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Fri Sep 25 21:55:39 2009 Subject: HD4550 DRI issues In-Reply-To: <20090925173416.GF61689@divination.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> Message-ID: <1253915723.2145.53.camel@balrog.2hip.net> On Fri, 2009-09-25 at 12:34 -0500, Richard Kolkovich wrote: > On Fri, Sep 25, 2009 at 11:45:44AM -0500, Robert Noland wrote: > > Could you also apply this debugging patch. It should print the kernel > > perspective of things at allocation time to dmesg. > > > > sysctl hw.dri.0: > > hw.dri.0.name: radeon 0xba pci:0000:02:00.0 > hw.dri.0.vm: > slot offset size type flags address mtrr > 0 0x00000000f3ce0000 0x00010000 REG 0x82 0x00000000dc826000 no > 1 0x000000008ec5a000 0x00002000 SHM 0x20 0x000000008ec5a000 no > 2 0x00000000d0000000 0x0fff0000 FB 0x10 0x0000000000000000 yes > 3 0x00000000dc836000 0x00101000 SG 0x0e 0x00000000dc836000 no > 4 0x00000000dc937000 0x00001000 SG 0x0e 0x00000000dc937000 no > 5 0x00000000dc938000 0x00200000 SG 0x00 0x00000000dc938000 no > 6 0x00000000dcb38000 0x01c80000 SG 0x00 0x0000000000000000 no > > hw.dri.0.clients: > a dev pid uid magic ioctls > y dri/card0 2278 0 0 2760 > > hw.dri.0.bufs: > o size count free segs pages kB > 16 65536 32 0 0 0 0 > > 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 > > hw.dri.0.vblank: > crtc ref count last enabled inmodeset > 00 00 00000000 00000000 01 00 > 01 00 00000000 00000000 01 00 > hw.dri.0.debug: 0 > > > dmesg output when drm is loaded: > > drm0: on vgapci0 > info: [drm] MSI enabled 1 message(s) > vgapci0: child drm0 requested pci_enable_busmaster > info: [drm] Initialized radeon 1.31.0 20080613 > info: [drm] SG handle=dc836000, kva=0xdc836000, contents=00000000 So, things are all correct at this point... and not much happens between here and the userland print that show corrupted values. Basically all that happens is an mmap to userspace and print the values from the userspace perspective... You're not the first report that I have had of this. (It doesn't appear to be r600 related at all, IIRC prior reports were on like 9200's) I think it is restricted to PCI/PCI-E radeons, though given where it appears to be happening I don't see any reason that it couldn't effect other cards as well. I'm really not certain how to move forward debugging really, without being able to reproduce it and break out into gdb to try and inspect memory. There is something "special" about your setup, since this seems to be a relatively rare issue. The only other thing that I can think of to do, is to start adding a bunch of debugging into the mmap routines, but that is going to get really noisy. robert. > info: [drm] Setting GART location based on new memory map > info: [drm] Loading RV710 Microcode > info: [drm] Resetting GPU > info: [drm] writeback test succeeded in 1 usecs > drm0: [ITHREAD] > > > xorg log attached > -- Robert Noland FreeBSD From sarumont at sigil.org Sat Sep 26 00:13:02 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Sat Sep 26 00:13:08 2009 Subject: HD4550 DRI issues In-Reply-To: <1253915723.2145.53.camel@balrog.2hip.net> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> Message-ID: <20090926001158.GA42914@divination.portal.sigil.org> On Fri, Sep 25, 2009 at 04:55:23PM -0500, Robert Noland wrote: > So, things are all correct at this point... and not much happens between > here and the userland print that show corrupted values. Basically all > that happens is an mmap to userspace and print the values from the > userspace perspective... You're not the first report that I have had of > this. (It doesn't appear to be r600 related at all, IIRC prior reports > were on like 9200's) I think it is restricted to PCI/PCI-E radeons, > though given where it appears to be happening I don't see any reason > that it couldn't effect other cards as well. I'm really not certain how > to move forward debugging really, without being able to reproduce it and > break out into gdb to try and inspect memory. There is something > "special" about your setup, since this seems to be a relatively rare > issue. The only other thing that I can think of to do, is to start > adding a bunch of debugging into the mmap routines, but that is going to > get really noisy. > > robert. > Awesome. :-\ If you want to hook up gdb, I can create a shell account for you to do so. Aside from that, I'm not sure how to proceed. If it's happened on cards as old as 9200s, I probably won't have much luck with any other radeon card with my current setup. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090926/d910a9e3/attachment.pgp From rnoland at FreeBSD.org Sat Sep 26 00:41:39 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 26 00:41:48 2009 Subject: HD4550 DRI issues In-Reply-To: <20090926001158.GA42914@divination.portal.sigil.org> References: <20090923210626.GC46493@magus.portal.sigil.org> <1253741283.2031.334.camel@balrog.2hip.net> <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> Message-ID: <1253925689.2065.81.camel@balrog.2hip.net> On Fri, 2009-09-25 at 19:11 -0500, Richard Kolkovich wrote: > On Fri, Sep 25, 2009 at 04:55:23PM -0500, Robert Noland wrote: > > So, things are all correct at this point... and not much happens between > > here and the userland print that show corrupted values. Basically all > > that happens is an mmap to userspace and print the values from the > > userspace perspective... You're not the first report that I have had of > > this. (It doesn't appear to be r600 related at all, IIRC prior reports > > were on like 9200's) I think it is restricted to PCI/PCI-E radeons, > > though given where it appears to be happening I don't see any reason > > that it couldn't effect other cards as well. I'm really not certain how > > to move forward debugging really, without being able to reproduce it and > > break out into gdb to try and inspect memory. There is something > > "special" about your setup, since this seems to be a relatively rare > > issue. The only other thing that I can think of to do, is to start > > adding a bunch of debugging into the mmap routines, but that is going to > > get really noisy. > > > > robert. > > > > Awesome. :-\ > > If you want to hook up gdb, I can create a shell account for you to do so. > > Aside from that, I'm not sure how to proceed. If it's happened on cards as old as 9200s, I > probably won't have much luck with any other radeon card with my current setup. We might go down that path... But, I've had an idea. I'll try and whip up a test client that bypasses all of X and just exercises drm. We can see if it still seems to corrupt things. The evidence so far suggests that it should, but it should rule out any races. One thing you might try as a test is to disable SMP just to see if that helps. robert. -- Robert Noland FreeBSD From jules.stocks at gmail.com Sat Sep 26 01:21:37 2009 From: jules.stocks at gmail.com (Jules Gilbert) Date: Sat Sep 26 01:22:25 2009 Subject: configuring X on the Presario with the 8200M driver In-Reply-To: <17216271.1252735922654.JavaMail.root@wamui-june.atl.sa.earthlink.net> References: <17216271.1252735922654.JavaMail.root@wamui-june.atl.sa.earthlink.net> Message-ID: <28d0cced0909251821g4b5a5ba4rc1c573a04804de1f@mail.gmail.com> now i got up (by doing the startx as root,) but i dont' have a working mouse. when I am in screen mode (normal, -- with no X.) when I move the mouse, I can see the 'arrow' pointer move just fine. So... On Sat, Sep 12, 2009 at 2:12 AM, Kenneth wrote: > Moving this discussion to freebsd-x11. > > I have a Presario CQ60 with the NVIDIA 8200M G, and X is working! > > Here are the steps to get there. ?Do everything as root: > > 1) Update your ports to the most recent. ?Follow the FreeBSD manual, section 4.5 Using the Ports Collection, nuke the contents of /usr/ports, and install a new base using portsnap or cvsup. > > 2) Install the nvidia-driver. > # cd /usr/ports/x11-driver/nvidia-driver > # make install clean ?(I built with options FREEBSD_AGP checked, ACPI checked, LINUX unchecked). > > 3) You can install 2 more optional tools for configuring the nvidia card settings. ?I have not used them, but I installed them. > # cd /usr/ports/x11-driver/nvidia-settings > # make install clean > # cd /usr/ports/x11-driver/nvidia-xconfig > # make install clean > > 4) I also installed the fbdev driver from X.Org. > # cd /usr/ports/x11-drivers/xf86-video-fbdev > # make install clean > > 5) Add the nvidia driver as a dynamically loaded kernel module. > # cd /boot > # vi loader.conf ?(you better know how to use vi to edit) > --- add the line nvidia_load="YES" > --- it is the only line I have in my loader.conf file > > 6) Reboot the system > # reboot > > 7) If you want to see the version you just installed (your versions may be newer than mine below)... > # pkg_info | grep nvidia > nvidia-driver-185.18.29 > nvidia-settings-190.32 > nvidia-xconfig-190.32 > # pkg_info | grep fbdev > xf86-video-fbdev-0.4.0_2 > > 8) Generate your xorg.conf.new file. > # cd /root > # Xorg -configure > > 9) Edit the xorg.conf.new file. > # vi xorg.conf.new > --- change the line ? ?Driver "nv" > ? ? ? ? ? ?to read ? ?Driver "nvidia" > > 10) Test the config file. > # Xorg -config xorg.conf -retro > --- you should get a grey screen and your mouse should work, especially if your mouse worked when installing FreeBSD > --- to kill the test, press CTRL-ALT-BKSP > > 11) If everything worked, move and rename (drop the new extension) the config file to the /etc directory > # mv xorg.conf.new /etc/X11/xorg.conf > > 12) Test again. ?Log in as another user belonging to the wheel group (or login as root). > % startx > --- you should get 3 green windows > --- you can kill X by clicking on the large window on the left, and typing exit > > > > > From sarumont at sigil.org Sat Sep 26 04:58:14 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Sat Sep 26 04:58:21 2009 Subject: HD4550 DRI issues In-Reply-To: <1253925689.2065.81.camel@balrog.2hip.net> References: <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> Message-ID: <20090926045706.GB42914@divination.portal.sigil.org> On Fri, Sep 25, 2009 at 07:41:29PM -0500, Robert Noland wrote: > We might go down that path... But, I've had an idea. I'll try and whip > up a test client that bypasses all of X and just exercises drm. We can > see if it still seems to corrupt things. The evidence so far suggests > that it should, but it should rule out any races. One thing you might > try as a test is to disable SMP just to see if that helps. > Disabling SMP did not help. I'll await the test client... > robert. > > -- > Robert Noland > FreeBSD > -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090926/b1832c3b/attachment.pgp From rnoland at FreeBSD.org Sat Sep 26 15:02:26 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 26 15:02:33 2009 Subject: HD4550 DRI issues In-Reply-To: <20090926045706.GB42914@divination.portal.sigil.org> References: <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> Message-ID: <1253977337.2048.17.camel@balrog.2hip.net> On Fri, 2009-09-25 at 23:57 -0500, Richard Kolkovich wrote: > On Fri, Sep 25, 2009 at 07:41:29PM -0500, Robert Noland wrote: > > We might go down that path... But, I've had an idea. I'll try and whip > > up a test client that bypasses all of X and just exercises drm. We can > > see if it still seems to corrupt things. The evidence so far suggests > > that it should, but it should rule out any races. One thing you might > > try as a test is to disable SMP just to see if that helps. > > > > Disabling SMP did not help. I'll await the test client... Ok, attached is a really simple client that will allocate 32MB of scatter-gather memory and map a 1MB ring buffer out of that. The "contents" values should always be 0. Build the client with: gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm -L/usr/local/lib -ldrm -o drm-test drm-test.c To perform the test, you will need to boot up in console. (No X) Manually kldload the radeon driver and then as root execute drm-test. robert. > > robert. > > > > -- > > Robert Noland > > FreeBSD > > > -- Robert Noland FreeBSD From rnoland at FreeBSD.org Sat Sep 26 19:36:49 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 26 19:36:56 2009 Subject: HD4550 DRI issues In-Reply-To: <1253977337.2048.17.camel@balrog.2hip.net> References: <20090924145417.GA2539@magus.portal.sigil.org> <1253812603.2031.1528.camel@balrog.2hip.net> <1253814434.2031.1561.camel@balrog.2hip.net> <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> Message-ID: <1253993801.2048.295.camel@balrog.2hip.net> On Sat, 2009-09-26 at 10:02 -0500, Robert Noland wrote: > On Fri, 2009-09-25 at 23:57 -0500, Richard Kolkovich wrote: > > On Fri, Sep 25, 2009 at 07:41:29PM -0500, Robert Noland wrote: > > > We might go down that path... But, I've had an idea. I'll try and whip > > > up a test client that bypasses all of X and just exercises drm. We can > > > see if it still seems to corrupt things. The evidence so far suggests > > > that it should, but it should rule out any races. One thing you might > > > try as a test is to disable SMP just to see if that helps. > > > > > > > Disabling SMP did not help. I'll await the test client... > > Ok, attached is a really simple client that will allocate 32MB of > scatter-gather memory and map a 1MB ring buffer out of that. The > "contents" values should always be 0. Build the client with: > > gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > To perform the test, you will need to boot up in console. (No X) > Manually kldload the radeon driver and then as root execute drm-test. Since nothing that we are doing here is actually device specific, I loaded this up on the VIA VX800 board, which is an i386 build. Everything works fine. Sample *good* output: gopher% gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm -L/usr/local/lib -ldrm -o drm-test drm-test.c gopher% sudo ./drm-test Allocated 32MB with handle=0x00000000e82b8000 Added 1024KB map for ring buffer with handle=0x00000000e82b8000 ring=0x00000028300000, contents=0x0000000000000000 robert. -- Robert Noland FreeBSD From sarumont at sigil.org Sat Sep 26 19:49:02 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Sat Sep 26 19:49:33 2009 Subject: HD4550 DRI issues In-Reply-To: <1253993801.2048.295.camel@balrog.2hip.net> References: <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> Message-ID: <20090926194802.GA67832@divination.portal.sigil.org> On Sat, Sep 26, 2009 at 02:36:41PM -0500, Robert Noland wrote: > > Ok, attached is a really simple client that will allocate 32MB of > > scatter-gather memory and map a 1MB ring buffer out of that. The > > "contents" values should always be 0. Build the client with: > > > > gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > > > To perform the test, you will need to boot up in console. (No X) > > Manually kldload the radeon driver and then as root execute drm-test. > > Since nothing that we are doing here is actually device specific, I > loaded this up on the VIA VX800 board, which is an i386 build. > Everything works fine. Sample *good* output: > > gopher% gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > -L/usr/local/lib -ldrm -o drm-test drm-test.c > gopher% sudo ./drm-test > Allocated 32MB with handle=0x00000000e82b8000 > Added 1024KB map for ring buffer with handle=0x00000000e82b8000 > ring=0x00000028300000, contents=0x0000000000000000 > Here's my output: +% sudo ./drm-test Allocated 32MB with handle=0x00000000dc595000 Added 1024KB map for ring buffer with handle=0x00000000dc595000 ring=0x00000028300000, contents=0x000000003c66c369 I guess those are the expected results of the test given what we've seen previously... I'm running on an Intel x58 board, i7 processor. This is on the UP i386 -CURRENT kernel I built. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090926/90796145/attachment.pgp From rnoland at FreeBSD.org Sat Sep 26 21:47:12 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 26 21:47:19 2009 Subject: HD4550 DRI issues In-Reply-To: <20090926194802.GA67832@divination.portal.sigil.org> References: <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> Message-ID: <1254001621.2048.431.camel@balrog.2hip.net> On Sat, 2009-09-26 at 14:48 -0500, Richard Kolkovich wrote: > On Sat, Sep 26, 2009 at 02:36:41PM -0500, Robert Noland wrote: > > > Ok, attached is a really simple client that will allocate 32MB of > > > scatter-gather memory and map a 1MB ring buffer out of that. The > > > "contents" values should always be 0. Build the client with: > > > > > > gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > > > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > > > > > To perform the test, you will need to boot up in console. (No X) > > > Manually kldload the radeon driver and then as root execute drm-test. > > > > Since nothing that we are doing here is actually device specific, I > > loaded this up on the VIA VX800 board, which is an i386 build. > > Everything works fine. Sample *good* output: > > > > gopher% gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > gopher% sudo ./drm-test > > Allocated 32MB with handle=0x00000000e82b8000 > > Added 1024KB map for ring buffer with handle=0x00000000e82b8000 > > ring=0x00000028300000, contents=0x0000000000000000 > > > > Here's my output: > > +% sudo ./drm-test > Allocated 32MB with handle=0x00000000dc595000 > Added 1024KB map for ring buffer with handle=0x00000000dc595000 > ring=0x00000028300000, contents=0x000000003c66c369 > > I guess those are the expected results of the test given what we've seen previously... > > I'm running on an Intel x58 board, i7 processor. This is on the UP i386 -CURRENT kernel I built. Ok, that eliminates everything to do with the card and X. Let me talk to some folks and see if we can figure out where to go from here... I'm wondering if this might be BIOS or CPU related now... robert. -- Robert Noland FreeBSD From rnoland at FreeBSD.org Sat Sep 26 22:21:07 2009 From: rnoland at FreeBSD.org (Robert Noland) Date: Sat Sep 26 22:21:12 2009 Subject: HD4550 DRI issues In-Reply-To: <20090926194802.GA67832@divination.portal.sigil.org> References: <20090924181427.GD2539@magus.portal.sigil.org> <20090925143910.GD61689@divination.portal.sigil.org> <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> Message-ID: <1254003656.2048.468.camel@balrog.2hip.net> On Sat, 2009-09-26 at 14:48 -0500, Richard Kolkovich wrote: > On Sat, Sep 26, 2009 at 02:36:41PM -0500, Robert Noland wrote: > > > Ok, attached is a really simple client that will allocate 32MB of > > > scatter-gather memory and map a 1MB ring buffer out of that. The > > > "contents" values should always be 0. Build the client with: > > > > > > gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > > > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > > > > > To perform the test, you will need to boot up in console. (No X) > > > Manually kldload the radeon driver and then as root execute drm-test. > > > > Since nothing that we are doing here is actually device specific, I > > loaded this up on the VIA VX800 board, which is an i386 build. > > Everything works fine. Sample *good* output: > > > > gopher% gcc -O2 -pipe -I/usr/local/include -I/usr/local/include/drm > > -L/usr/local/lib -ldrm -o drm-test drm-test.c > > gopher% sudo ./drm-test > > Allocated 32MB with handle=0x00000000e82b8000 > > Added 1024KB map for ring buffer with handle=0x00000000e82b8000 > > ring=0x00000028300000, contents=0x0000000000000000 > > > > Here's my output: > > +% sudo ./drm-test > Allocated 32MB with handle=0x00000000dc595000 > Added 1024KB map for ring buffer with handle=0x00000000dc595000 > ring=0x00000028300000, contents=0x000000003c66c369 > > I guess those are the expected results of the test given what we've seen previously... > > I'm running on an Intel x58 board, i7 processor. This is on the UP i386 -CURRENT kernel I built. Could you make sure that you have all IOMMU, VTD and virtualization stuff disabled in your BIOS? robert. -- Robert Noland FreeBSD From sarumont at sigil.org Sat Sep 26 23:16:43 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Sat Sep 26 23:16:49 2009 Subject: HD4550 DRI issues In-Reply-To: <1254003656.2048.468.camel@balrog.2hip.net> References: <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254003656.2048.468.camel@balrog.2hip.net> Message-ID: <20090926231542.GB67832@divination.portal.sigil.org> On Sat, Sep 26, 2009 at 05:20:56PM -0500, Robert Noland wrote: > On Sat, 2009-09-26 at 14:48 -0500, Richard Kolkovich wrote: > > Here's my output: > > > > +% sudo ./drm-test > > Allocated 32MB with handle=0x00000000dc595000 > > Added 1024KB map for ring buffer with handle=0x00000000dc595000 > > ring=0x00000028300000, contents=0x000000003c66c369 > > > > I guess those are the expected results of the test given what we've seen previously... > > > > I'm running on an Intel x58 board, i7 processor. This is on the UP i386 -CURRENT kernel I built. > > Could you make sure that you have all IOMMU, VTD and virtualization > stuff disabled in your BIOS? > I disabled: Turbo mode Virtualization Tech Execute Disable Bit HT to no effect. There's no specific option for IOMMU in my BIOS. I'm going to try updating my board's BIOS to see if that helps at all. :-\ -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090926/c9337893/attachment.pgp From sarumont at sigil.org Sat Sep 26 23:52:08 2009 From: sarumont at sigil.org (Richard Kolkovich) Date: Sat Sep 26 23:52:14 2009 Subject: HD4550 DRI issues In-Reply-To: <1254003656.2048.468.camel@balrog.2hip.net> References: <1253897144.2065.150.camel@balrog.2hip.net> <20090925173416.GF61689@divination.portal.sigil.org> <1253915723.2145.53.camel@balrog.2hip.net> <20090926001158.GA42914@divination.portal.sigil.org> <1253925689.2065.81.camel@balrog.2hip.net> <20090926045706.GB42914@divination.portal.sigil.org> <1253977337.2048.17.camel@balrog.2hip.net> <1253993801.2048.295.camel@balrog.2hip.net> <20090926194802.GA67832@divination.portal.sigil.org> <1254003656.2048.468.camel@balrog.2hip.net> Message-ID: <20090926235109.GC67832@divination.portal.sigil.org> On Sat, Sep 26, 2009 at 05:20:56PM -0500, Robert Noland wrote: > On Sat, 2009-09-26 at 14:48 -0500, Richard Kolkovich wrote: > > Here's my output: > > > > +% sudo ./drm-test > > Allocated 32MB with handle=0x00000000dc595000 > > Added 1024KB map for ring buffer with handle=0x00000000dc595000 > > ring=0x00000028300000, contents=0x000000003c66c369 > > > > I guess those are the expected results of the test given what we've seen previously... > > > > I'm running on an Intel x58 board, i7 processor. This is on the UP i386 -CURRENT kernel I built. > > Could you make sure that you have all IOMMU, VTD and virtualization > stuff disabled in your BIOS? > Flashing the BIOS didn't help. The only thing I noticed that changed settings-wise was the Maximum PCIe TLP payload. It used to be locked at 128b and now it is 4096b (and I can change it, I think). But again, that didn't affect the outcome - same old, same old. -- Richard Kolkovich sarumont@sigil.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090926/8dd76582/attachment.pgp From jorn at webdealhosting.com Sun Sep 27 23:30:59 2009 From: jorn at webdealhosting.com (=?ISO-8859-1?Q?Webdeal_AS_-_J=F8rn_Skjerven?=) Date: Sun Sep 27 23:31:06 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 Message-ID: <4ABFF1D3.6010501@webdealhosting.com> Hi! I have some problems after upgrading our system from 7.0-RELEASE to 7.2-RELEASE. libX11 will not build any more, and throws the following to me: configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 ./configure: 2763: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. These packages are installed: drwxr-xr-x 2 root wheel 512 Sep 28 00:47 apache-2.0.63_3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.61_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.62 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.10.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.5_5,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.9.6_3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-wrapper-20071109 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bash-4.0.33 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bdftopcf-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bison-2.3_4,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bitstream-vera-1.10_4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 compositeproto-0.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-authlib-base-0.60.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-authlib-mysql-0.60.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-imap-4.3.1,2 drwxr-xr-x 2 root wheel 512 Sep 28 01:03 couriergraph-20060202_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 cvsup-without-gui-16.1h_4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 damageproto-1.1.0_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 db41-4.1.25_4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 dmxproto-2.2.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 encodings-1.0.2,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 evieext-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 expat-2.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ezm3-1.2_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fixesproto-4.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-bh-ttf-1.0.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-ethiopic-1.0.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-meltho-1.0.0_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-util-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontcacheproto-0.1.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontconfig-2.5.0,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 freetype2-2.3.7 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gamin-0.1.9_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gcc-3.4.6_3,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gettext-0.17_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gio-fam-backend-2.16.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-1.2.10_12 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-2.16.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gmake-3.81_3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gperf-3.0.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gtk-1.2.10_20 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 help2man-1.36.4_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 inputproto-1.5.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 intltool-0.40.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 kbproto-1.0.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libFS-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libICE-1.0.4_1,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libSM-1.0.3_1,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXScrnSaver-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXTrap-1.0.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXau-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXaw-1.0.4_1,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcomposite-0.4.0,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcursor-1.1.9_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXdamage-1.1.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXdmcp-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXevie-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXext-1.0.3,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfixes-4.0.3_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfont-1.3.4,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfontcache-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXft-2.1.12 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXi-1.1.3,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXinerama-1.0.2,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXmu-1.0.3,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXp-1.0.0,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXpm-3.5.7 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintAppUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrandr-1.2.2_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrender-0.9.4_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXres-1.0.3_3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXt-1.0.5_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXtst-1.0.3_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXv-1.0.3_1,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXvMC-1.0.4_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86dga-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86misc-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86vm-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libart_lgpl-2.3.20,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libcheck-0.9.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libdmx-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgcrypt-1.4.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgpg-error-1.7 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libiconv-1.13.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libltdl-1.5.26 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libpthread-stubs-0.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libspf2-1.0.4_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-1.5.26 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-2.2.6a_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:54 libxcb-1.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbfile-1.0.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbui-1.0.2_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxml2-2.7.5 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxslt-1.1.26 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 linuxthreads-2.2.3_23 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 lsof-4.80,2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 m4-1.4.11,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mailgraph-1.14_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontdir-1.0.3_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontscale-1.0.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 munin-node-1.2.5_3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-client-4.0.27 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-server-4.0.27 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBD-mysql40-4.012 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBI-1.60.9 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-File-Tail-0.99.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-Multiplex-1.10 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-stringy-2.110 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Net-Server-0.97 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Storable-2.21 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-XML-Parser-2.36_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-gettext-1.05_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pango-1.20.5 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pcre-7.7 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 perl-5.8.8_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pfqueue-0.5.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pixman-0.16.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 pkg-config-0.23_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pkg_install-20080530 -rw-r--r-- 1 root wheel 2652160 Sep 28 00:53 pkgdb.db drwxr-xr-x 2 root wheel 512 Sep 28 00:47 png-1.2.28 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 popt-1.14 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portdowngrade-0.6_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portupgrade-devel-2.4.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 postfix-2.5.1_2,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 printproto-1.0.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 python25-2.5.4_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 randrproto-1.2.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 recordproto-1.13.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 renderproto-0.9.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 resourceproto-1.0.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 rrdtool-1.3.0_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ruby+nopthreads-1.8.7.160_4,1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ruby18-bdb-0.6.5_1 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 screen-4.0.3_6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 scrnsaverproto-1.1.0 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 strace-4.5.7 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 sysconftool-0.15_2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 texinfo-4.11 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 trapproto-3.4.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 videoproto-2.2.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 vim-7.2.239 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xcb-proto-1.5 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcb-util-0.3.6 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcmiscproto-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xextproto-7.0.5 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86dgaproto-2.0.3 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86miscproto-0.9.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86vidmodeproto-2.2.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xineramaproto-1.1.2 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-fonts-truetype-7.4 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-macros-1.2.1 drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xproto-7.0.15 drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xtrans-1.2.3 thanks in advance :-) -- mvh J?rn Skjerven Driftstekniker, WebDeal AS http://www.webdeal.no ==================================================== Hold tr?den i mailen, det gj?r det lettere ? svare ==================================================== -------------- next part -------------- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libX11 configure 1.2, which was generated by GNU Autoconf 2.62. Invocation command line was $ ./configure --datadir=/usr/local/lib --with-xcb=yes --enable-malloc0returnsnull --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 = mx4.webdeal.no uname -m = i386 uname -r = 7.2-RELEASE-p2 uname -s = FreeBSD uname -v = FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC /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:2237: checking for a BSD-compatible install configure:2305: result: /usr/bin/install -c -o root -g wheel configure:2316: checking whether build environment is sane configure:2359: result: yes configure:2384: checking for a thread-safe mkdir -p configure:2423: result: ./install-sh -c -d configure:2436: checking for gawk configure:2466: result: no configure:2436: checking for mawk configure:2466: result: no configure:2436: checking for nawk configure:2452: found /usr/bin/nawk configure:2463: result: nawk configure:2474: checking whether make sets $(MAKE) configure:2496: result: yes configure:2685: checking whether to enable maintainer-specific portions of Makefiles configure:2694: result: no configure:2719: checking if xorg-macros used to generate configure is at least 1.2 configure:2734: result: yes, 1.2.1 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_BIGFONT_CFLAGS_set='' ac_cv_env_BIGFONT_CFLAGS_value='' ac_cv_env_BIGFONT_LIBS_set='' ac_cv_env_BIGFONT_LIBS_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='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_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_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_X11_CFLAGS_set='' ac_cv_env_X11_CFLAGS_value='' ac_cv_env_X11_LIBS_set='' ac_cv_env_X11_LIBS_value='' ac_cv_env_XDMCP_CFLAGS_set='' ac_cv_env_XDMCP_CFLAGS_value='' ac_cv_env_XDMCP_LIBS_set='' ac_cv_env_XDMCP_LIBS_value='' ac_cv_env_XKBPROTO_CFLAGS_set='' ac_cv_env_XKBPROTO_CFLAGS_value='' ac_cv_env_XKBPROTO_LIBS_set='' ac_cv_env_XKBPROTO_LIBS_value='' ac_cv_env_XPROTO_CFLAGS_set='' ac_cv_env_XPROTO_CFLAGS_value='' ac_cv_env_XPROTO_LIBS_set='' ac_cv_env_XPROTO_LIBS_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_prog_AWK=nawk ac_cv_prog_make_make_set=yes lt_cv_sys_max_cmd_len=262144 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='/usr/local/bin/aclocal-1.10' ADMIN_MAN_DIR='' ADMIN_MAN_SUFFIX='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2/missing --run tar' APP_MAN_DIR='' APP_MAN_SUFFIX='' AR='' AUTOCONF='/usr/local/bin/autoconf-2.62' AUTOHEADER='/usr/local/bin/autoheader-2.62' AUTOMAKE='/usr/local/bin/automake-1.10' AWK='nawk' BIGFONT_CFLAGS='' BIGFONT_LIBS='' CC='cc' CCDEPMODE='' CC_FOR_BUILD='' CFLAGS='-O2 -fno-strict-aliasing -pipe' CHANGELOG_CMD='' CPP='' CPPFLAGS='' CWARNFLAGS='' CXX='c++' CXXCPP='' CXXDEPMODE='' CXXFLAGS='-O2 -fno-strict-aliasing -pipe' CYGPATH_W='echo' DEFS='' DEPDIR='' DRIVER_MAN_DIR='' DRIVER_MAN_SUFFIX='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' F77='' FFLAGS='' FILE_MAN_DIR='' FILE_MAN_SUFFIX='' GREP='' I18N_MODULE_LIBS='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' KEYSYMDEF='' LAUNCHD='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='/usr/local/bin/libtool' LIB_MAN_DIR='' LIB_MAN_SUFFIX='' LINT='' LINTLIB='' LINT_FALSE='' LINT_FLAGS='' LINT_TRUE='' LN_S='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/x11/libX11/work/libX11-1.2/missing --run makeinfo' MAKE_LINT_LIB_FALSE='' MAKE_LINT_LIB_TRUE='' MALLOC_ZERO_CFLAGS='' MANPAGES_FALSE='' MANPAGES_TRUE='' MISC_MAN_DIR='' MISC_MAN_SUFFIX='' MKDIR_P='./install-sh -c -d' OBJEXT='' OS2_FALSE='' OS2_TRUE='' PACKAGE='libX11' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_NAME='libX11' PACKAGE_STRING='libX11 1.2' PACKAGE_TARNAME='libX11' PACKAGE_VERSION='1.2' PATH_SEPARATOR=':' PKG_CONFIG='' RANLIB='' RAWCPP='' RAWCPPFLAGS='' SET_MAKE='' SHELL='/bin/sh' STRIP='' THRSTUBS_FALSE='' THRSTUBS_TRUE='' UDC_FALSE='' UDC_TRUE='' VERSION='1.2' WCHAR32='' X11_CFLAGS='' X11_DATADIR='' X11_EXTRA_DEPS='' X11_LIBDIR='' X11_LIBS='' X11_LOCALEDATADIR='' X11_LOCALEDIR='' X11_LOCALELIBDIR='' XCB_FALSE='' XCB_TRUE='' XCMS_FALSE='' XCMS_TRUE='' XDMCP_CFLAGS='' XDMCP_LIBS='' XERRORDB='' XKBPROTO_CFLAGS='' XKBPROTO_LIBS='' XKBPROTO_REQUIRES='' XKB_FALSE='' XKB_TRUE='' XKEYSYMDB='' XLIB_LOADABLE_I18N_FALSE='' XLIB_LOADABLE_I18N_TRUE='' XLOCALEDATADIR='' XLOCALEDIR='' XLOCALELIBDIR='' XLOCALE_FALSE='' XLOCALE_TRUE='' XMALLOC_ZERO_CFLAGS='' XPROTO_CFLAGS='' XPROTO_LIBS='' XTHREADLIB='' XTHREAD_CFLAGS='' XTMALLOC_ZERO_CFLAGS='' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='' am__include='' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd7.2' build_alias='i386-portbld-freebsd7.2' build_cpu='' build_os='' build_vendor='' datadir='/usr/local/lib' datarootdir='${prefix}/share' distcleancheck_listfiles='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/local/info' install_sh='$(SHELL) /usr/ports/x11/libX11/work/libX11-1.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='$(top_builddir)/./install-sh -c -d' 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 "libX11" #define PACKAGE_TARNAME "libX11" #define PACKAGE_VERSION "1.2" #define PACKAGE_STRING "libX11 1.2" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" #define PACKAGE "libX11" #define VERSION "1.2" configure: exit 2 From amvandemore at gmail.com Mon Sep 28 00:11:35 2009 From: amvandemore at gmail.com (Adam Vande More) Date: Mon Sep 28 00:11:42 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <4ABFF1D3.6010501@webdealhosting.com> References: <4ABFF1D3.6010501@webdealhosting.com> Message-ID: <6201873e0909271650x72ff8057wbed37697e99dc402@mail.gmail.com> 2009/9/27 Webdeal AS - J?rn Skjerven > Hi! > > I have some problems after upgrading our system from 7.0-RELEASE to > 7.2-RELEASE. > > libX11 will not build any more, and throws the following to me: > > configure.ac:22: the top level > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): > suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... > aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... > aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... > aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... > aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... > aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking if xorg-macros used to generate configure is at least 1.2... > yes, 1.2.1 > ./configure: 2763: Syntax error: word unexpected (expecting ")") > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. > > These packages are installed: > Usually this is the result of an outdated dependency. Have you done anything like a portmaster x11/libX11 ? -- Adam Vande More From amarat at ksu.ru Mon Sep 28 00:18:42 2009 From: amarat at ksu.ru (Marat N.Afanasyev) Date: Mon Sep 28 00:18:55 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <4ABFF1D3.6010501@webdealhosting.com> References: <4ABFF1D3.6010501@webdealhosting.com> Message-ID: <4ABFFE0C.6000607@ksu.ru> Webdeal AS - J?rn Skjerven wrote: > Hi! > > I have some problems after upgrading our system from 7.0-RELEASE to > 7.2-RELEASE. > > libX11 will not build any more, and throws the following to me: > > configure.ac:22: the top level > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): > suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... > aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... > aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... > aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... > aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... > configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, > ...): suspicious cache-id, must contain _cv_ to be cached > aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... > aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... > checking for a BSD-compatible install... /usr/bin/install -c -o root -g > wheel > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... ./install-sh -c -d > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking if xorg-macros used to generate configure is at least 1.2... > yes, 1.2.1 > ./configure: 2763: Syntax error: word unexpected (expecting ")") > ===> Script "configure" failed unexpectedly. > Please report the problem to x11@FreeBSD.org [maintainer] and attach the > "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. > > These packages are installed: > > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 apache-2.0.63_3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.61_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.62 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-wrapper-20071109 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.10.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.5_5,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.9.6_3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-wrapper-20071109 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bash-4.0.33 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bdftopcf-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bigreqsproto-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bison-2.3_4,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bitstream-vera-1.10_4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 compositeproto-0.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-authlib-base-0.60.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-authlib-mysql-0.60.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-imap-4.3.1,2 > drwxr-xr-x 2 root wheel 512 Sep 28 01:03 couriergraph-20060202_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 cvsup-without-gui-16.1h_4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 damageproto-1.1.0_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 db41-4.1.25_4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 dmxproto-2.2.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 encodings-1.0.2,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 evieext-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 expat-2.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ezm3-1.2_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fixesproto-4.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-bh-ttf-1.0.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-ethiopic-1.0.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-meltho-1.0.0_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-util-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontcacheproto-0.1.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontconfig-2.5.0,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontsproto-2.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 freetype2-2.3.7 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gamin-0.1.9_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gcc-3.4.6_3,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gettext-0.17_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gio-fam-backend-2.16.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-1.2.10_12 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-2.16.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gmake-3.81_3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gperf-3.0.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gtk-1.2.10_20 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 help2man-1.36.4_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 inputproto-1.5.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 intltool-0.40.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 kbproto-1.0.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libFS-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libICE-1.0.4_1,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libSM-1.0.3_1,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXScrnSaver-1.1.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXTrap-1.0.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXau-1.0.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXaw-1.0.4_1,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcomposite-0.4.0,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcursor-1.1.9_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXdamage-1.1.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXdmcp-1.0.2_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXevie-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXext-1.0.3,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfixes-4.0.3_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfont-1.3.4,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfontcache-1.0.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXft-2.1.12 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXi-1.1.3,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXinerama-1.0.2,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXmu-1.0.3,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXp-1.0.0,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXpm-3.5.7 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintAppUtil-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintUtil-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrandr-1.2.2_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrender-0.9.4_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXres-1.0.3_3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXt-1.0.5_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXtst-1.0.3_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXv-1.0.3_1,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXvMC-1.0.4_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86dga-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86misc-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86vm-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libart_lgpl-2.3.20,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libcheck-0.9.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libdmx-1.0.2_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libfontenc-1.0.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgcrypt-1.4.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgpg-error-1.7 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libiconv-1.13.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libltdl-1.5.26 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 liboldX-1.0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libpthread-stubs-0.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libspf2-1.0.4_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-1.5.26 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-2.2.6a_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:54 libxcb-1.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbfile-1.0.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbui-1.0.2_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxml2-2.7.5 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxslt-1.1.26 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 linuxthreads-2.2.3_23 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 lsof-4.80,2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 m4-1.4.11,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mailgraph-1.14_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontdir-1.0.3_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontscale-1.0.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 munin-node-1.2.5_3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-client-4.0.27 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-server-4.0.27 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBD-mysql40-4.012 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBI-1.60.9 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-File-Tail-0.99.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-Multiplex-1.10 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-stringy-2.110 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Net-Server-0.97 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Storable-2.21 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-XML-Parser-2.36_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-gettext-1.05_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pango-1.20.5 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pcre-7.7 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 perl-5.8.8_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pfqueue-0.5.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pixman-0.16.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 pkg-config-0.23_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pkg_install-20080530 > -rw-r--r-- 1 root wheel 2652160 Sep 28 00:53 pkgdb.db > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 png-1.2.28 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 popt-1.14 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portdowngrade-0.6_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portupgrade-devel-2.4.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 postfix-2.5.1_2,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 printproto-1.0.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 python25-2.5.4_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 randrproto-1.2.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 recordproto-1.13.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 renderproto-0.9.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 resourceproto-1.0.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 rrdtool-1.3.0_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 > ruby+nopthreads-1.8.7.160_4,1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ruby18-bdb-0.6.5_1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 screen-4.0.3_6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 scrnsaverproto-1.1.0 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 strace-4.5.7 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 sysconftool-0.15_2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 texinfo-4.11 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 trapproto-3.4.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 videoproto-2.2.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 vim-7.2.239 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xcb-proto-1.5 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcb-util-0.3.6 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcmiscproto-1.1.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xextproto-7.0.5 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86bigfontproto-1.1.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86dgaproto-2.0.3 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86miscproto-0.9.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86vidmodeproto-2.2.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xineramaproto-1.1.2 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-fonts-truetype-7.4 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-macros-1.2.1 > drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xproto-7.0.15 > drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xtrans-1.2.3 > > thanks in advance :-) > > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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" less /usr/ports/UPDATING search libtool related issue -- SY, Marat -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3221 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090928/cfe87eae/smime.bin From jorn at webdealhosting.com Mon Sep 28 01:12:32 2009 From: jorn at webdealhosting.com (=?UTF-8?B?V2ViZGVhbCBBUyAtIErDuHJuIFNramVydmVu?=) Date: Mon Sep 28 01:12:46 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <4ABFFE0C.6000607@ksu.ru> References: <4ABFF1D3.6010501@webdealhosting.com> <4ABFFE0C.6000607@ksu.ru> Message-ID: <4AC00D79.8010905@webdealhosting.com> Marat N.Afanasyev wrote: > Webdeal AS - J?rn Skjerven wrote: >> Hi! >> >> I have some problems after upgrading our system from 7.0-RELEASE to >> 7.2-RELEASE. >> >> libX11 will not build any more, and throws the following to me: >> >> configure.ac:22: the top level >> configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): >> suspicious cache-id, must contain _cv_ to be cached >> aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... >> aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... >> configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, >> ...): suspicious cache-id, must contain _cv_ to be cached >> aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... >> aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... >> aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... >> configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, >> ...): suspicious cache-id, must contain _cv_ to be cached >> aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... >> aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... >> configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, >> ...): suspicious cache-id, must contain _cv_ to be cached >> aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... >> aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... >> checking for a BSD-compatible install... /usr/bin/install -c -o root -g >> wheel >> checking whether build environment is sane... yes >> checking for a thread-safe mkdir -p... ./install-sh -c -d >> checking for gawk... no >> checking for mawk... no >> checking for nawk... nawk >> checking whether make sets $(MAKE)... yes >> checking whether to enable maintainer-specific portions of >> Makefiles... no >> checking if xorg-macros used to generate configure is at least 1.2... >> yes, 1.2.1 >> ./configure: 2763: Syntax error: word unexpected (expecting ")") >> ===> Script "configure" failed unexpectedly. >> Please report the problem to x11@FreeBSD.org [maintainer] and attach the >> "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. >> >> These packages are installed: >> >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 apache-2.0.63_3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.61_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 autoconf-2.62 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> autoconf-wrapper-20071109 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.10.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.5_5,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 automake-1.9.6_3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> automake-wrapper-20071109 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bash-4.0.33 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bdftopcf-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bigreqsproto-1.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bison-2.3_4,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 bitstream-vera-1.10_4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 compositeproto-0.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> courier-authlib-base-0.60.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> courier-authlib-mysql-0.60.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 courier-imap-4.3.1,2 >> drwxr-xr-x 2 root wheel 512 Sep 28 01:03 couriergraph-20060202_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> cvsup-without-gui-16.1h_4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 damageproto-1.1.0_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 db41-4.1.25_4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 dmxproto-2.2.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 encodings-1.0.2,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 evieext-1.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 expat-2.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ezm3-1.2_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fixesproto-4.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-bh-ttf-1.0.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-ethiopic-1.0.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-misc-meltho-1.0.0_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 font-util-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontcacheproto-0.1.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontconfig-2.5.0,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 fontsproto-2.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 freetype2-2.3.7 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gamin-0.1.9_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gcc-3.4.6_3,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gettext-0.17_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gio-fam-backend-2.16.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-1.2.10_12 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 glib-2.16.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gmake-3.81_3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gperf-3.0.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 gtk-1.2.10_20 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 help2man-1.36.4_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 inputproto-1.5.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 intltool-0.40.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 kbproto-1.0.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libFS-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libICE-1.0.4_1,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libSM-1.0.3_1,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXScrnSaver-1.1.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXTrap-1.0.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXau-1.0.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXaw-1.0.4_1,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcomposite-0.4.0,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXcursor-1.1.9_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXdamage-1.1.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libXdmcp-1.0.2_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXevie-1.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXext-1.0.3,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfixes-4.0.3_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfont-1.3.4,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXfontcache-1.0.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXft-2.1.12 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXi-1.1.3,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXinerama-1.0.2,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXmu-1.0.3,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXp-1.0.0,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXpm-3.5.7 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintAppUtil-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXprintUtil-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrandr-1.2.2_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXrender-0.9.4_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXres-1.0.3_3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXt-1.0.5_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXtst-1.0.3_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXv-1.0.3_1,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXvMC-1.0.4_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86dga-1.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86misc-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libXxf86vm-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libart_lgpl-2.3.20,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libcheck-0.9.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libdmx-1.0.2_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libfontenc-1.0.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgcrypt-1.4.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libgpg-error-1.7 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libiconv-1.13.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libltdl-1.5.26 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 liboldX-1.0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 libpthread-stubs-0.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libspf2-1.0.4_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-1.5.26 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libtool-2.2.6a_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:54 libxcb-1.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbfile-1.0.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxkbui-1.0.2_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxml2-2.7.5 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 libxslt-1.1.26 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 linuxthreads-2.2.3_23 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 lsof-4.80,2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 m4-1.4.11,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mailgraph-1.14_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontdir-1.0.3_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mkfontscale-1.0.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 munin-node-1.2.5_3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-client-4.0.27 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 mysql-server-4.0.27 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBD-mysql40-4.012 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-DBI-1.60.9 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-File-Tail-0.99.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-Multiplex-1.10 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-IO-stringy-2.110 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Net-Server-0.97 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-Storable-2.21 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-XML-Parser-2.36_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 p5-gettext-1.05_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pango-1.20.5 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pcre-7.7 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 perl-5.8.8_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pfqueue-0.5.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pixman-0.16.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 pkg-config-0.23_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 pkg_install-20080530 >> -rw-r--r-- 1 root wheel 2652160 Sep 28 00:53 pkgdb.db >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 png-1.2.28 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 popt-1.14 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portdowngrade-0.6_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 portupgrade-devel-2.4.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 postfix-2.5.1_2,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 printproto-1.0.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 python25-2.5.4_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 randrproto-1.2.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 recordproto-1.13.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 renderproto-0.9.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 resourceproto-1.0.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 rrdtool-1.3.0_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 >> ruby+nopthreads-1.8.7.160_4,1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 ruby18-bdb-0.6.5_1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 screen-4.0.3_6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 scrnsaverproto-1.1.0 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 strace-4.5.7 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 sysconftool-0.15_2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 texinfo-4.11 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 trapproto-3.4.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 videoproto-2.2.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 vim-7.2.239 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xcb-proto-1.5 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcb-util-0.3.6 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xcmiscproto-1.1.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xextproto-7.0.5 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86bigfontproto-1.1.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86dgaproto-2.0.3 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86miscproto-0.9.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xf86vidmodeproto-2.2.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xineramaproto-1.1.2 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-fonts-truetype-7.4 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xorg-macros-1.2.1 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:53 xproto-7.0.15 >> drwxr-xr-x 2 root wheel 512 Sep 28 00:47 xtrans-1.2.3 >> >> thanks in advance :-) >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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" > less /usr/ports/UPDATING > > search libtool related issue Tried this update: Portmaster: ----------- portmaster -o devel/libtool22 devel/libtool15 portmaster -o devel/libltdl22 devel/libltdl15 No change. mx4# pwd /usr/ports/x11/libX11 mx4# make clean ===> Cleaning for libX11-1.2,1 mx4# make ===> Vulnerability check disabled, database not found ===> Extracting for libX11-1.2,1 => MD5 Checksum OK for xorg/lib/libX11-1.2.tar.bz2. => SHA256 Checksum OK for xorg/lib/libX11-1.2.tar.bz2. ===> Patching for libX11-1.2,1 ===> Applying FreeBSD patches for libX11-1.2,1 ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> libX11-1.2,1 depends on file: /usr/local/share/aclocal/xorg-macros.m4 - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xf86bigfontproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/bin/automake-1.10 - found ===> libX11-1.2,1 depends on file: /usr/local/bin/autoconf-2.62 - found ===> libX11-1.2,1 depends on package: libtool>=2.2 - found ===> libX11-1.2,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.2,1 /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/gtk.m4:7: run info '(automake)Extending aclocal' /usr/local/share/aclocal/gtk.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... /usr/local/share/aclocal/libtool15.m4:611: AC_LIBTOOL_LINKER_OPTION is expanded from... /usr/local/share/aclocal/libtool15.m4:2492: _LT_AC_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:2491: AC_LIBTOOL_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:95: AC_LIBTOOL_SETUP is expanded from... /usr/local/share/aclocal/libtool15.m4:75: _AC_PROG_LIBTOOL is expanded from... /usr/local/share/aclocal/libtool15.m4:40: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:568: AC_LIBTOOL_COMPILER_OPTION is expanded from... /usr/local/share/aclocal/libtool15.m4:4546: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:2600: _LT_AC_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:2599: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:1646: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:3667: _LT_AC_LANG_F77_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:3666: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:3767: _LT_AC_LANG_GCJ_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:3766: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 ./configure: 2763: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. Also tried to run portupgrade -f for all the packaged and files from packages refered to on the top: mx4# pwd /usr/ports/x11/libX11 mx4# make clean ===> Cleaning for libX11-1.2,1 mx4# make ===> Vulnerability check disabled, database not found ===> Extracting for libX11-1.2,1 => MD5 Checksum OK for xorg/lib/libX11-1.2.tar.bz2. => SHA256 Checksum OK for xorg/lib/libX11-1.2.tar.bz2. ===> Patching for libX11-1.2,1 ===> Applying FreeBSD patches for libX11-1.2,1 ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcb.pc - found ===> libX11-1.2,1 depends on file: /usr/local/share/aclocal/xorg-macros.m4 - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/bigreqsproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xcmiscproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xtrans.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/kbproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/inputproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xf86bigfontproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> libX11-1.2,1 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> libX11-1.2,1 depends on file: /usr/local/bin/automake-1.10 - found ===> libX11-1.2,1 depends on file: /usr/local/bin/autoconf-2.62 - found ===> libX11-1.2,1 depends on package: libtool>=2.2 - found ===> libX11-1.2,1 depends on executable: pkg-config - found ===> Configuring for libX11-1.2,1 /usr/local/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /usr/local/share/aclocal/gtk.m4:7: run info '(automake)Extending aclocal' /usr/local/share/aclocal/gtk.m4:7: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... /usr/local/share/aclocal/libtool15.m4:611: AC_LIBTOOL_LINKER_OPTION is expanded from... /usr/local/share/aclocal/libtool15.m4:2492: _LT_AC_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:2491: AC_LIBTOOL_LANG_C_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:95: AC_LIBTOOL_SETUP is expanded from... /usr/local/share/aclocal/libtool15.m4:75: _AC_PROG_LIBTOOL is expanded from... /usr/local/share/aclocal/libtool15.m4:40: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:568: AC_LIBTOOL_COMPILER_OPTION is expanded from... /usr/local/share/aclocal/libtool15.m4:4546: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:2600: _LT_AC_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:2599: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:1646: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:3667: _LT_AC_LANG_F77_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:3666: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached /usr/local/share/aclocal/libtool15.m4:3767: _LT_AC_LANG_GCJ_CONFIG is expanded from... /usr/local/share/aclocal/libtool15.m4:3766: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... aclocal.m4:1498: AC_LIBTOOL_LINKER_OPTION is expanded from... aclocal.m4:3379: _LT_AC_LANG_C_CONFIG is expanded from... aclocal.m4:3378: AC_LIBTOOL_LANG_C_CONFIG is expanded from... aclocal.m4:982: AC_LIBTOOL_SETUP is expanded from... aclocal.m4:962: _AC_PROG_LIBTOOL is expanded from... aclocal.m4:927: AC_PROG_LIBTOOL is expanded from... configure.ac:22: the top level configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:1455: AC_LIBTOOL_COMPILER_OPTION is expanded from... aclocal.m4:5421: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:3483: _LT_AC_LANG_CXX_CONFIG is expanded from... aclocal.m4:3482: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from... aclocal.m4:2533: _LT_AC_TAGCONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4546: _LT_AC_LANG_F77_CONFIG is expanded from... aclocal.m4:4545: AC_LIBTOOL_LANG_F77_CONFIG is expanded from... configure.ac:22: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached aclocal.m4:4646: _LT_AC_LANG_GCJ_CONFIG is expanded from... aclocal.m4:4645: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from... checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking if xorg-macros used to generate configure is at least 1.2... yes, 1.2.1 ./configure: 2763: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2/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 /usr/ports/x11/libX11. Any idea ? Would a portupgrade -fa fix this issue ? -- mvh J?rn Skjerven Driftstekniker, WebDeal AS http://www.webdeal.no ==================================================== Hold tr?den i mailen, det gj?r det lettere ? svare ==================================================== From jhein at timing.com Mon Sep 28 01:36:23 2009 From: jhein at timing.com (John Hein) Date: Mon Sep 28 01:36:30 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <4AC00D79.8010905@webdealhosting.com> References: <4ABFF1D3.6010501@webdealhosting.com> <4ABFFE0C.6000607@ksu.ru> <4AC00D79.8010905@webdealhosting.com> Message-ID: <19136.4884.258942.291316@gromit.timing.com> Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: > Any idea ? Would a portupgrade -fa fix this issue ? try 'pkg_delete libtool-1.15.26' From jorn at webdealhosting.com Mon Sep 28 01:42:03 2009 From: jorn at webdealhosting.com (=?UTF-8?B?V2ViZGVhbCBBUyAtIErDuHJuIFNramVydmVu?=) Date: Mon Sep 28 01:42:10 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <19136.4884.258942.291316@gromit.timing.com> References: <4ABFF1D3.6010501@webdealhosting.com> <4ABFFE0C.6000607@ksu.ru> <4AC00D79.8010905@webdealhosting.com> <19136.4884.258942.291316@gromit.timing.com> Message-ID: <4AC01469.3080000@webdealhosting.com> John Hein wrote: > Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: > > Any idea ? Would a portupgrade -fa fix this issue ? > > try 'pkg_delete libtool-1.15.26' > pkg_delete libtool-1.15.26 pkg_delete: no such package 'libtool-1.15.26' installed This has already been removed by: portmaster -o devel/libtool22 devel/libtool15 portmaster -o devel/libltdl22 devel/libltdl15 this is also confirmed by the following: pkg_version -v |grep libtool libtool-2.2.6a_1 = up-to-date with port -- mvh J?rn Skjerven Driftstekniker, WebDeal AS http://www.webdeal.no From jhein at timing.com Mon Sep 28 02:21:37 2009 From: jhein at timing.com (John Hein) Date: Mon Sep 28 02:21:52 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <4AC01469.3080000@webdealhosting.com> References: <4ABFF1D3.6010501@webdealhosting.com> <4ABFFE0C.6000607@ksu.ru> <4AC00D79.8010905@webdealhosting.com> <19136.4884.258942.291316@gromit.timing.com> <4AC01469.3080000@webdealhosting.com> Message-ID: <19136.7599.98765.489312@gromit.timing.com> Webdeal AS - J rn Skjerven wrote at 03:42 +0200 on Sep 28, 2009: > John Hein wrote: > > Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: > > > Any idea ? Would a portupgrade -fa fix this issue ? > > > > try 'pkg_delete libtool-1.15.26' > > > pkg_delete libtool-1.15.26 > pkg_delete: no such package 'libtool-1.15.26' installed > > This has already been removed by: > > portmaster -o devel/libtool22 devel/libtool15 > portmaster -o devel/libltdl22 devel/libltdl15 > > this is also confirmed by the following: > > pkg_version -v |grep libtool > libtool-2.2.6a_1 = up-to-date with port Your most recent build log (after your portmaster -o) includes lines showing that there are still files from libtool15 around... From jorn at webdealhosting.com Mon Sep 28 02:30:32 2009 From: jorn at webdealhosting.com (=?UTF-8?B?V2ViZGVhbCBBUyAtIErDuHJuIFNramVydmVu?=) Date: Mon Sep 28 02:30:39 2009 Subject: FreeBSD Port: libX11-1.2.1_1,1 In-Reply-To: <19136.7599.98765.489312@gromit.timing.com> References: <4ABFF1D3.6010501@webdealhosting.com> <4ABFFE0C.6000607@ksu.ru> <4AC00D79.8010905@webdealhosting.com> <19136.4884.258942.291316@gromit.timing.com> <4AC01469.3080000@webdealhosting.com> <19136.7599.98765.489312@gromit.timing.com> Message-ID: <4AC01FC1.8060703@webdealhosting.com> John Hein wrote: > Webdeal AS - J rn Skjerven wrote at 03:42 +0200 on Sep 28, 2009: > > John Hein wrote: > > > Webdeal AS - J rn Skjerven wrote at 03:12 +0200 on Sep 28, 2009: > > > > Any idea ? Would a portupgrade -fa fix this issue ? > > > > > > try 'pkg_delete libtool-1.15.26' > > > > > pkg_delete libtool-1.15.26 > > pkg_delete: no such package 'libtool-1.15.26' installed > > > > This has already been removed by: > > > > portmaster -o devel/libtool22 devel/libtool15 > > portmaster -o devel/libltdl22 devel/libltdl15 > > > > this is also confirmed by the following: > > > > pkg_version -v |grep libtool > > libtool-2.2.6a_1 = up-to-date with port > > Your most recent build log (after your portmaster -o) includes lines > showing that there are still files from libtool15 around... > > > Ah, I feel so stupid now... When the error is pointet out it is so obvious :-P Thanks John for pointing me in the right direction. Removed /usr/local/share/aclocal/libtool15.m4 and now the port installs correctly. Thanks for all the help from everyone who has replied to this post. -- mvh J?rn Skjerven Driftstekniker, WebDeal AS http://www.webdeal.no ==================================================== Hold tr?den i mailen, det gj?r det lettere ? svare ==================================================== From bugmaster at FreeBSD.org Mon Sep 28 11:07:07 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 28 11:09:51 2009 Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org Message-ID: <200909281107.n8SB762d064218@freefall.freebsd.org> 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/139045 x11 x11-drivers/xf86-video-ati: update to 6.12.3 o ports/139011 x11 [patch] Add options to support GLX TLS in x11-servers o ports/137748 x11 x11/xorg: "unprocessed" mouse click results in effecti o ports/137731 x11 [patch] x11-drivers/xf86-input-vmmouse 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/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/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 30 problems total. From maxim at mirny.name Wed Sep 30 06:31:21 2009 From: maxim at mirny.name (Maxim Mirny) Date: Wed Sep 30 06:37:16 2009 Subject: Syntax error: word unexpected (expecting ")") Message-ID: <5143ae280909292307t5771a3b1t2e5170c13f92b0a8@mail.gmail.com> ./configure: 12276: Syntax error: word unexpected (expecting ")") ===> Script "configure" failed unexpectedly. Please report the problem to x11@FreeBSD.org [maintainer] and attach the "/usr/ports/x11/libX11/work/libX11-1.2.1/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 /usr/ports/x11/libX11. -- Maxim Mirny, mailto: maxim@mirny.name -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 20611 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090930/25d4bd5b/config.obj From jhein at timing.com Wed Sep 30 09:50:06 2009 From: jhein at timing.com (John Hein) Date: Wed Sep 30 09:50:15 2009 Subject: [pcbsd] Re: Syntax error: word unexpected (expecting ")") In-Reply-To: <5143ae280909292307t5771a3b1t2e5170c13f92b0a8@mail.gmail.com> References: <5143ae280909292307t5771a3b1t2e5170c13f92b0a8@mail.gmail.com> Message-ID: <19139.10698.905674.370008@gromit.timing.com> See archives. Note in particular messages about pcbsd. From hfamily6 at gmail.com Wed Sep 30 20:27:55 2009 From: hfamily6 at gmail.com (Chris Harrison) Date: Wed Sep 30 20:53:33 2009 Subject: Error when installing libX11-1.2.1 from ports Message-ID: -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 20586 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20090930/ec1a6686/config.obj