From owner-freebsd-x11@FreeBSD.ORG Sun Jul 19 16:09:30 2009 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DFC81065670 for ; Sun, 19 Jul 2009 16:09:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from aa001msb.fastweb.it (aa001msb.fastweb.it [85.18.95.80]) by mx1.freebsd.org (Postfix) with ESMTP id 12E7F8FC12 for ; Sun, 19 Jul 2009 16:09:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from bsdbox.colby.local (81.208.57.5) by aa001msb.fastweb.it (8.5.016.6) id 4A53170F019282C9 for x11@FreeBSD.org; Sun, 19 Jul 2009 17:58:17 +0200 Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local) with IPv4:25 by bsdbox.colby.local; 19 Jul 2009 17:58:17 +0200 Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Sun, 19 Jul 2009 17:58:17 +0200 Date: Sun, 19 Jul 2009 17:58:17 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: olgeni@backoffice.colby.local To: x11@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-OriginalArrivalTime: 19 Jul 2009 15:58:17.0621 (UTC) FILETIME=[BB1C3450:01CA0889] Cc: Subject: [PATCH] x11/xdm and xdm-config X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 16:09:30 -0000 Hi, I noticed that xdm-config should probably be remove from pkg-plist, since it is already handled by @exec and @unexec. Also, it causes a customized xdm-config to be removed by pkg_delete. Regards, Jimmy Index: Makefile =================================================================== RCS file: /home/pcvs/ports/x11/xdm/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 23 Jan 2009 16:28:18 -0000 1.8 +++ Makefile 19 Jul 2009 15:55:29 -0000 @@ -7,7 +7,7 @@ PORTNAME= xdm PORTVERSION= 1.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/x11/xdm/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 2 Jul 2007 17:35:12 -0000 1.3 +++ pkg-plist 19 Jul 2009 15:55:29 -0000 @@ -6,7 +6,6 @@ lib/X11/xdm/libXdmGreet.so lib/X11/xdm/pixmaps/xorg-bw.xpm lib/X11/xdm/pixmaps/xorg.xpm -lib/X11/xdm/xdm-config share/X11/app-defaults/Chooser @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi From owner-freebsd-x11@FreeBSD.ORG Sun Jul 19 22:50:03 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC9A9106566B for ; Sun, 19 Jul 2009 22:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CA7728FC12 for ; Sun, 19 Jul 2009 22:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6JMo3ku088214 for ; Sun, 19 Jul 2009 22:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6JMo3ph088213; Sun, 19 Jul 2009 22:50:03 GMT (envelope-from gnats) Date: Sun, 19 Jul 2009 22:50:03 GMT Message-Id: <200907192250.n6JMo3ph088213@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 22:50:04 -0000 The following reply was made to PR ports/136806; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; Date: Mon, 20 Jul 2009 02:40:34 +0400 Here are updated patches: - new nouveau snapshot 20090716.b1b2330 (tested on Xserver 1.6.1) - remove installation of experimental radeon api from libdrm --- libdrm.diff begins here --- Index: graphics/libdrm/Makefile =================================================================== RCS file: /home/csup/ports/graphics/libdrm/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- graphics/libdrm/Makefile 16 May 2009 00:35:42 -0000 1.16 +++ graphics/libdrm/Makefile 19 Jul 2009 22:19:06 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libdrm -PORTVERSION= 2.4.11 +PORTVERSION= 2.4.12 CATEGORIES= graphics x11 MASTER_SITES= http://dri.freedesktop.org/libdrm/ Index: graphics/libdrm/distinfo =================================================================== RCS file: /home/csup/ports/graphics/libdrm/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- graphics/libdrm/distinfo 16 May 2009 00:35:42 -0000 1.12 +++ graphics/libdrm/distinfo 19 Jul 2009 22:18:58 -0000 @@ -1,3 +1,3 @@ -MD5 (libdrm-2.4.11.tar.bz2) = e0e66fae165d0b665b61e9516bf33ade -SHA256 (libdrm-2.4.11.tar.bz2) = 5e07ec4b644f50160900d4281a74dd1cbf1535cfe4ab24e0c28ae5b038836a8c -SIZE (libdrm-2.4.11.tar.bz2) = 407127 +MD5 (libdrm-2.4.12.tar.bz2) = 15d26219c046377d5fcb1cb37e7b03a2 +SHA256 (libdrm-2.4.12.tar.bz2) = 89e3b16aff13c5219d13b08f9143793f74777b752d87c760ec6e52fb8676bd31 +SIZE (libdrm-2.4.12.tar.bz2) = 414175 --- libdrm.diff ends here --- --- xf86-video-nouveau.diff begins here --- Index: x11-drivers/xf86-video-nouveau/Makefile =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- x11-drivers/xf86-video-nouveau/Makefile 16 May 2009 14:01:34 -0000 1.6 +++ x11-drivers/xf86-video-nouveau/Makefile 17 Jul 2009 18:12:57 -0000 @@ -20,12 +20,17 @@ MAN4= nouveau.4x MAKE_JOBS_SAFE= yes -SNAPDATE= 20090514 -SNAPREV= 9656762 +SNAPDATE= 20090716 +SNAPREV= b1b2330 post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h +post-install: .SILENT + ${ECHO_MSG} + ${CAT} ${PKGMESSAGE} + ${ECHO_MSG} + GIT_WORK= ${WRKDIR}/${PORTNAME}.git-clone GIT_REV= $$(date -ur$$(git log --pretty=format:%ct -1 \ ) +%Y%m%d).$$(git log --pretty=format:%h -1) Index: x11-drivers/xf86-video-nouveau/distinfo =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- x11-drivers/xf86-video-nouveau/distinfo 16 May 2009 14:01:34 -0000 1.3 +++ x11-drivers/xf86-video-nouveau/distinfo 17 Jul 2009 18:13:03 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 86aff4923c1b2143aae0f7f2ac65b5a3 -SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = eaa2f230770338c08839d0c6f7211ef9624a19eb305689f3f012df3ab92cb5c7 -SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 556039 +MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090716.b1b2330.tar.bz2) = f3d1e4781920d503c62c5f86a6d7a12b +SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090716.b1b2330.tar.bz2) = d4b64ed8517fc9f64fc614064ca17737a4da9dcc857a2b968155622af70c3050 +SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090716.b1b2330.tar.bz2) = 547530 Index: x11-drivers/xf86-video-nouveau/pkg-message =================================================================== RCS file: x11-drivers/xf86-video-nouveau/pkg-message diff -N x11-drivers/xf86-video-nouveau/pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-drivers/xf86-video-nouveau/pkg-message 15 Jul 2009 22:19:29 -0000 @@ -0,0 +1,15 @@ +The DRM part is still not in the kernel tree and will not be there +until it stabilized. It won't happen anytime soon. So, consider using +the following patch in the meantime unless you don't want any hardware +accelerated 2D like EXA and Xvideo. + +http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch + +Installing it should be as simple as below procedure provided you have +base sources in /usr/src. + + # cd /usr/src/sys + # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch + # patch -sp0 -i drm-nouveau-062309.patch + # cd modules/drm + # make depend all install --- xf86-video-nouveau.diff ends here --- From owner-freebsd-x11@FreeBSD.ORG Sun Jul 19 23:10:06 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8ECA910656C0 for ; Sun, 19 Jul 2009 23:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7CCCB8FC08 for ; Sun, 19 Jul 2009 23:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6JNA64q002268 for ; Sun, 19 Jul 2009 23:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6JNA6Fv002267; Sun, 19 Jul 2009 23:10:06 GMT (envelope-from gnats) Date: Sun, 19 Jul 2009 23:10:06 GMT Message-Id: <200907192310.n6JNA6Fv002267@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Yuri Pankov Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri Pankov List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2009 23:10:06 -0000 The following reply was made to PR ports/136806; it has been noted by GNATS. From: Yuri Pankov To: bug-followup@freebsd.org Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; Date: Mon, 20 Jul 2009 03:05:21 +0400 On Sun, Jul 19, 2009 at 10:50:03PM +0000, Anonymous wrote: > +Installing it should be as simple as below procedure provided you have > +base sources in /usr/src. > + > + # cd /usr/src/sys You also need to create modules/drm/nouveau, otherwise modules/drm/nouveau/Makefile isn't created: # mkdir modules/drm/nouveau > + # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch > + # patch -sp0 -i drm-nouveau-062309.patch > + # cd modules/drm > + # make depend all install > --- xf86-video-nouveau.diff ends here --- Thanks for updating the driver. Yuri From owner-freebsd-x11@FreeBSD.ORG Mon Jul 20 00:10:08 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66B631065673 for ; Mon, 20 Jul 2009 00:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 53CBA8FC15 for ; Mon, 20 Jul 2009 00:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6K0A8QZ047346 for ; Mon, 20 Jul 2009 00:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6K0A8vQ047345; Mon, 20 Jul 2009 00:10:08 GMT (envelope-from gnats) Date: Mon, 20 Jul 2009 00:10:08 GMT Message-Id: <200907200010.n6K0A8vQ047345@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 00:10:08 -0000 The following reply was made to PR ports/136806; it has been noted by GNATS. From: Anonymous To: Yuri Pankov Cc: bug-followup@freebsd.org Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; Date: Mon, 20 Jul 2009 04:02:15 +0400 Yuri Pankov writes: > On Sun, Jul 19, 2009 at 10:50:03PM +0000, Anonymous wrote: > > > +Installing it should be as simple as below procedure provided you have > > +base sources in /usr/src. > > + > > + # cd /usr/src/sys > > You also need to create modules/drm/nouveau, otherwise modules/drm/nouveau/Makefile isn't created: > # mkdir modules/drm/nouveau No, you don't need to create the directory explicitly. It should be created by patch(1) for you because `-p0' option was specified. > > > + # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch > > + # patch -sp0 -i drm-nouveau-062309.patch > > + # cd modules/drm > > + # make depend all install > > --- xf86-video-nouveau.diff ends here --- > > Thanks for updating the driver. > > Yuri From owner-freebsd-x11@FreeBSD.ORG Mon Jul 20 11:07:07 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 996AC1065677 for ; Mon, 20 Jul 2009 11:07:07 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD608FC22 for ; Mon, 20 Jul 2009 11:07:07 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6KB77fn002500 for ; Mon, 20 Jul 2009 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6KB765X002496 for freebsd-x11@FreeBSD.org; Mon, 20 Jul 2009 11:07:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 20 Jul 2009 11:07:06 GMT Message-Id: <200907201107.n6KB765X002496@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-x11@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-x11@FreeBSD.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 11:07:07 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136806 x11 [patch] graphics/libdrm: update to 2.4.12; o ports/135276 x11 x11/xorg: GUI running first time only while using Free o ports/134643 x11 [patch] x11-servers/xorg-server - Unbreak Xorg 7.4 ser o ports/134244 x11 x11/xorg: "intel" driver for Xorg is very broken o ports/134194 x11 graphics/dri fail on 7.2-RELEASE amd64 o ports/134132 x11 x11-servers/xorg-server: Intel i845 - xorg.conf with U o ports/134082 x11 x11/xdriinfo: xdriinfo-1.0.2 build fail o ports/133946 x11 x11-servers/xorg-server [patch] X crashes in xinerama o ports/133609 x11 x11/xorg crashes with vlc, intel video driver o ports/133482 x11 x11/libXext "Generic Event Extension not available" er o ports/133465 x11 x11/xorg: X crashes with mplayer -vo xv with xf86-vide o ports/133419 x11 Unable to build x11-drivers/xf86-video-nsc o ports/133175 x11 [patch] x11/pixman: enable SSE2 support autodetection o ports/132621 x11 x11/xorg tries to install event when deselected o ports/132403 x11 x11/xorg with Radeon X600 (R370): cannot re-initialize o ports/132100 x11 x11/xorg: Xorg server forgets pointer map after xlock o ports/132041 x11 x11/xorg: Broken Intel video driver o ports/131930 x11 [PATCH] x11-servers/xorg-server coredumps on exit o ports/131726 x11 x11-servers/xorg-server: xorg server messes with my eh o ports/131696 x11 x11-servers/xorg-server: hald core dumps make X11 unus o ports/131016 x11 x11/xorg - xorg-7.4 renders system unusable! s kern/130478 x11 [request] Port Linux kernel stub of nouveau to FreeBSD f ports/126812 x11 x11-drivers/xf86-video-ati - System freeze when exitin o ports/125883 x11 x11-fonts/xorg-fonts-cyrillic is installed, but fonts f ports/123137 x11 x11/libX11: missing ru_RU.UTF-8 locale o ports/122830 x11 x11/xorg: Error in I830WaitLpRing() s ports/117907 x11 x11-servers/mga_hal broken on 7.0-BETA (GLIBC error) o ports/116443 x11 x11-drivers/xf86-input-keyboard patch for USB jp106 ke 28 problems total. From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 03:36:51 2009 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28F88106566B for ; Tue, 21 Jul 2009 03:36:51 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id A0F748FC1E for ; Tue, 21 Jul 2009 03:36:50 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so675206fgb.12 for ; Mon, 20 Jul 2009 20:36:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=eOa0ln+Wy/f9ETjG+O6nIfD0fglPJg/y2yS9CUE5k0I=; b=sV+cnRcr/9DK8ImvlglB3nr/9VsWrVC6lRX3SGQyOXJ3mVOdMXBKt8GbD67reJWRuV T9ewZq0HRdAexblzIHMiS8PltLSG2rpPsWVcFtFlYU8BQSDtEehpL0CG9SfowiNkR+++ d6c+pbBS6NX2FqU+yC+wzTHRbD4wXxTCv5+5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=xHo0ky+3FBadzwQXDwlze2KHUGY/BEQKAY02Xx1ZR9PIUnAuMokcrd/sWBOYq91GTz tCLx26TncsTWUmmmBYNnaSR2HXbVGHR2FINCowd/+SAgzLrPIX/2p8sQo66GkMUC1Mfk +/zT+A5DN0nMBRJOJWO7To85hw4+mV1T34RqY= MIME-Version: 1.0 Received: by 10.86.27.13 with SMTP id a13mr4175611fga.49.1248146206509; Mon, 20 Jul 2009 20:16:46 -0700 (PDT) Date: Tue, 21 Jul 2009 11:16:46 +0800 Message-ID: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> From: Romeo Paras To: x11@FreeBSD.org Content-Type: multipart/mixed; boundary=000e0cd25bb04449d6046f2eafe8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 03:36:51 -0000 --000e0cd25bb04449d6046f2eafe8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi all, Please find the attached file, I installed CACTI on my freebsd 7.1 machine and on the process i received these errors. please send me your comments thanks.. I'm a newbie in freebsd.. --000e0cd25bb04449d6046f2eafe8 Content-Type: text/plain; charset=US-ASCII; name="installation error.txt" Content-Disposition: attachment; filename="installation error.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fxe1rkfm0 DQo9PT0+ICBTY3JpcHQgImNvbmZpZ3VyZSIgZmFpbGVkIHVuZXhwZWN0ZWRseS4NClBsZWFzZSBy ZXBvcnQgdGhlIHByb2JsZW0gdG8geDExQEZyZWVCU0Qub3JnIFttYWludGFpbmVyXSBhbmQgYXR0 YWNoIHRoZQ0KIi91c3IvcG9ydHMvZ3JhcGhpY3MvbGliR0wvd29yay9NZXNhLTcuNC40L2NvbmZp Zy5sb2ciIGluY2x1ZGluZyB0aGUgb3V0cHV0DQpvZiB0aGUgZmFpbHVyZSBvZiB5b3VyIG1ha2Ug Y29tbWFuZC4gQWxzbywgaXQgbWlnaHQgYmUgYSBnb29kIGlkZWEgdG8gcHJvdmlkZQ0KYW4gb3Zl cnZpZXcgb2YgYWxsIHBhY2thZ2VzIGluc3RhbGxlZCBvbiB5b3VyIHN5c3RlbSAoZS5nLiBhbiBg bHMNCi92YXIvZGIvcGtnYCkuDQoqKiogRXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0 cy9ncmFwaGljcy9saWJHTC4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcCBpbiAvdXNyL3BvcnRz L2dyYXBoaWNzL2xpYkdMVS4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcCBpbiAvdXNyL3BvcnRz L2dyYXBoaWNzL2dsaXR6Lg0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wIGluIC91c3IvcG9ydHMv Z3JhcGhpY3MvY2Fpcm8uDQoqKiogRXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0cy9n cmFwaGljcy9jYWlyby4NCioqKiBFcnJvciBjb2RlIDENCg0KU3RvcCBpbiAvdXNyL3BvcnRzL2Rh dGFiYXNlcy9ycmR0b29sLg0KKioqIEVycm9yIGNvZGUgMQ0KDQpTdG9wIGluIC91c3IvcG9ydHMv ZGF0YWJhc2VzL3JyZHRvb2wuDQoqKiogRXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0 cy9uZXQtbWdtdC9jYWN0aS4NCg0KDQoNCioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioq KioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqDQoNClBhY2thZ2VzIGluc3RhbGxl ZCBpbiB0aGUgc3lzdGVtOiANCg0KU1RrLTQuMC4xXzIgICAgICAgICAgICAgICAgICAgICBrYnBy b3RvLTEuMC4zICAgICAgICAgICAgICAgICAgIG1ha2VkZXBlbmQtMS4wLjEsMQ0KVGVuRFJBLTQu MjAwNTExMTIgICAgICAgICAgICAgICBsaWJJQ0UtMS4wLjRfMSwxICAgICAgICAgICAgICAgIG15 c3FsLWNsaWVudC01LjAuODMNCmF1dG9jb25mLTIuNjIgICAgICAgICAgICAgICAgICAgbGliU00t MS4wLjNfMSwxICAgICAgICAgICAgICAgICBuYWdpb3MtMy4wLjMNCmF1dG9jb25mLXdyYXBwZXIt MjAwNzExMDkgICAgICAgbGliWDExLTEuMS4zXzEsMSAgICAgICAgICAgICAgICBuYWdpb3MtcGx1 Z2lucy0xLjQuMTJfMSwxDQphdXRvbWFrZS0xLjkuNl8zICAgICAgICAgICAgICAgIGxpYlhhdS0x LjAuM18yICAgICAgICAgICAgICAgICAgbmV0LXNubXAtNS40LjIuMV81DQphdXRvbWFrZS13cmFw cGVyLTIwMDcxMTA5ICAgICAgIGxpYlhhdy0xLjAuNF8xLDEgICAgICAgICAgICAgICAgcDUtWE1M LVBhcnNlci0yLjM2DQpiaWdyZXFzcHJvdG8tMS4wLjIgICAgICAgICAgICAgIGxpYlhkYW1hZ2Ut MS4xLjEgICAgICAgICAgICAgICAgcDUtZ2V0dGV4dC0xLjA1XzINCmN2c3VwLTE2LjFoXzQgICAg ICAgICAgICAgICAgICAgbGliWGRtY3AtMS4wLjJfMSAgICAgICAgICAgICAgICBwZXJsLTUuOC44 XzENCmRhbWFnZXByb3RvLTEuMS4wXzIgICAgICAgICAgICAgbGliWGV4dC0xLjAuMywxICAgICAg ICAgICAgICAgICBwaXhtYW4tMC4xMC4wXzINCmRsbWFsbG9jLTIuOC4zICAgICAgICAgICAgICAg ICAgbGliWGZpeGVzLTQuMC4zXzEgICAgICAgICAgICAgICBwa2ctY29uZmlnLTAuMjNfMQ0KZG14 cHJvdG8tMi4yLjIgICAgICAgICAgICAgICAgICBsaWJYbXUtMS4wLjMsMSAgICAgICAgICAgICAg ICAgIHBuZy0xLjIuMzINCmRyaTJwcm90by0yLjAgICAgICAgICAgICAgICAgICAgbGliWHAtMS4w LjAsMSAgICAgICAgICAgICAgICAgICBwb3J0bWFuYWdlci0wLjQuMV85DQpleHBhdC0yLjAuMSAg ICAgICAgICAgICAgICAgICAgIGxpYlhwbS0zLjUuNyAgICAgICAgICAgICAgICAgICAgcHJpbnRw cm90by0xLjAuMw0KZXptMy0xLjJfMSAgICAgICAgICAgICAgICAgICAgICBsaWJYcmVuZGVyLTAu OS40XzEgICAgICAgICAgICAgIHB5dGhvbjI2LTIuNi4yXzENCmZpeGVzcHJvdG8tNC4wICAgICAg ICAgICAgICAgICAgbGliWHQtMS4wLjVfMSAgICAgICAgICAgICAgICAgICBxdWFnZ2EtMC45OS4x MF8zDQpmb250Y29uZmlnLTIuNi4wLDEgICAgICAgICAgICAgIGxpYlh4Zjg2dm0tMS4wLjIgICAg ICAgICAgICAgICAgcmVuZGVycHJvdG8tMC45LjMNCmZyZWV0eXBlMi0yLjMuNyAgICAgICAgICAg ICAgICAgbGliY2hlY2stMC45LjYgICAgICAgICAgICAgICAgICBzYXRoZXItMS4yLjJfMQ0KZ2Qt Mi4wLjM1LDEgICAgICAgICAgICAgICAgICAgICBsaWJkbXgtMS4wLjJfMSAgICAgICAgICAgICAg ICAgIHRjbC04LjQuMTksMQ0KZ2V0dGV4dC0wLjE3XzEgICAgICAgICAgICAgICAgICBsaWJkcm0t Mi40LjExICAgICAgICAgICAgICAgICAgIHRrLTguNC4xOSwyDQpnbHByb3RvLTEuNC4xMCAgICAg ICAgICAgICAgICAgIGxpYmljb252LTEuMTFfMSAgICAgICAgICAgICAgICAgeGNiLXByb3RvLTEu NQ0KZ21ha2UtMy44MV8zICAgICAgICAgICAgICAgICAgICBsaWJsdGRsLTEuNS4yNiAgICAgICAg ICAgICAgICAgIHhjYi11dGlsLTAuMy41DQpnb2Zlci0yLjMwYiAgICAgICAgICAgICAgICAgICAg IGxpYm9sZFgtMS4wLjEgICAgICAgICAgICAgICAgICAgeGNtaXNjcHJvdG8tMS4xLjINCmdwZXJm LTMuMC4zICAgICAgICAgICAgICAgICAgICAgbGlicHRocmVhZC1zdHVicy0wLjEgICAgICAgICAg ICB4ZXh0cHJvdG8tNy4wLjINCmhlbHAybWFuLTEuMzYuNF8yICAgICAgICAgICAgICAgbGlidG9v bC0xLjUuMjYgICAgICAgICAgICAgICAgICB4Zjg2YmlnZm9udHByb3RvLTEuMS4yDQppbnB1dHBy b3RvLTEuNC4yLjEgICAgICAgICAgICAgIGxpYnhjYi0xLjMgICAgICAgICAgICAgICAgICAgICAg eGY4NnZpZG1vZGVwcm90by0yLjIuMg0KaW50bHRvb2wtMC40MC42ICAgICAgICAgICAgICAgICBs aWJ4bWwyLTIuNy4zICAgICAgICAgICAgICAgICAgIHhwcm90by03LjAuMTBfMQ0KaXBlcmYtMi4w LjQgICAgICAgICAgICAgICAgICAgICBsaWJ4c2x0LTEuMS4yNF8yICAgICAgICAgICAgICAgIHh0 cmFucy0xLjAuNA0KanBlZy02Yl83ICAgICAgICAgICAgICAgICAgICAgICBtNC0xLjQuMTEsMQ0K DQo= --000e0cd25bb04449d6046f2eafe8-- From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 04:44:52 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA343106566B for ; Tue, 21 Jul 2009 04:44:52 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f205.google.com (mail-fx0-f205.google.com [209.85.220.205]) by mx1.freebsd.org (Postfix) with ESMTP id 75CD98FC15 for ; Tue, 21 Jul 2009 04:44:52 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by fxm1 with SMTP id 1so240fxm.43 for ; Mon, 20 Jul 2009 21:44:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=RxdpXDthd+WHnAzf1umSwWP+a7FsnHGTKE6kHbVNZsw=; b=BOSIhM7aBP/CIXvukO+uqWcQ/ptn/h9Qywdm4bQgA/Hh7N6awscP5rZYHxdWj6yhT+ kQURSkdreNG5T/raj6QUlofomRwK/o0PNbITK2hYHPguHkudhRw5HrN+COXv4QE+bFtS PrKgS9VmXiZSEdyM2ZS1m8KDmDBN/dl3XEIzg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=kT+RBUK3Ea6sQ4T7+j/2SKV4PnLDCa2IJBPPOMB/lUourSiOQzHhz8dQHuIIaZBYSu w85HLFEspQ7FvoESyjepNDSoFwkHEgJ+vZQssj29bO9j5UTUzL4lk1bUb8CGNH2HxFcY hIE6XSIu92v0sZnXxoPJhLoIByTPI8HuXL2L8= Received: by 10.86.61.2 with SMTP id j2mr4017754fga.61.1248149977956; Mon, 20 Jul 2009 21:19:37 -0700 (PDT) Received: from localhost (95-24-64-233.broadband.corbina.ru [95.24.64.233]) by mx.google.com with ESMTPS id d6sm13175785fga.0.2009.07.20.21.19.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Jul 2009 21:19:37 -0700 (PDT) From: Anonymous To: Romeo Paras References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> Date: Tue, 21 Jul 2009 08:19:21 +0400 In-Reply-To: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> (Romeo Paras's message of "Tue, 21 Jul 2009 11:16:46 +0800") Message-ID: <86y6qihdme.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: x11@FreeBSD.org Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 04:44:53 -0000 Romeo Paras writes: > Hi all, > > > Please find the attached file, I installed CACTI on my freebsd 7.1 machine > and on the process i received these errors. please send me your comments > thanks.. I'm a newbie in freebsd.. > > > ===> 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 This is not Cacti error. The reason behind configure failure is in config.log[1] which you have yet to provide. [1] /usr/ports/graphics/libGL/work/Mesa-7.4.4/config.log From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 06:28:20 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DED71065695 for ; Tue, 21 Jul 2009 06:28:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 41DE28FC29 for ; Tue, 21 Jul 2009 06:28:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id E0D161CD5E for ; Tue, 21 Jul 2009 08:28:19 +0200 (CEST) From: linimon@FreeBSD.org To: x11@freebsd.org Message-Id: <20090721062819.E0D161CD5E@mail.droso.net> Date: Tue, 21 Jul 2009 08:28:19 +0200 (CEST) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 06:28:20 -0000 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 owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 09:32:37 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4596D106566B for ; Tue, 21 Jul 2009 09:32:37 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id F06E88FC0A for ; Tue, 21 Jul 2009 09:32:36 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: by gxk17 with SMTP id 17so4434814gxk.19 for ; Tue, 21 Jul 2009 02:32:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=32sX0njeWPdOC+mtqz4mO6VfYssfhblgMqgTuu9NzeA=; b=Z5GTOFHGE6AirWKm5s9LWyWHGs381LkztyXUgroF0MMkqAKWT5nHMd5vqKFQYnaGPl sdOni/BbuRXXva2ZJiWxSRGNX6qim+x0KI4K/evJs8sF5xGlpb+todx+cVLDoqskwKX9 FOh9UJLpAXLnih9pjj4ALZLObhgxFpk+N3xnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=AvfFnjsxVe4lhASPlfSF2CBjS/cfWmEFw9UyPT/AZ7SUbOupxybBY9Lz6IZOQsVV9Z YXQBVmlwVvyP/Sye/QMstfDdpXHOUVLgZ1RUhXaX7UL/W8oFyXEyvYxiFeMNW+0KkwRu O/q5YudKiVv24sJ0HUoOl92Y37EyLfjEyz+CM= MIME-Version: 1.0 Received: by 10.90.68.12 with SMTP id q12mr1245776aga.32.1248168756365; Tue, 21 Jul 2009 02:32:36 -0700 (PDT) In-Reply-To: <86ws62bota.fsf@gmail.com> References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> Date: Tue, 21 Jul 2009 17:32:36 +0800 Message-ID: <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> From: Romeo Paras To: Anonymous , x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 09:32:37 -0000 here's the error.. after reinstall CACTI, ===> Returning to build of cacti-0.8.7e ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found Added group "cacti". /: create/symlink failed, no inodes free pwd_mkdb: /etc/spwd.db.tmp: No space left on device pw: passwd file update: No such file or directory Adding user "cacti" failed... *** Error code 1 any comments or solution? thanks On Tue, Jul 21, 2009 at 1:14 PM, Anonymous wrote: > (Just because I may know smth about libGL configure failure doesn't mean > I ever used Cacti. So, don't drop x11@freebsd.org from CC.) > > Romeo Paras writes: > > > here's what I did... > > > > I went to these directories: > > > > /usr/ports/graphics/libGL. > > > > /usr/ports/graphics/libGLU. > > > > /usr/ports/graphics/glitz. > > > > /usr/ports/graphics/cairo. > > > > /usr/ports/graphics/cairo. > > > > /usr/ports/databases/rrdtool. > > > > /usr/ports/databases/rrdtool. > > > > and issue this commands; > > > > # make clean > > #make install clean > > > > if there's an error i used this command pkg_add -r > > What errors? Can you post them? > > > > > after this procedure I checked /var/db/pkg > > > > I saw on the list the libGL, libGLU, cairo, and rrdtool, > > > > does this mean evrything is ok? > > Unless Cacti doesn't work correctly then "yes". > > > so do I need to repeat the installation for cacti? > > If you encounter problems try installing all dependencies and Cacti > itself via `pkg_add -r' or via ports without intermixing both. > From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 10:14:42 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A76B1065762 for ; Tue, 21 Jul 2009 10:14:42 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout2.freenet.de (mout2.freenet.de [IPv6:2001:748:100:40::2:4]) by mx1.freebsd.org (Postfix) with ESMTP id 12F728FC0A for ; Tue, 21 Jul 2009 10:14:42 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout2.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1MTCMr-0000YW-DX; Tue, 21 Jul 2009 12:14:41 +0200 Received: from tfe02.t.pppool.de ([89.55.254.2]:43797 helo=ernst.jennejohn.org) by 10.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #93) id 1MTCMr-0001FZ-3Z; Tue, 21 Jul 2009 12:14:41 +0200 Date: Tue, 21 Jul 2009 12:14:40 +0200 From: Gary Jennejohn To: Romeo Paras Message-ID: <20090721121440.275e1aa0@ernst.jennejohn.org> In-Reply-To: <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-purgate-ID: 149285::1248171281-00001A3A-B3267B8A/0-0/0-0 Cc: x11@freebsd.org Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 10:14:43 -0000 On Tue, 21 Jul 2009 17:32:36 +0800 Romeo Paras wrote: > here's the error.. after reinstall CACTI, > > ===> Returning to build of cacti-0.8.7e > ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found > Added group "cacti". > > /: create/symlink failed, no inodes free > pwd_mkdb: /etc/spwd.db.tmp: No space left on device > pw: passwd file update: No such file or directory > Adding user "cacti" failed... > *** Error code 1 > > any comments or solution? thanks > Delete some junk from your root (/) file system. --- Gary Jennejohn From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 10:17:58 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00A01106566C for ; Tue, 21 Jul 2009 10:17:58 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id AD8A58FC17 for ; Tue, 21 Jul 2009 10:17:57 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: by yxe11 with SMTP id 11so4706056yxe.3 for ; Tue, 21 Jul 2009 03:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dSoUQk6px4CpbLfbJz1RDatN5I31Z0OAPG1k8CjEabs=; b=r6+bXjZZmWWZDHdLRmN5kpzC776FXOaECf1aeiix/czpJVJ0VMZxFk4Bui0Lve3FNO 83A+KSqbes/T++uEMyybbHONUsrJV37c/pYYAWUFMyjFpcqkZv5K7JpvjBA+FCPPh5vj +wSjyFJ9SVDWp6TzsFwIs8e2LTeL4sRnm9pcY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PGGnZIURNu5lDj7Af5YcFcYvzw65B9siB7QygH59LByuhTElXPPNXj5eUjfII8e4zH U3tkpY7SKp2CpuLrIwPFXSxGoiHIE1tmoOY3l8EbKnO3HCOFba2RIELE4YclQSmA18OJ Rl9VNEOqMj0rap3t+tUtFJyU7qzEojcatcjKc= MIME-Version: 1.0 Received: by 10.90.63.10 with SMTP id l10mr1115253aga.105.1248171476850; Tue, 21 Jul 2009 03:17:56 -0700 (PDT) In-Reply-To: <20090721121440.275e1aa0@ernst.jennejohn.org> References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> <20090721121440.275e1aa0@ernst.jennejohn.org> Date: Tue, 21 Jul 2009 18:17:56 +0800 Message-ID: <47f6550a0907210317jcb098f2q27df31b575098df0@mail.gmail.com> From: Romeo Paras To: gary.jennejohn@freenet.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: x11@freebsd.org Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 10:17:58 -0000 after i deleted some junks in my root i tried it again and I received this errror message; Adding user "cacti" failed.. Do I need to install first apache22 and PH5 before installing cacti? thanks On Tue, Jul 21, 2009 at 6:14 PM, Gary Jennejohn wrote: > On Tue, 21 Jul 2009 17:32:36 +0800 > Romeo Paras wrote: > > > here's the error.. after reinstall CACTI, > > > > ===> Returning to build of cacti-0.8.7e > > ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found > > Added group "cacti". > > > > /: create/symlink failed, no inodes free > > pwd_mkdb: /etc/spwd.db.tmp: No space left on device > > pw: passwd file update: No such file or directory > > Adding user "cacti" failed... > > *** Error code 1 > > > > any comments or solution? thanks > > > > Delete some junk from your root (/) file system. > > --- > Gary Jennejohn > From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 10:44:09 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE4921065670 for ; Tue, 21 Jul 2009 10:44:09 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 92BFA8FC1D for ; Tue, 21 Jul 2009 10:44:09 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: by mail-yx0-f181.google.com with SMTP id 11so4723893yxe.3 for ; Tue, 21 Jul 2009 03:44:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=uikzz4eGjIze2QFbauKW0o8dVMTqUrw2I0nyA9AyvXc=; b=oDgobww2yjbeEFEoYErOKR6/awjuBhWNvgrTrCyxEq25YL8fgOy5Meadz8y3/5RGrr WZEqMZ+lWihp8bvW/W8xPB4PQWUAsMFDDsqha/cDjvhsnZCTsRvTc+XfyjBH7zEObsKM h2IODZ4K1MULfZYdB5K/JNQF896PX+DZsnSBw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=SeogBJ84L6k10SAyNia0OFaBVfzOc5c2Mpbxq0x3kIFa4u3lXeX6d//7pucdA5pjiw d3ce5bcVUTWkbn3TlA8A9ekpxoOJ6ZJLfpuY1xnZ6S7MN8ySEOwXCAaSw2Ea2B+Lo82A YiCCEXcG+fy0nM3sUIPNa1tguR5yMI4x+apGU= MIME-Version: 1.0 Received: by 10.90.55.3 with SMTP id d3mr1825041aga.15.1248173049380; Tue, 21 Jul 2009 03:44:09 -0700 (PDT) In-Reply-To: <47f6550a0907210317jcb098f2q27df31b575098df0@mail.gmail.com> References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> <20090721121440.275e1aa0@ernst.jennejohn.org> <47f6550a0907210317jcb098f2q27df31b575098df0@mail.gmail.com> Date: Tue, 21 Jul 2009 18:44:09 +0800 Message-ID: <47f6550a0907210344v53714403w349e09972a15ca9c@mail.gmail.com> From: Romeo Paras To: gary.jennejohn@freenet.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: x11@freebsd.org Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 10:44:10 -0000 here's the error when I tried to install cacti again; romeo# make install clean ===> Installing for cacti-0.8.7e ===> cacti-0.8.7e depends on executable: rrdtool - found ===> cacti-0.8.7e depends on file: /usr/local/include/php/main/php.h - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/mysql.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/pcre.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/session.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/sockets.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/snmp.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/xml.so - found ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found cacti:*:107: You already have a group "cacti", so I will use it. pw: user 'cacti' already exists Adding user "cacti" failed... *** Error code 1 Stop in /usr/ports/net-mgmt/cacti. so, what do you think is the problem? thanks On Tue, Jul 21, 2009 at 6:17 PM, Romeo Paras wrote: > after i deleted some junks in my root i tried it again and I received this > errror message; > > Adding user "cacti" failed.. > > Do I need to install first apache22 and PH5 before installing cacti? thanks > > > On Tue, Jul 21, 2009 at 6:14 PM, Gary Jennejohn > wrote: > >> On Tue, 21 Jul 2009 17:32:36 +0800 >> Romeo Paras wrote: >> >> > here's the error.. after reinstall CACTI, >> > >> > ===> Returning to build of cacti-0.8.7e >> > ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found >> > Added group "cacti". >> > >> > /: create/symlink failed, no inodes free >> > pwd_mkdb: /etc/spwd.db.tmp: No space left on device >> > pw: passwd file update: No such file or directory >> > Adding user "cacti" failed... >> > *** Error code 1 >> > >> > any comments or solution? thanks >> > >> >> Delete some junk from your root (/) file system. >> >> --- >> Gary Jennejohn >> > > From owner-freebsd-x11@FreeBSD.ORG Tue Jul 21 12:14:13 2009 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F35B21065670 for ; Tue, 21 Jul 2009 12:14:12 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4B48FC0C for ; Tue, 21 Jul 2009 12:14:12 +0000 (UTC) (envelope-from romeoparas@gmail.com) Received: by yxe11 with SMTP id 11so4798085yxe.3 for ; Tue, 21 Jul 2009 05:14:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=kxO6NvDkwPDHF4mcit7anSsDNa7BXMikxvX+aa6CJt0=; b=nB3LxGAbI937nwPTJLCwCbgEo8n+Tbh+6RYJHxcxQyPLJWOku3TaDiLCWMmK5CgN1v p7VLnPS/6NkfynMrCrDdEZlRuczEZlWQ7iyBtiXtT72CAQJLmh/bGc1xfAeGkZiWQNDz vX+ZyeTLPjv5JwvOa4D/abAuJ4+cn3DZXNYZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eRU3e4KrNl8A2XPNtQnWzeHU/eXImIQyVdwPjuqwbw0S+qOO7PWvtkivtwjfi7D9pb /bse35rxIBK77+QChJ+nmr2gyihGcsEjuiV0pe+p7t1FGL58zhw/MVh8tuJvqgelts4S XXV4Hktuv/+byWivsglTWpjRHt+K5c0x8kjDo= MIME-Version: 1.0 Received: by 10.90.25.7 with SMTP id 7mr656947agy.42.1248178451528; Tue, 21 Jul 2009 05:14:11 -0700 (PDT) In-Reply-To: <6201873e0907210505n2fa1b91fu511ec9dfbd0d242b@mail.gmail.com> References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> <6201873e0907210505n2fa1b91fu511ec9dfbd0d242b@mail.gmail.com> Date: Tue, 21 Jul 2009 20:14:11 +0800 Message-ID: <47f6550a0907210514y5d24b133pc44742c5c1ec8d05@mail.gmail.com> From: Romeo Paras To: Adam Vande More , x11@freebsd.org, gary.jennejohn@freenet.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 12:14:13 -0000 I already free some spaces and when I tried it again by running ' make install clean' i received these errors; cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/session.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/sockets.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/snmp.so - found ===> cacti-0.8.7e depends on file: /usr/local/lib/php/20060613/xml.so - found ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found cacti:*:107: You already have a group "cacti", so I will use it. pw: user 'cacti' already exists Adding user "cacti" failed... *** Error code 1 stop at /usr/ports/net-mgmt/cacti what will I do next? thanks On Tue, Jul 21, 2009 at 8:05 PM, Adam Vande More wrote: > On Tue, Jul 21, 2009 at 4:32 AM, Romeo Paras wrote: > >> here's the error.. after reinstall CACTI, >> >> ===> Returning to build of cacti-0.8.7e >> ===> cacti-0.8.7e depends on shared library: mysqlclient.15 - found >> Added group "cacti". >> >> /: create/symlink failed, no inodes free >> pwd_mkdb: /etc/spwd.db.tmp: No space left on device >> pw: passwd file update: No such file or directory >> Adding user "cacti" failed... >> *** Error code 1 >> >> any comments or solution? thanks >> >> On Tue, Jul 21, 2009 at 1:14 PM, Anonymous wrote: >> >> > (Just because I may know smth about libGL configure failure doesn't mean >> > I ever used Cacti. So, don't drop x11@freebsd.org from CC.) >> > >> > Romeo Paras writes: >> > >> > > here's what I did... >> > > >> > > I went to these directories: >> > > >> > > /usr/ports/graphics/libGL. >> > > >> > > /usr/ports/graphics/libGLU. >> > > >> > > /usr/ports/graphics/glitz. >> > > >> > > /usr/ports/graphics/cairo. >> > > >> > > /usr/ports/graphics/cairo. >> > > >> > > /usr/ports/databases/rrdtool. >> > > >> > > /usr/ports/databases/rrdtool. >> > > >> > > and issue this commands; >> > > >> > > # make clean >> > > #make install clean >> > > >> > > if there's an error i used this command pkg_add -r >> > >> > What errors? Can you post them? >> > >> > > >> > > after this procedure I checked /var/db/pkg >> > > >> > > I saw on the list the libGL, libGLU, cairo, and rrdtool, >> > > >> > > does this mean evrything is ok? >> > >> > Unless Cacti doesn't work correctly then "yes". >> > >> > > so do I need to repeat the installation for cacti? >> > >> > If you encounter problems try installing all dependencies and Cacti >> > itself via `pkg_add -r' or via ports without intermixing both. >> > >> > > Clean out your root partition. > > > -- > Adam Vande More > From owner-freebsd-x11@FreeBSD.ORG Wed Jul 22 05:30:10 2009 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F27FE106566C for ; Wed, 22 Jul 2009 05:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E097A8FC08 for ; Wed, 22 Jul 2009 05:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6M5U9Xo013195 for ; Wed, 22 Jul 2009 05:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6M5U9br013192; Wed, 22 Jul 2009 05:30:09 GMT (envelope-from gnats) Date: Wed, 22 Jul 2009 05:30:09 GMT Message-Id: <200907220530.n6M5U9br013192@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Anonymous Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anonymous List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2009 05:30:10 -0000 The following reply was made to PR ports/136806; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136806: [patch] graphics/libdrm: update to 2.4.12; Date: Wed, 22 Jul 2009 09:21:07 +0400 I'll abuse this PR one more time. Here is an updated nouveau patch: - new snapshot 20090721.f70287c tested on Xserver 1.6.1 with drm-nouveau-062309.patch - move SNAPDATE and SNAPREV to ${MASTERDIR}/Makefile.rev Now, to get fresh snapshot one needs to run $ make maint-gen-distfile && make makesum without touching Makefile. And to get diff for it like I do $ ( cd ../..; cvs diff -upN x11-drivers/xf86-video-nouveau ) Note: with advent of AM_SILENT_RULES in f70287c revision you need automake-1.11 to be able to generate distfile. You can use my diff for now[1]. [1] ftp://ftp.lissyara.su/users/Guest/automake111.diff --- xf86-video-nouveau.diff begins here --- Index: x11-drivers/xf86-video-nouveau/Makefile =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- x11-drivers/xf86-video-nouveau/Makefile 16 May 2009 14:01:34 -0000 1.6 +++ x11-drivers/xf86-video-nouveau/Makefile 22 Jul 2009 04:02:01 -0000 @@ -20,15 +20,18 @@ MAN4= nouveau.4x MAKE_JOBS_SAFE= yes -SNAPDATE= 20090514 -SNAPREV= 9656762 - post-configure: ${REINPLACE_CMD} '/NV_DRIVER_DATE/s/".*"/"${SNAPDATE}.${SNAPREV}"/' ${WRKSRC}/config.h +post-install: .SILENT + ${ECHO_MSG} + ${CAT} ${PKGMESSAGE} + ${ECHO_MSG} + GIT_WORK= ${WRKDIR}/${PORTNAME}.git-clone -GIT_REV= $$(date -ur$$(git log --pretty=format:%ct -1 \ - ) +%Y%m%d).$$(git log --pretty=format:%h -1) +GIT_DATE= $$(date -ur$$(git log --pretty=format:%ct -1 ) +%Y%m%d) +GIT_REV= $$(git log --pretty=format:%h -1) +NEWDISTNAME= ${DISTNAME:S/${SNAPDATE}.${SNAPREV}$$//}${GIT_DATE}.${GIT_REV} maint-gen-distfile: git clone git://anongit.freedesktop.org/nouveau/xf86-video-nouveau \ @@ -37,11 +40,17 @@ maint-gen-distfile: ( cd ${GIT_WORK}; \ git log --stat >ChangeLog; \ autoreconf -if; \ - ${TAR} cjf ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME:S/${SNAPDATE}.${SNAPREV}$$//}${GIT_REV}.tar.bz2 \ - --exclude '.git*' --exclude autogen.sh --exclude autom4te.cache \ - -s "|${GIT_WORK}|${DISTNAME:S/${SNAPDATE}.${SNAPREV}$$//}${GIT_REV}|" \ - ${GIT_WORK} ) + ${TAR} cjf ${DISTDIR}/${DIST_SUBDIR}/${NEWDISTNAME}${EXTRACT_SUFX} \ + --exclude '.git*' --exclude autogen.sh \ + --exclude autom4te.cache \ + -s "|${GIT_WORK}|${NEWDISTNAME}|" \ + ${GIT_WORK}; \ + ${ECHO_CMD} "SNAPDATE= ${GIT_DATE}" \ + >${MASTERDIR}/Makefile.rev; \ + ${ECHO_CMD} "SNAPREV= ${GIT_REV}" \ + >>${MASTERDIR}/Makefile.rev ) ${RM} -rf ${GIT_WORK} +.include "Makefile.rev" .include Index: x11-drivers/xf86-video-nouveau/Makefile.rev =================================================================== RCS file: x11-drivers/xf86-video-nouveau/Makefile.rev diff -N x11-drivers/xf86-video-nouveau/Makefile.rev --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-drivers/xf86-video-nouveau/Makefile.rev 22 Jul 2009 04:03:29 -0000 @@ -0,0 +1,2 @@ +SNAPDATE= 20090721 +SNAPREV= f70287c Index: x11-drivers/xf86-video-nouveau/distinfo =================================================================== RCS file: /home/csup/ports/x11-drivers/xf86-video-nouveau/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- x11-drivers/xf86-video-nouveau/distinfo 16 May 2009 14:01:34 -0000 1.3 +++ x11-drivers/xf86-video-nouveau/distinfo 22 Jul 2009 04:04:26 -0000 @@ -1,3 +1,3 @@ -MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 86aff4923c1b2143aae0f7f2ac65b5a3 -SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = eaa2f230770338c08839d0c6f7211ef9624a19eb305689f3f012df3ab92cb5c7 -SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090514.9656762.tar.bz2) = 556039 +MD5 (xorg/driver/xf86-video-nouveau-0.0.10.20090721.f70287c.tar.bz2) = b0782867e4e8783dde1a069a53161eed +SHA256 (xorg/driver/xf86-video-nouveau-0.0.10.20090721.f70287c.tar.bz2) = a783f1d4699d338245cfbf0194073ec1e68ec642a802a3b6396cafd5ebd8cbff +SIZE (xorg/driver/xf86-video-nouveau-0.0.10.20090721.f70287c.tar.bz2) = 552613 Index: x11-drivers/xf86-video-nouveau/pkg-message =================================================================== RCS file: x11-drivers/xf86-video-nouveau/pkg-message diff -N x11-drivers/xf86-video-nouveau/pkg-message --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ x11-drivers/xf86-video-nouveau/pkg-message 15 Jul 2009 22:19:29 -0000 @@ -0,0 +1,15 @@ +The DRM part is still not in the kernel tree and will not be there +until it stabilized. It won't happen anytime soon. So, consider using +the following patch in the meantime unless you don't want any hardware +accelerated 2D like EXA and Xvideo. + +http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch + +Installing it should be as simple as below procedure provided you have +base sources in /usr/src. + + # cd /usr/src/sys + # fetch http://people.freebsd.org/~rnoland/drm-nouveau-062309.patch + # patch -sp0 -i drm-nouveau-062309.patch + # cd modules/drm + # make depend all install --- xf86-video-nouveau.diff ends here --- From owner-freebsd-x11@FreeBSD.ORG Thu Jul 23 22:38:18 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D4E91065672 for ; Thu, 23 Jul 2009 22:38:18 +0000 (UTC) (envelope-from alvest@brakiri.com) Received: from p3plsmtpa01-09.prod.phx3.secureserver.net (p3plsmtpa01-09.prod.phx3.secureserver.net [72.167.82.89]) by mx1.freebsd.org (Postfix) with SMTP id D398B8FC19 for ; Thu, 23 Jul 2009 22:38:17 +0000 (UTC) (envelope-from alvest@brakiri.com) Received: (qmail 17890 invoked from network); 23 Jul 2009 22:11:37 -0000 Received: from unknown (65.60.165.112) by p3plsmtpa01-09.prod.phx3.secureserver.net (72.167.82.89) with ESMTP; 23 Jul 2009 22:11:37 -0000 Message-ID: <4A68E018.7030607@brakiri.com> Date: Thu, 23 Jul 2009 18:11:36 -0400 From: Albert Vest User-Agent: Thunderbird 2.0.0.22 (X11/20090722) MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <47f6550a0907202016j106f2621p17128b2a6fc42e46@mail.gmail.com> <86y6qihdme.fsf@gmail.com> <47f6550a0907202132q73577ac8wad3ce2884ed39728@mail.gmail.com> <86ws62bota.fsf@gmail.com> <47f6550a0907210232l764ee35ej5c2a9a61ecf5c989@mail.gmail.com> <6201873e0907210505n2fa1b91fu511ec9dfbd0d242b@mail.gmail.com> <47f6550a0907210514y5d24b133pc44742c5c1ec8d05@mail.gmail.com> In-Reply-To: <47f6550a0907210514y5d24b133pc44742c5c1ec8d05@mail.gmail.com> X-Enigmail-Version: 0.95.6 OpenPGP: id=89012AB2 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cacti installation error X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 22:38:18 -0000 Romeo Paras wrote: > I already free some spaces and when I tried it again by running ' make > install clean' i received these errors; > pw: user 'cacti' already exists > Adding user "cacti" failed... > *** Error code 1 > > stop at /usr/ports/net-mgmt/cacti > > what will I do next? If it were my machine, I'd conclude that adding user "cacti" failed because it's already there, and stupid script can't add what's already there so it throws an error... So I would try "make -i install" next, and see what happens. The -i means "ignore errors" - you might try "man make" too while you're at it. Good luck, -- Albert Vest, Al Vest at Brakiri dot com