From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 04:28:49 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 961C6106566B for ; Sun, 6 Apr 2008 04:28:49 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 42FAB8FC0A for ; Sun, 6 Apr 2008 04:28:49 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so137867ywt.13 for ; Sat, 05 Apr 2008 21:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VnpC/0jX7MJPX/+E+qo66+6zZPjz0FPfEktor7/R9Nw=; b=RUGnMxiIrUibCSn12HleH+5VFr1/Oywc30pb8VdTNu8jPpMK5j01LLnfYq0SbSp6+GNp4pwkQiWKK/cisHKbi5FfSWm6K+E88VthuKbDyGihqgtGcW1YfcjlH7/dyPvbISxbijTs16P4QzxXFOP5egYqEdvboIIt/Qv59LE2Gy4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=w9aM14kZHN6mLOVjOGINOe37vwFNNxttAyEf/zKFHkSu0nCoyk4gdatZywDgvpDGy7tkZsBAcHtdZZ4yrZwYte9DaX1i7f5OR/TmSNJkbcSKuSzt7L+zEeo7lyw4X9i53/S9hIi3sLRYWRBVyil1OfxbfPMZlK8NswyMjLy3qkI= Received: by 10.150.203.8 with SMTP id a8mr1752083ybg.125.1207456128621; Sat, 05 Apr 2008 21:28:48 -0700 (PDT) Received: by 10.150.196.16 with HTTP; Sat, 5 Apr 2008 21:28:48 -0700 (PDT) Message-ID: <6eb82e0804052128m3d98fcf1i2907dc87f4507336@mail.gmail.com> Date: Sun, 6 Apr 2008 12:28:48 +0800 From: "Rong-en Fan" To: "Robert Huff" In-Reply-To: <18423.61538.307628.958223@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18422.38366.960673.577266@jerusalem.litteratus.org> <6eb82e0804042018i59194ebdq821987337a469edd@mail.gmail.com> <18422.61838.5531.886296@jerusalem.litteratus.org> <6eb82e0804042116g328a1f67mb25568edba051e13@mail.gmail.com> <18423.70.85016.808902@jerusalem.litteratus.org> <18423.61538.307628.958223@jerusalem.litteratus.org> Cc: ports@freebsd.org, kib@freebsd.org Subject: Re: problem compiling sysutils-kmod X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 04:28:49 -0000 On Sun, Apr 6, 2008 at 5:34 AM, Robert Huff wrote: > Robert Huff writes: > > > > > OK, then do a buildkernel then build fusefs-kmod. Another way is not to > > > set KERNCONF in make.conf. > > > > I think that's the winner; KERNCONF is set in make.conf. > > Stand by for testing. > > If I just remove the KERNCONF, I get this: > > cc -O -pipe -g -march=pentium4 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I../include -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 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c fuse_vfsops.c > fuse_vfsops.c: In function 'fuse_mount': > fuse_vfsops.c:262: error: 'AT_FDCWD' undeclared (first use in this function) > fuse_vfsops.c:262: error: (Each undeclared identifier is reported only once > fuse_vfsops.c:262: error: for each function it appears in.) > > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/fuse_module. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0. > *** Error code 1 > > Stop in /usr/ports/sysutils/fusefs-kmod. > *** Error code 1 > > If I leave the KERNCONF in and build the kernel ... I get the > exact same thing. Which os version are you running? Looks like you are running -CURRENT? If so, I think kib@ (CC'ed) may be able to answer your question. He committed the AT_FDCWD related stuffs. Regards, Rong-En Fan > > > Robert Huff > > From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 04:42:06 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32194106566C for ; Sun, 6 Apr 2008 04:42:06 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8A8178FC14 for ; Sun, 6 Apr 2008 04:42:05 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 06 Apr 2008 00:42:06 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id JUY19149; Sun, 6 Apr 2008 00:42:04 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 06 Apr 2008 01:46:36 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18424.21660.134208.822479@jerusalem.litteratus.org> Date: Sun, 6 Apr 2008 00:42:04 -0400 To: "Rong-en Fan" In-Reply-To: <6eb82e0804052128m3d98fcf1i2907dc87f4507336@mail.gmail.com> References: <18422.38366.960673.577266@jerusalem.litteratus.org> <6eb82e0804042018i59194ebdq821987337a469edd@mail.gmail.com> <18422.61838.5531.886296@jerusalem.litteratus.org> <6eb82e0804042116g328a1f67mb25568edba051e13@mail.gmail.com> <18423.70.85016.808902@jerusalem.litteratus.org> <18423.61538.307628.958223@jerusalem.litteratus.org> <6eb82e0804052128m3d98fcf1i2907dc87f4507336@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: ports@freebsd.org, kib@freebsd.org Subject: Re: problem compiling sysutils-kmod X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 04:42:06 -0000 Rong-en Fan writes: > Which os version are you running? Looks like you are running > -CURRENT? Correct. Robert Huff From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 07:25:31 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF369106566B for ; Sun, 6 Apr 2008 07:25:31 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-4.exch015.msoutlookonline.net (exhub015-4.exch015.msoutlookonline.net [207.5.72.96]) by mx1.freebsd.org (Postfix) with ESMTP id 90C1B8FC1A for ; Sun, 6 Apr 2008 07:25:31 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from smgellar.p6m7g8.net (70.88.236.22) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.240.5; Sun, 6 Apr 2008 00:25:31 -0700 Message-ID: <47F87AEA.7090501@p6m7g8.com> Date: Sun, 6 Apr 2008 03:25:30 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications User-Agent: Thunderbird 2.0.0.9 (X11/20071217) MIME-Version: 1.0 To: Maxim Khitrov References: <26ddd1750804041811p4bb2c4f5tbab3f9659f88e8bb@mail.gmail.com> <47F7CBBD.4050107@p6m7g8.com> <26ddd1750804051234s67ba8b70l1276fe964e34ab62@mail.gmail.com> <47F7D845.9030807@p6m7g8.com> <26ddd1750804051301w3b6d6f1fw6599bfc6d66fa363@mail.gmail.com> In-Reply-To: <26ddd1750804051301w3b6d6f1fw6599bfc6d66fa363@mail.gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Custom Package Server X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 07:25:31 -0000 Maxim Khitrov wrote: > I'll take a look at it, but from the description it sounds like I'd > have the same problem. For example, I need to install php5 on two of > the machines, but one doesn't need the cgi binary, only cli. There > doesn't seem to be an easy way to separate the two builds without a > second jail. It does exactly that. $ /tc createBuild -b 7.0-PHPB -j 7.0 -p FreeBSD \ -d "7.0-RELEASE with PHP Binary" $ /tc createBuild -b 7.0-PHP -j 7.0 -p FreeBSD \ -d "7.0-RELEASE without PHP Binary" you then have a different make.conf for each and both share the same ports and src trees. -- ------------------------------------------------------------------------ Philip M. Gollucci (pgollucci@p6m7g8.com) c:703.336.9354 Consultant / http://p6m7g8.net/Resume/resume.txt http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 07:27:44 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F47106564A for ; Sun, 6 Apr 2008 07:27:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 841A78FC15 for ; Sun, 6 Apr 2008 07:27:44 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 135882218A90; Sun, 6 Apr 2008 17:27:43 +1000 (EST) X-Viruscan-Id: <47F87B6E0000551351BDF6@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id C23E421B222E; Sun, 6 Apr 2008 17:27:42 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 67AF82218A6A; Sun, 6 Apr 2008 17:27:42 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 6E23B16D; Sun, 6 Apr 2008 17:27:41 +1000 (EST) Date: Sun, 6 Apr 2008 17:27:41 +1000 From: Edwin Groothuis To: ports@freebsd.org Message-ID: <20080406072741.GA3158@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: gnome@freebsd.org Subject: textproc/libxslt distfile mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 07:27:44 -0000 The distfiles for textproc/libxslt are corruped on one mastersite: It looks ftp://xmlsoft.org/libxslt/ sends out corrupted versions of libxslt-1.1.22.tar.gz. The other mastersite is fine. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 07:54:20 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B103106566C for ; Sun, 6 Apr 2008 07:54:20 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id D4FFC8FC0C for ; Sun, 6 Apr 2008 07:54:19 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so804490wxd.7 for ; Sun, 06 Apr 2008 00:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=DKfvTk7ddWBP40dHbSrNPo7dk6ceCEw+gtHoyVj20kU=; b=sUxbTensGBTZEcLENigwD3pkxwrAbd4bhYYn68extbnGFaHocaTdBfgajnwGMUoxnOkuw5k23aa/M5J9dclSibCN1vHHYYyop/M/DMVQDNpAqHVvlJ4+TNNehI+X1sKSNjj+GGfmEBjY+Lac9W3A/2LJYuDDZNZqNffTe9n/XUA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=G03arLvJENcFjgUFzlSR25XBEVyIm1uWXfv8f5MCo7nsFP742aC5/boTl9aQFO2tp7L8vtd+ECBL5EG5RveK5Pa66HOeytZOCuDrVvbAFBqlGTsZSqGDjtJZgQYLVQzTCsaqXsUnuzesTFPStbaO0yY7XL9M6uI4MSdmDT8YB1I= Received: by 10.141.33.21 with SMTP id l21mr1130473rvj.140.1207468458619; Sun, 06 Apr 2008 00:54:18 -0700 (PDT) Received: by 10.141.186.2 with HTTP; Sun, 6 Apr 2008 00:54:18 -0700 (PDT) Message-ID: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> Date: Sun, 6 Apr 2008 02:54:18 -0500 From: "Sam Fourman Jr." To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Wine wine-0.9.59 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 07:54:20 -0000 hello, I just upgraded to wine-0.9.59 from http://bugs.winehq.org/show_bug.cgi?id=1798, and it seems when I start World Of Warcraft, in full screen my app looses keyboard focus, and the terminal window that I type wine wow.exe in has my keyboard focus. this never happened before in wine-0.9.57. I did some searching on google is this related? http://bugs.winehq.org/show_bug.cgi?id=1798 , in the wine notes for wine 0.9.58 it states that they fixed the keyboard focus bug. but I seem to have caught the bug now. any ideas? Sam Fourman Jr. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 08:26:51 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 958C3106566B for ; Sun, 6 Apr 2008 08:26:51 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.233]) by mx1.freebsd.org (Postfix) with ESMTP id 2A99E8FC1E for ; Sun, 6 Apr 2008 08:26:50 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so691682wra.13 for ; Sun, 06 Apr 2008 01:26:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; bh=Eb6HC+nY57AfczeqY2VMQiqD15BNFORZ0VeZ8uD01lg=; b=jSxC6QVgVHCE+GtuSVJJVx0pg7O67PGIKC/Sb9Yy7FrICa8UGUR7WemQOk4t5RQ8b8q/J7SR5scGG4Oj/xyHobSF+pR1udDyAuVuT9gqfJ/3rTro/fYQVv9TRBMl4tAupTgZrX1eEF/YpFr7ri3jfFXxezVUOHVdr0j9nseWRoA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; b=jKZZ7peT59iwCZ3xpdZgmAa+w7b76Z8AzSXlo07Re6vqajJnz9jSx0KzpUew3OKoE0L8A/DKv67Z7JEuyvcIQr4MRK+yoOyftv1giAGgnBBV0r84z4Il+rHVebVR8/qp8O5AQcNjuAoTkhOvBMRHlf8Y0hdXJpdB+erFinz0iQI= Received: by 10.114.26.18 with SMTP id 18mr4506007waz.130.1207470409835; Sun, 06 Apr 2008 01:26:49 -0700 (PDT) Received: from chateau.d.lf ( [122.162.250.89]) by mx.google.com with ESMTPS id m29sm11694248poh.10.2008.04.06.01.26.47 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 01:26:49 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: freebsd-ports@freebsd.org Organization: /\/0/\/3 References: <87sky2183w.fsf@chateau.d.lf> <1207426207.47072.9.camel@shumai.marcuscom.com> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d (Joe Marcus Clarke's message of "Sat, 05 Apr 2008 16:10:07 -0400") Message-ID: <87prt3xubf.fsf@chateau.d.lf> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Subject: Re: net/avahi-app-0.6.22 not returning correct IPv6 link-local address. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 08:26:51 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> Joe Marcus Clarke writes: Joe> On Sun, 2008-04-06 at 03:38 +0900, Hajimu UMEMOTO wrote: >> Hi, >>=20 >> >>>>> On Fri, 04 Apr 2008 11:20:43 +0530 >> >>>>> Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6= =E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 said: >>=20 wahjava> I noticed that avahi-resolve is returning incorrect IPv6 link-= local wahjava> address for a local interface. >>=20 wahjava> I tried looking up for the issue myself, but I'm not familiar = with the wahjava> interface, avahi is using to lookup interface's address. >>=20 wahjava> ---->8---->8---- wahjava> [abbe@monte-cristo ~/ports/avahi-app]$ ifconfig rl0 wahjava> rl0: flags=3D8843 metr= ic 0 mtu 1500 wahjava> options=3D8 wahjava> ether 00:1b:38:ea:5c:76 wahjava> inet6 fe80::21b:38ff:feea:5c76%rl0 prefixlen 64 scopeid 0x1=20 wahjava> inet 172.16.0.7 netmask 0xffffffe0 broadcast 172.16.0.31 wahjava> inet6 fdxx:xxxx:xxxx::yyyy prefixlen 48=20 wahjava> media: Ethernet autoselect (100baseTX ) wahjava> status: active wahjava> [abbe@monte-cristo ~/ports/avahi-app]$ avahi-resolve -6 -n mon= te-cristo.local wahjava> monte-cristo.local fe80:1::21b:38ff:feea:5c76 wahjava> [abbe@monte-cristo ~/ports/avahi-app]$ uname -a wahjava> FreeBSD monte-cristo.fr 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Su= n Mar 30 wahjava> 12:05:36 IST 2008 root@monte-cristo.fr:/usr/obj/usr/src/sy= s/ULE wahjava> amd64=20 wahjava> ----8<----8<---- >>=20 wahjava> Can anyone else confirm this ? Or problem with my configuratio= n, hmm...? >>=20 >> It seems a KAME specific embedded scope-id is exposed. Pleased try >> the attached patch. Joe> This works. I also committed another patch which adds proper scope Joe> detection. Thanks! This works for me too. Thanks :) =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+IlJHy+EEHYuXnQRAgYaAKCu/eK095WmooBQ1sXt+mHA6kB0mQCfe1u+ lO8+K6qT7ICEyAR3xINWdF0= =LmCY -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 08:37:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 017B2106566C for ; Sun, 6 Apr 2008 08:37:47 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id A87FC8FC14 for ; Sun, 6 Apr 2008 08:37:46 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so705721waf.3 for ; Sun, 06 Apr 2008 01:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type:sender; bh=fAmOsohsmE9t9iVbl+LXZeS6Atk3mJUO7Uh4sevPyW8=; b=LPdJCzyHYdJxEx67S0TtK39ulVuht/fbhymlQHF/pTq3TjEuQyV3bcDxSXaXn5N7wSqC0Eg1jJE3/t2/tKb+og/NWn1JzR0QHh3mllSE5KelwOSOsUQQ2Dih43u3FcSXasGZXh9iN7zVq7NIekXAFBqr/gFYWf335lthC5rczao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:organization:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type:sender; b=RNE5B5eLoBlNZy12kgFJl3+LdQWF5u7DqaY9oCD0empJh5Roa52SXcUDv/bNTjIztDlCNsz6rc2DGrsk8IIlMZ+mt/5M4VGHNjgydiDDsEw8UzEBKwQgJ2u207kxrx59GUUTWnjxKmA32ep0c4woTGSldhwRtBxsCX5YERh6mZ4= Received: by 10.114.126.1 with SMTP id y1mr4584302wac.41.1207471066174; Sun, 06 Apr 2008 01:37:46 -0700 (PDT) Received: from chateau.d.lf ( [122.162.250.99]) by mx.google.com with ESMTPS id q20sm12208009pog.0.2008.04.06.01.37.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 01:37:45 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: FreeBSD Ports Mailing List Organization: /\/0/\/3 X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Subject: net/avahi-app-0.6.22 not returning IPv6 non-link local addresses. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 08:37:47 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi list, I've assigned an ULA address[1] to my network interface rl0, but avahi is not considering that address for mDNSing, instead it mDNSes link-local address, whereas in my Linux boxen, Avahi mDNSes non-link-local address (if available). =2D---8<----8<---- [abbe@monte-cristo ~]$ ifconfig rl0 rl0: flags=3D8843 metric 0 mtu 1500 options=3D8 ether 00:1b:38:ea:5c:76 inet6 fe80::21b:38ff:feea:5c76%rl0 prefixlen 64 scopeid 0x1=20 inet 172.16.0.7 netmask 0xffffffe0 broadcast 172.16.0.31 inet6 fdxx:xxxx:xxxx::xxxx prefixlen 48=20 media: Ethernet autoselect (100baseTX ) status: active [abbe@monte-cristo ~]$ avahi-resolve -6 -n monte-cristo.local monte-cristo.local fe80::21b:38ff:feea:5c76 =2D--- Looks like avahi-core/iface-pfroute.c needs to be fixed for this too. References: [1] - http://en.wikipedia.org/wiki/Unique_local_address TIA =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+IvZHy+EEHYuXnQRArwNAKC2ORvDw0Y4d+xt8Fph2aWk8M4kMQCgl8Ku YYcKxce3jDUIkEwkmhugMjw= =EJIk -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 09:58:14 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 827541065670 for ; Sun, 6 Apr 2008 09:58:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from relay02.kiev.sovam.com (relay02.kiev.sovam.com [62.64.120.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0478C8FC14 for ; Sun, 6 Apr 2008 09:58:13 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from [212.82.216.226] (helo=skuns.kiev.zoral.com.ua) by relay02.kiev.sovam.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1JiR1d-0003kC-JQ for ports@freebsd.org; Sun, 06 Apr 2008 12:18:57 +0300 Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by skuns.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m369J0QI043449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Apr 2008 12:19:00 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m369Ioat055141; Sun, 6 Apr 2008 12:18:50 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id m369IoRi055140; Sun, 6 Apr 2008 12:18:50 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 6 Apr 2008 12:18:50 +0300 From: Kostik Belousov To: Rong-en Fan Message-ID: <20080406091850.GB21209@deviant.kiev.zoral.com.ua> References: <18422.38366.960673.577266@jerusalem.litteratus.org> <6eb82e0804042018i59194ebdq821987337a469edd@mail.gmail.com> <18422.61838.5531.886296@jerusalem.litteratus.org> <6eb82e0804042116g328a1f67mb25568edba051e13@mail.gmail.com> <18423.70.85016.808902@jerusalem.litteratus.org> <18423.61538.307628.958223@jerusalem.litteratus.org> <6eb82e0804052128m3d98fcf1i2907dc87f4507336@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="livrSZtJkVq9DDdS" Content-Disposition: inline In-Reply-To: <6eb82e0804052128m3d98fcf1i2907dc87f4507336@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on skuns.kiev.zoral.com.ua X-Scanner-Signature: efe3bc1504fa577d936f03857ce6b673 X-DrWeb-checked: yes X-SpamTest-Envelope-From: kostikbel@gmail.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 2569 [Apr 04 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Method: none X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release Cc: ports@freebsd.org, Robert Huff Subject: Re: problem compiling sysutils-kmod X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 09:58:14 -0000 --livrSZtJkVq9DDdS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 06, 2008 at 12:28:48PM +0800, Rong-en Fan wrote: > On Sun, Apr 6, 2008 at 5:34 AM, Robert Huff wrote: > > Robert Huff writes: > > > > > > > > OK, then do a buildkernel then build fusefs-kmod. Another way is= not to > > > > set KERNCONF in make.conf. > > > > > > I think that's the winner; KERNCONF is set in make.conf. > > > Stand by for testing. > > > > If I just remove the KERNCONF, I get this: > > > > cc -O -pipe -g -march=3Dpentium4 -Werror -D_KERNEL -DKLD_MODULE -std= =3Dc99 -nostdinc -I../include -I. -I@ -I@/contrib/altq -finline-limit=3D80= 00 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -f= no-common -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx= -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-d= ecls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c= fuse_vfsops.c > > fuse_vfsops.c: In function 'fuse_mount': > > fuse_vfsops.c:262: error: 'AT_FDCWD' undeclared (first use in this fun= ction) > > fuse_vfsops.c:262: error: (Each undeclared identifier is reported only= once > > fuse_vfsops.c:262: error: for each function it appears in.) > > > > *** Error code 1 > > > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/fus= e_module. > > *** Error code 1 > > > > Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0. > > *** Error code 1 > > > > Stop in /usr/ports/sysutils/fusefs-kmod. > > *** Error code 1 > > > > If I leave the KERNCONF in and build the kernel ... I get the > > exact same thing. >=20 > Which os version are you running? Looks like you are running -CURRENT? > If so, I think kib@ (CC'ed) may be able to answer your question. He commi= tted > the AT_FDCWD related stuffs. You need to #include for namei. The __FreeBSD_version will be bumped after the linux part of the patch is committed. Most likely, this will take several days. --livrSZtJkVq9DDdS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkf4lXoACgkQC3+MBN1Mb4jeEQCgiDUDOJYQs1pvqETCMzsQpbk/ iVEAoJpZoK1vv6+jqwjgPeLxRPzFsVVk =yHUp -----END PGP SIGNATURE----- --livrSZtJkVq9DDdS-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 10:57:09 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246BC106564A for ; Sun, 6 Apr 2008 10:57:09 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id C3F4A8FC0A for ; Sun, 6 Apr 2008 10:57:08 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so742872waf.3 for ; Sun, 06 Apr 2008 03:57:08 -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:organization:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type:sender; bh=LuYN5cpW9syD2iYoDiGKpBQOuyGoJM3dRZUaW7XrZzI=; b=aJBKD8/DpIr55oo71zHELkMzbb8fUeFiTCGeWdT+T5x6GC7cSRlZT33ZRWxLd/X9NMheC/kJfqlCSWmHgfEtki9Ntjvs6Oh69TjNRdoMID0cAKMQ0O4lPAyxs8fzcYlsR0y91RulH1Z3FnWulKJ5pe0sVWnuEo2cypKKaCDT61w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type:sender; b=d26CORop67pqj3VhQtkAeEdHaihGnJHLlTH3VMWM8ibPTTk0Jz+KG5+orlvqvdpc9mpHkjXDFB81BEDcpi22QrSmIeGeWyPzE/tSyR7lfR7wf/5Myy7sBNCjpfcyDdwmxBRMDKsglTU7zR2McAX6NXOksKfYykd0jouiA8oErYs= Received: by 10.114.106.1 with SMTP id e1mr4622554wac.71.1207477789732; Sun, 06 Apr 2008 03:29:49 -0700 (PDT) Received: from chateau.d.lf ( [122.162.55.247]) by mx.google.com with ESMTPS id a8sm12418740poa.2.2008.04.06.03.29.47 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 03:29:49 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: gnome@freebsd.org Organization: /\/0/\/3 X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: FreeBSD Ports Mailing List Subject: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 10:57:09 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Whenever I try to unlock my screen, locked using gnome-screensaver, it doesn't accept my password, rejects with "Incorrect password". I'm running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. During password verification, there is some non-uniform delay (sometime more, sometimes less) . Is there anyone else experiencing this issue, hmm...? TIA =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+KYdHy+EEHYuXnQRAuHhAKCcMOA6QaI7LtpOMRJ0ukQnNvMIxwCdFiK5 E1b6hcqhAxJqTRoSbhNGbk4= =+DU/ -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 12:41:13 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990AA106566B; Sun, 6 Apr 2008 12:41:13 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from smtp4.yandex.ru (smtp4.yandex.ru [213.180.223.136]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF368FC0C; Sun, 6 Apr 2008 12:41:12 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from [77.66.214.189] ([77.66.214.189]:1481 "EHLO nx7400.local.domain" smtp-auth: "cvs-src" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S737626AbYDFMJA (ORCPT + 1 other); Sun, 6 Apr 2008 16:09:00 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp4 X-Yandex-TimeMark: 1207483740 X-MsgDayCount: 4 X-Comment: RFC 2476 MSA function at smtp4.yandex.ru logged sender identity as: cvs-src Message-ID: <47F8BCD8.1050201@yandex.ru> Date: Sun, 06 Apr 2008 16:06:48 +0400 From: "R.Mahmatkhanov" User-Agent: Thunderbird 2.0.0.12 (X11/20080316) MIME-Version: 1.0 To: =?UTF-8?B?QXNoaXNoIFNodWtsYSDgpIbgpLbgpYDgpLcg4KS24KWB4KSV4KWN4KSy?= References: <87d4p3xome.fsf@chateau.d.lf> In-Reply-To: <87d4p3xome.fsf@chateau.d.lf> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 12:41:13 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ashish Shukla आशीष शुक्ल пишет: > Hi, > > Whenever I try to unlock my screen, locked using gnome-screensaver, it > doesn't accept my password, rejects with "Incorrect password". I'm > running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? > And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. > > During password verification, there is some non-uniform delay > (sometime more, sometimes less) . > > Is there anyone else experiencing this issue, hmm...? > > TIA I'm second it. But not just with like 2.22.1, i meet with this firstly in 2.18. There is no difference if i build it with or without PAM support. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkf4vNgACgkQmY+KeAh7t3AhywCfarjDkCqxoHFQSHvDX5qVQTl8 hBIAoKtu4UGFAm6IKUK+zJoOeKEZPPS+ =FH9a -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 13:02:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04086106566B for ; Sun, 6 Apr 2008 13:02:12 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 87CF08FC19 for ; Sun, 6 Apr 2008 13:02:11 +0000 (UTC) (envelope-from me@janh.de) Received: from janh.freebsd (f054096057.adsl.alicedsl.de [78.54.96.57]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1JiUVb16CD-0002Lf; Sun, 06 Apr 2008 15:02:07 +0200 Message-ID: <47F8C9DD.40602@janh.de> Date: Sun, 06 Apr 2008 15:02:21 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: ports-list freebsd Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+QLijdfZoWT5m6Ohs4neWLow74NlACgojEd0D rdST33K8LqoFNFQ3B67Q/cimzkO05E8HiTyjbEg97VWkz/dvrl 5avtKUhtGk3x4nsIfHtwg== Subject: portupgrade: complete failure due to devel/apr-svn X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 13:02:12 -0000 After refreshing all packages in /usr/ports/packages/All, I tried to upgrade all ports on a machine that had the last 'portupgrade -a' a few month (?) ago. I got: # portupgrade --batch -PP -x openoffice.org -a ** Port marked as IGNORE: devel/apr-svn: at line 1115 (evaluated to true) ** Proceeding anyway since NO_IGNORE is defined /usr/local/lib/ruby/site_ruby/1.8/pkgversion.rb:41:in `initialize': : Not in due form: '[_][,]'. (ArgumentError) from /usr/local/sbin/portupgrade:638:in `new' from /usr/local/sbin/portupgrade:638:in `main' from /usr/local/sbin/portupgrade:613:in `each' from /usr/local/sbin/portupgrade:613:in `main' from /usr/local/sbin/portupgrade:588:in `catch' from /usr/local/sbin/portupgrade:588:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call' from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order' ... 7 levels... from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' from /usr/local/sbin/portupgrade:229:in `new' from /usr/local/sbin/portupgrade:229:in `main' from /usr/local/sbin/portupgrade:2173 Examining the ports, I do not see where the IGNORE of devel/apr-svn comes from. Moreover, I have not found a clue about the cause of the second error message searching for it. I did "upgrade" devel/apr-svn manually with 'pkg_delete -f apr-db42-1.2.8_2', 'pkg_add apr-gdbm-db42-1.2.8_3.tbz', and 'pkgdb -s /apr-db42-1.2.8_2/apr-gdbm-db42-1.2.8_3/'. That did not change the outcome. '-x devel/apr-svn' did not help portupgrade, either. portupgrade was current (portupgrade-2.4.3_2,2) and ruby, too (ruby-1.8.6.111_1,1). Any idea what is wrong or how to fix it? Thanks, Jan Henrik From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 13:10:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 568BB106564A for ; Sun, 6 Apr 2008 13:10:24 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 045EA8FC1A for ; Sun, 6 Apr 2008 13:10:23 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so778630waf.3 for ; Sun, 06 Apr 2008 06:10:23 -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:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; bh=fPcITYtvvtRlM8HtIW1DFP80jfCEXcDsnpR6VVOGJyk=; b=m9tIdscCNPa4nonPtcxE4ucasPIJyFTOxThao3b641bXaOxSza0hR+X54cD+bqy7szOMljgiupCCJ6B/m12AnbMKzrw+Rmgqm5/109dpMHCpgWJzoitBNpykVJDp5hD8yCFlr5N65R+n397h6Y518EhliB1gFCKzMZXWjDRRHCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; b=or8rcPhpDNr+iRT2q4+vQ8cL7U6hzs7GgzgRTHSaq/AqeQH4hHAvun9s2rjSP4eUspViBLCH+BEZl3LbbnH0Aw+bk8grg3V8aVSGDAhsdcMppxii8JLyygmnpdT1/clsJ8Z1ua7uYzXIWmYHn95M+nU0BLfXt9igplqkhyOACWo= Received: by 10.114.135.1 with SMTP id i1mr4684731wad.115.1207487423607; Sun, 06 Apr 2008 06:10:23 -0700 (PDT) Received: from chateau.d.lf ( [122.163.146.253]) by mx.google.com with ESMTPS id y25sm12670195pod.5.2008.04.06.06.10.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 06:10:23 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: FreeBSD Ports Mailing List Organization: /\/0/\/3 References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d (R. Mahmatkhanov's message of "Sun, 06 Apr 2008 16:06:48 +0400") Message-ID: <87prt35dtz.fsf@chateau.d.lf> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: gnome@freebsd.org Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 13:10:24 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "R" =3D=3D R Mahmatkhanov writes: R> Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5= =81=E0=A4=95=E0=A5=8D=E0=A4=B2 =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >> Hi, >>=20 >> Whenever I try to unlock my screen, locked using gnome-screensaver, = it >> doesn't accept my password, rejects with "Incorrect password". I'm >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing thi= s ? >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. >>=20 >> During password verification, there is some non-uniform delay >> (sometime more, sometimes less) . >>=20 >> Is there anyone else experiencing this issue, hmm...? >>=20 >> TIA R> I'm second it. But not just with like 2.22.1, i meet with this first= ly R> in 2.18. There is no difference if i build it with or without PAM su= pport. Any hacks or workarounds against this, you aware of ? Did you submit any PR related to this ? Thanks =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+Mu+Hy+EEHYuXnQRAnPWAJ9tPDSCywWGk61UD+eLdyQES6h69QCg6451 fGkhkMCIb5wFGPsFU9VpYbM= =9YGB -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 15:21:23 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8180106566C; Sun, 6 Apr 2008 15:21:23 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3128FC14; Sun, 6 Apr 2008 15:21:23 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m36FLefG095924; Sun, 6 Apr 2008 11:21:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Ashish Shukla =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2?= In-Reply-To: <87d4p3xome.fsf@chateau.d.lf> References: <87d4p3xome.fsf@chateau.d.lf> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8OWSB8aJewLjDr2BZwGa" Organization: MarcusCom, Inc. Date: Sun, 06 Apr 2008 11:21:25 -0400 Message-Id: <1207495285.21780.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 15:21:23 -0000 --=-8OWSB8aJewLjDr2BZwGa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5= =80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 wrote: > Hi, >=20 > Whenever I try to unlock my screen, locked using gnome-screensaver, it > doesn't accept my password, rejects with "Incorrect password". I'm > running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? > And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. >=20 > During password verification, there is some non-uniform delay > (sometime more, sometimes less) . >=20 > Is there anyone else experiencing this issue, hmm...? This is typically the case when one builds gnome-screensaver with PAM support, but they are currently using a PAM module which requires the executable be setuid root (e.g. pam_unix). The only workaround is to rebuild gnome-screensaver without PAM support, or use a different PAM module which does not require root privileges. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-8OWSB8aJewLjDr2BZwGa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf46nIACgkQb2iPiv4Uz4f2GwCgoQmMy62Ah1nS0wSdijyYg+vN zYgAnAioTBth6LHo8la0VZ23xJKDmpnK =QhTp -----END PGP SIGNATURE----- --=-8OWSB8aJewLjDr2BZwGa-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 16:14:32 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 095371065680; Sun, 6 Apr 2008 16:14:31 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id 467698FC2B; Sun, 6 Apr 2008 16:14:31 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080406161430.XXPR27061.eastrmmtao104.cox.net@eastrmimpo03.cox.net>; Sun, 6 Apr 2008 12:14:30 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id AGEV1Z00H4iy4EG02GEVZc; Sun, 06 Apr 2008 12:14:30 -0400 Date: Sun, 06 Apr 2008 11:17:05 -0500 To: "Edwin Groothuis" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080406072741.GA3158@k7.mavetju> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20080406072741.GA3158@k7.mavetju> User-Agent: Opera Mail/9.27 (Linux) Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: textproc/libxslt distfile mismatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 16:14:37 -0000 On Sun, 06 Apr 2008 02:27:41 -0500, Edwin Groothuis wrote: > The distfiles for textproc/libxslt are corruped on one mastersite: > > It looks ftp://xmlsoft.org/libxslt/ sends out corrupted versions > of libxslt-1.1.22.tar.gz. > > The other mastersite is fine. Fixed, thanks! I have removed xmlsoft.org and use GNOME mirrors instead. I don't trust xmlsoft.org anymore, which it happened twice. Cheers, Mezz > Edwin -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 16:15:46 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55BC7106564A; Sun, 6 Apr 2008 16:15:46 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id AF7C38FC32; Sun, 6 Apr 2008 16:15:45 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080406161545.TQLB4272.eastrmmtao103.cox.net@eastrmimpo02.cox.net>; Sun, 6 Apr 2008 12:15:45 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id AGFj1Z00G4iy4EG02GFkjJ; Sun, 06 Apr 2008 12:15:44 -0400 Date: Sun, 06 Apr 2008 11:18:20 -0500 To: "R.Mahmatkhanov" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <47F8BCD8.1050201@yandex.ru> User-Agent: Opera Mail/9.27 (Linux) Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 16:15:46 -0000 On Sun, 06 Apr 2008 07:06:48 -0500, R.Mahmatkhanov wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Ashish Shukla आशीष शुक्ल пишет: >> Hi, >> >> Whenever I try to unlock my screen, locked using gnome-screensaver, it >> doesn't accept my password, rejects with "Incorrect password". I'm >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. >> >> During password verification, there is some non-uniform delay >> (sometime more, sometimes less) . >> >> Is there anyone else experiencing this issue, hmm...? >> >> TIA > > I'm second it. But not just with like 2.22.1, i meet with this firstly > in 2.18. There is no difference if i build it with or without PAM > support. I can't reproduce your problem for without PAM support. I don't use PAM, so it works great here with default setup to unlock screen. Cheers, Mezz > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (FreeBSD) > > iEYEARECAAYFAkf4vNgACgkQmY+KeAh7t3AhywCfarjDkCqxoHFQSHvDX5qVQTl8 > hBIAoKtu4UGFAm6IKUK+zJoOeKEZPPS+ > =FH9a > -----END PGP SIGNATURE----- -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 17:38:05 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE77106566C for ; Sun, 6 Apr 2008 17:38:05 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id DE1948FC2F for ; Sun, 6 Apr 2008 17:38:04 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so848730waf.3 for ; Sun, 06 Apr 2008 10:38:04 -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:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type; bh=fnLd1loX8wP2PtSHBwd7aHSfcIB5wA4Wm7Y9n2SyTHk=; b=GKw/jVJCD1UFY6fzc090iFfz4Mn4VvTdEmcULlLysTmxIBryL6igj6lBnWcZwpjF9pBOAeHtSrZkxnZZNKCqJf/wTqVBhaDLF2BYNdEhHfKKmRuskoQMFCY72I7I0Bx++Jwe1qGN41r9Pdc1tGUxYBJk6QBG3zvJr85k1vm0ffw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:message-id:user-agent:face:mime-version:content-type; b=vWbqKG7/jij8zkW5/WmHgYflsOr+l3srw9m4nQZvjs9W92A4k1AgOcGn+irMv37fRzYZ8HZJxbqx77n0Wb0iOr2YlZvq2Nr5rqI4W3LjoQ+HesTvambUXqg9ZkOo9sH7HLJYi2RSR3RKR/5g1VlHTmo+xfsqJg9s9Jcv2RgHBDI= Received: by 10.114.149.2 with SMTP id w2mr4988696wad.29.1207503484299; Sun, 06 Apr 2008 10:38:04 -0700 (PDT) Received: from chateau.d.lf ( [122.163.147.32]) by mx.google.com with ESMTPS id m26sm12403043pof.6.2008.04.06.10.37.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 10:38:03 -0700 (PDT) From: wahjava@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktg==?= =?utf-8?B?4KWB4KSV4KWN4KSy?=) To: Joe Marcus Clarke Organization: /\/0/\/3 References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 17:38:05 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> Joe Marcus Clarke writes: Joe> On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla =E0=A4=86=E0=A4= =B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 wrote: >> Hi, >>=20 >> Whenever I try to unlock my screen, locked using gnome-screensaver, = it >> doesn't accept my password, rejects with "Incorrect password". I'm >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing thi= s ? >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. >>=20 >> During password verification, there is some non-uniform delay >> (sometime more, sometimes less) . >>=20 >> Is there anyone else experiencing this issue, hmm...? Joe> This is typically the case when one builds gnome-screensaver with = PAM Joe> support, but they are currently using a PAM module which requires = the Joe> executable be setuid root (e.g. pam_unix). The only workaround is= to Joe> rebuild gnome-screensaver without PAM support, or use a different = PAM Joe> module which does not require root privileges. I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, but also thats of no use. Any ideas, why is that not working inspite of /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? TIA =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+Qp6Hy+EEHYuXnQRAu1HAJ9Vcx6Qhf21t9IVbF0+uwicZNJSegCfVvbm 8rQcy0PHwdOYIk/RsKLXp44= =dGNp -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 17:39:58 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75412106566B for ; Sun, 6 Apr 2008 17:39:58 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by mx1.freebsd.org (Postfix) with ESMTP id BBE608FC12 for ; Sun, 6 Apr 2008 17:39:57 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so678004ele.12 for ; Sun, 06 Apr 2008 10:39:57 -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:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; bh=fnS3SFUt4RV+OUDZ04PjaabOwH67CG8+U3CIoMEtnKY=; b=cn9q5c02uFzpzjUehknvex69ZMJJOscWaB1blEdJ3brhSvNqS5k5Y/I/Q6DwznPtAMMMUZNPJ15mRA7YVyWIbyyZ1VjQXzN9mQIeslo7QtLFuIohLD8F3nC50mBNtBfrLCC5uVLfPbYKINPaNny9wiP6/XFCbsCJI1P916y0s8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; b=TndT9M2rjImjQM/04zF5+hp54++kDbW12GaL5mjCSdgYAt8lM3ww9dO3Thng9+lR4ELL5Qz95/Y7sr1Oq4gdc7xTwEK7/VCOy8WthW77VtuXIl6bbAFNEY2Mv+StyVzyRdtG82LUqGXR8KJcG5QrSGBmuvbyJ1q6mnhVXpwwZsA= Received: by 10.114.192.1 with SMTP id p1mr4973520waf.47.1207503596731; Sun, 06 Apr 2008 10:39:56 -0700 (PDT) Received: from chateau.d.lf ( [122.163.147.32]) by mx.google.com with ESMTPS id n22sm12354659pof.13.2008.04.06.10.39.50 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 10:39:55 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: "Jeremy Messenger" Organization: /\/0/\/3 References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d (Jeremy Messenger's message of "Sun, 06 Apr 2008 11:18:20 -0500") Message-ID: <87tzieg9w4.fsf@chateau.d.lf> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Ashish, "R.Mahmatkhanov" Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 17:39:58 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "Jeremy" =3D=3D Jeremy Messenger writes: [snipped] Jeremy> I can't reproduce your problem for without PAM support. I don't= use Jeremy> PAM, so it works great here with default setup to unlock screen. If you don't use PAM, then with which password do you unlock screen, hmm...? Thanks Ashish Shukla =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+QrrHy+EEHYuXnQRAqE9AJ41kMNiDZYm6adrdZu9Pdgyqv46AwCg4Iis ZSbeLB27N4smhcgykDiJnR0= =V3tD -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 17:39:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 216C9106566C for ; Sun, 6 Apr 2008 17:39:59 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.179]) by mx1.freebsd.org (Postfix) with ESMTP id BB0A28FC1A for ; Sun, 6 Apr 2008 17:39:58 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so678017ele.12 for ; Sun, 06 Apr 2008 10:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; bh=cY+bg6C50batLFefI+SkJr1Fi7Ci3+KlmyR/dTbEkvc=; b=NMQyvoPxms8CtF5nLDI79tYieBDmjEkbTCNxLlIA0QBAHUwFZbdkAXv2Fo2nBINQihTUSCFtBI0RjYgMk/2Rj6b5f3GkXPlik+qj56EhXYIaCL6ycc4M5GzcvLrpqWbmRZAiI6aJpKAM/1BxojENsnBlpPkUVKQP7Ff7y6t30pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-envelope-to:to:cc:subject:in-reply-to:user-agent:references:from:organization:mail-followup-to:date:message-id:mime-version:content-type; b=TmZAo6Wqn0weh8ww2loOP2Tfj5o+cBGsij8/lj63hv0HMyF0RjKPfabER8YeAgTgcjiEAN7mAJJfxfoo/OVoAKy1OSJUt0Wt7zvL+fd43jG74vLcniltisIxGrR4DXsUZ7dOmy7oZdESHuW/SJA4UgHuRoSS56pbzzWzWeuaBlg= Received: by 10.114.192.1 with SMTP id p1mr4973536waf.47.1207503597713; Sun, 06 Apr 2008 10:39:57 -0700 (PDT) Received: from pluton.xbsd.name ( [125.34.66.26]) by mx.google.com with ESMTPS id l22sm16898748waf.10.2008.04.06.10.39.54 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 10:39:56 -0700 (PDT) X-Envelope-To: To: Jan Henrik Sylvester In-Reply-To: <47F8C9DD.40602@janh.de> (Jan Henrik Sylvester's message of "Sun\, 06 Apr 2008 15\:02\:21 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) References: <47F8C9DD.40602@janh.de> From: darcsis@gmail.com (Denise H. G.) Organization: Terra Firma Mail-Followup-To: Jan Henrik Sylvester , ports-list freebsd Date: Mon, 07 Apr 2008 01:39:47 +0800 Message-ID: <86k5ja7uho.fsf@pluton.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ports-list freebsd Subject: Re: portupgrade: complete failure due to devel/apr-svn X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 17:39:59 -0000 Jan Henrik Sylvester writes: > After refreshing all packages in /usr/ports/packages/All, I tried to > upgrade all ports on a machine that had the last 'portupgrade -a' a few > month (?) ago. I got: > > # portupgrade --batch -PP -x openoffice.org -a > ** Port marked as IGNORE: devel/apr-svn: > at line 1115 (evaluated to true) > ** Proceeding anyway since NO_IGNORE is defined > /usr/local/lib/ruby/site_ruby/1.8/pkgversion.rb:41:in `initialize': : > Not in due form: '[_][,]'. (ArgumentError) > from /usr/local/sbin/portupgrade:638:in `new' > from /usr/local/sbin/portupgrade:638:in `main' > from /usr/local/sbin/portupgrade:613:in `each' > from /usr/local/sbin/portupgrade:613:in `main' > from /usr/local/sbin/portupgrade:588:in `catch' > from /usr/local/sbin/portupgrade:588:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call' > from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order' > ... 7 levels... > from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize' > from /usr/local/sbin/portupgrade:229:in `new' > from /usr/local/sbin/portupgrade:229:in `main' > from /usr/local/sbin/portupgrade:2173 > > Examining the ports, I do not see where the IGNORE of devel/apr-svn > comes from. Moreover, I have not found a clue about the cause of the > second error message searching for it. > > I did "upgrade" devel/apr-svn manually with 'pkg_delete -f > apr-db42-1.2.8_2', 'pkg_add apr-gdbm-db42-1.2.8_3.tbz', and 'pkgdb -s > /apr-db42-1.2.8_2/apr-gdbm-db42-1.2.8_3/'. That did not change the > outcome. '-x devel/apr-svn' did not help portupgrade, either. > > portupgrade was current (portupgrade-2.4.3_2,2) and ruby, too > (ruby-1.8.6.111_1,1). > > Any idea what is wrong or how to fix it? this was fixed in the latest update of the ports tree. it was due to a typo in the Mk/bsd.database.mk. > > Thanks, > Jan Henrik > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Denise H. G. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 17:51:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59E821065672; Sun, 6 Apr 2008 17:51:11 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 010708FC14; Sun, 6 Apr 2008 17:51:10 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m36HpSMo097124; Sun, 6 Apr 2008 13:51:28 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Ashish Shukla =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2?= In-Reply-To: <87y77qg9zd.fsf@chateau.d.lf> References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-o79VxHylblF7ygp2UsD4" Organization: MarcusCom, Inc. Date: Sun, 06 Apr 2008 13:51:13 -0400 Message-Id: <1207504273.22879.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 17:51:11 -0000 --=-o79VxHylblF7ygp2UsD4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 2008-04-06 at 23:07 +0530, Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5= =80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 wrote: > >>>>> Joe Marcus Clarke writes: > Joe> On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla =E0=A4=86=E0=A4= =B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 wrote: > >> Hi, > >>=20 > >> Whenever I try to unlock my screen, locked using gnome-screensaver= , it > >> doesn't accept my password, rejects with "Incorrect password". I'm > >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing t= his ? > >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. > >>=20 > >> During password verification, there is some non-uniform delay > >> (sometime more, sometimes less) . > >>=20 > >> Is there anyone else experiencing this issue, hmm...? >=20 > Joe> This is typically the case when one builds gnome-screensaver wit= h PAM > Joe> support, but they are currently using a PAM module which require= s the > Joe> executable be setuid root (e.g. pam_unix). The only workaround = is to > Joe> rebuild gnome-screensaver without PAM support, or use a differen= t PAM > Joe> module which does not require root privileges. >=20 > I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, but > also thats of no use. Any ideas, why is that not working inspite of > /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? PAM and gnome-screensaver do not work together if you are using pam_unix. Rebuild gnome-screensaver without PAM support, and it will instead read /etc/master.passwd directly to authenticate the user. That will work. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-o79VxHylblF7ygp2UsD4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf5DY0ACgkQb2iPiv4Uz4dGEgCePhylwTgBT1YeqAp2D3eWv6AV Zo0An2gw5RL66vBt3yf4IO8GklY3z6ZQ =IGkC -----END PGP SIGNATURE----- --=-o79VxHylblF7ygp2UsD4-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 17:56:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 571CF1065676; Sun, 6 Apr 2008 17:56:07 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id B3D578FC25; Sun, 6 Apr 2008 17:56:06 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080406175605.ZOOJ880.eastrmmtao101.cox.net@eastrmimpo01.cox.net>; Sun, 6 Apr 2008 13:56:05 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id AHw51Z0014iy4EG02Hw5gA; Sun, 06 Apr 2008 13:56:05 -0400 To: =?utf-8?B?QXNoaXNoIFNodWtsYSBcIuCkhuCktuClgOCktyDgpLbgpYHgpJXgpY3gpLI=?= =?utf-8?B?XCI=?= From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> <87tzieg9w4.fsf@chateau.d.lf> Content-Transfer-Encoding: 8bit Date: Sun, 06 Apr 2008 12:58:41 -0500 Message-ID: In-Reply-To: <87tzieg9w4.fsf@chateau.d.lf> User-Agent: Opera Mail/9.27 (Linux) Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , "R.Mahmatkhanov" Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 17:56:07 -0000 On Sun, 06 Apr 2008 12:39:55 -0500, Ashish Shukla "आशीष शुक्ल" wrote: >>>>>> "Jeremy" == Jeremy Messenger writes: > > [snipped] > > Jeremy> I can't reproduce your problem for without PAM support. I > don't use > Jeremy> PAM, so it works great here with default setup to unlock > screen. > > If you don't use PAM, then with which password do you unlock screen, > hmm...? I believe that it reads in /etc/master.passwd instead. Cheers, Mezz > Thanks > Ashish Shukla -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 18:06:24 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53CD01065674; Sun, 6 Apr 2008 18:06:24 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from smtp3.yandex.ru (smtp3.yandex.ru [213.180.223.87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8F38FC17; Sun, 6 Apr 2008 18:06:22 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from [77.66.214.189] ([77.66.214.189]:27345 "EHLO nx7400.local.domain" smtp-auth: "cvs-src" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S4747363AbYDFSGP (ORCPT + 1 other); Sun, 6 Apr 2008 22:06:15 +0400 X-Yandex-Spam: 1 X-Yandex-Front: smtp3 X-Yandex-TimeMark: 1207505175 X-MsgDayCount: 8 X-Comment: RFC 2476 MSA function at smtp3.yandex.ru logged sender identity as: cvs-src Message-ID: <47F91091.8020606@yandex.ru> Date: Sun, 06 Apr 2008 22:04:01 +0400 From: "R.Mahmatkhanov" User-Agent: Thunderbird 2.0.0.12 (X11/20080316) MIME-Version: 1.0 To: Jeremy Messenger References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: gnome@freebsd.org, FreeBSD Ports Mailing List Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 18:06:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jeremy Messenger пишет: > On Sun, 06 Apr 2008 07:06:48 -0500, R.Mahmatkhanov > wrote: > > Ashish Shukla 6@7 6AM2 ?8H5B: >>>> Hi, >>>> >>>> Whenever I try to unlock my screen, locked using gnome-screensaver, it >>>> doesn't accept my password, rejects with "Incorrect password". I'm >>>> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? >>>> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. >>>> >>>> During password verification, there is some non-uniform delay >>>> (sometime more, sometimes less) . >>>> >>>> Is there anyone else experiencing this issue, hmm...? >>>> >>>> TIA > > I'm second it. But not just with like 2.22.1, i meet with this firstly > in 2.18. There is no difference if i build it with or without PAM > support. > >> I can't reproduce your problem for without PAM support. I don't use PAM, >> so it works great here with default setup to unlock screen. Yes, my fault. I rebuild it with no PAM, and it now working. Thanks! But i believe i had a negative experience with this in past. > >> Cheers, >> Mezz > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkf5EJAACgkQmY+KeAh7t3AE8ACgqQrDMr7vTLVFmIClVsU5YmOs DuwAnjlv4kkJyi7CmSbpTx3TgdLE7Tjt =ZWKa -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 18:10:51 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C76E106564A for ; Sun, 6 Apr 2008 18:10:51 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.188]) by mx1.freebsd.org (Postfix) with ESMTP id C3EA88FC28 for ; Sun, 6 Apr 2008 18:10:50 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by rn-out-0910.google.com with SMTP id s46so898588rnb.3 for ; Sun, 06 Apr 2008 11:10:50 -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:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; bh=ZEvb27d9/czVpAmOwrXjiMG2ulA3lEkAnHpRXK+j0sI=; b=PPYja5DzIb40EClOlWSXRlVvTRvtaQNpfJNe4f/+I7+jMKjWHmoWqhact+GGCz7DFn0X+YzsVN1KnVkcAdzw3a7gUYXGHhff5t9c9gBvlwR1anc1HBZl8iS6c0AvV7gMWv3QOUEUZ67c9d5eMAzL6k0sb1O17vZVXDYePZjEBdU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; b=aXEU6okDfaItmv066WgAI6YrgMOvbCT6W4lUOfJ3xeqAMlWIOb9niUPYS8F8rfgYRGW+TFxEuwtEMoKBXLKHxn9xL6EEHUT54IjVRlSMcxZzQgzaW/BwKNzc2+eW2WO9xIRKSU12hIqK/cMN9HvEOQB9bSXlp2ladhJE5MzX0Yo= Received: by 10.114.148.1 with SMTP id v1mr5023122wad.21.1207505449423; Sun, 06 Apr 2008 11:10:49 -0700 (PDT) Received: from chateau.d.lf ( [122.162.250.253]) by mx.google.com with ESMTPS id z20sm13244489pod.4.2008.04.06.11.10.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Apr 2008 11:10:49 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: "Jeremy Messenger" Organization: /\/0/\/3 References: <87d4p3xome.fsf@chateau.d.lf> <47F8BCD8.1050201@yandex.ru> <87tzieg9w4.fsf@chateau.d.lf> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d (Jeremy Messenger's message of "Sun, 06 Apr 2008 12:58:41 -0500") Message-ID: <87hceeg8gl.fsf@chateau.d.lf> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , =?utf-8?B?QXNoaXNoIFNodWtsYSBcIuCkhuCktuClgOCktyDgpLbgpYHgpJXgpY3gpLJc?=, "R.Mahmatkhanov" Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 18:10:51 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "Jeremy" =3D=3D Jeremy Messenger writes: Jeremy> On Sun, 06 Apr 2008 12:39:55 -0500, Ashish Shukla "=E0=A4=86=E0= =A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2" Jeremy> wrote: >>>>>>> "Jeremy" =3D=3D Jeremy Messenger writes: >>=20 >> [snipped] >>=20 Jeremy> I can't reproduce your problem for without PAM >> support. I don't use Jeremy> PAM, so it works great here with default setup to unlock >> screen. >>=20 >> If you don't use PAM, then with which password do you unlock screen, >> hmm...? Jeremy> I believe that it reads in /etc/master.passwd instead. Okay, thanks for the replies. =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+RIqHy+EEHYuXnQRAu+SAJ4zoSzswS963WEocsOcHWC8g4hyMwCgiwK2 wMq6IHdhkINq6PkbPdTKYm4= =/EVq -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 21:46:04 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDA5C106564A for ; Sun, 6 Apr 2008 21:46:04 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id C54258FC17 for ; Sun, 6 Apr 2008 21:46:04 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.2/8.14.2) with ESMTP id m36LjvnU039135 for ; Sun, 6 Apr 2008 21:45:57 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.2/8.14.2/Submit) id m36LjvWr039134 for ports@FreeBSD.org; Sun, 6 Apr 2008 21:45:57 GMT (envelope-from erwin) Date: Sun, 6 Apr 2008 21:45:57 GMT From: Erwin Lansing Message-Id: <200804062145.m36LjvWr039134@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 21:46:04 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait.."Makefile", line 26: Could not find /a/erwin/tindex/ports/lang/ocaml/bsd.ocaml.mk make: fatal errors encountered -- cannot continue ===> devel/menhir failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: anders araujo dinoex fjoe green hq lbr marcus mm mnag obrien pav rafan shaun stas sumikawa thierry Most recent CVS update was: U audio/xmms2/pkg-plist U comms/obexapp/files/patch-Makefile U databases/phppgadmin/Makefile U databases/phppgadmin/distinfo U databases/phppgadmin/pkg-plist U devel/cvs+ipv6/files/patch-freebsdlocal U devel/linuxthreads/files/getlogin.c U devel/linuxthreads/files/telldir.c U devel/linuxthreads/files/ttyname.c U devel/p5-TheSchwartz/Makefile U devel/p5-TheSchwartz/distinfo U devel/p5-TheSchwartz/pkg-descr U devel/p5-TheSchwartz/pkg-plist U lang/ocaml/Makefile U lang/ocaml/distinfo U lang/ocaml/pkg-plist U lang/ocaml/files/man1 U lang/ocaml/files/manlinks U lang/ocaml/files/patch-camlp4_camlp4_Makefile U lang/ocaml/files/patch-configure U lang/ocaml/files/patch-ocamldoc_Makefile U lang/parrot/Makefile U mail/libspf/files/patch-respect_cflags_and_dont_create_spfmilter_Makefile U net/avahi-app/Makefile U net/avahi-app/files/patch-avahi-core_iface-pfroute.c U net-mgmt/netdisco/files/patch-netdisco U net-mgmt/netdisco/files/patch-netdisco.conf U net-mgmt/netdisco/files/patch-netdisco.crontab U net-mgmt/netdisco/files/patch-netdisco_apache.conf U net-mgmt/netdisco/files/patch-netdisco_apache_dir.conf U net-mgmt/netdisco/files/pkg-install.in U net-mgmt/netdisco/files/pkg-message.in U net-mgmt/p5-Nagios-Plugins-Memcached/Makefile U net-mgmt/p5-Nagios-Plugins-Memcached/distinfo U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-descr U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist U net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL U net-mgmt/p5-Net-IP-Match-Regexp/Makefile U net-mgmt/p5-Net-IP-Match-Regexp/pkg-plist U palm/synce-rra/files/patch-src-rra-timezone.c U science/cgnslib/Makefile U science/cgnslib/distinfo U sysutils/lookupd/files/patch-modules-dns-resolv-getaddrinfo.c U sysutils/mybashburn/Makefile U sysutils/mybashburn/distinfo U sysutils/mybashburn/pkg-descr U sysutils/mybashburn/pkg-plist U textproc/qstardict/Makefile U textproc/qstardict/distinfo U textproc/sowing/Makefile U textproc/sowing/distinfo U textproc/sowing/files/patch-Makefile.in U www/apache13-modssl/files/patch-apachectl U www/cocoon/files/patch-src-blocks-ajax-samples U www/cocoon/files/patch-src-blocks-forms-samples U www/p5-Catalyst-Plugin-StackTrace/Makefile U www/p5-Catalyst-Plugin-StackTrace/distinfo U www/py-forgethtml/files/patch-lib-forgetHTML.py U x11-fm/pcmanfm/Makefile From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 22:42:31 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0F1A1065671 for ; Sun, 6 Apr 2008 22:42:31 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id CA8FA8FC15 for ; Sun, 6 Apr 2008 22:42:31 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.2/8.14.2) with ESMTP id m36MgOYe069557 for ; Sun, 6 Apr 2008 22:42:24 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.2/8.14.2/Submit) id m36MgOmf069551 for ports@FreeBSD.org; Sun, 6 Apr 2008 22:42:24 GMT (envelope-from erwin) Date: Sun, 6 Apr 2008 22:42:24 GMT From: Erwin Lansing Message-Id: <200804062242.m36MgOmf069551@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 22:42:32 -0000 INDEX build failed with errors: Generating INDEX-5 - please wait.."Makefile", line 26: Could not find /a/erwin/tindex/ports/lang/ocaml/bsd.ocaml.mk make: fatal errors encountered -- cannot continue ===> devel/menhir failed *** Error code 1 *** Error code 1 Stop in /a/erwin/tindex/ports. *** Error code 1 Stop in /a/erwin/tindex/ports. 1 error Committers on the hook: anders araujo dinoex fjoe green hq lbr marcus mm mnag obrien pav rafan shaun stas sumikawa thierry Most recent CVS update was: U comms/obexapp/files/patch-Makefile U devel/cvs+ipv6/files/patch-freebsdlocal U devel/linuxthreads/files/getlogin.c U devel/linuxthreads/files/telldir.c U devel/linuxthreads/files/ttyname.c U devel/p5-TheSchwartz/Makefile U devel/p5-TheSchwartz/distinfo U devel/p5-TheSchwartz/pkg-descr U devel/p5-TheSchwartz/pkg-plist U mail/libspf/files/patch-respect_cflags_and_dont_create_spfmilter_Makefile U net-mgmt/netdisco/files/patch-netdisco U net-mgmt/netdisco/files/patch-netdisco.conf U net-mgmt/netdisco/files/patch-netdisco.crontab U net-mgmt/netdisco/files/patch-netdisco_apache.conf U net-mgmt/netdisco/files/patch-netdisco_apache_dir.conf U net-mgmt/netdisco/files/pkg-install.in U net-mgmt/netdisco/files/pkg-message.in U net-mgmt/p5-Nagios-Plugins-Memcached/Makefile U net-mgmt/p5-Nagios-Plugins-Memcached/distinfo U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-descr U net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist U net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL U palm/synce-rra/files/patch-src-rra-timezone.c U sysutils/lookupd/files/patch-modules-dns-resolv-getaddrinfo.c U sysutils/mybashburn/Makefile U sysutils/mybashburn/distinfo U sysutils/mybashburn/pkg-descr U sysutils/mybashburn/pkg-plist U www/apache13-modssl/files/patch-apachectl U www/cocoon/files/patch-src-blocks-ajax-samples U www/cocoon/files/patch-src-blocks-forms-samples U www/py-forgethtml/files/patch-lib-forgetHTML.py U x11-fonts/fontmatrix/Makefile U x11-fonts/fontmatrix/distinfo U x11-fonts/fontmatrix/files/patch-src__prefspaneldialog.h From owner-freebsd-ports@FreeBSD.ORG Sun Apr 6 23:52:59 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8DB41065670 for ; Sun, 6 Apr 2008 23:52:59 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 635838FC25 for ; Sun, 6 Apr 2008 23:52:59 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so177474ywt.13 for ; Sun, 06 Apr 2008 16:52:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=gQgIxffdL9oePSEyZFZAcY9fwrL8rv1g7MtyZ4K6SzE=; b=H5vu4MoIvcLpY4oM4d3aMTdEpMJGwC4mhV1pSuecNP1UKI8rRt9FcetQQ9H8l/3UUBMOL5YxRCj8KixHWnR4TvXALV08P7/CoqnukDYr9QZNAOtY0YF7NSawuQyt6/97pY0wMRsOtvRUNh63AtJcKHhC38byUmJkGC3fIN9O59E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iIrPGXQxCbdJMEE3Hz+LjGivc9LXnSbrCOeG9sSuy47UuYx/kglk46vaqDWBM0Culs72UyhAPXVVQCg9JE0O6dGf7ZS9+tgjX0uPBkB1u5Tkb1CkowgogjUMDgPgFT81c+7pzWmBOCdxzOiX6ClffMAugSde2nyTQoFxo0ktvy4= Received: by 10.150.156.9 with SMTP id d9mr2318175ybe.116.1207525978664; Sun, 06 Apr 2008 16:52:58 -0700 (PDT) Received: by 10.150.146.6 with HTTP; Sun, 6 Apr 2008 16:52:58 -0700 (PDT) Message-ID: <26ddd1750804061652k325753aej1c8ea94a79e45a59@mail.gmail.com> Date: Sun, 6 Apr 2008 19:52:58 -0400 From: "Maxim Khitrov" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Python 3.0 port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 23:52:59 -0000 Greetings, I realize that it's still in the alpha stage, but is there any chance of getting Python 3.0 into the ports tree? I'm sure that I'm not the only one who wants to play with it without going through a manual install. - Max From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 00:03:34 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C5D0106566B for ; Mon, 7 Apr 2008 00:03:34 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 54D8B8FC23 for ; Mon, 7 Apr 2008 00:03:34 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.2/8.14.2) with ESMTP id m3703Qxk076643 for ; Mon, 7 Apr 2008 00:03:26 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.2/8.14.2/Submit) id m3703QnW076626 for ports@FreeBSD.org; Mon, 7 Apr 2008 00:03:26 GMT (envelope-from erwin) Date: Mon, 7 Apr 2008 00:03:26 GMT From: Erwin Lansing Message-Id: <200804070003.m3703QnW076626@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 5.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 00:03:34 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 04:50:36 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18B48106566B; Mon, 7 Apr 2008 04:50:36 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id BF5F58FC0C; Mon, 7 Apr 2008 04:50:35 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m374ox3Y001288; Mon, 7 Apr 2008 00:50:59 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lP4cnv/95SPum8R+YMex" Organization: FreeBSD, Inc. Date: Mon, 07 Apr 2008 00:50:43 -0400 Message-Id: <1207543843.22879.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: ports Subject: CFT: New hal patchset X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 04:50:36 -0000 --=-lP4cnv/95SPum8R+YMex Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm looking for people to test this small patchset for hal to look for adverse effects. Ideally, these patches should be a big no-op for the majority of users, but I want to make sure there are no regressions. If you are going to test, first save the output of lshal to have a control with which to compare. Then, apply the following diff to sysutils/hal: # cd /usr/ports/sysutils/hal # patch -p < /path/to/hal.diff # portupgrade -fOW hal If you do notice a problem, please provide a clear problem description and the before and after lshal outputs. Some users may notice an improvement in the following areas: * Discs formatted with non-ISO, non-UDF file systems are properly detected * Certain unsliced file systems (e.g. FAT, NTFS, etc.) are properly detected (and mounted) I'm not interested in general hal problems (though those _should_ be reported). I just want confirmation that this patchset does not introduce _new_ problems. Thanks. http://www.marcuscom.com/downloads/hal.diff Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-lP4cnv/95SPum8R+YMex Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf5qCMACgkQb2iPiv4Uz4fkMwCfSoMxpeOmS4miNn+A3CsD+20P eUgAoKgLoWqik02TAY47NB/Wnogt3lKz =l0Et -----END PGP SIGNATURE----- --=-lP4cnv/95SPum8R+YMex-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 06:03:29 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16D011065671 for ; Mon, 7 Apr 2008 06:03:29 +0000 (UTC) (envelope-from rkramer@mweb.com) Received: from mwbmarshal.mweb.com (mwbmarshal.mweb.com [196.2.141.6]) by mx1.freebsd.org (Postfix) with ESMTP id 064B88FC2B for ; Mon, 7 Apr 2008 06:03:27 +0000 (UTC) (envelope-from rkramer@mweb.com) Received: from mwbfes2.mweb.com (Not Verified[196.2.141.74]) by mwbmarshal.mweb.com with NetIQ MailMarshal 6.0 Service Pack 1 (v6, 0, 3, 28) id ; Mon, 07 Apr 2008 08:03:24 +0200 Received: from MWBEXCH.mweb.com ([196.2.141.76]) by mwbfes2.mweb.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 7 Apr 2008 08:03:24 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 7 Apr 2008 08:03:24 +0200 Message-ID: <39DC135F7F0571489196E0B6F5D58B4A0633F80B@MWBEXCH.mweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error while building jdk15 from ports Thread-Index: AciWpW86vzLQ27Q2TgyiGZMhrbAYKwBz5E6w References: <39DC135F7F0571489196E0B6F5D58B4A0633F78B@MWBEXCH.mweb.com> From: "Rudi Kramer - MWEB" To: "freebsd ports" X-OriginalArrivalTime: 07 Apr 2008 06:03:24.0771 (UTC) FILETIME=[17308330:01C89875] Subject: RE: Error while building jdk15 from ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 06:03:29 -0000 Dmesg only has standard system info,=20 acd0: CDROM at ata0-master UDMA33 mfi0: 1836 (260622349s/0x0008/0) - Battery temperature is normal mfi0: 1837 (260622349s/0x0008/0) - Current capacity of the battery is = above threshold mfid0: on mfi0 mfid0: 138752MB (284164096 sectors) RAID volume 'Virtual Disk 0' is = optimal SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! Trying to mount root from ufs:/dev/mfid0s1a bce0: link state changed to UP mfi0: 1838 (260679600s/0x0020/0) - Patrol Read started mfi0: 1869 (260680674s/0x0020/0) - Patrol Read complete Rudi =20 -----Original Message----- From: owner-freebsd-ports@freebsd.org = [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Anatoly Borodin Sent: Saturday, April 05, 2008 12:44 AM To: freebsd ports Subject: Re: Error while building jdk15 from ports Hi! On Fri, Apr 4, 2008 at 3:52 PM, Rudi Kramer - MWEB = wrote: > gcc: Internal error: Killed: 9 (program cc1plus) Does dmesg say anything about it? --=20 Mit freundlichen Gr=FC=DFen, Anatoly Borodin business: anatoly.borodin@gmail.com privat: fractalizator@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 06:37:13 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A171C106576E for ; Mon, 7 Apr 2008 06:37:11 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nskntmtas02p.mx.bigpond.com (nskntmtas02p.mx.bigpond.com [61.9.168.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1DDCC8FC13 for ; Mon, 7 Apr 2008 06:37:10 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from nskntotgx03p.mx.bigpond.com ([124.188.162.219]) by nskntmtas02p.mx.bigpond.com with ESMTP id <20080407063710.FHBM649.nskntmtas02p.mx.bigpond.com@nskntotgx03p.mx.bigpond.com> for ; Mon, 7 Apr 2008 06:37:10 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by nskntotgx03p.mx.bigpond.com with ESMTP id <20080407063710.MLBW9173.nskntotgx03p.mx.bigpond.com@areilly.bpa.nu> for ; Mon, 7 Apr 2008 06:37:10 +0000 Received: (qmail 98891 invoked by uid 501); 7 Apr 2008 06:36:51 -0000 Date: Mon, 7 Apr 2008 16:36:51 +1000 From: Andrew Reilly To: Joe Marcus Clarke Message-ID: <20080407063651.GB97699@duncan.reilly.home> References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> <1207504273.22879.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1207504273.22879.4.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4.2.3i Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 06:37:13 -0000 On Sun, Apr 06, 2008 at 01:51:13PM -0400, Joe Marcus Clarke wrote: > On Sun, 2008-04-06 at 23:07 +0530, Ashish Shukla आशीष शुक्ल wrote: > > >>>>> Joe Marcus Clarke writes: > > Joe> On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla आशीष शुक्ल wrote: > > >> Hi, > > >> > > >> Whenever I try to unlock my screen, locked using gnome-screensaver, it > > >> doesn't accept my password, rejects with "Incorrect password". I'm > > >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causing this ? > > >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM support. > > >> > > >> During password verification, there is some non-uniform delay > > >> (sometime more, sometimes less) . > > >> > > >> Is there anyone else experiencing this issue, hmm...? > > > > Joe> This is typically the case when one builds gnome-screensaver with PAM > > Joe> support, but they are currently using a PAM module which requires the > > Joe> executable be setuid root (e.g. pam_unix). The only workaround is to > > Joe> rebuild gnome-screensaver without PAM support, or use a different PAM > > Joe> module which does not require root privileges. > > > > I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, but > > also thats of no use. Any ideas, why is that not working inspite of > > /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? > > PAM and gnome-screensaver do not work together if you are using > pam_unix. Rebuild gnome-screensaver without PAM support, and it will > instead read /etc/master.passwd directly to authenticate the user. That > will work. So, is there a scenario where PAM and gnome-screensaver *do* work? If not, then why is PAM an option? I admit that I don't fully understand PAM, but have noticed that there's a whole bunch of PAM stuff in recent FreeBSD configurations, even at the non-ports level, so I have it in gnome-screensaver, too. I thought that was just how it was supposed to be done. Therefore, whenever I mistakenly allow the screen to be locked, I have to log-in from another machine and kill the screen saver... My FreeBSD system is physically secure, so I don't have it lock automatically when the screen saver comes on, so this only happens when I mis-mouse in the GNOME System menu. So it hasn't bothered me enough to really try debugging it, up to now. (Although I did try to remove the "lock screen" menu item, but the menu-editing facility did not facilitate that...) Cheers, -- Andrew From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 06:45:12 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70E70106564A; Mon, 7 Apr 2008 06:45:12 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 11AB58FC14; Mon, 7 Apr 2008 06:45:11 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m376jX8b002092; Mon, 7 Apr 2008 02:45:33 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Andrew Reilly In-Reply-To: <20080407063651.GB97699@duncan.reilly.home> References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> <1207504273.22879.4.camel@shumai.marcuscom.com> <20080407063651.GB97699@duncan.reilly.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-mFEf3nKWShSLCnf7RWg6" Organization: MarcusCom, Inc. Date: Mon, 07 Apr 2008 02:45:17 -0400 Message-Id: <1207550717.22879.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Ashish Shukla =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2?= Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 06:45:12 -0000 --=-mFEf3nKWShSLCnf7RWg6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 2008-04-07 at 16:36 +1000, Andrew Reilly wrote: > On Sun, Apr 06, 2008 at 01:51:13PM -0400, Joe Marcus Clarke wrote: > > On Sun, 2008-04-06 at 23:07 +0530, Ashish Shukla =E0=A4=86=E0=A4=B6=E0= =A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 wrote: > > > >>>>> Joe Marcus Clarke writes: > > > Joe> On Sun, 2008-04-06 at 15:59 +0530, Ashish Shukla =E0=A4=86= =E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 w= rote: > > > >> Hi, > > > >>=20 > > > >> Whenever I try to unlock my screen, locked using gnome-screens= aver, it > > > >> doesn't accept my password, rejects with "Incorrect password".= I'm > > > >> running x11/gnome-screensaver-2.22.1 . Any ideas what is causi= ng this ? > > > >> And BtW, I've compiled gnome-screensaver-2.22.1 with PAM suppo= rt. > > > >>=20 > > > >> During password verification, there is some non-uniform delay > > > >> (sometime more, sometimes less) . > > > >>=20 > > > >> Is there anyone else experiencing this issue, hmm...? > > >=20 > > > Joe> This is typically the case when one builds gnome-screensaver= with PAM > > > Joe> support, but they are currently using a PAM module which req= uires the > > > Joe> executable be setuid root (e.g. pam_unix). The only workaro= und is to > > > Joe> rebuild gnome-screensaver without PAM support, or use a diff= erent PAM > > > Joe> module which does not require root privileges. > > >=20 > > > I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, bu= t > > > also thats of no use. Any ideas, why is that not working inspite of > > > /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? > >=20 > > PAM and gnome-screensaver do not work together if you are using > > pam_unix. Rebuild gnome-screensaver without PAM support, and it will > > instead read /etc/master.passwd directly to authenticate the user. Tha= t > > will work. >=20 > So, is there a scenario where PAM and gnome-screensaver *do* > work? If not, then why is PAM an option? If you're using a PAM module which doesn't require root privileges (e.g. pam_ldap) then PAM support should work. >=20 > I admit that I don't fully understand PAM, but have noticed > that there's a whole bunch of PAM stuff in recent FreeBSD > configurations, even at the non-ports level, so I have it in > gnome-screensaver, too. I thought that was just how it was > supposed to be done. >=20 > Therefore, whenever I mistakenly allow the screen to be locked, > I have to log-in from another machine and kill the screen > saver... >=20 > My FreeBSD system is physically secure, so I don't have it > lock automatically when the screen saver comes on, so this > only happens when I mis-mouse in the GNOME System menu. So it > hasn't bothered me enough to really try debugging it, up to now. > (Although I did try to remove the "lock screen" menu item, but > the menu-editing facility did not facilitate that...) I filed a bug against gnome-screensaver a long time ago (see http://bugzilla.gnome.org/show_bug.cgi?id=3D370847). I don't see this bug ever being fixed in gnome-screensaver, though. If anyone wants to work on a setuid wrapper which can handle the PAM dialog, I would be happy to integrate it into our port. There already exists support in gnome-screensaver to handle such a wrapper, but since the non-PAM (default) configuration works for me, I haven't been bothered enough to implement this myself. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-mFEf3nKWShSLCnf7RWg6 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf5wv0ACgkQb2iPiv4Uz4cvVACeKmIjpR0XW3iTpQKrBbFJNmoi 9ZkAnRFlOwdIbVpnufNDxv2NXdBtw4vq =CfbO -----END PGP SIGNATURE----- --=-mFEf3nKWShSLCnf7RWg6-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 07:08:06 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F2601065672 for ; Mon, 7 Apr 2008 07:08:06 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from omta01ps.mx.bigpond.com (omta01ps.mx.bigpond.com [144.140.82.153]) by mx1.freebsd.org (Postfix) with ESMTP id 283BE8FC22 for ; Mon, 7 Apr 2008 07:08:05 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from oaamta07ps.mx.bigpond.com ([124.188.162.219]) by omta01ps.mx.bigpond.com with ESMTP id <20080407070805.CATO864.omta01ps.mx.bigpond.com@oaamta07ps.mx.bigpond.com> for ; Mon, 7 Apr 2008 07:08:05 +0000 Received: from areilly.bpa.nu ([124.188.162.219]) by oaamta07ps.mx.bigpond.com with ESMTP id <20080407070804.YBIQ4141.oaamta07ps.mx.bigpond.com@areilly.bpa.nu> for ; Mon, 7 Apr 2008 07:08:04 +0000 Received: (qmail 27480 invoked by uid 501); 7 Apr 2008 07:07:44 -0000 Date: Mon, 7 Apr 2008 17:07:44 +1000 From: Andrew Reilly To: Joe Marcus Clarke Message-ID: <20080407070744.GA27115@duncan.reilly.home> References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> <1207504273.22879.4.camel@shumai.marcuscom.com> <20080407063651.GB97699@duncan.reilly.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080407063651.GB97699@duncan.reilly.home> User-Agent: Mutt/1.4.2.3i X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150203.47F9C854.00FF,ss=1,fgs=0 Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 07:08:06 -0000 On Mon, Apr 07, 2008 at 04:36:51PM +1000, Andrew Reilly wrote: > On Sun, Apr 06, 2008 at 01:51:13PM -0400, Joe Marcus Clarke wrote: > > > Joe> This is typically the case when one builds gnome-screensaver with PAM > > > Joe> support, but they are currently using a PAM module which requires the > > > Joe> executable be setuid root (e.g. pam_unix). The only workaround is to > > > Joe> rebuild gnome-screensaver without PAM support, or use a different PAM > > > Joe> module which does not require root privileges. > > > > > > I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, but > > > also thats of no use. Any ideas, why is that not working inspite of > > > /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? > > > > PAM and gnome-screensaver do not work together if you are using > > pam_unix. Rebuild gnome-screensaver without PAM support, and it will > > instead read /etc/master.passwd directly to authenticate the user. That > > will work. Just to add a bit more noise to this discussion: I've just re-configured gnome-screensaver to not use PAM, and re-installed. When doing so, I discovered that this installs gnome-screensaver-dialog, which is setuid root. Clearly, that's necessary in order to look at master.passwd directly. Isn't the same setuid-root done when PAM is involved? Cheers, -- Andrew From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 10:47:07 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 995AF1065675 for ; Mon, 7 Apr 2008 10:47:07 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5DA188FC34 for ; Mon, 7 Apr 2008 10:47:07 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 5BFC719E023 for ; Mon, 7 Apr 2008 12:47:06 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2916B19E019 for ; Mon, 7 Apr 2008 12:47:02 +0200 (CEST) Message-ID: <47F9FBBB.5030902@quip.cz> Date: Mon, 07 Apr 2008 12:47:23 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: ports-list freebsd Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: forcibly reinstall one port with portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 10:47:07 -0000 How can I reinstall just one port without version change? If I did portmaster -f mod_python-3.3.1, portmaster reinstall all dependencies. ===>>> The following actions were performed: Re-installation of python25-2.5.2_1 Re-installation of libtool-1.5.24 Re-installation of libiconv-1.11_1 Re-installation of gettext-0.16.1_3 Re-installation of gmake-3.81_2 Re-installation of m4-1.4.9,1 Re-installation of perl-5.8.8_1 Re-installation of p5-gettext-1.05_1 Re-installation of help2man-1.36.4_1 Re-installation of autoconf-wrapper-20071109 Re-installation of autoconf-2.61_2 Re-installation of expat-2.0.0_1 Re-installation of apache-2.2.8 Re-installation of mod_python-3.3.1 (if this is expected behaviour, could it be better documented in man page?) Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 11:06:05 2008 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC880106566C for ; Mon, 7 Apr 2008 11:06:05 +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 CBA348FC1B for ; Mon, 7 Apr 2008 11:06:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m37B65Ih047837 for ; Mon, 7 Apr 2008 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m37B65w3047833 for freebsd-ports@FreeBSD.org; Mon, 7 Apr 2008 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Apr 2008 11:06:05 GMT Message-Id: <200804071106.m37B65w3047833@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 11:06:05 -0000 Current FreeBSD problem reports 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. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. r - repocopy The resolution of the problem report is dependent on a repocopy operation within the CVS repository which is awaiting completion. s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned. Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/122390 misc/esniper version update 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/106369 vpnd caused kernel panic with ppp mode o ports/106372 vpnd can't run with slip mode f ports/108077 www/linux-flashplugin9 crashes linux-firefox o ports/108413 [patch] net/vnc does not works. o ports/111430 [ PATCH ] security/isakmpd with OpenSSL 0.9.8b and new f ports/112921 x11-wm/Beryl not loading focus and keybinding settings s ports/113144 print/ghostscript-gnu dumps core with several output d o ports/116378 xorg 7.3 on -stable breaks math/scilab f ports/116385 net/vnc using vnc.so crashes Xorg 7.3 when remote comp f ports/116586 net/isc-dhcp3-server does not work when compiled with f ports/116777 The math/scilab port fails in demos->signal->bode. f ports/116778 security/nmap ping-scan misses some hosts o ports/117025 multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor o ports/117128 security/ipsec-tools racoon.sh fails with /var on mfs o ports/118877 audio/streamripper does not detect song title from str f ports/119546 net/nss_ldap makes /usr/bin/ssh dump core in getpwuid( o ports/120372 java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' f ports/121346 building net/ekiga fails o ports/121473 graphics/gsnapshot crashes upon startup on FreeBSD-6.3 f ports/121830 net-mgmt/nagios-plugins: check_disk plugin works incor o ports/122030 mail/listmanager needs to install listmanager with mai f ports/122083 www/mod_clamav refuses to build with apache22 installe o ports/122128 Class not found error during print/pdftk port installa f ports/122150 devel/libusb port fails to build o ports/122161 Update port: multimedia/mpeg_encode Fix for new distfi f ports/122187 [patch] security/ipsec-tools failed build on FreeBSD 7 o ports/122251 New port: graphics/sK1 An opensource vector graphics e f ports/122276 Compiled audio/musicpd segfaults on FreeBSD 7.0 o ports/122306 misc/compat5x port fails to extract if you're root o ports/122381 net-mgmt/collectd in FreeBSD 7.0 i386 and sparc64 segf f ports/122416 deskutils/kmatrix3d and deskutils/ksmoothdock don't in 31 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/85513 Intel C++ compiler not 100% binary compatible with sys o ports/102544 ltmdm driver (comms/ltmdm) crashes system whene line r o ports/107354 net/icmpinfo: icmpinfo -vvv does not recocnize any ICM f ports/107937 jailed net/isc-dhcp3-server wouldn't run with an immut o ports/108795 ports/icc: Proposed update to icc port for intel compi o ports/110144 New port: math/Matlab7 o ports/110697 New port: ports-mgmt/pkg_deps s ports/112887 net/nxserver 1.4.0_1 fails to compile after upgrading o ports/113423 Update for ports net/freenx to version 0.6.0 o ports/114825 pam module security/pam_abl not working s ports/115216 ADA devel/florist exit_process program doesn't compile s ports/115217 Ada devel/florist socket program doesn't compile due t f ports/115304 multimedia/gpac-mp4box cannot import files larger than o ports/115308 multimedia/jahshaka fails to open GUI - ends with "pre f ports/115336 port multimedia/avifile on FreeBSD 7.0 not BROKEN with f ports/115627 www/Lynx (-ssl) does not correctly test for OpenSSL f ports/115722 New port:x11/tastymenu A K-Menu replacement for KDE 3. f ports/116058 Update: x11-themes/gtk-qt-engine to version 0.8 o ports/116226 x11-wm/compiz - emerald and compiz-fusion and scim are s ports/116323 net-im/jabber-users-agent bugs o ports/116485 games/vultures-eye gets a permission denied after typi f ports/116567 [PATCH] net/vnc: patch x0vncserver to not give the sel o ports/116683 [NEW PORT] audio/kirocker: KDE Kicker applet for Amaro f ports/116783 databases/db46 can not be built o ports/116974 net-p2p/azureus fails to operate correctly if IPV6 sup f ports/117173 graphics/opencv does not compile if ffmpeg option is c f ports/117298 port (/usr/ports/russian/xneur) update needed o ports/117299 [NEW PORTS] www/webobjects(+) Apple WebObjects ports b o ports/117327 devel/devhelp doesn't build with seamonkey f ports/117431 Update port: graphics/ipe Version 6.0pre28 of Ipe that s ports/117518 [PATCH] misc/ipbt - fix BROKEN size mismatch in distin o ports/117521 [new port] net/asterisk-res-bonjour Bonjour (Zeroconf) o ports/117703 New port: devel/asdlgen generate serializers for C,C++ o ports/117755 New port: security/libgcrypt-devel alpha version libgc f ports/117900 x11-wm/pekwm ports needs to be updated o ports/118033 [new port] devel/cvs-devel 1.12.13_8 f ports/118105 mail/spamd - spamd-setup with multiple files in spamd- o ports/118229 New port: security/fwknop fwknop,"FireWall KNock OPera f ports/118293 net/vnc Xvnc won't run without fonts.alias installed o ports/118368 New port: net/asterisk-agx AGX Extra Addons (including o ports/118386 New port: graphics/hugin-devel A GUI for Panorama Tool o ports/118438 New port: biology/njplot Phylogenetic tree drawing pro o ports/118460 New port: biology/muscle multiple alignment software o ports/118548 New port: biology/consed viewing and editing workbench f ports/118570 www/linux-flashplugin9 - v9.0r48 doesn't play youtube o ports/118906 [NEW PORT] graphics/2d-rewriter: Fractals generator ba f ports/118926 mail/spamd: issues with deletion and syncing from spam f ports/118960 cannot apply patches for port russian/xmms f ports/119015 games/alephone - TotalTextureEnhancementv61.zip unfetc o ports/119183 [NEW PORT] net/freeradius-client: FreeRADIUS Client li o ports/119236 New port: www/squidclamav, interface to perform antivi f ports/119319 www/tomcat55 rc.d script fails to stop tomcat o ports/119388 ports that require gcc 34 instead of gcc42 o ports/119425 New port: korean/ko.TeX Korean TeX macro and utilities o ports/119427 New port: korean/ko.TeX-fonts-extra Korean TeX extra f o ports/119428 New port: korean/ko.TeX-fonts-base Korean TeX base fon o ports/119556 [PATCH] textproc/xerces-c2: Update to 2.8.0 o ports/119640 [NEW PORT] devel/sml_tk: Typed and abstract Standard M f ports/119644 FreeBSD Port: archivers/xarchive failing to open files f ports/119745 www/linux-flashplugin7 - flashplayer does not work wit f ports/119843 security/xca 0.6.3 has gross compilation errors after f ports/119860 archivers/par2cmdline gives "Main packet not found" - o ports/120142 sysutils/wmcube-gdk does not work on CURRENT o ports/120181 weird tty permissions with x11/rxvt o ports/120184 New port: emulators/cpmtools27: Tools to access CP/M d o ports/120189 New port: emulators/xcpc: A portable Amstrad CPC 464/6 o ports/120311 New port: devel/aegis-devel developer version of devel o ports/120462 [New port] archivers/par2cmdline-tbb f ports/120480 [patch] devel/quilt: RPM dependency should be optional o ports/120499 new port converters/fribidi: fribidi2 library f ports/120824 net/ekiga doesn't build with threaded perl. f ports/120923 www/squidguard does not work unless its UID/GID are mo f ports/121043 Update port print/lilypond o ports/121050 New port: sysutils/heartbeat2 Linux High-Availability f ports/121071 graphics/ImageMagick version 6.3.8-9 compile failure ( o ports/121126 New port: science/caret Computerized Anatomical Recons f ports/121149 www/tomcat55 - www/tomcat* choaks on ip6 f ports/121154 port sysutils/915resolution marked i386 only; builds f o ports/121194 math/arpack - Patch to use ARPACK++ on modern compiler f ports/121254 shells/ch: Bad ownership of installed files. o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/121344 new port audio/akode-plugins-pulseaudio f ports/121355 net/isc-dhcp3-server mishandles OPTIONS f ports/121405 Update graphics/gmt to newer version (4.2.1) f ports/121432 Add search function into audio/ncmpc o ports/121629 New Port: net/netident A port for testing what netwo f ports/121673 Update port: www/zope-formulator to 1.11.3 f ports/121711 dns/opendd segmentation fault on 7.0-RELEASE when comp f ports/121724 [UPDATE] Update multimedia/avidemux2 to 2.4.1 f ports/121731 science/hdf5: enable Fortran support o ports/121771 [patch] Add https support to sysutils/apt f ports/121827 sysutils/ezjail: config-attached image jail can not be f ports/121834 [patch] lang/lua: split AR into AR/ARFLAGS (for cross f ports/121836 [PATCH] sysutils/ezjail: amd64 install problem o ports/121882 /usr/ports/audio/mbrolavox/voices.conf uses extended c o ports/122027 net-mgmt-/zabbix - Fix several zabbix-server crashes o ports/122050 [New Port] port-mgmt/p5-FreeBSD-Ports-INDEXhash Thi f ports/122055 graphics/ImageMagick PerlMagick tests fail due to t/se o ports/122059 finance/ledgersmb port upgrade o ports/122102 New Port devel/tango - alternate library for the D pro o ports/122104 print/ghostscript-gpl build fails if FreeType bridge o o ports/122113 fail to start games/frozenbubble on 7-STABLE and fix a ports/122121 graphics/qiv segfaults in XSetClassHint f ports/122122 print/lyx crashes if devel/boost is compiled with thre o ports/122192 New port: shells/heirloom-sh: Portable version of Open o ports/122201 Cannot build www/nspluginwrapper from the ports o ports/122210 [PATCH] java/bsh: change main category, take maintaine o ports/122212 new port sysutils/automounter o ports/122219 [PATCH]textproc/catdoc: fix Tcl/Tk dependency handling f ports/122220 [PATCH]math/maxima: remove USE_XLIB, fix Tcl/Tk handli o ports/122253 [New port] devel/p5-libalarm: Perl module to allow mul o ports/122345 New port: games/blobby - Official continuation of the f ports/122358 Make databases/mysqltcl compile with Tcl 8.3 and 8.5 o ports/122375 New port: games/openjazz - Free re-implementation of t f ports/122379 sysutils/fusefs-kmod fails to build f ports/122402 [PATCH] security/metasploit: Update to 3.1 [SUMMARIZE o ports/122411 Port fix: archivers/ppunpack - Remove quotes for RESTR o ports/122425 audio/oss: OSS does not compile from ports f ports/122432 [PATCH] net-p2p/limewire: update to 4.16.6 o ports/122457 New port: Next-generation free software blogging platf f ports/122464 [UPDATE] Update www/p5-FCGI-ProcManager to 0.18 f ports/122469 [patch] options for devel/viewvc f ports/122471 [patch] port devel/cvs2svn o ports/122480 [NEW PORT] www/docebo : An Open Source elearning Platf f ports/122486 [maintainer-update] sysutils/automounter latest releas o ports/122487 [maintainer-update] sysutils/bsdadminscripts latest re o ports/122488 [maintainer update] Update science/omnetpp to 3.3 o ports/122489 [NEW PORT] x11/terminator: Multiple GNOME terminals in o ports/122509 [maintainer update] databases/mysqltcl 3.05 o ports/122517 [Maintainer Update] comms/syncterm to latest version o ports/122523 Pre-compiled Package of munin-node does not install rc o ports/122525 [PATCH] lang/see[-devel]: add locking for thread-safet 132 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 13:36:33 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAEF1065672; Mon, 7 Apr 2008 13:36:33 +0000 (UTC) (envelope-from soren.aarup@billetkontoret.dk) Received: from exchange2003.corporate.billetkontoret.dk (exchange2003.corporate.billetkontoret.dk [80.63.104.145]) by mx1.freebsd.org (Postfix) with ESMTP id EC4E68FC1F; Mon, 7 Apr 2008 13:36:32 +0000 (UTC) (envelope-from soren.aarup@billetkontoret.dk) MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----_=_NextPart_001_01C898B3.07C36CF8" x-cr-puzzleid: {6EFC8B67-184A-4544-84A1-6DAF1731CFC0} X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message Date: Mon, 7 Apr 2008 15:26:39 +0200 Message-ID: <5A766473D496FE4799414A3118D0E24521D155@exchange2003.corporate.billetkontoret.dk> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: tikiwiki-1.9.9 x-cr-hashedpuzzle: iW8= A8uD D7vI EcfT FX0X F0+S F+/d JVT4 LSDj P4ap RB00 RI8U RqPC UByG Wupa XFFm; 2; ZgBhAHIAcgBvAGsAaABpAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnADsAcABvAHIAdABzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {6EFC8B67-184A-4544-84A1-6DAF1731CFC0}; cwBvAHIAZQBuAC4AYQBhAHIAdQBwAEAAYgBpAGwAbABlAHQAawBvAG4AdABvAHIAZQB0AC4AZABrAA==; Mon, 07 Apr 2008 13:26:39 GMT; RgByAGUAZQBCAFMARAAgAFAAbwByAHQAOgAgAHQAaQBrAGkAdwBpAGsAaQAtADEALgA5AC4AOQA= Thread-Index: AciYswMJPMYOuS1qTN+7Wwss2bkdoA== From: =?iso-8859-1?Q?S=F8ren_Christian_Aarup?= To: X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: tikiwiki-1.9.9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 13:36:33 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C898B3.07C36CF8 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello =20 When will Tikiwiki be updated to the latest version in the ports tree? =20 Thank you. =20 =20 Med venlig hilsen / Best Regards =20 S=F8ren Christian Aarup IT Consultant =20 =20 Vesterbrogade 121 7th floor 1620 Copenhagen V Denmark T: +45 3690 3060 F: +45 3332 7368 E: soren.aarup@billetkontoret.dk = W: billetkontoret.dk =20 W: Ticket2travel.dk =20 =20 ------_=_NextPart_001_01C898B3.07C36CF8-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 15:55:14 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40863106566C; Mon, 7 Apr 2008 15:55:14 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id E7AF08FC19; Mon, 7 Apr 2008 15:55:13 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m37FtSGj007132; Mon, 7 Apr 2008 11:55:29 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Andrew Reilly In-Reply-To: <20080407070744.GA27115@duncan.reilly.home> References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> <1207504273.22879.4.camel@shumai.marcuscom.com> <20080407063651.GB97699@duncan.reilly.home> <20080407070744.GA27115@duncan.reilly.home> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jo91c5zdK2kP5ZcVcHft" Organization: MarcusCom, Inc. Date: Mon, 07 Apr 2008 11:55:12 -0400 Message-Id: <1207583712.80953.7.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.0 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Ashish Shukla =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2?= Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 15:55:14 -0000 --=-jo91c5zdK2kP5ZcVcHft Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-04-07 at 17:07 +1000, Andrew Reilly wrote: > On Mon, Apr 07, 2008 at 04:36:51PM +1000, Andrew Reilly wrote: > > On Sun, Apr 06, 2008 at 01:51:13PM -0400, Joe Marcus Clarke wrote: > > > > Joe> This is typically the case when one builds gnome-screensav= er with PAM > > > > Joe> support, but they are currently using a PAM module which r= equires the > > > > Joe> executable be setuid root (e.g. pam_unix). The only worka= round is to > > > > Joe> rebuild gnome-screensaver without PAM support, or use a di= fferent PAM > > > > Joe> module which does not require root privileges. > > > >=20 > > > > I've tried copying /etc/pam.d/gdm to /etc/pam.d/gnome-screensaver, = but > > > > also thats of no use. Any ideas, why is that not working inspite of > > > > /usr/local/libexec/gnome-screensaver-dialog being setuid, hmm...? > > >=20 > > > PAM and gnome-screensaver do not work together if you are using > > > pam_unix. Rebuild gnome-screensaver without PAM support, and it will > > > instead read /etc/master.passwd directly to authenticate the user. T= hat > > > will work. >=20 > Just to add a bit more noise to this discussion: I've just re-configured > gnome-screensaver to not use PAM, and re-installed. When doing so, I > discovered that this installs gnome-screensaver-dialog, which is setuid > root. Clearly, that's necessary in order to look at master.passwd > directly. Isn't the same setuid-root done when PAM is involved? The setuid privileges are dropped once initialization is done since GTK+ apps cannot run set[ug]id. If they could, or if gnome-screesaver-dialog was not a GTK+ app, this wouldn't be a problem. That's why a wrapper that actually does the PAM dialog would work here. Linux, on the other hand, includes a setuid tool with Linux PAM which does the privileged work for pam_unix. This means that none of their login apps need to be setuid root. Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-jo91c5zdK2kP5ZcVcHft Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf6Q9wACgkQb2iPiv4Uz4e7DACgiOmwH8jvdbqpWqCEfBxNnkUv NwkAn18qaX6UE+nhhsepyCIuxDGYnESF =yBMW -----END PGP SIGNATURE----- --=-jo91c5zdK2kP5ZcVcHft-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 16:09:56 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00939106566B for ; Mon, 7 Apr 2008 16:09:56 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavspool01.kulnet.kuleuven.be (cavspool01.kulnet.kuleuven.be [134.58.240.41]) by mx1.freebsd.org (Postfix) with ESMTP id AD5AC8FC16 for ; Mon, 7 Apr 2008 16:09:55 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from cavuit01.kulnet.kuleuven.be (cavuit01.kulnet.kuleuven.be [134.58.240.43]) by cavspool01.kulnet.kuleuven.be (Postfix) with ESMTP id 21A462870C6 for ; Mon, 7 Apr 2008 17:40:29 +0200 (CEST) Received: from smtps01.kuleuven.be (smtpshost01.kulnet.kuleuven.be [134.58.240.74]) by cavuit01.kulnet.kuleuven.be (Postfix) with ESMTP id 5792B7B804B; Mon, 7 Apr 2008 17:40:21 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [10.4.16.222]) by smtps01.kuleuven.be (Postfix) with ESMTP id 0B86631E702; Mon, 7 Apr 2008 17:40:21 +0200 (CEST) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.2/8.14.2) with ESMTP id m37FeKjE004763; Mon, 7 Apr 2008 17:40:20 +0200 (CEST) (envelope-from tijl@ulyssis.org) X-Kuleuven: This mail passed the K.U.Leuven mailcluster From: Tijl Coosemans To: "Sam Fourman Jr." Date: Mon, 7 Apr 2008 17:40:17 +0200 User-Agent: KMail/1.9.7 References: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> In-Reply-To: <11167f520804060054n5504ac91i30e0005538ab424f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804071740.19613.tijl@ulyssis.org> X-KULeuven-Information: Katholieke Universiteit Leuven X-KULeuven-Scanned: Found to be clean X-Spam-Status: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=disabled, KUL_SMTPS -50.00) X-KULeuven-Envelope-From: tijl@ulyssis.org Cc: freebsd-ports@freebsd.org Subject: Re: Wine wine-0.9.59 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 16:09:56 -0000 On Sunday 06 April 2008 09:54:18 Sam Fourman Jr. wrote: > I just upgraded to wine-0.9.59 from > http://bugs.winehq.org/show_bug.cgi?id=1798, and it seems when I > start World Of Warcraft, in full screen my app looses keyboard focus, > and the terminal window that I type wine wow.exe in has my keyboard > focus. > > this never happened before in wine-0.9.57. I did some searching on > google is this related? http://bugs.winehq.org/show_bug.cgi?id=1798 , > in the wine notes for wine 0.9.58 it states that they fixed the > keyboard focus bug. but I seem to have caught the bug now. It's best to report this as a regression on the wine-users mailing list or leave a comment on the bug report. There have been quite a few window management changes lately, so instead of a wine bug, it's possible these changes triggered a window manager bug. But either way, it's best to let the wine devs know about this. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 18:47:08 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75444106564A; Mon, 7 Apr 2008 18:47:08 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from public.aci.on.ca (public.aci.on.ca [205.207.148.251]) by mx1.freebsd.org (Postfix) with ESMTP id 27FF88FC17; Mon, 7 Apr 2008 18:47:08 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from (invalid client hostname: host address literal does not match remote client address)[127.0.0.1] ((no PTR matching greeting name)xtreme-54-62.dyn.aci.on.ca[24.137.213.62] port=2131) by public.aci.on.ca([205.207.148.251] port=25) via TCP with esmtp (2017 bytes) (sender: ) id for ; Mon, 7 Apr 2008 14:46:55 -0400 (EDT) (Smail-3.2.0.122-Pre 2005-Nov-17 #1 built 2007-Apr-30) Message-ID: <47FA6C28.4000000@qwirky.net> Date: Mon, 07 Apr 2008 14:47:04 -0400 From: Jeff Royle User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 080407-1, 07/04/2008), Outbound message X-Antivirus-Status: Clean Cc: mbr@FreeBSD.org Subject: mail/up-imapproxy 1.2.6 rc script issue X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@qwirky.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 18:47:08 -0000 I just recently upgraded from 1.2.5 and noticed right away the rc script wouldn't pick the correct location for my configuration file. I had to re-write the script to get things working correctly. Here is a copy of my working rc script for the package: -------------------------------------------- #!/bin/sh # # $FreeBSD: ports/mail/up-imapproxy/files/imapproxyd.sh.in,v 1.4 2007/07/21 03:59:50 mbr Exp $ # # PROVIDE: imapproxyd # REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable imapproxyd: # # imapproxyd_enable (bool): Set "YES" to enable imapproxyd # Default is "NO" # imapproxyd_conf (file): Set location of conf file. # Default is "/usr/local/etc/imapproxyd.conf" . /etc/rc.subr name="imapproxyd" rcvar=`set_rcvar` : ${imapproxyd_enable="NO"} : ${imapproxyd_conf="/usr/local/etc/imapproxyd.conf"} command=/usr/local/sbin/in.imapproxyd command_args="-f ${imapproxyd_conf}" required_files="/usr/local/etc/imapproxyd.conf" load_rc_config "$name" run_rc_command "$1" #EOF ------------------- Cheers! Jeff From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 18:56:12 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93DFF1065670 for ; Mon, 7 Apr 2008 18:56:12 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail35.syd.optusnet.com.au (mail35.syd.optusnet.com.au [211.29.133.51]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9538FC0C for ; Mon, 7 Apr 2008 18:56:06 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail35.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m37Iu4Qv005236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Apr 2008 04:56:04 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m37Iu4K6034704; Tue, 8 Apr 2008 04:56:04 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m37Iu3PF034703; Tue, 8 Apr 2008 04:56:03 +1000 (EST) (envelope-from peter) Date: Tue, 8 Apr 2008 04:56:03 +1000 From: Peter Jeremy To: Maxim Khitrov Message-ID: <20080407185603.GI40163@server.vk2pj.dyndns.org> References: <26ddd1750804061652k325753aej1c8ea94a79e45a59@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <26ddd1750804061652k325753aej1c8ea94a79e45a59@mail.gmail.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-ports@freebsd.org Subject: Re: Python 3.0 port? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 18:56:12 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 06, 2008 at 07:52:58PM -0400, Maxim Khitrov wrote: >I realize that it's still in the alpha stage, but is there any chance >of getting Python 3.0 into the ports tree? I suggest you email freebsd-python@freebsd.org - that list is dedicated to Python on FreeBSD. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf6bkMACgkQ/opHv/APuIfAQACguAzSCb1ltVN7amNvSD5Gfgml 7c0AoJOICAJtnJCUvkNUHLOuSZHeGXbl =e5am -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 7 20:43:23 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 796B0106566B for ; Mon, 7 Apr 2008 20:43:23 +0000 (UTC) (envelope-from rapopp@eastcentral.edu) Received: from ecmail.eastcentral.edu (ecmail.eastcentral.edu [198.209.216.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4D8BF8FC25 for ; Mon, 7 Apr 2008 20:43:23 +0000 (UTC) (envelope-from rapopp@eastcentral.edu) Received: from barbados.eastcentral.edu (unknown [10.15.0.132]) by ecmail.eastcentral.edu (Postfix) with ESMTP id 4646539B7E for ; Mon, 7 Apr 2008 15:24:55 -0500 (CDT) From: "Reuben A. Popp" To: ports@FreeBSD.org Date: Mon, 7 Apr 2008 15:34:40 -0500 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804071534.41099.rapopp@eastcentral.edu> Cc: Subject: /usr/ports/audio/beep requires /dev/speaker X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rapopp@eastcentral.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2008 20:43:23 -0000 Just a suggestion that a blurb be put in as part of the post-install of /usr/ports/audio/beep that it requires /dev/speaker. If one tries to run beep without /dev/speaker, beep will error. IIRC, GENERIC doesn't include the device entry for speaker anymore and thus requires one to load the module for speaker via: kldload speaker Once that is done, beep will work as expected. The default permissions for /dev/speaker is 600 as well. Thanks Reuben -- Reuben A. Popp Systems Administrator Information Technology Department East Central College 1+ 636 583 5195 x2480 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 08:40:31 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF4781065671 for ; Tue, 8 Apr 2008 08:40:31 +0000 (UTC) (envelope-from ep@exvere.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id B32068FC20 for ; Tue, 8 Apr 2008 08:40:31 +0000 (UTC) (envelope-from ep@exvere.net) Received: by an-out-0708.google.com with SMTP id c14so494124anc.13 for ; Tue, 08 Apr 2008 01:40:30 -0700 (PDT) Received: by 10.100.33.13 with SMTP id g13mr12339776ang.96.1207642310671; Tue, 08 Apr 2008 01:11:50 -0700 (PDT) Received: from ?192.168.1.9? ( [65.6.161.46]) by mx.google.com with ESMTPS id c1sm20418584ana.36.2008.04.08.01.11.49 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 01:11:49 -0700 (PDT) Message-Id: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> From: Eddie Parra To: ports@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Tue, 8 Apr 2008 01:11:47 -0700 X-Mailer: Apple Mail (2.919.2) Cc: Subject: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 08:40:32 -0000 Ports team, According to the URL below, cflowd is "broken" on FreeBSD 7.0 http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/cflowd/ I haven't experienced a broken port before. Are ports as old as cflowd usually fixed? Thanks, -Eddie From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 09:00:45 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FA2106564A for ; Tue, 8 Apr 2008 09:00:45 +0000 (UTC) (envelope-from algor@pgta.ru) Received: from pegas.pgta.ru (pegas.pgta.ru [85.234.37.229]) by mx1.freebsd.org (Postfix) with ESMTP id E12DF8FC30 for ; Tue, 8 Apr 2008 09:00:43 +0000 (UTC) (envelope-from algor@pgta.ru) Received: from atlant.pgta.lan (atlant.pgta.lan [172.16.1.1]) by pegas.pgta.ru (8.13.4/8.13.4) with ESMTP id m388D0JH015714; Tue, 8 Apr 2008 12:13:00 +0400 Received: from [10.16.100.152] ([10.16.100.152]) (authenticated bits=0) by atlant.pgta.lan (8.13.4/8.13.4) with ESMTP id m388Cw4N030454 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Apr 2008 12:13:00 +0400 Message-ID: <47FB2906.9090500@pgta.ru> Date: Tue, 08 Apr 2008 12:12:54 +0400 From: =?UTF-8?B?0JPQvtGA0Y/Rh9C60LjQvSDQkNC70LXQutGB0LDQvdC00YA=?= User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: jarrod@netleader.com.au, ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: Dr.Web (R) for Mail Servers on pegas.pgta.ru host X-Antivirus: Dr.Web (R) for Mail Servers on atlant.pgta.lan host X-Antivirus-Code: 100000 X-Antivirus-Code: 100000 Cc: Subject: FreeBSD Port: nagios-3.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 09:00:45 -0000 http://www.nagios.org/ 04/01/2008 - Nagios 3.0.1 Released From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 11:01:31 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A91D6106566B for ; Tue, 8 Apr 2008 11:01:31 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCE78FC26 for ; Tue, 8 Apr 2008 11:01:31 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by yw-out-2324.google.com with SMTP id 2so318573ywt.13 for ; Tue, 08 Apr 2008 04:01:26 -0700 (PDT) Received: by 10.151.143.3 with SMTP id v3mr3372952ybn.176.1207652485741; Tue, 08 Apr 2008 04:01:25 -0700 (PDT) Received: from scorpio ( [67.189.206.211]) by mx.google.com with ESMTPS id h13sm16140045wxd.1.2008.04.08.04.01.23 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 04:01:25 -0700 (PDT) Date: Tue, 8 Apr 2008 07:01:14 -0400 From: Gerard To: freebsd-ports@freebsd.org Message-ID: <20080408070114.08fe3d60@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAIVBMVEWrAACyAB7aACGPTU0wMjHQgn9vPj1vABUwAA/QAyWPAB3Ut3lMAAAAB3RJTUUHsQwfFzs7RBhzUQAAAlZJREFUOI110zFv00AUAOBXL1Y91QilqidzS9SupwQpO9DdMqjdUJSCOjkN5Fm3Md2pUwlicKckoF5zv5L3np2kFPGURPZ9957fnS/gsLboHCIa+UjQIDh0Fp9HTUDTDQS/HzQGkg4qAPNkOgCgRQK7hOQWq4MsmHAENBcgRg+Ili4sHjRNFk6au7iutoACJ03zY9yo09gJJFSdL5xZqEbrhVIZA+ASKoaEoDlG3CzUmVsrgSVDbqfq2KRHfqP6daRyBiCIcvfx3pyUF0e46LlIKR4EBLpyXz9VP8vyLp59YMhjAUVg8ZBgAbRtBGoHtataiOsnQFHb6rApL3h9lu8FDHXwyEDxPcFbuk2kKwraXbNhuF+ika1uwYRHHE4Zeu+8CSG0IM+Yn09TqvTSoZFn8LZwF1i7bynFb+pbuoo6sLWzDJ8JXtB9QuA7cKs0zc4JVAcxbwHDbZo+8HHpIGqBtsKuMqrkpTR00LcYarfKHK/oGXD7GX07IEr2EP6CHP6FfAe0Xf8DE35pzePcbk6jS4bcfrm61lqPHt76LVSURDAbDwnGkzdSCrZAJ7goi/eDSVF4PhygBHiLzWRSUgwuvbwGGqwoi2A+KQdlWZSXvurACMRzXRa6mJRX/oYGqRgE/lH9uR5wqWLo11SfJwdOUzllcOihl+W1wCvZgWnXzUB5kYq3cKOkfwG+6o8Fite8PK5E0NaatXC9fYQAp/SkK72rxCANv5KVjyRhC5waqTNKGa4lId8Bp6hMj5b7BKDTy/81ktOmiSR3D/yqICLgN6raSn8AvNo9lO4L1VIAAAAASUVORK5CYII= X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.3.1 (GTK+ 2.12.8; i386-portbld-freebsd6.3) X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/z6wPxYjwjldvqSzU4EafkLN"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Unable to build 'abiword' on FreeBSD-6.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 11:01:31 -0000 --Sig_/z6wPxYjwjldvqSzU4EafkLN Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I posted this before; however, I never received a response that corrected the situation. On a FreeBSD-6.3 machine, I am unable to build 'abiword'. It stops with this error message: /usr/local/lib/libgcc_s.so.1: undefined reference to `free@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference to `memset@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference to `memcpy@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference to `dl_iterate_phdr@GLIBC_2.2.4' /usr/local/lib/libgcc_s.so.1: undefined reference to `malloc@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference to `abort@GLIBC_2.0' gmake[4]: *** [abiword] Error 1 gmake[4]: Leaving directory `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main/unix' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/abiword/work/abiword-2.6.0/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/editors/abiword. The entire build log is available here: http://seibercom.net/logs/abiword-build.txt I was told that there might be a problem with the 'libgcc_s.so.1' library. However, I have 781 programs installed that build just fine with this library installed so I find it hard to believe that it is simply causing one program to fail. I would really like to get this program built. The funny thing is that I have an older version of the program installed, and it obviously built just fine. I am attempting to build the '2.6.0' version. --=20 Gerard gerard@seibercom.net The most dangerous organization in America today is: a) The KKK b) The American Nazi Party c) The Delta Frequent Flyer Club --Sig_/z6wPxYjwjldvqSzU4EafkLN Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf7UHsACgkQ6DWTaTcTwMlR1QCfUWdOYzt9quepZ1Bh0R39Az9r n94AoMTIRuLYc9NoJibxPil7OeNOf3v7 =cFws -----END PGP SIGNATURE----- --Sig_/z6wPxYjwjldvqSzU4EafkLN-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 11:29:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17399106566B for ; Tue, 8 Apr 2008 11:29:26 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 8C15F8FC16 for ; Tue, 8 Apr 2008 11:29:25 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3075351fka.11 for ; Tue, 08 Apr 2008 04:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=rVGQT+lZOr7nCdxubVHV6agsG6PCYL9kIx1tAKvxWBE=; b=hfBi/S3hfz6vTM9kpI61wRV8RKbhUC+z54pWva5lDoGC4vQ6dYqsLmVM4OzBrlrU5j68cAr0CaeqcP11b3Pg0OfeNczM4x/lnmPuI3p0qiPmKgus/41Hy/wPHfQBts3uqAZJVMwUg6fDBcazbRn3YPsFqFpfNEtBOCikI+ktuyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=JuAJg8pWegCC1SqnsX6XL0jLb6gY45EUTC84r4Hfjv8m5E58DQzAU/cnmNnDl3zbpTNcJerJ+mEW4FOJV+x9U1qv5AclOlcUMzI0+USdQ7o7uk2Ww6QIJoGJatEamd6EaxGAKHoh/a2LAkMFPyskxrjkMPBQiOXDSB+Sd3I5D0g= Received: by 10.82.185.12 with SMTP id i12mr2457384buf.56.1207654164322; Tue, 08 Apr 2008 04:29:24 -0700 (PDT) Received: by 10.82.116.2 with HTTP; Tue, 8 Apr 2008 04:29:24 -0700 (PDT) Message-ID: Date: Tue, 8 Apr 2008 07:29:24 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: freebsd-ports@freebsd.org In-Reply-To: <20080408070114.08fe3d60@scorpio> MIME-Version: 1.0 References: <20080408070114.08fe3d60@scorpio> X-Google-Sender-Auth: a4dd7876b62c336b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Gerard Subject: Re: Unable to build 'abiword' on FreeBSD-6.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 11:29:26 -0000 On Tue, Apr 8, 2008 at 7:01 AM, Gerard wrote: > I posted this before; however, I never received a response that > corrected the situation. On a FreeBSD-6.3 machine, I am unable to build > 'abiword'. It stops with this error message: > > /usr/local/lib/libgcc_s.so.1: undefined reference to `free@GLIBC_2.0' > /usr/local/lib/libgcc_s.so.1: undefined reference to `memset@GLIBC_2.0' > /usr/local/lib/libgcc_s.so.1: undefined reference to `memcpy@GLIBC_2.0' > /usr/local/lib/libgcc_s.so.1: undefined reference to > `dl_iterate_phdr@GLIBC_2.2.4' /usr/local/lib/libgcc_s.so.1: undefined > reference to `malloc@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined > reference to `abort@GLIBC_2.0' gmake[4]: *** [abiword] Error 1 > gmake[4]: Leaving directory > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main/unix' > gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main' gmake[2]: > *** [all-recursive] Error 1 gmake[2]: Leaving directory > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp' gmake[1]: *** > [all-recursive] Error 1 gmake[1]: Leaving directory > `/usr/ports/editors/abiword/work/abiword-2.6.0/src' gmake: *** > [all-recursive] Error 1 *** Error code 2 > > Stop in /usr/ports/editors/abiword. > What compiler are you using that is using /usr/local/lib/libgcc_s.so.1 ? Michael > > > The entire build log is available here: > > http://seibercom.net/logs/abiword-build.txt > > I was told that there might be a problem with the 'libgcc_s.so.1' > library. However, I have 781 programs installed that build just fine > with this library installed so I find it hard to believe that it is > simply causing one program to fail. > > I would really like to get this program built. The funny thing is that > I have an older version of the program installed, and it obviously > built just fine. I am attempting to build the '2.6.0' version. > > -- > Gerard > gerard@seibercom.net > > The most dangerous organization in America today is: > > a) The KKK > b) The American Nazi Party > c) The Delta Frequent Flyer Club > From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 13:15:16 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6BF41065670 for ; Tue, 8 Apr 2008 13:15:16 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6D98FC1E for ; Tue, 8 Apr 2008 13:15:16 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by rn-out-0910.google.com with SMTP id j40so2324017rnf.12 for ; Tue, 08 Apr 2008 06:15:15 -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:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; bh=psNNHtUjwAizlylRNqs+Cso4HsvZ7yZxAOvU0PfiaEA=; b=cyDe5Doj0hS+2VxdTPY87MlE7CkTYo8WySwnFe8dKZaV8eJr5dbbN1ugvA80BEOR6SO0roeGO1BHVfrTSRduQx7bjD3ibcT1ZB9uIg/CrTkZuY1l5YB5Jk+vTMdMZS2t/OVMCbVrlmtcIsWO+n4xKeBR7lKOMhPjouyBgMFOmIc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:x-face:x-pgp-fp:x-pgp:x-mailer:x-attribution:pgp:date:in-reply-to:message-id:user-agent:face:mime-version:content-type:sender; b=aU6eQF8KYjyW+RjL3maZ9xZfdWL+Ah2cFrYQ8GtvloJkTkX/850Z/QrGr8GOv1tJMnSp52FfJ9c3tC6xTmCS1Gcx/4rvuKPmS2BRfvUJ30f8J0pCM/1j5cz/Zeql2vvrp/GwoJshhVcHhuyfr/Yp1k/XON8XWKAMmoam0pBln3g= Received: by 10.115.47.1 with SMTP id z1mr7342656waj.149.1207660514201; Tue, 08 Apr 2008 06:15:14 -0700 (PDT) Received: from chateau.d.lf ( [122.162.28.218]) by mx.google.com with ESMTPS id v37sm21735198wah.12.2008.04.08.06.15.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 06:15:13 -0700 (PDT) From: wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=) To: Joe Marcus Clarke Organization: /\/0/\/3 References: <87d4p3xome.fsf@chateau.d.lf> <1207495285.21780.1.camel@shumai.marcuscom.com> <87y77qg9zd.fsf@chateau.d.lf> <1207504273.22879.4.camel@shumai.marcuscom.com> <20080407063651.GB97699@duncan.reilly.home> <20080407070744.GA27115@duncan.reilly.home> <1207583712.80953.7.camel@shumai.marcuscom.com> X-Face: "\:nMpJ)EA!j>2nEu-[(+&o:N+CtL^AS\, Jv*LO5qBr#W2.\=d (Joe Marcus Clarke's message of "Mon, 07 Apr 2008 11:55:12 -0400") Message-ID: <87ej9h5ukx.fsf@chateau.d.lf> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEVfX1/8/PwTExMDAwO0 tLSampr////f398oKCi/v78MDAwICAihq32EAAACU0lEQVQ4jW3UvWvbQBQA8LOJsJIsOajtZAtH Aqq8FLQUvNjhCex2UYpE7XYytPJalxJnFMImqrOkIJfcZtwGgrqEhELQ/XN9p+jLbc+Drfvx7r17 9jNxszXCV2mR9P3ACoKAOM5bugn1hRBRFAnxeErLMN4RIpbwYKwmZfgkMGDNol8PhlFrFDDalQcx BMMwXpwV8KElYqYzpmOA0a4UsC/EmrEU4ptGDq9kghTabP09g9EuFiSpJQOYXslgrEd6Aj8Q7pl+ kcFH3NRlUTIFfvyZwV4sEzwV20a4y2A/BWEYLxdYwk0Gn+Mohfa2X4bXsn8StC0uYdVI4T02cK0F is15ArcZYKeER5Q+f4JofZZHiPshJPt8BwtPrp4kF+KOp+sdpjvOjqpf3n+1bD6dTjk3ySKuZVU1 ezcdpm3h/pL4h9eP3Rw6R5bqa9t86a/1W3OVd7dpzgBMx8YAxVFgvgmqDTwEdQignOVgI1ggoQMA x40CFHzmCHgXcEoAig39MOSATTGt5znQL4qDIRIgNK2LAqYWAl47lBGDSgHNjoOt6vdDkNAtQc9E wN0EJgXQN7aMSABIGU7mMiI5CtQJzX9w9PwQYOApVqBwCMqwp9lmkKzh0qM5uPTAn/Vw0ogazK9m JRjR6pHqEVyqd1XbgPPfKkgAddClxRi49NmKcNMh+JV4T7mzqW1e2jwk3pAPjugGuCfHPLRIP/Qr tLEB9daW7HrvcLIx55i/9zjkfMlO//pnwLHyPcupzrL9AtxrFgTaN/dfGFcjreb+B9wmnzaKpz8p dKsBFjzeRQAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: gnome@freebsd.org, FreeBSD Ports Mailing List , Andrew Reilly Subject: Re: x11/gnome-screensaver-2.22.1 is not unlocking screen on entry of correct password. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 13:15:16 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "Joe" =3D=3D Joe Marcus Clarke writes: [snipped] Joe> The setuid privileges are dropped once initialization is done sinc= e GTK+ Joe> apps cannot run set[ug]id. If they could, or if gnome-screesaver-= dialog Joe> was not a GTK+ app, this wouldn't be a problem. Thanks for the explanation, but I've a little doubt here, I saw implementation of gtk_init_with_args()[1]. So I also noticed that it checks for calling process to be set{uid,gid} and terminates if it is. So, even if application drops superuser privileges before gtk_init_with_args(), then how is it be able to access /etc/passwd.master ? References: [1] - http://svn.gnome.org/viewvc/gtk%2B/trunk/gtk/gtkmain.c?revision=3D194= 81&view=3Dmarkup TIA =2D-=20 Ashish Shukla =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4= =95=E0=A5=8D=E0=A4=B2 http://wahjava.wordpress.com/ =C2=B7-- =C2=B7- =C2=B7=C2=B7=C2=B7=C2=B7 =C2=B7--- =C2=B7- =C2=B7=C2=B7=C2= =B7- =C2=B7- =C2=B7--=C2=B7-=C2=B7 --=C2=B7 -- =C2=B7- =C2=B7=C2=B7 =C2=B7-= =C2=B7=C2=B7 =C2=B7-=C2=B7-=C2=B7- -=C2=B7-=C2=B7 --- -- --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+nbzHy+EEHYuXnQRAlXsAJ9/5CRYr7wvn5I0SAxwNsHxnH8FGACfWc6i nHRPjk5AmWZ5hNEPG7sU7vM= =KJx+ -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 15:57:13 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DAD51065681 for ; Tue, 8 Apr 2008 15:57:13 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC7C8FC1E for ; Tue, 8 Apr 2008 15:57:11 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by gv-out-0910.google.com with SMTP id n40so390103gve.39 for ; Tue, 08 Apr 2008 08:57:09 -0700 (PDT) Received: by 10.150.91.20 with SMTP id o20mr780667ybb.24.1207670228788; Tue, 08 Apr 2008 08:57:08 -0700 (PDT) Received: from scorpio ( [67.189.206.211]) by mx.google.com with ESMTPS id a38sm11077223rnc.4.2008.04.08.08.57.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 08:57:02 -0700 (PDT) Date: Tue, 8 Apr 2008 11:56:44 -0400 From: Gerard To: freebsd-ports@freebsd.org Message-ID: <20080408115644.254684c4@scorpio> In-Reply-To: References: <20080408070114.08fe3d60@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAIVBMVEWrAACyAB7aACGPTU0wMjHQgn9vPj1vABUwAA/QAyWPAB3Ut3lMAAAAB3RJTUUHsQwfFzs7RBhzUQAAAlZJREFUOI110zFv00AUAOBXL1Y91QilqidzS9SupwQpO9DdMqjdUJSCOjkN5Fm3Md2pUwlicKckoF5zv5L3np2kFPGURPZ9957fnS/gsLboHCIa+UjQIDh0Fp9HTUDTDQS/HzQGkg4qAPNkOgCgRQK7hOQWq4MsmHAENBcgRg+Ili4sHjRNFk6au7iutoACJ03zY9yo09gJJFSdL5xZqEbrhVIZA+ASKoaEoDlG3CzUmVsrgSVDbqfq2KRHfqP6daRyBiCIcvfx3pyUF0e46LlIKR4EBLpyXz9VP8vyLp59YMhjAUVg8ZBgAbRtBGoHtataiOsnQFHb6rApL3h9lu8FDHXwyEDxPcFbuk2kKwraXbNhuF+ika1uwYRHHE4Zeu+8CSG0IM+Yn09TqvTSoZFn8LZwF1i7bynFb+pbuoo6sLWzDJ8JXtB9QuA7cKs0zc4JVAcxbwHDbZo+8HHpIGqBtsKuMqrkpTR00LcYarfKHK/oGXD7GX07IEr2EP6CHP6FfAe0Xf8DE35pzePcbk6jS4bcfrm61lqPHt76LVSURDAbDwnGkzdSCrZAJ7goi/eDSVF4PhygBHiLzWRSUgwuvbwGGqwoi2A+KQdlWZSXvurACMRzXRa6mJRX/oYGqRgE/lH9uR5wqWLo11SfJwdOUzllcOihl+W1wCvZgWnXzUB5kYq3cKOkfwG+6o8Fite8PK5E0NaatXC9fYQAp/SkK72rxCANv5KVjyRhC5waqTNKGa4lId8Bp6hMj5b7BKDTy/81ktOmiSR3D/yqICLgN6raSn8AvNo9lO4L1VIAAAAASUVORK5CYII= X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q User-Agent: Claws Mail 3.3.1 (GTK+ 2.12.8; i386-portbld-freebsd6.3) X-Operating-System: FreeBSD-6.3 Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/KOtKDCHSZm4xOK.hJ_ULFei"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: Unable to build 'abiword' on FreeBSD-6.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 15:57:13 -0000 --Sig_/KOtKDCHSZm4xOK.hJ_ULFei Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 8 Apr 2008 07:29:24 -0400 "Michael Johnson" wrote: > On Tue, Apr 8, 2008 at 7:01 AM, Gerard wrote: >=20 > > I posted this before; however, I never received a response that > > corrected the situation. On a FreeBSD-6.3 machine, I am unable to > > build 'abiword'. It stops with this error message: > > > > /usr/local/lib/libgcc_s.so.1: undefined reference to > > `free@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined reference > > to `memset@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined > > reference to `memcpy@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: > > undefined reference to > > `dl_iterate_phdr@GLIBC_2.2.4' /usr/local/lib/libgcc_s.so.1: > > undefined reference to > > `malloc@GLIBC_2.0' /usr/local/lib/libgcc_s.so.1: undefined > > reference to `abort@GLIBC_2.0' gmake[4]: *** [abiword] Error 1 > > gmake[4]: Leaving directory > > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main/unix' > > gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory > > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp/main' > > gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory > > `/usr/ports/editors/abiword/work/abiword-2.6.0/src/wp' gmake[1]: > > *** [all-recursive] Error 1 gmake[1]: Leaving directory > > `/usr/ports/editors/abiword/work/abiword-2.6.0/src' gmake: *** > > [all-recursive] Error 1 *** Error code 2 > > > > Stop in /usr/ports/editors/abiword. > > >=20 > What compiler are you using that is > using /usr/local/lib/libgcc_s.so.1 ? I am not really sure. All I know for sure is that abiword is the only program that does not build. > > The entire build log is available here: > > > > http://seibercom.net/logs/abiword-build.txt > > > > I was told that there might be a problem with the 'libgcc_s.so.1' > > library. However, I have 781 programs installed that build just fine > > with this library installed so I find it hard to believe that it is > > simply causing one program to fail. > > > > I would really like to get this program built. The funny thing is > > that I have an older version of the program installed, and it > > obviously built just fine. I am attempting to build the '2.6.0' > > version. --Sig_/KOtKDCHSZm4xOK.hJ_ULFei Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf7lcMACgkQ6DWTaTcTwMmbrgCfW1ka9MmX0K48h0FEZF1PXUzr R40An0lLsoBELLVIKrslL9GxRRsivyH/ =ZO7d -----END PGP SIGNATURE----- --Sig_/KOtKDCHSZm4xOK.hJ_ULFei-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 16:25:03 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 722F91065672 for ; Tue, 8 Apr 2008 16:25:03 +0000 (UTC) (envelope-from SRS0=1cb3ba9ed78cb1ac2668fe458f025bd326564d36=665=es.net=oberman@es.net) Received: from postal1.es.net (postal3.es.net [IPv6:2001:400:14:3::8]) by mx1.freebsd.org (Postfix) with ESMTP id D2E508FC16 for ; Tue, 8 Apr 2008 16:25:02 +0000 (UTC) (envelope-from SRS0=1cb3ba9ed78cb1ac2668fe458f025bd326564d36=665=es.net=oberman@es.net) Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP (SSL) id OUH33401 for ; Tue, 08 Apr 2008 09:25:01 -0700 Received: from ptavv.es.net (ptavv.es.net [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 0F01F4501D for ; Tue, 8 Apr 2008 09:25:01 -0700 (PDT) To: ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1207671901_98827P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 08 Apr 2008 09:25:01 -0700 From: "Kevin Oberman" Message-Id: <20080408162501.0F01F4501D@ptavv.es.net> X-Sender-IP: 198.128.4.29 X-Sender-Domain: es.net X-Recipent: ; X-Sender: X-To_Name: X-To_Domain: freebsd.org X-To: ports@freebsd.org X-To_Email: ports@freebsd.org X-To_Alias: ports Cc: Subject: Weird problems with portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 16:25:03 -0000 --==_Exmh_1207671901_98827P Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I have been having strange problems with portupgrade on one RELENG_7 system for the past couple of months. The problem is that, when a port is built successfully, the upgrade of ports dependent on that port will fail to build because portupgrade thinks that the build of the dependency failed. -- Installing ./html/right.png -- Installing ./html/style.css -- Installing ./html/up.png -- Installing ./html/index.sgml gmake[3]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc/reference' gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc/reference' gmake[2]: Entering directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc' gmake[3]: Entering directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc' gmake[3]: Nothing to be done for `install-exec-am'. test -z "/usr/local/man/man1" || /usr/local/bin/gmkdir -p "/usr/local/man/man1" install -o root -g wheel -m 444 './epiphany.1' '/usr/local/man/man1/epiphany.1' gmake[3]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc' gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc' gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1/doc' gmake[1]: Entering directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1' gmake[2]: Entering directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1' gmake[1]: Leaving directory `/usr/ports/www/epiphany/work/epiphany-2.22.1.1' install -o root -g wheel -m 444 /usr/ports/www/epiphany/work/epiphany-2.22.1.1/data/epiphany-fonts.schemas /usr/local/etc/gconf/schemas ===> Compressing manual pages for epiphany-2.22.1.1 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for epiphany-2.22.1.1 pkg_create: dependency loop detected for package gnome-desktop-2.22.1 pkg_create: dependency loop detected for package gnome-desktop-2.22.1 ===> Cleaning for epiphany-2.22.1.1 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var/db/pkg ... - 1007 packages found (-0 +1) . done] ---> Skipping 'www/epiphany-extensions' (epiphany-extensions-2.22.0) because a requisite package 'epiphany-2.22.0_1' () failed (specify -k to force) ---> Upgrading 'yelp-2.22.0' to 'yelp-2.22.1' (x11/yelp) I have re-build pkgdb and portsdb, though I can't see why these would cause this. I have also re-installed both ruby and portupgrade. I just run portupgrade -a" until everything gets built, but it is really annoying. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 --==_Exmh_1207671901_98827P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) Comment: Exmh version 2.5 06/03/2002 iD8DBQFH+5xdkn3rs5h7N1ERAtvgAJsHyhHnEu8YrVJM/9HIbbtXloqrGACbBjK/ bTpWQEGZ0WBkG6Acog9Esjo= =o9p4 -----END PGP SIGNATURE----- --==_Exmh_1207671901_98827P-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 17:26:23 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29E2B1065670; Tue, 8 Apr 2008 17:26:23 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 7FAD98FC21; Tue, 8 Apr 2008 17:26:22 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080408172623.SNYG15722.eastrmmtao106.cox.net@eastrmimpo03.cox.net>; Tue, 8 Apr 2008 13:26:23 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id B5SL1Z00L4iy4EG025SMCn; Tue, 08 Apr 2008 13:26:21 -0400 Date: Tue, 08 Apr 2008 12:29:07 -0500 To: "Joe Marcus Clarke" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <1207543843.22879.21.camel@shumai.marcuscom.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <1207543843.22879.21.camel@shumai.marcuscom.com> User-Agent: Opera Mail/9.27 (Linux) Cc: ports , FreeBSD GNOME Users Subject: Re: CFT: New hal patchset X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 17:26:23 -0000 On Sun, 06 Apr 2008 23:50:43 -0500, Joe Marcus Clarke wrote: > I'm looking for people to test this small patchset for hal to look for > adverse effects. Ideally, these patches should be a big no-op for the > majority of users, but I want to make sure there are no regressions. > > If you are going to test, first save the output of lshal to have a > control with which to compare. Then, apply the following diff to > sysutils/hal: > > # cd /usr/ports/sysutils/hal It should be: # cd /usr/ports/sysutils > # patch -p < /path/to/hal.diff > # portupgrade -fOW hal > > If you do notice a problem, please provide a clear problem description > and the before and after lshal outputs. > > Some users may notice an improvement in the following areas: > > * Discs formatted with non-ISO, non-UDF file systems are properly > detected > * Certain unsliced file systems (e.g. FAT, NTFS, etc.) are properly > detected (and mounted) > > I'm not interested in general hal problems (though those _should_ be > reported). I just want confirmation that this patchset does not > introduce _new_ problems. Thanks. > > http://www.marcuscom.com/downloads/hal.diff I can test it this week when I am done w/ update my system. My system is pretty out of date right now. I haven't update ports tree and installed ports since GNOME 2.22 went in. Cheers, Mezz > Joe -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 19:12:44 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B04106564A for ; Tue, 8 Apr 2008 19:12:44 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail08.syd.optusnet.com.au (mail08.syd.optusnet.com.au [211.29.132.189]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2AE8FC20 for ; Tue, 8 Apr 2008 19:12:44 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m38JCVp5025054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Apr 2008 05:12:37 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m38JCV0j030755; Wed, 9 Apr 2008 05:12:31 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m38JCUfw030754; Wed, 9 Apr 2008 05:12:30 +1000 (EST) (envelope-from peter) Date: Wed, 9 Apr 2008 05:12:30 +1000 From: Peter Jeremy To: Eddie Parra Message-ID: <20080408191230.GR40163@server.vk2pj.dyndns.org> References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="m51xatjYGsM+13rf" Content-Disposition: inline In-Reply-To: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 19:12:44 -0000 --m51xatjYGsM+13rf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 08, 2008 at 01:11:47AM -0700, Eddie Parra wrote: >I haven't experienced a broken port before. Are ports as old as cflowd=20 >usually fixed? The age of the port isn't really relevant. In the case of cflowd, there is noone who is responsible for the port (the maintainer) and so it will stay broken until either someone steps forward with some patches or the port is deleted (once 6.x support finishes). If this port is useful to you, you might like to correct the problem and take over maintainership. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --m51xatjYGsM+13rf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf7w54ACgkQ/opHv/APuIf8ygCgt6sDOdqWTPVJnMu2j20gWIRe mD8An0QoxkdGh8i33W2LZ+/vyWkt8Nwr =ontR -----END PGP SIGNATURE----- --m51xatjYGsM+13rf-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 8 19:34:49 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D07E5106567F for ; Tue, 8 Apr 2008 19:34:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECDB8FC2F for ; Tue, 8 Apr 2008 19:34:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from [213.142.183.219] (helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JjJah-00019G-Hy; Tue, 08 Apr 2008 21:34:47 +0200 Message-ID: <47FBC8D4.8060802@FreeBSD.org> Date: Tue, 08 Apr 2008 21:34:44 +0200 From: Pietro Cerutti Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.12 (X11/20080311) MIME-Version: 1.0 To: Eddie Parra References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> In-Reply-To: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> X-Enigmail-Version: 0.95.6 OpenPGP: id=9571F78E; url=http://gahr.ch/pgp/ Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org, peterjeremy@optushome.com.au Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 19:34:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Eddie Parra wrote: | Ports team, | | According to the URL below, cflowd is "broken" on FreeBSD 7.0 | http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/cflowd/ | | I haven't experienced a broken port before. Are ports as old as cflowd | usually fixed? I have been able to patch the port in order to build it, but I don't have any knowledge of the software itself, so would you be so kind to test it using the patch below? http://gahr.ch/FreeBSD/patches/_pending/cflowd.diff If you report success, I will commit the patch. | Thanks, Thank you | -Eddie - -- Pietro Cerutti gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEAREKAAYFAkf7yNMACgkQwMJqmJVx947PowCeOzvLq2Od5ftSC5/95KW5cONS MxMAoJDV0UQiFt6lpGEpqTTQRj+Aucra =MuaN -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 02:09:54 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67EFD106566B for ; Wed, 9 Apr 2008 02:09:54 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6638FC1F for ; Wed, 9 Apr 2008 02:09:54 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 6076 invoked from network); 9 Apr 2008 01:43:14 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Apr 2008 01:43:13 -0000 From: Mikhail Teterin To: gnome@freebsd.org Date: Tue, 8 Apr 2008 21:43:06 -0400 User-Agent: KMail/1.7.1 Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804082143.06208.mi+mill@aldan.algebra.com> Cc: ports@freebsd.org Subject: what is gio-fam? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 02:09:54 -0000 I'm trying to build graphics/vips, which works. Then I try to install it, and that suddenly requires devel/gio-fam-backend. Building that fails: =2E.. cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module.o= .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemonit= or.o -Wl,--rpath -Wl,/opt/lib -Wl,--rpath -Wl,/opt/lib -L/opt/lib /opt/lib= /libintl.so -lgio-2.0 /opt/lib/libgobject-2.0.so /opt/lib/libglib-2.0.so /o= pt/lib/libfam.so -march=3Dopteron -Wl,-soname -Wl,libgiofam.so -Wl,-retain= =2Dsymbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] =F0=CF=CD=C9=CC=CB=C1 1 What's happening? Thanks! -mi From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 02:13:57 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD59106566C; Wed, 9 Apr 2008 02:13:57 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 8C7A18FC0A; Wed, 9 Apr 2008 02:13:57 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 040892218A62; Wed, 9 Apr 2008 12:13:55 +1000 (EST) X-Viruscan-Id: <47FC2663000049542F4952@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id B54D221B222E; Wed, 9 Apr 2008 12:13:55 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 71F2A2218A40; Wed, 9 Apr 2008 12:13:55 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 3B03D1FC; Wed, 9 Apr 2008 12:13:55 +1000 (EST) Date: Wed, 9 Apr 2008 12:13:55 +1000 From: Edwin Groothuis To: Mikhail Teterin Message-ID: <20080409021355.GB3158@k7.mavetju> References: <200804082143.06208.mi+mill@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200804082143.06208.mi+mill@aldan.algebra.com> User-Agent: Mutt/1.4.2.3i Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: what is gio-fam? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 02:13:57 -0000 On Tue, Apr 08, 2008 at 09:43:06PM -0400, Mikhail Teterin wrote: > I'm trying to build graphics/vips, which works. Then I try to install > it, and that suddenly requires devel/gio-fam-backend. Got the same here, doing a full rebuild of the jail to figure out if it is just a dependency which has gone wrong. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 02:18:09 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B2AF106566B; Wed, 9 Apr 2008 02:18:09 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 96C6B8FC1C; Wed, 9 Apr 2008 02:18:08 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m392IPpE026167; Tue, 8 Apr 2008 22:18:25 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Mikhail Teterin In-Reply-To: <200804082143.06208.mi+mill@aldan.algebra.com> References: <200804082143.06208.mi+mill@aldan.algebra.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-sFM4GW/VnDj+jgOPtiu8" Organization: MarcusCom, Inc. Date: Tue, 08 Apr 2008 22:17:56 -0400 Message-Id: <1207707476.17121.53.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: what is gio-fam? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 02:18:09 -0000 --=-sFM4GW/VnDj+jgOPtiu8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 2008-04-08 at 21:43 -0400, Mikhail Teterin wrote: > I'm trying to build graphics/vips, which works. Then I try to install > it, and that suddenly requires devel/gio-fam-backend. You need to follow the instructions in /usr/ports/UPDATING to upgrade all GNOME-related ports after GNOME 2.22 was merged. gio-fam-backend is a new piece of glib which provides a wrapper around FAM to allow applications to monitor file objects using a glib API. Joe >=20 > Building that fails: >=20 > ... > cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module= .o .libs/libgiofam_la-gfamdirectorymonitor.o .libs/libgiofam_la-gfamfilemon= itor.o -Wl,--rpath -Wl,/opt/lib -Wl,--rpath -Wl,/opt/lib -L/opt/lib /opt/l= ib/libintl.so -lgio-2.0 /opt/lib/libgobject-2.0.so /opt/lib/libglib-2.0.so = /opt/lib/libfam.so -march=3Dopteron -Wl,-soname -Wl,libgiofam.so -Wl,-reta= in-symbols-file -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so > /usr/bin/ld: cannot find -lgio-2.0 > gmake: *** [libgiofam.la] =D0=9F=D0=BE=D0=BC=D0=B8=D0=BB=D0=BA=D0=B0 1 >=20 > What's happening? Thanks! >=20 > -mi > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-sFM4GW/VnDj+jgOPtiu8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf8J1QACgkQb2iPiv4Uz4eLFwCeJzZJqsMZJJ10lbbPxk004VfS McwAmwd2bdLGSq9c0XTXjm32PPTJHkmY =Njnp -----END PGP SIGNATURE----- --=-sFM4GW/VnDj+jgOPtiu8-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 02:57:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BE67106566C for ; Wed, 9 Apr 2008 02:57:34 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.248]) by mx1.freebsd.org (Postfix) with ESMTP id E8C098FC16 for ; Wed, 9 Apr 2008 02:57:33 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by hs-out-0708.google.com with SMTP id m63so1742683hsc.11 for ; Tue, 08 Apr 2008 19:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=coDRa3XNjAgZyhZEAn4oPdFYgPHfQ22Gmaeq935SkDE=; b=SYxkjzBeiR/+S+1Qy9l8zR1dVi9zDHrKuCQrQtIsiOaqDjyr/C2uxMISMowUsPlyIpcViCKJoVGrTG/3ezclt8Sr38cgqe5Su5O5Pk72Xs8h4vwinVLMeSEFRMWjjk2S/Kl9TF3OqZwXg/1XSdW1HM+4JqOh37FQcMVmxZMYAW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=VSfzXEDvnZK/6fCISB50uWr27b4kJ8I62FHKmHM1taPFNXiRau0i6M2WM5vGOyu/BF1iODasEAIhuc2CrPLSgAr5nqSwj1R4Pon507BvxJwy4bmR8VinBp6fj8ZtlwucGlhEPVINuol0mxo9ayaHRU4xoQUmu7XF5Okse55xs+U= Received: by 10.100.41.9 with SMTP id o9mr14340168ano.84.1207708227748; Tue, 08 Apr 2008 19:30:27 -0700 (PDT) Received: from 30-208-235-201.fibertel.com.ar ( [201.235.208.30]) by mx.google.com with ESMTPS id q30sm18174099wrq.36.2008.04.08.19.30.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Apr 2008 19:30:27 -0700 (PDT) From: Gonzalo Nemmi To: freebsd-ports@freebsd.org Date: Tue, 8 Apr 2008 23:30:17 -0300 User-Agent: KMail/1.9.9 References: <200804082143.06208.mi+mill@aldan.algebra.com> In-Reply-To: <200804082143.06208.mi+mill@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804082330.18014.gnemmi@gmail.com> Subject: Re: what is gio-fam? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 02:57:34 -0000 in my case it all started with a simple portupgrade firefox .... it all ended up with a _really_boring_ portupgrade -frR .. =2D-- Gonzalo Nemmi On Tuesday 08 April 2008 22:43:06 Mikhail Teterin wrote: > I'm trying to build graphics/vips, which works. Then I try to install > it, and that suddenly requires devel/gio-fam-backend. > > Building that fails: > > ... > cc -shared .libs/libgiofam_la-fam-helper.o .libs/libgiofam_la-fam-module= =2Eo > .libs/libgiofam_la-gfamdirectorymonitor.o > .libs/libgiofam_la-gfamfilemonitor.o -Wl,--rpath -Wl,/opt/lib -Wl,--rpath > -Wl,/opt/lib -L/opt/lib /opt/lib/libintl.so -lgio-2.0 > /opt/lib/libgobject-2.0.so /opt/lib/libglib-2.0.so /opt/lib/libfam.so=20 > -march=3Dopteron -Wl,-soname -Wl,libgiofam.so -Wl,-retain-symbols-file > -Wl,.libs/libgiofam.exp -o .libs/libgiofam.so /usr/bin/ld: cannot find > -lgio-2.0 > gmake: *** [libgiofam.la] =F0=CF=CD=C9=CC=CB=C1 1 > > What's happening? Thanks! > > -mi > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 13:48:38 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0176106564A; Wed, 9 Apr 2008 13:48:38 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 909C28FC18; Wed, 9 Apr 2008 13:48:38 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.2/8.14.1) with ESMTP id m39DZuhh057067 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Apr 2008 09:35:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.2/8.14.1/Submit) id m39DZuiX057066; Wed, 9 Apr 2008 09:35:56 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: Joe Marcus Clarke Date: Wed, 9 Apr 2008 09:35:55 -0400 User-Agent: KMail/1.9.9 References: <200804082143.06208.mi+mill@aldan.algebra.com> <1207707476.17121.53.camel@shumai.marcuscom.com> In-Reply-To: <1207707476.17121.53.camel@shumai.marcuscom.com> X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: gnome@freebsd.org, ports@freebsd.org Subject: Re: what is gio-fam? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 13:48:39 -0000 On =D7=A6=D7=D4=CF=D2=CF=CB 08 =CB=D7=A6=D4=C5=CE=D8 2008, Joe Marcus Clark= e wrote: =3D > I'm trying to build graphics/vips, which works. Then I try to install =3D > it, and that suddenly requires devel/gio-fam-backend. =3D=20 =3D You need to follow the instructions in /usr/ports/UPDATING to upgrade =3D all GNOME-related ports after GNOME 2.22 was merged. So, once again, I have to update half of my ports in order to add a new por= t=20 to the system, that's happily functioning with the older version(s). This is not right... I ought to be able to use the older gnome to my heart'= s=20 content, until a particular application begins to /require/ some new featur= es=20 of the new gnome. =3D gio-fam-backend is a new piece of glib which provides a wrapper around =3D FAM to allow applications to monitor file objects using a glib API. Thanks for the details. -mi From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 15:42:44 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F71E106566C for ; Wed, 9 Apr 2008 15:42:44 +0000 (UTC) (envelope-from 3ON38RxUKBVo42D6F52J-FGLA7A42LAGF8GG8D6.4GEHGJLK7J663K5.GJ8@calendar-server.bounces.google.com) Received: from ug-out-f140.google.com (ug-out-f140.google.com [66.249.92.140]) by mx1.freebsd.org (Postfix) with ESMTP id 11A3E8FC16 for ; Wed, 9 Apr 2008 15:42:43 +0000 (UTC) (envelope-from 3ON38RxUKBVo42D6F52J-FGLA7A42LAGF8GG8D6.4GEHGJLK7J663K5.GJ8@calendar-server.bounces.google.com) Received: by ug-out-f140.google.com with SMTP id 37so874790ugi.3 for ; Wed, 09 Apr 2008 08:42:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:message-id:date:reply-to:sender:auto-submitted:received:subject:from:to:content-type; bh=8hX5uQDcnHmz/uNWq2vZUJbLYXtwOnLLomk7XYlSpog=; b=FM3AO4u5uzjnvZlV/fsDVm2y2Ln2mLqIb1ev4q1G4gzS6KNBEffSGjghb8IK34avFOQdrI9naePjUK5GyGGXEQ== DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:message-id:date:reply-to:sender:auto-submitted:subject:from:to:content-type; b=LbT5YBK0YkuSgV9jcpcISsrcnkvkVycHOks6wsGdWowd8Qsld4b1euf3ZmDTH/OdnIx2jvX+oFf6AizNvc/X/Q== MIME-Version: 1.0 Message-ID: <00148521085b044a722690d63537a64@google.com> Date: Wed, 09 Apr 2008 08:14:00 -0700 Sender: Google Agenda Auto-Submitted: auto-generated Received: by 10.67.105.19 with SMTP id h19mr256552ugm.7.1207754040595; Wed, 09 Apr 2008 08:14:00 -0700 (PDT) From: johnson mark To: ports@freebsd.org Content-Type: multipart/mixed; boundary=00148521085b044a722690d6061b0068 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [Invitation] Transfer Awaiting From City National Bank - mer. 9 avr. 16:30 - 17:30 () X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: johnson mark List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 15:42:44 -0000 --00148521085b044a722690d6061b0068 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ports@freebsd.org, vous =EAtes invit=E9(e) =E0 participer =E0 Titre : Transfer Awaiting From City National Bank Heure : mer. 9 avr. 16:30 - 17:30 (Fuseau horaire : Hawa=EF) Agenda : Description : Transfer Awaiting From City National Bank Dear Beneficary , The Afro-Euro Stock Funds Commission (A.S.F.C.) was setup by the African Un= ion in conjunction with the European Union, The United States Government and= the World Bank for the sole purpose of resolveing pending transfer .I am so= rry I have not email you , this is due to we lost everything in the process = of reformat our computer but fortunately my secretary found your email addre= ss for me . In the light of this , we have learned that an unauthorized account has bee= n opened to receive your payment, So far these criminals have stolen approxi= mately five hounded thousand from your entitlement valid. However, I need you to email City National Bank on this email richtransfe= roffice@yahoo.co.in in case you have not received your password to enab= le you retransfer the funds to your choosing financial delivery selection as= the price beneficiary, by presenting your telephone and currant contact add= ress to enable then send you the password which you will Present to the tel= ler in any bank around youw and state that you have a transfer awaiting you = from City National Bank . You will receive the funds in $US 100 bills immediately a total sum of One = Million Two Houndred Thousand dollars .If you do not take action immediately= within the next couple of days, I will assume that you no longer interest t= o receive your funds and we shall repatriate your funds for confiscation wit= hout further recourse to you. My regards , MR. Johnson Mark Vous pouvez afficher cet =E9v=E9nement sur : http://www.google.com/calendar/= event?action=3DVIEW&eid=3DazdtOXFlZzNpaTIzNWlqamptaGoxajIxMjAgcG9ydHNAZnJlZW= JzZC5vcmc&tok=3DMjMjam9obnNvbm1hcmsxNEBnbWFpbC5jb20yOTBiYmI5ODQxMmQ2N2U1Mzlk= NjBkZGNhOTYyNTY2OGQ5M2ZlMDBi&ctz=3DPacific%2FHonolulu&hl=3Dfr Vous recevez ce message =E0 l'adresse ports@freebsd.org, car vous partic= ipez =E0 cet =E9v=E9nement. Pour ne plus recevoir de notifications pour cet =E9v=E9nement =E0 l'aven= ir, refusez cet =E9v=E9nement. Vous avez =E9galement la possibilit=E9 de cr= =E9er un compte Google sur la page http://www.google.com/calendar/ et de d= =E9finir vous-m=EAme les param=E8tres de notification pour l'int=E9grali= t=E9 de votre agenda. --00148521085b044a722690d6061b0068-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 19:21:08 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962E7106564A for ; Wed, 9 Apr 2008 19:21:08 +0000 (UTC) (envelope-from ep@exvere.net) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.189]) by mx1.freebsd.org (Postfix) with ESMTP id 544E88FC24 for ; Wed, 9 Apr 2008 19:21:08 +0000 (UTC) (envelope-from ep@exvere.net) Received: by rn-out-0910.google.com with SMTP id e11so2537210rng.7 for ; Wed, 09 Apr 2008 12:21:07 -0700 (PDT) Received: by 10.114.137.16 with SMTP id k16mr471452wad.153.1207768865928; Wed, 09 Apr 2008 12:21:05 -0700 (PDT) Received: from sris-lt1.jnpr.net ( [66.129.224.36]) by mx.google.com with ESMTPS id l37sm599808waf.25.2008.04.09.12.21.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Apr 2008 12:21:04 -0700 (PDT) Message-Id: From: Eddie Parra To: Pietro Cerutti In-Reply-To: <47FBC8D4.8060802@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 9 Apr 2008 12:20:57 -0700 References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> <47FBC8D4.8060802@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Cc: ports@FreeBSD.org, peterjeremy@optushome.com.au Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 19:21:08 -0000 Pietro, Thanks for the patch! I am a networking guy, so I want to confirm my steps if you don't mind. I did: portsnap fetch portsnap update cd /usr/ports//net-mgmt/cflowd/ wget http://gahr.ch/FreeBSD/patches/_pending/cflowd.diff diff Makefile < cflowd.diff make install clean It complied... I will have to test it later tonight / tomorrow. Thanks, -Eddie On Apr 8, 2008, at 12:34 PM, Pietro Cerutti wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > Eddie Parra wrote: > | Ports team, > | > | According to the URL below, cflowd is "broken" on FreeBSD 7.0 > | http://www.freebsd.org/cgi/cvsweb.cgi/ports/net-mgmt/cflowd/ > | > | I haven't experienced a broken port before. Are ports as old as > cflowd > | usually fixed? > > I have been able to patch the port in order to build it, but I don't > have any knowledge of the software itself, so would you be so kind to > test it using the patch below? > > http://gahr.ch/FreeBSD/patches/_pending/cflowd.diff > > If you report success, I will commit the patch. > > | Thanks, > Thank you > > | -Eddie > > - -- > Pietro Cerutti > gahr@FreeBSD.org > > PGP Public Key: > http://gahr.ch/pgp > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (FreeBSD) > > iEYEAREKAAYFAkf7yNMACgkQwMJqmJVx947PowCeOzvLq2Od5ftSC5/95KW5cONS > MxMAoJDV0UQiFt6lpGEpqTTQRj+Aucra > =MuaN > -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 20:37:13 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6700D1065671 for ; Wed, 9 Apr 2008 20:37:13 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 32A398FC22 for ; Wed, 9 Apr 2008 20:37:12 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 44DFE6550E; Wed, 9 Apr 2008 15:37:12 -0500 (CDT) Date: Wed, 09 Apr 2008 15:37:12 -0500 From: Paul Schmehl To: sguil-devel@lists.sourceforge.net Message-ID: <2496DCB6636B3F0F4644C8AA@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Ports Subject: New sguil ports for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 20:37:13 -0000 Note: I'm crossposting this to freebsd-ports and the sguil-devel list, hoping that someone can find the obvious problem that I'm missing. I'm working on the new (0.7.0) sguil-server port, and I've run into a strange problem that I can't seem to figure out. If I try to start sguild with my startup script (which worked fine in 0.6.x), I get this: # /usr/local/etc/rc.d/sguild start Starting sguild. pid(3349) ERROR: sguil does not exist Usage: /usr/local/bin/sguild [-D] [-h] [-c ] [-u ] [-P ] [-O ] [-C ] [-deluser : PATH to the sguild config (sguild.conf) file. -a : PATH to the autocat config (autocat.conf) file. -g : PATH to the sguild global queries (sguild.queries) file. -u : PATH to the sguild users (sguild.users) file. -P : Name of file to write the PID to. Default is /var/run/sguild.pid -l : PATH to sguild libraries. -O : Define PATH to tls (tcl openssl) lib (libtls1.x.so) -C : Directory that contains sguild.pem and sguild.key -D Runs sguild in daemon mode. -adduser : Add user to sguild.users -deluser : Delete user from sguild.users -A : PATH to sguild.access file. -d <0|1|2>: Set DEBUG level -h Display this help SGUILD: Exiting... I've got no idea where this error is coming from or what it refers to. It's not in any of the source files for the distro (that I can find.) The only thing that comes close is 'puts "ERROR: $USERS_FILE does not exist"' in sguild, but I would expect the commandline to throw the same error if that were true *and* the sguild.users file *does* exist. If I start sguild from the commandline I get this: # /usr/local/bin/sguild pid(3377) Loading access list: /usr/local/etc/sguil-server/sguild.access pid(3377) Sensor access list set to ALLOW ANY. pid(3377) Client access list set to ALLOW ANY. pid(3377) Email Configuration: pid(3377) Config file: /usr/local/etc/sguil-server/sguild.email pid(3377) Enabled: Yes pid(3377) Server: localhost pid(3377) Rcpt To: root@localhost pid(3377) From: root@localhost pid(3377) Classes: successful-admin trojan-activity attempted-admin attempted-user pid(3377) Priorities: 0 pid(3377) Disabled Sig IDs: 0 pid(3377) Enabled Sig IDs: 1000003 pid(3377) Connecting to localhost on 3306 as sguild pid(3377) MySQL Version: version 5.0.51a pid(3377) SguilDB Version: 0.12 pid(3378) Loaderd Forked pid(3379) Queryd Forked pid(3377) Retrieving DB info... pid(3377) SELECT sid, net_name, hostname, agent_type FROM sensor WHERE active='Y' ORDER BY net_name, sid ASC pid(3377) Warning: Event table appears to be empty. pid(3377) If this is a new DB, then you can safely ignore this warning. pid(3377) Retrieving DB info... pid(3377) Getting a list of tables. pid(3377) ...Getting info on history. pid(3377) ...Getting info on nessus. pid(3377) ...Getting info on nessus_data. pid(3377) ...Getting info on pads. pid(3377) ...Getting info on portscan. pid(3377) ...Getting info on sensor. pid(3377) ...Getting info on status. pid(3377) ...Getting info on user_info. pid(3377) ...Getting info on version. pid(3377) Sguild Initialized. Or, as a daemon: # /usr/local/bin/sguild -D pid(3380) Loading access list: /usr/local/etc/sguil-server/sguild.access pid(3380) Sensor access list set to ALLOW ANY. pid(3380) Client access list set to ALLOW ANY. pid(3380) Email Configuration: pid(3380) Config file: /usr/local/etc/sguil-server/sguild.email pid(3380) Enabled: Yes pid(3380) Server: localhost pid(3380) Rcpt To: root@localhost pid(3380) From: root@localhost pid(3380) Classes: successful-admin trojan-activity attempted-admin attempted-user pid(3380) Priorities: 0 pid(3380) Disabled Sig IDs: 0 pid(3380) Enabled Sig IDs: 1000003 Clearly something is different about my startup script, but I'll be damned if I know what it is. What's really frustrating is, there's almost nothing to a FreeBSD startup script, because it sources rcorder and the other rc components. This is literally how simple it is: . /etc/rc.subr name="sguild" rcvar=`set_rcvar` command="/usr/local/bin/${name}" load_rc_config ${name} run_rc_command "$1" Stop works. Status works. Start fails. :-( Anyone have a hint? -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 20:55:14 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9670C1065675 for ; Wed, 9 Apr 2008 20:55:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 35F0E8FC0A for ; Wed, 9 Apr 2008 20:55:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 5731 invoked by uid 399); 9 Apr 2008 20:55:39 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 Apr 2008 20:55:39 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <47FD2D2B.9030306@FreeBSD.org> Date: Wed, 09 Apr 2008 13:55:07 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <47F9FBBB.5030902@quip.cz> In-Reply-To: <47F9FBBB.5030902@quip.cz> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports-list freebsd Subject: Re: forcibly reinstall one port with portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 20:55:14 -0000 Miroslav Lachman wrote: > How can I reinstall just one port without version change? Use it without any flags. Portmaster does by default what portupgrade does with the -f switch. You're right it should probably be more clear in the man page that this is the default behavior. I'm not sure how to make the description of what -f does more clear. Perhaps you could suggest some other language? Doug -- This .signature sanitized for your protection From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 21:25:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D23041065670 for ; Wed, 9 Apr 2008 21:25:16 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id B246F8FC28 for ; Wed, 9 Apr 2008 21:25:16 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 3101A6550A; Wed, 9 Apr 2008 16:25:16 -0500 (CDT) Date: Wed, 09 Apr 2008 16:25:16 -0500 From: Paul Schmehl To: sguil-devel@lists.sourceforge.net Message-ID: <6891C604D46FFE4F7FA9CDDA@utd65257.utdallas.edu> In-Reply-To: <27492850804091405t7a2ec958q93064c04c433306b@mail.gmail.com> References: <2496DCB6636B3F0F4644C8AA@utd65257.utdallas.edu> <27492850804091405t7a2ec958q93064c04c433306b@mail.gmail.com> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Ports Subject: Re: [Sguil-devel] New sguil ports for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 21:25:16 -0000 --On Wednesday, April 09, 2008 15:05:47 -0600 Bamm Visscher wrote: > My guess is your script is passing sguild the arg '-u sguil'. Where > in your startup script that could be, I don't know. > Doh! I had a line in /etc/rc.conf waaaayyy up high above the sguild_enable="YES" line that had that in it. Problem solved. It's always the obvious and overlooked. Thanks Bamm. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 21:33:48 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D1DB1065670 for ; Wed, 9 Apr 2008 21:33:48 +0000 (UTC) (envelope-from bamm.visscher@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 31A4A8FC14 for ; Wed, 9 Apr 2008 21:33:48 +0000 (UTC) (envelope-from bamm.visscher@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2638644wxd.7 for ; Wed, 09 Apr 2008 14:33:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=34Da7qsGcEYQoE6pe91Ti0PS7puVpgacpxPDJsQDJ0A=; b=nMHNArkPjNrnARLrk06LW53hlyhSgO19M20Zst/n2y5/LRpUlGp38b4isworvvNR2rj/DBUBPgr5p0Dw0AS5fnrNVWux+jFvsFLq4xIYo44uRdLEtAVSxDz9NZjId4hwYGb/AOip0iYOmb1I7DIOeB08WW41TwPHaM2ZleKofQg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uog56YHSF9HFPBKHvVuqfY43xpx3N04AIUh8L72k95zXG7JjKEbqUSit45KzEFkkxhUWpIOkhuDFrLqCupPbTPjrLAjBYG3Awoh8fbwaQqrDbFlLnLO+v7G7o+VA316T9xjCnCIiXC7e8PNint8vlQxqf6BPCDXQEGeOobyzMTo= Received: by 10.141.33.21 with SMTP id l21mr347539rvj.105.1207775147917; Wed, 09 Apr 2008 14:05:47 -0700 (PDT) Received: by 10.141.88.17 with HTTP; Wed, 9 Apr 2008 14:05:47 -0700 (PDT) Message-ID: <27492850804091405t7a2ec958q93064c04c433306b@mail.gmail.com> Date: Wed, 9 Apr 2008 15:05:47 -0600 From: "Bamm Visscher" To: sguil-devel@lists.sourceforge.net In-Reply-To: <2496DCB6636B3F0F4644C8AA@utd65257.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2496DCB6636B3F0F4644C8AA@utd65257.utdallas.edu> Cc: FreeBSD Ports Subject: Re: [Sguil-devel] New sguil ports for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 21:33:48 -0000 My guess is your script is passing sguild the arg '-u sguil'. Where in your startup script that could be, I don't know. On Wed, Apr 9, 2008 at 2:37 PM, Paul Schmehl wrote: > Note: I'm crossposting this to freebsd-ports and the sguil-devel list, hoping > that someone can find the obvious problem that I'm missing. > > I'm working on the new (0.7.0) sguil-server port, and I've run into a strange > problem that I can't seem to figure out. If I try to start sguild with my > startup script (which worked fine in 0.6.x), I get this: > > # /usr/local/etc/rc.d/sguild start > Starting sguild. > pid(3349) ERROR: sguil does not exist > Usage: /usr/local/bin/sguild [-D] [-h] [-c ] [-u ] [-P > ] > [-O ] [-C /usr/local/bin/sguild [-u ] [-deluser > -c : PATH to the sguild config (sguild.conf) file. > -a : PATH to the autocat config (autocat.conf) file. > -g : PATH to the sguild global queries (sguild.queries) file. > -u : PATH to the sguild users (sguild.users) file. > -P : Name of file to write the PID to. > Default is /var/run/sguild.pid > -l : PATH to sguild libraries. > -O : Define PATH to tls (tcl openssl) lib (libtls1.x.so) > -C : Directory that contains sguild.pem and sguild.key > -D Runs sguild in daemon mode. > -adduser : Add user to sguild.users > -deluser : Delete user from sguild.users > -A : PATH to sguild.access file. > -d <0|1|2>: Set DEBUG level > -h Display this help > SGUILD: Exiting... > > I've got no idea where this error is coming from or what it refers to. It's > not in any of the source files for the distro (that I can find.) The only > thing that comes close is 'puts "ERROR: $USERS_FILE does not exist"' in sguild, > but I would expect the commandline to throw the same error if that were true > *and* the sguild.users file *does* exist. > > If I start sguild from the commandline I get this: > > # /usr/local/bin/sguild > pid(3377) Loading access list: /usr/local/etc/sguil-server/sguild.access > pid(3377) Sensor access list set to ALLOW ANY. > pid(3377) Client access list set to ALLOW ANY. > pid(3377) Email Configuration: > pid(3377) Config file: /usr/local/etc/sguil-server/sguild.email > pid(3377) Enabled: Yes > pid(3377) Server: localhost > pid(3377) Rcpt To: root@localhost > pid(3377) From: root@localhost > pid(3377) Classes: successful-admin trojan-activity attempted-admin > attempted-user > pid(3377) Priorities: 0 > pid(3377) Disabled Sig IDs: 0 > pid(3377) Enabled Sig IDs: 1000003 > pid(3377) Connecting to localhost on 3306 as sguild > pid(3377) MySQL Version: version 5.0.51a > pid(3377) SguilDB Version: 0.12 > pid(3378) Loaderd Forked > pid(3379) Queryd Forked > pid(3377) Retrieving DB info... > pid(3377) SELECT sid, net_name, hostname, agent_type FROM sensor WHERE > active='Y' ORDER BY net_name, sid ASC > pid(3377) Warning: Event table appears to be empty. > pid(3377) If this is a new DB, then you can safely ignore this warning. > pid(3377) Retrieving DB info... > pid(3377) Getting a list of tables. > pid(3377) ...Getting info on history. > pid(3377) ...Getting info on nessus. > pid(3377) ...Getting info on nessus_data. > pid(3377) ...Getting info on pads. > pid(3377) ...Getting info on portscan. > pid(3377) ...Getting info on sensor. > pid(3377) ...Getting info on status. > pid(3377) ...Getting info on user_info. > pid(3377) ...Getting info on version. > pid(3377) Sguild Initialized. > > Or, as a daemon: > > # /usr/local/bin/sguild -D > pid(3380) Loading access list: /usr/local/etc/sguil-server/sguild.access > pid(3380) Sensor access list set to ALLOW ANY. > pid(3380) Client access list set to ALLOW ANY. > pid(3380) Email Configuration: > pid(3380) Config file: /usr/local/etc/sguil-server/sguild.email > pid(3380) Enabled: Yes > pid(3380) Server: localhost > pid(3380) Rcpt To: root@localhost > pid(3380) From: root@localhost > pid(3380) Classes: successful-admin trojan-activity attempted-admin > attempted-user > pid(3380) Priorities: 0 > pid(3380) Disabled Sig IDs: 0 > pid(3380) Enabled Sig IDs: 1000003 > > Clearly something is different about my startup script, but I'll be damned if I > know what it is. What's really frustrating is, there's almost nothing to a > FreeBSD startup script, because it sources rcorder and the other rc components. > > This is literally how simple it is: > > . /etc/rc.subr > > name="sguild" > rcvar=`set_rcvar` > > command="/usr/local/bin/${name}" > > load_rc_config ${name} > run_rc_command "$1" > > Stop works. Status works. Start fails. :-( > > Anyone have a hint? > > -- > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Sguil-devel mailing list > Sguil-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sguil-devel > -- sguil - The Analyst Console for NSM http://sguil.sf.net From owner-freebsd-ports@FreeBSD.ORG Wed Apr 9 21:51:30 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 992DE106566B for ; Wed, 9 Apr 2008 21:51:30 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id 55F2B8FC1B for ; Wed, 9 Apr 2008 21:51:29 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 60FB819E019; Wed, 9 Apr 2008 23:51:28 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id EB64F19E027; Wed, 9 Apr 2008 23:51:25 +0200 (CEST) Message-ID: <47FD3A71.8030801@quip.cz> Date: Wed, 09 Apr 2008 23:51:45 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Doug Barton References: <47F9FBBB.5030902@quip.cz> <47FD2D2B.9030306@FreeBSD.org> In-Reply-To: <47FD2D2B.9030306@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports-list freebsd Subject: Re: forcibly reinstall one port with portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 21:51:30 -0000 Doug Barton wrote: > Miroslav Lachman wrote: > >> How can I reinstall just one port without version change? > > > Use it without any flags. Portmaster does by default what portupgrade > does with the -f switch. You're right it should probably be more clear > in the man page that this is the default behavior. I'm not sure how to > make the description of what -f does more clear. Perhaps you could > suggest some other language? Thank you for your reply. I didn't know the default behaviour. from manpage: " By default portmaster will first recurse through the port to update, and all of its dependencies (if any) to handle any port OPTIONS via the 'make config' interface. It will then start building all ports that need updating." So it sound like portmaster will do nothing, if specified port has no newer version. Isn't it meant for -a switch? It will be better if there will be something like: "By default portmaster always rebuild specified (named?) port even if there is no newer version available" "-f always rebuild ports dependencies (overrides -i)" I am not a native english speaker... Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 01:03:20 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A056106566B for ; Thu, 10 Apr 2008 01:03:20 +0000 (UTC) (envelope-from andy.lavr@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (reactor-xg.kiev.ua [77.87.33.247]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0C98FC16 for ; Thu, 10 Apr 2008 01:03:19 +0000 (UTC) (envelope-from andy.lavr@reactor-xg.kiev.ua) Received: from mail.reactor-xg.kiev.ua (mail.reactor-xg.kiev.ua [77.87.33.247]) by mail.reactor-xg.kiev.ua (Reactor-XG Mailer System) with ESMTP id m3A0RFsO076460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Apr 2008 03:27:20 +0300 (EEST) (envelope-from andy.lavr@reactor-xg.kiev.ua) Authentication-Results: mail.reactor-xg.kiev.ua from=andy.lavr@reactor-xg.kiev.ua; sender-id=pass; spf=pass From: "Andrei V. Lavreniyuk" Organization: Technica-03, Inc. To: ports@FreeBSD.org Date: Thu, 10 Apr 2008 03:27:04 +0300 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8838562.fKhURJr6Qx"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200804100327.14119.andy.lavr@reactor-xg.kiev.ua> X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on mail.reactor-xg.kiev.ua X-Virus-Status: Clean Cc: Subject: Error compile /usr/ports/databases/postgresql-plruby (FreeBSD 7-STABLE) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andy.lavr@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 01:03:20 -0000 --nextPart8838562.fKhURJr6Qx Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi! =46reeBSD mail.local 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue Apr 8 20:12:36 = EEST=20 2008 root@mail.local:/usr/obj/usr/src/sys/SMP-MAIL i386 =2D------------------------------------ =3D=3D=3D> Extracting for postgresql-plruby-0.5.0 =3D> MD5 Checksum OK for ruby/plruby-0.5.0.tar.gz. =3D> SHA256 Checksum OK for ruby/plruby-0.5.0.tar.gz. =3D=3D=3D> postgresql-plruby-0.5.0 depends on file: /usr/local/bin/ruby18= - found /usr/bin/find /usr/ports/databases/postgresql-plruby/work/plruby-0.5.0 -nam= e '*~' -delete =3D=3D=3D> Patching for postgresql-plruby-0.5.0 =3D=3D=3D> postgresql-plruby-0.5.0 depends on file: /usr/local/bin/ruby18= - found /usr/local/bin/ruby18 -i -pe 'gsub /test_mklang\.sql/, "../createlang.sql"'= /usr/ports/databases/postgresql-plruby/work/plruby-0.5.0/test/*/runtest =3D=3D=3D> postgresql-plruby-0.5.0 depends on executable: postgres - found =3D=3D=3D> postgresql-plruby-0.5.0 depends on file: /usr/local/bin/ruby18= - found =3D=3D=3D> postgresql-plruby-0.5.0 depends on shared library: pq.5 - found =3D=3D=3D> Configuring for postgresql-plruby-0.5.0 cd /usr/ports/databases/postgresql83-server && make -DBATCH patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D BACKUP YOUR DATA! =3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D As always, backup your data before upgrading. If the upgrade leads to a higher minor revision (e.g. 7.3.x -> 7.4), a dump and restore of all databases is required. This is *NOT* done by the port! Press ctrl-C *now* if you need to pg_dump. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Found saved configuration for postgresql-server-8.3.1 =3D=3D=3D> Extracting for postgresql-server-8.3.1 =3D> MD5 Checksum OK for postgresql/postgresql-8.3.1.tar.bz2. =3D> SHA256 Checksum OK for postgresql/postgresql-8.3.1.tar.bz2. =3D=3D=3D> Patching for postgresql-server-8.3.1 =3D=3D=3D> Applying FreeBSD patches for postgresql-server-8.3.1 =3D=3D=3D> Running extconf.rb to configure checking for catalog/pg_proc.h... yes checking for rb_hash_delete() in ruby.h... yes checking for rb_block_call()... no checking for server/utils/array.h... no checking for utils/array.h... yes creating Makefile creating Makefile creating Makefile creating Makefile creating Makefile creating Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D After the installation use *something like this* to create the language plruby create function plruby_call_handler() returns language_handler as '/usr/local/lib/ruby/site_ruby/1.8/i386-freebsd7/plruby.so' language 'C'; create trusted language 'plruby' handler plruby_call_handler lancompiler 'PL/Ruby'; =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> Building for postgresql-plruby-0.5.0 cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_CATALOG_PG_PR= OC_H -DHAVE_RB_HASH_DELETE -DHAVE_UTILS_ARRAY_H -I/usr/local/include -fPIC = =2DO2 -fno-strict-aliasing -pipe -O2 -pipe -march=3Dnative -mtune=3Dnative = =2Dmmmx -msse2 -msse3 -fno-strict-aliasing -fstack-protector -Wformat -Wfor= mat-security -s -march=3Dprescott -fPIC -I/usr/local/include/postgresql/s= erver -DHAVE_RB_HASH_DELETE -DHAVE_RB_INITIALIZE_COPY -DPG_UTILS_ARRAY -DPG= _PL_TRYCATCH -DPLRUBY_ENABLE_CONVERSION -DRUBY_CAN_USE_AUTOLOAD -DRUBY_CAN_= USE_MARSHAL_DUMP -DPG_PL_VERSION=3D83 -DPLRUBY_CALL_HANDLER=3Dplruby_call_h= andler -DPLRUBY_VALIDATOR=3Dplruby_validator -c=20 plruby.c cc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd7 -I. -DHAVE_CATALOG_PG_PR= OC_H -DHAVE_RB_HASH_DELETE -DHAVE_UTILS_ARRAY_H -I/usr/local/include -fPIC = =2DO2 -fno-strict-aliasing -pipe -O2 -pipe -march=3Dnative -mtune=3Dnative = =2Dmmmx -msse2 -msse3 -fno-strict-aliasing -fstack-protector -Wformat -Wfor= mat-security -s -march=3Dprescott -fPIC -I/usr/local/include/postgresql/s= erver -DHAVE_RB_HASH_DELETE -DHAVE_RB_INITIALIZE_COPY -DPG_UTILS_ARRAY -DPG= _PL_TRYCATCH -DPLRUBY_ENABLE_CONVERSION -DRUBY_CAN_USE_AUTOLOAD -DRUBY_CAN_= USE_MARSHAL_DUMP -DPG_PL_VERSION=3D83 -DPLRUBY_CALL_HANDLER=3Dplruby_call_h= andler -DPLRUBY_VALIDATOR=3Dplruby_validator -c=20 plplan.c plplan.c: In function 'pl_plan_init': plplan.c:148: error: too few arguments to function 'typenameType' *** Error code 1 Stop in /usr/ports/databases/postgresql-plruby/work/plruby-0.5.0/src. *** Error code 1 Stop in /usr/ports/databases/postgresql-plruby/work/plruby-0.5.0. *** Error code 1 Stop in /usr/ports/databases/postgresql-plruby. =2D------------------------------------- =2D-=20 Best regards, Andrei Lavreniyuk (andy.lavr@gmail.com) --nextPart8838562.fKhURJr6Qx Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkf9XtkACgkQmDr1ncjMXfludwCgpiLiEOYqKdf/G4h4Fpawjj0w b6cAoILhN+Psy/bTmCB4fV/dfNpnL+Uk =ON0J -----END PGP SIGNATURE----- --nextPart8838562.fKhURJr6Qx-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 12:45:22 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E86B106564A for ; Thu, 10 Apr 2008 12:45:22 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from hawk.thalamus.net (hawk.thalamus.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 516478FC16 for ; Thu, 10 Apr 2008 12:45:22 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost.thalamus.net [127.0.0.1]) by hawk.thalamus.net (Postfix) with ESMTP id 2C92C1F2B9D; Thu, 10 Apr 2008 14:30:26 +0200 (CEST) X-Virus-Scanned: by amavisd-new at thalamus.net X-Spam-Flag: NO X-Spam-Score: 2.183 X-Spam-Level: ** X-Spam-Status: No, score=2.183 tagged_above=-999 required=4.2 tests=[AWL=-1.086, HELO_LH_HOME=3.169, RDNS_DYNAMIC=0.1] Received: from hawk.thalamus.net ([127.0.0.1]) by localhost (hawk.thalamus.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F0+XUSa0YgVP; Thu, 10 Apr 2008 14:30:16 +0200 (CEST) Received: from lesbsdpc.homenet.home (c-195-216-040-164.cust.thalamus.net [195.216.40.164]) by hawk.thalamus.net (Postfix) with ESMTP id 43AAD1F284A; Thu, 10 Apr 2008 14:30:16 +0200 (CEST) Message-ID: <47FE0859.4070608@eskk.nu> Date: Thu, 10 Apr 2008 14:30:17 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.12 (X11/20080329) MIME-Version: 1.0 To: achilov-rn@askd.ru Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: smb4k-0.8.7_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 12:45:22 -0000 Hello I'm starting to translate smb4k into swedish. I would like you to upgrade the port to the latest version 0.9.3. Thank you :-) -- Med vnlig hlsning / With Regards / Mit freundlichen gren ___________________________________________________________________ Leslie Jensen Liljegatan 26 SE-262 57 ngelholm Telephone +46 (0)431 19370 Mobile phone +46 (0)70 572 4457 This E-mail is sent from leslie@eskk.nu using http://www.mozilla.com/thunderbird/ ___________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 13:38:19 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFEC3106564A for ; Thu, 10 Apr 2008 13:38:19 +0000 (UTC) (envelope-from post@litho-verlag.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by mx1.freebsd.org (Postfix) with ESMTP id D7E0C8FC1A for ; Thu, 10 Apr 2008 13:38:17 +0000 (UTC) (envelope-from post@litho-verlag.de) Received: from server1.litho.local (p5B254013.dip.t-dialin.net [91.37.64.19]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1JjwC21vll-0003Jc; Thu, 10 Apr 2008 14:48:15 +0200 MIME-Version: 1.0 Date: Thu, 10 Apr 2008 14:29:47 +0200 Content-class: urn:content-classes:message Message-ID: <88E74F3B0F657844941499E605B5EA5208EEB4@server1.litho.local> X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: If you love to play pool billiard... thread-index: AcibBpAB2rUD70sFQuG1tEAAmtAEEw== From: "Thomas Lindemann" To: X-Provags-ID: V01U2FsdGVkX19ZrGUm5mFk3zDbVH9Ndl01W+kNmU00v+14vIN PuSWkZx2ELd3cE5B9uQnkhP9rwl+V6MuzeKFycrawWqLFkbmFh o4qS2uX1H8Z1/OuFBiaDzRXAviXzI+s Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: If you love to play pool billiard... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 13:38:19 -0000 Hi Billiard Fan! =20 If you love to play pool billiard or three cushion, you should have a look at one (or even better at EACH one) of these links: =20 www.billiardliterature.com Professional E-books for free download =20 www.pat-billiard.com All about the revolutionary Playing Ability Test (PAT-System) for Pool billiards =20 www.billiardbook.com That's the place where you can get all the nice stuff promoted on the above sites =20 =20 Keep on playing! From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 16:39:07 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14691106564A for ; Thu, 10 Apr 2008 16:39:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id C78598FC18 for ; Thu, 10 Apr 2008 16:39:06 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from 183-253.78-83.cust.bluewin.ch ([83.78.253.183] helo=[192.168.1.33]) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1Jjznk-0001R5-Ir; Thu, 10 Apr 2008 18:39:04 +0200 Message-ID: <47FE43C2.3050204@FreeBSD.org> Date: Thu, 10 Apr 2008 18:43:46 +0200 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Eddie Parra References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> <47FBC8D4.8060802@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org, peterjeremy@optushome.com.au Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 16:39:07 -0000 Eddie Parra wrote: > diff Makefile < cflowd.diff This should have been: patch < cflowd.diff > It complied... I will have to test it later tonight / tomorrow. Ok, let me know! > Thanks, Thank you > -Eddie Pietro Cerutti From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 18:03:38 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7F7D106566B for ; Thu, 10 Apr 2008 18:03:38 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id A33918FC0A for ; Thu, 10 Apr 2008 18:03:38 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id C902965509 for ; Thu, 10 Apr 2008 13:03:37 -0500 (CDT) Date: Thu, 10 Apr 2008 13:03:37 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <6F79C60A6C5B883062D59841@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: RUN_DEPENDS problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 18:03:38 -0000 I'm working on an update to the sguil-server port, and I'm having a problem with an OPTION that includes a RUN_DEPENDS. The dependent port does not install, even when the OPTION is true. (I checked that it was in /var/db/ports/sguil-server/options.) Note: (this may be relevant). The port presently resides *outside* of /usr/ports, because I'm not yet ready to replace the existing port with the updated one. All the other dependent ports install, but the optional port does not. Here's the relevant portion of the Makefile. Perhaps someone can point out my glaring error? PORTNAME= sguil-server PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls NO_BUILD= yes USE_RC_SUBR= sguild.sh TCLSH_CMD?= ${PREFIX}/bin/tclsh8.4 SGUILDIR?= sguil-server Makefile: 106 lines, 3836 characters [root@utd65257 /home/pauls/sguil-server]# less Makefile # New ports collection makefile for: sguil-server # Date created: 9 Oct 2006 # Whom: Paul Schmehl # # $FreeBSD: ports/security/sguil-server/Makefile,v 1.4 2007/01/16 12:45:12 bsam Exp $ # PORTNAME= sguil-server PORTVERSION= 0.7.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu COMMENT= Sguil is a network security monitoring program RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ dtplite:${PORTSDIR}/devel/tcllib \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls NO_BUILD= yes USE_RC_SUBR= sguild.sh TCLSH_CMD?= ${PREFIX}/bin/tclsh8.4 SGUILDIR?= sguil-server WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} PATCH_WRKSRC= ${WRKSRC}/server PLIST_SUB= SGUILDIR=${SGUILDIR} SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= SGUILDIR=${SGUILDIR} TCLSH=${TCLSH_CMD} CURDIR=${.CURDIR} \ WRKSRC=${WRKSRC} DOCSDIR=${DOCSDIR} LIBRARIES= SguildAccess.tcl SguildGenericDB.tcl SguildReportBuilder.tcl \ SguildAutoCat.tcl SguildGenericEvent.tcl SguildSendComms.tcl \ SguildClientCmdRcvd.tcl SguildHealthChecks.tcl SguildSensorAgentComms.tcl \ SguildConnect.tcl SguildLoaderd.tcl SguildSensorCmdRcvd.tcl \ SguildCreateDB.tcl SguildMysqlMerge.tcl SguildTranscript.tcl \ SguildEmailEvent.tcl SguildPadsLib.tcl SguildUtils.tcl \ SguildEvent.tcl SguildQueryd.tcl SCRIPTS= create_ruledb.sql update_0.7.tcl update_sguildb_v7-v8.sql \ create_sguildb.sql update_sguildb_v10-v11.sql update_sguildb_v8-v9.sql \ migrate_event.tcl update_sguildb_v11-v12.sql update_sguildb_v9-v10.sql \ migrate_sancp.tcl update_sguildb_v5-v6.sql sancp_cleanup.tcl update_sguildb_v6-v7.sql CONFS= autocat.conf sguild.access sguild.conf sguild.email sguild.queries sguild.reports sguild.users PORTDOCS= CHANGES FAQ INSTALL INSTALL.openbsd LICENSE.QPL \ OPENSSL.README TODO UPGRADE USAGE sguildb.dia OPTIONS= MYSQL "Install mysql server" off .include .if defined(WITH_MYSQL) RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server .endif MYSQLTCL_VER!= cd ${PORTSDIR}/databases/mysqltcl && ${MAKE} -V PORTVERSION RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-${MYSQLTCL_VER}:${PORTSDIR}/databases/mysqltcl And here's /var/db/ports/sguil-server/options: # less /var/db/ports/sguil-server/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for sguil-server-0.7.0 _OPTIONS_READ=sguil-server-0.7.0 WITH_MYSQL=true -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 20:53:33 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52ABF106566C; Thu, 10 Apr 2008 20:53:33 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2C2E18FC16; Thu, 10 Apr 2008 20:53:33 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from ecerejo.netgear.com (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JZ400J2GLXD8DH1@mta1.srv.hcvlny.cv.net>; Thu, 10 Apr 2008 16:22:25 -0400 (EDT) Date: Thu, 10 Apr 2008 16:22:20 -0400 From: "E. J. Cerejo" To: oliver@FreeBSD.org Message-id: <47FE76FC.90408@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.12 (X11/20080315) Cc: ports@FreeBSD.org Subject: FreeBSD Port: audacious-plugins-1.5.0_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 20:53:33 -0000 When you choose to build with MTP support, this port fails because it looks for mtp.6 (libmtp.so.6), the current libmtp port installs mtp.8 (libmtp.so.8), the port installs fine when I change the Makefile from: .if defined(WITH_MTP) LIB_DEPENDS+= mtp.6:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--enable-mtp_up PLIST_SUB+= MTPPLUGIN="" .else CONFIGURE_ARGS+=--disable-mtp_up PLIST_SUB+= MTPPLUGIN="@comment " .endif To: .if defined(WITH_MTP) LIB_DEPENDS+= mtp.8:${PORTSDIR}/audio/libmtp CONFIGURE_ARGS+=--enable-mtp_up PLIST_SUB+= MTPPLUGIN="" .else CONFIGURE_ARGS+=--disable-mtp_up PLIST_SUB+= MTPPLUGIN="@comment " .endif From owner-freebsd-ports@FreeBSD.ORG Thu Apr 10 23:08:27 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C292E1065678 for ; Thu, 10 Apr 2008 23:08:27 +0000 (UTC) (envelope-from yayien@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id 460428FC24 for ; Thu, 10 Apr 2008 23:08:27 +0000 (UTC) (envelope-from yayien@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so172127fgg.35 for ; Thu, 10 Apr 2008 16:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; bh=OzeUDFfzNyh+sKI4+DmNBugtBzAiN7zBl3loK8csi8k=; b=ljGrTWNTMYCghT9dN7maTegvw4wJfTICxL1hU0UrzORBNh6SryObzZKXlwIK0qONmmA0b7Tb2QFNI1YOGkb8z5AqgTTK7J4z1SanpvVXcKmkAZe+cHSs3mrFPd1RO8wFWys6RNl/H782+3i6a22W1MYfqqhzUHC1NSkekQRyanM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=D3WGnk1CzZ1YVXxxdrXeuRlGPBEgtEKxnEiEb+plTVDJfzGIte3eXP/NPlyoIL4NTyUUz6gNS9XLx5cEdDz4ky8N3MFFHcEhOu+ks6dBxPgaKnyDSUAQCSwLPV8dpOSuZPsKqzGm/C7ZADjpfgCww9DoW9O5n/sdqLKVeTQoW9w= Received: by 10.86.80.5 with SMTP id d5mr4038366fgb.57.1207867344575; Thu, 10 Apr 2008 15:42:24 -0700 (PDT) Received: by 10.86.97.11 with HTTP; Thu, 10 Apr 2008 15:42:24 -0700 (PDT) Message-ID: Date: Fri, 11 Apr 2008 00:42:24 +0200 From: "Fabien Debuire" To: araujo@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_security2-2.1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2008 23:08:27 -0000 Hello, I think there is a little mistake in the makefile because you do not link mod_security with libxml2... so when I use it I got an error saying that it does not know the XML symbol. So as to work I had to had the following lines in the Makefile: AP_EXTRAS += -DWITH_LIBXML2 AP_INC= ${LOCALBASE}/include/libxml2 AP_LIB= ${LOCALBASE}/lib USE_GNOME= libxml2 and in httpd.conf LoadFile /usr/local/lib/libxml2.so -- Fabien DEBUIRE yayien@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 00:47:16 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC37D106564A for ; Fri, 11 Apr 2008 00:47:16 +0000 (UTC) (envelope-from mcs@post5.tele.dk) Received: from gw.dantimax.dk (3903ds1-had.0.fullrate.dk [90.185.210.224]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7678FC17 for ; Fri, 11 Apr 2008 00:47:15 +0000 (UTC) (envelope-from mcs@post5.tele.dk) Received: from [127.0.0.1] (localhost [127.0.0.1]) by gw.dantimax.dk (Weasel v 1.73) for ; 11 Apr 2008 02:32:13 Message-ID: <47FEB18C.2060202@post5.tele.dk> Date: Fri, 11 Apr 2008 02:32:12 +0200 From: "Mikkel C. Simonsen" User-Agent: Mozilla/5.0 (OS/2; U; Warp 4; en-US; rv:1.8.1.10) Gecko/20071124 SeaMonkey/1.1.7 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: print function missing in gimpshop X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 00:47:17 -0000 Two weeks ago I upgraded a PC from FBSD 6.x to 7.0. I updated/rebuilt all the ports also, but after doing that, there's no print function in gimpshop. Do I have to change any options in the gimpshop port to get the print function back, or is it just not available in the latest gimpshop version? Best regards, Mikkel C. Simonsen From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 03:10:55 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA2321065670 for ; Fri, 11 Apr 2008 03:10:55 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id C21958FC14 for ; Fri, 11 Apr 2008 03:10:55 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (cpe-24-175-90-48.tx.res.rr.com [24.175.90.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id B2E0165510 for ; Thu, 10 Apr 2008 22:10:53 -0500 (CDT) Date: Thu, 10 Apr 2008 22:10:52 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <0419DA7252F4063D40DFA254@Macintosh.local> In-Reply-To: <6F79C60A6C5B883062D59841@utd65257.utdallas.edu> References: <6F79C60A6C5B883062D59841@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: RUN_DEPENDS problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 03:10:55 -0000 --On April 10, 2008 1:03:37 PM -0500 Paul Schmehl wrote: > I'm working on an update to the sguil-server port, and I'm having a > problem with an OPTION that includes a RUN_DEPENDS. The dependent port > does not install, even when the OPTION is true. (I checked that it was > in /var/db/ports/sguil-server/options.) > > Note: (this may be relevant). The port presently resides *outside* of > /usr/ports, because I'm not yet ready to replace the existing port with > the updated one. All the other dependent ports install, but the > optional port does not. > > Here's the relevant portion of the Makefile. Perhaps someone can point > out my glaring error? > > PORTNAME= sguil-server > PORTVERSION= 0.7.0 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= sguil > > MAINTAINER= pauls@utdallas.edu > COMMENT= Sguil is a network security monitoring program > > RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ > tcpflow:${PORTSDIR}/net/tcpflow \ > dtplite:${PORTSDIR}/devel/tcllib \ > ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX > LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls > > NO_BUILD= yes > USE_RC_SUBR= sguild.sh > TCLSH_CMD?= ${PREFIX}/bin/tclsh8.4 > SGUILDIR?= sguil-server > Makefile: 106 lines, 3836 characters > [root@utd65257 /home/pauls/sguil-server]# less Makefile ># New ports collection makefile for: sguil-server ># Date created: 9 Oct 2006 ># Whom: Paul Schmehl ># ># $FreeBSD: ports/security/sguil-server/Makefile,v 1.4 2007/01/16 ># 12:45:12 bsam Exp $ ># > > PORTNAME= sguil-server > PORTVERSION= 0.7.0 > CATEGORIES= security > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= sguil > > MAINTAINER= pauls@utdallas.edu > COMMENT= Sguil is a network security monitoring program > > RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ > tcpflow:${PORTSDIR}/net/tcpflow \ > dtplite:${PORTSDIR}/devel/tcllib \ > ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX > LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls > > NO_BUILD= yes > USE_RC_SUBR= sguild.sh > TCLSH_CMD?= ${PREFIX}/bin/tclsh8.4 > SGUILDIR?= sguil-server > WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} > PATCH_WRKSRC= ${WRKSRC}/server > PLIST_SUB= SGUILDIR=${SGUILDIR} > SUB_FILES= pkg-message pkg-install pkg-deinstall > SUB_LIST= SGUILDIR=${SGUILDIR} TCLSH=${TCLSH_CMD} > CURDIR=${.CURDIR} \ > WRKSRC=${WRKSRC} DOCSDIR=${DOCSDIR} > LIBRARIES= SguildAccess.tcl SguildGenericDB.tcl > SguildReportBuilder.tcl \ > SguildAutoCat.tcl SguildGenericEvent.tcl > SguildSendComms.tcl \ > SguildClientCmdRcvd.tcl SguildHealthChecks.tcl > SguildSensorAgentComms.tcl \ > SguildConnect.tcl SguildLoaderd.tcl > SguildSensorCmdRcvd.tcl \ > SguildCreateDB.tcl SguildMysqlMerge.tcl > SguildTranscript.tcl \ > SguildEmailEvent.tcl SguildPadsLib.tcl SguildUtils.tcl \ > SguildEvent.tcl SguildQueryd.tcl > SCRIPTS= create_ruledb.sql update_0.7.tcl > update_sguildb_v7-v8.sql \ > create_sguildb.sql update_sguildb_v10-v11.sql > update_sguildb_v8-v9.sql \ > migrate_event.tcl update_sguildb_v11-v12.sql > update_sguildb_v9-v10.sql \ > migrate_sancp.tcl update_sguildb_v5-v6.sql > sancp_cleanup.tcl update_sguildb_v6-v7.sql > CONFS= autocat.conf sguild.access sguild.conf sguild.email > sguild.queries sguild.reports sguild.users > > PORTDOCS= CHANGES FAQ INSTALL INSTALL.openbsd LICENSE.QPL \ > OPENSSL.README TODO UPGRADE USAGE sguildb.dia > > OPTIONS= MYSQL "Install mysql server" off > > .include > > .if defined(WITH_MYSQL) > RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server > .endif I found the problem. The RUN_DEPENDS line *should* be ${LOCALBASE}/libexec/mysqld:${PORTSDIR}...etc. /usr/local/bin/mysql is not removed when mysql server is uninstalled. I noticed there are some ports that incorrectly use the same construction that I did. Should I submit PRs for them? # grep -r "mysql:" /usr/ports/* | grep RUN_DEPENDS | grep "mysql50-server" /usr/ports/deskutils/moregroupware/Makefile:RUN_DEPENDS+= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql50-server /usr/ports/ftp/proma/Makefile:RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server /usr/ports/sysutils/syscp/Makefile:RUN_DEPENDS+= mysql:${PORTSDIR}/databases/mysql50-server \ Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 08:53:24 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FF34106566B; Fri, 11 Apr 2008 08:53:24 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2778FC18; Fri, 11 Apr 2008 08:53:24 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from unplugged (wireless.ccs.ucsb.edu [128.111.69.203]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.2/8.14.1) with ESMTP id m3B8Jcs5091695 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Fri, 11 Apr 2008 01:19:39 -0700 (PDT) (envelope-from douglas@douglasthrift.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=douglasthrift.net; s=dt-2007050501; t=1207901979; bh=Y3ZKtH/qXGD9zsineM1DT33K1AE=; h=Message-ID:From:To:Cc:Subject:Date:MIME-Version:Content-Type: Content-Transfer-Encoding; b=xiDgyoXx8xzvZOX52U5oZor32e2GDtgVt+E+k q3VBdXY2GqenSIHRmDvOuvaaj2jMztxnJ71BC4rL22F8rfFwA== DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:from:to:cc:subject:date:mime-version: content-type:content-transfer-encoding:x-priority: x-msmail-priority:x-mailer:x-mimeole; b=lsKYetvbfj6q4yy2iUM5X6StyN2pwFNp58cncl8hbsNk7b76+n65quDX2OiJB8jdh T6ZPQE9lVw3O7pxBieFfw== Message-ID: <02ab01c89bac$c8ce42a0$d101a8c0@douglasthrift.net> From: "Douglas Thrift" To: Date: Fri, 11 Apr 2008 01:19:37 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: ports@FreeBSD.org Subject: FreeBSD Port: py25-django-devel-20071029 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 08:53:24 -0000 Hello, It looks like there is some functionality (http://code.djangoproject.com/changeset/6852) I want to use that was added to Django after the snapshot that is in the current port. Are there any plans to update the port to a newer snapshot? Thanks! _______________________________________________________________________ Douglas William Thrift From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 09:08:58 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEBEC1065670 for ; Fri, 11 Apr 2008 09:08:57 +0000 (UTC) (envelope-from dpr@suchtreffer.de) Received: from defiant2.suchtreffer.de (mail.suchtreffer.de [212.62.197.94]) by mx1.freebsd.org (Postfix) with ESMTP id 711EE8FC26 for ; Fri, 11 Apr 2008 09:08:57 +0000 (UTC) (envelope-from dpr@suchtreffer.de) Received: from nog ([192.168.0.36]) by defiant2.suchtreffer.de (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id m3B8rNjr017313 for ; Fri, 11 Apr 2008 10:53:23 +0200 From: Daniel Prinz To: freebsd-ports@freebsd.org Date: Fri, 11 Apr 2008 09:54:15 +0100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804111054.15443.dpr@suchtreffer.de> Subject: p7zip broken? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 09:08:58 -0000 Good morning everyone, When I try to install port p7zip, make install stops with following error: c++ -O2 -fno-strict-aliasing -pipe -march=opteron -fPIC -s -DNDEBUG -D_REENTRANT -DENV_UNIX -DEXTERNAL_CODECS -DCOMPRESS_MT -DCOMPRESS_BZIP2_MT -DCOMPRESS_MF_MT -D_7ZIP_LARGE_PAGES -shared -o ../../../../bin/7z.so wine_date_and_time.o myGetTickCount.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o UTFConvert.o MyWindows.o Wildcard.o ArchiveExports.o CodecExports.o DllExports2.o FileDir.o FileFind.o FileIO.o PropVariant.o Synchronization.o System.o LZOutWindow.o PPMDDecoder.o PPMDEncoder.o PPMDRegister.o ARM.o ARMThumb.o BCJ2Register.o BCJRegister.o BranchCoder.o BranchRegister.o IA64.o PPC.o SPARC.o x86.o x86_2.o LZMADecoder.o LZMAEncoder.o LZMARegister.o CopyCoder.o CopyRegister.o RangeCoderBit.o Deflate64Register.o DeflateDecoder.o DeflateEncoder.o DeflateNsisRegister.o DeflateRegister.o BZip2CRC.o BZip2Decoder.o BZip2Encoder.o BZip2Register.o BlockSort.o ImplodeDecoder.o ImplodeHuffmanDecoder.o Lzx86Converter.o LzxDecoder.o ZDecoder.o ArjDecoder1.o ArjDecoder2.o ByteSwap.o ByteSwapRegister.o ShrinkDecoder.o QuantumDecoder.o LzhDecoder.o MyAES.o 7zAES.o 7zAESRegister.o HmacSha1.o Pbkdf2HmacSha1.o RandGen.o Sha1.o Sha256.o RarAES.o Rar20Cipher.o Rar20Crypto.o WzAES.o ZipCipher.o ZipCrypto.o CreateCoder.o FilterCoder.o InBuffer.o InOutTempBuffer.o LimitedStreams.o LockedStream.o LSBFDecoder.o LSBFEncoder.o MemBlocks.o MethodId.o MethodProps.o VirtThread.o OffsetStream.o OutBuffer.o OutMemStream.o ProgressMt.o ProgressUtils.o StreamBinder.o StreamObjects.o StreamUtils.o 7zCompressionMode.o 7zDecode.o 7zEncode.o 7zExtract.o 7zFolderInStream.o 7zFolderOutStream.o 7zHandler.o 7zHandlerOut.o 7zHeader.o 7zIn.o 7zOut.o 7zProperties.o 7zRegister.o 7zSpecStream.o 7zUpdate.o RarHandler.o RarHeader.o RarIn.o RarItem.o RarRegister.o RarVolumeInStream.o ArjHandler.o ArjIn.o ArjRegister.o bz2Register.o BZip2Handler.o BZip2HandlerOut.o BZip2Update.o CabBlockInStream.o CabHandler.o CabHeader.o CabIn.o CabRegister.o ChmHandler.o ChmHeader.o ChmIn.o ChmRegister.o CoderMixer2.o CoderMixer2MT.o CrossThreadProgress.o DummyOutStream.o InStreamWithCRC.o HandlerOut.o ItemNameUtils.o MultiStream.o OutStreamWithCRC.o ParseProperties.o CpioHandler.o CpioHeader.o CpioIn.o CpioRegister.o DebHandler.o DebHeader.o DebIn.o DebRegister.o GZipHandler.o GZipHandlerOut.o GZipHeader.o GZipIn.o GZipOut.o GZipRegister.o GZipUpdate.o IsoHandler.o IsoHeader.o IsoIn.o IsoRegister.o LzhCRC.o LzhHandler.o LzhIn.o LzhOutStreamWithCRC.o LzhRegister.o NsisDecode.o NsisHandler.o NsisIn.o NsisRegister.o RpmHandler.o RpmIn.o RpmRegister.o SplitHandler.o SplitHandlerOut.o SplitRegister.o TarHandler.o TarHandlerOut.o TarHeader.o TarIn.o TarOut.o TarRegister.o TarUpdate.o ZHandler.o ZRegister.o ZipAddCommon.o ZipHandler.o ZipHandlerOut.o ZipHeader.o ZipIn.o ZipItem.o ZipOut.o ZipRegister.o ZipUpdate.o MatchFinder.o MatchFinderMt.o HuffmanEncode.o BranchARM.o BranchARMThumb.o BranchIA64.o BranchPPC.o BranchSPARC.o BranchX86.o WimHandler.o WimIn.o WimRegister.o OutStreamWithSha1.o 7zCrc.o Sort.o Threads.o Aes.o ComHandler.o ComIn.o ComRegister.o -pthread /usr/bin/ld: /usr/lib/libpthread.a(thr_syscalls.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC /usr/lib/libpthread.a: could not read symbols: Bad value *** Error code 1 Stop in /usr/ports/archivers/p7zip/work/p7zip_4.57/CPP/7zip/Bundles/Format7zFree. *** Error code 1 Stop in /usr/ports/archivers/p7zip/work/p7zip_4.57. *** Error code 1 Stop in /usr/ports/archivers/p7zip. ------------------------------------------- Port Info: PORTNAME= p7zip PORTVERSION= 4.57 CATEGORIES= archivers ----------------------------------------- /etc/make.conf: CPUTYPE?= opteron BUILD_OPTIMIZED=yes Anyone has a hint? Regards, Daniel From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 11:38:14 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EDC21065674 for ; Fri, 11 Apr 2008 11:38:14 +0000 (UTC) (envelope-from ep@exvere.net) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id BB1688FC1B for ; Fri, 11 Apr 2008 11:38:13 +0000 (UTC) (envelope-from ep@exvere.net) Received: by py-out-1112.google.com with SMTP id u52so662799pyb.10 for ; Fri, 11 Apr 2008 04:38:12 -0700 (PDT) Received: by 10.141.198.9 with SMTP id a9mr1408683rvq.280.1207913892162; Fri, 11 Apr 2008 04:38:12 -0700 (PDT) Received: from ?192.168.1.20? ( [24.6.92.148]) by mx.google.com with ESMTPS id l31sm4073972rvb.2.2008.04.11.04.38.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Apr 2008 04:38:10 -0700 (PDT) Message-Id: From: Eddie Parra To: Pietro Cerutti In-Reply-To: <47FE43C2.3050204@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 11 Apr 2008 04:38:08 -0700 References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> <47FBC8D4.8060802@FreeBSD.org> <47FE43C2.3050204@FreeBSD.org> X-Mailer: Apple Mail (2.919.2) Cc: ports@FreeBSD.org, peterjeremy@optushome.com.au Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 11:38:14 -0000 Pietro, Your patch works! Thanks again! -Eddie On Apr 10, 2008, at 9:43 AM, Pietro Cerutti wrote: > Eddie Parra wrote: >> diff Makefile < cflowd.diff > This should have been: > patch < cflowd.diff > >> It complied... I will have to test it later tonight / tomorrow. > Ok, let me know! > >> Thanks, > Thank you > >> -Eddie > > Pietro Cerutti From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 13:28:17 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F3D61065672 for ; Fri, 11 Apr 2008 13:28:17 +0000 (UTC) (envelope-from ppathiakis@tilera.com) Received: from king.tilera.com (king.tilera.com [72.1.168.226]) by mx1.freebsd.org (Postfix) with ESMTP id 33E548FC20 for ; Fri, 11 Apr 2008 13:28:17 +0000 (UTC) (envelope-from ppathiakis@tilera.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 11 Apr 2008 09:16:12 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Port Request - Asset Tracker for RT Thread-Index: Acib1jb1Sr18Sv4tSMSW8DFEIFDmtA== From: "Paul Pathiakis" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Port Request - Asset Tracker for RT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:28:17 -0000 Hi, =20 I know I asked about port being done for this over a year ago and got some response from the package author and a porter, however, I still don't see it. Also, the package has become quite popular and I really wanted to install it on my RT system. However, I HATE putting non-ports on a machine. (It clutters things up.) =20 Anyhow, the software is now at version 1.2.3 and is located here: =20 http://code.google.com/p/asset-tracker-4rt/ =20 and before someone asks, I don't have the time to create and/or learn how to create a port. ( I hope to retire in about 14 years. I'll have plenty of time then.) =20 Paul From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 13:34:26 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5B861065671 for ; Fri, 11 Apr 2008 13:34:26 +0000 (UTC) (envelope-from ppathiakis@tilera.com) Received: from king.tilera.com (king.tilera.com [72.1.168.226]) by mx1.freebsd.org (Postfix) with ESMTP id 877788FC1B for ; Fri, 11 Apr 2008 13:34:26 +0000 (UTC) (envelope-from ppathiakis@tilera.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 11 Apr 2008 09:34:25 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ports Request: OpenNMS Thread-Index: Acib2MIbbyVtFJXCRiKhLmb7Zu8Xfg== From: "Paul Pathiakis" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:34:26 -0000 Hi, =20 This is another request for someone to port OpenNMS to a FreeBSD port. =20 www.opennms.org =20 =20 This is a work of art that is well worthwhile beyond Tivoli and HP-Openview. =20 It performs a lot of functions and would be well worth packaging as a port. There's a lot of people using it, but having it as a port would be great. =20 (No, I don't have time to perform and maintain a port) =20 Right now, they have packages for: =20 Debian Fedora CentOS RedHat Solaris Suse=20 Vmware =20 Where is that wonderful FreeBSD port? :-) =20 Thank you, =20 Paul Pathiakis =20 From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 13:40:53 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2BB5106566C for ; Fri, 11 Apr 2008 13:40:53 +0000 (UTC) (envelope-from ppathiakis@tilera.com) Received: from king.tilera.com (king.tilera.com [72.1.168.226]) by mx1.freebsd.org (Postfix) with ESMTP id 74D238FC1B for ; Fri, 11 Apr 2008 13:40:53 +0000 (UTC) (envelope-from ppathiakis@tilera.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 11 Apr 2008 09:40:52 -0400 Message-ID: In-Reply-To: <1207921172.12507.131.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Ports Request: OpenNMS Thread-Index: Acib2Xt7NpCPEh2ARu+wWFVHitrk4wAAB/IQ References: <1207921172.12507.131.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> From: "Paul Pathiakis" To: "Brian A. Seklecki" Cc: ports@freebsd.org Subject: RE: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:40:53 -0000 Let's not forget SiteScope. :-) P. -----Original Message----- From: Brian A. Seklecki [mailto:lavalamp@spiritual-machines.org]=20 Sent: Friday, April 11, 2008 9:40 AM To: Paul Pathiakis Cc: ports@freebsd.org Subject: Re: Ports Request: OpenNMS On Fri, 2008-04-11 at 09:34 -0400, Paul Pathiakis wrote: > Hi, >=20 > =20 >=20 > This is another request for someone to port OpenNMS to a FreeBSD port. >=20 > =20 >=20 > www.opennms.org =20 >=20 > =20 >=20 > This is a work of art that is well worthwhile beyond Tivoli and > HP-Openview. Oh come on now! You've just never had the pleasure (cut 50/50 with agonizing pain) of NetCool Omninbus! ~BAS From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 13:57:28 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D3F61065672 for ; Fri, 11 Apr 2008 13:57:28 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id DC4848FC25 for ; Fri, 11 Apr 2008 13:57:27 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id F3F4417295; Fri, 11 Apr 2008 09:39:33 -0400 (EDT) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 66057-04; Fri, 11 Apr 2008 09:39:32 -0400 (EDT) Received: from [192.168.2.161] (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id E92C41728B; Fri, 11 Apr 2008 09:39:32 -0400 (EDT) From: "Brian A. Seklecki" To: Paul Pathiakis In-Reply-To: References: Content-Type: text/plain Date: Fri, 11 Apr 2008 09:39:32 -0400 Message-Id: <1207921172.12507.131.camel@soundwave.ws.pitbpa0.priv.collaborativefusion.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.fc8) Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: ports@freebsd.org Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:57:28 -0000 On Fri, 2008-04-11 at 09:34 -0400, Paul Pathiakis wrote: > Hi, > > > > This is another request for someone to port OpenNMS to a FreeBSD port. > > > > www.opennms.org > > > > This is a work of art that is well worthwhile beyond Tivoli and > HP-Openview. Oh come on now! You've just never had the pleasure (cut 50/50 with agonizing pain) of NetCool Omninbus! ~BAS From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 14:45:11 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B1981065676 for ; Fri, 11 Apr 2008 14:45:11 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 73E458FC19 for ; Fri, 11 Apr 2008 14:45:11 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id AB6166550F for ; Fri, 11 Apr 2008 09:18:53 -0500 (CDT) Date: Fri, 11 Apr 2008 09:18:53 -0500 From: Paul Schmehl To: ports@freebsd.org Message-ID: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 14:45:11 -0000 --On Friday, April 11, 2008 09:34:25 -0400 Paul Pathiakis wrote: > > This is another request for someone to port OpenNMS to a FreeBSD port. > > www.opennms.org > > This is a work of art that is well worthwhile beyond Tivoli and > HP-Openview. > > It performs a lot of functions and would be well worth packaging as a > port. There's a lot of people using it, but having it as a port would > be great. > > (No, I don't have time to perform and maintain a port) > And you think we maintainers do? Get real! I just spent several intense evenings/nights updating a complex set of ports that I maintain. I gave up a lot of other things that I could have been doing to do this. I'm not complaining. I volunteered But seriously, this is a community. Ports should be created and maintained by people who actually use them. Otherwise they don't get thoroughly tested and they're more likely to get dropped in the laps of the port team, none of whom are sitting around twiddling their thumbs. In the case of OpenNMS, the build requires jicmp, jrrd and iplike, *none* of which are ported (as well as postgresql, apache-tomcat. java jdk and optionally rddtool, all of which are already ported.) So, to even *start* porting OpenNSM, you would *first* have to port all three of those apps. (And I haven't even looked to see what dependencies *they* have that might not be in the ports tree yet. This is not uncommon with complex software packages. In fact, the ports that I just submitted updates for *forced* me to port three other apps *first*, just so I could port what *I* wanted. (And yes, I maintain those as well.) If you're really serious that you want OpenNMS ported, then it's time to make your contribution to FreeBSD. :-) Solicit help from other FreeBSD users who use/want OpenNMS, and work together to distribute the load and get the job done. There's plenty of people on this list who can help you when you run into problems. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 15:23:48 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C36106566B; Fri, 11 Apr 2008 15:23:48 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 6705C8FC21; Fri, 11 Apr 2008 15:23:48 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from 251-244.78-83.cust.bluewin.ch ([83.78.244.251] helo=[192.168.1.33]) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1JkL6O-0007X1-WC; Fri, 11 Apr 2008 17:23:45 +0200 Message-ID: <47FF839C.6000004@FreeBSD.org> Date: Fri, 11 Apr 2008 17:28:28 +0200 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Eddie Parra References: <64A66B31-AD1B-4C5F-9FC4-6E2796CD7B12@exvere.net> <47FBC8D4.8060802@FreeBSD.org> <47FE43C2.3050204@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org, miwi@FreeBSD.org Subject: Re: FreeBSD Port: cflowd-2.1.b1_10,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 15:23:48 -0000 Eddie Parra wrote: > Pietro, Eddie, > > Your patch works! Thanks again! Great. Miwi has just committed my patch! Have fun! Tnx miwi! Bye Eddie! > > -Eddie Pietro Cerutti From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 17:51:13 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED2DD106564A for ; Fri, 11 Apr 2008 17:51:13 +0000 (UTC) (envelope-from mark@foster.cc) Received: from mail.bitpusher.com (mail.bitpusher.com [208.75.56.13]) by mx1.freebsd.org (Postfix) with ESMTP id CC1C58FC15 for ; Fri, 11 Apr 2008 17:51:13 +0000 (UTC) (envelope-from mark@foster.cc) Received: from [192.168.254.241] (dsl-242-83.zhonka.net [208.64.242.83]) by mail.bitpusher.com (Postfix) with ESMTP id 756CE4C06D; Fri, 11 Apr 2008 10:33:26 -0700 (PDT) Message-ID: <47FFA0E6.1060508@foster.cc> Date: Fri, 11 Apr 2008 10:33:26 -0700 From: Mark Foster User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Paul Schmehl References: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> In-Reply-To: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 17:51:14 -0000 Paul Schmehl wrote: > If you're really serious that you want OpenNMS ported, then it's time > to make your contribution to FreeBSD. :-) Solicit help from other > FreeBSD users who use/want OpenNMS, and work together to distribute > the load and get the job done. There's plenty of people on this list > who can help you when you run into problems. > I couldn't agree more! But for the last statement. I have to say I've been underwhelmed with the amount of maintainership support I have received from this (ports@freebsd.org) list. Perhaps it's just me, I know the ports-mgr are also very busy. Or in other cases the answer is just unknown. So, as a maintainer I tend to ask google before bugging the list. Is a dedicated maintainer-support list something discussed before? -- Some days it's just not worth chewing through the restraints... Mark D. Foster, CISSP http://mark.foster.cc/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 18:08:52 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21A95106566B for ; Fri, 11 Apr 2008 18:08:52 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id EC18C8FC17 for ; Fri, 11 Apr 2008 18:08:51 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 823C465509; Fri, 11 Apr 2008 13:08:51 -0500 (CDT) Date: Fri, 11 Apr 2008 13:08:51 -0500 From: Paul Schmehl To: Mark Foster Message-ID: <8A4A35E37FFA6BBE5245D128@utd65257.utdallas.edu> In-Reply-To: <47FFA0E6.1060508@foster.cc> References: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> <47FFA0E6.1060508@foster.cc> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: ports@freebsd.org Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 18:08:52 -0000 --On Friday, April 11, 2008 10:33:26 -0700 Mark Foster wrote: > Paul Schmehl wrote: >> If you're really serious that you want OpenNMS ported, then it's time >> to make your contribution to FreeBSD. :-) Solicit help from other >> FreeBSD users who use/want OpenNMS, and work together to distribute >> the load and get the job done. There's plenty of people on this list >> who can help you when you run into problems. >> > I couldn't agree more! > But for the last statement. I have to say I've been underwhelmed with the > amount of maintainership support I have received from this > (ports@freebsd.org) list. Perhaps it's just me, I know the ports-mgr are also > very busy. Or in other cases the answer is just unknown. > So, as a maintainer I tend to ask google before bugging the list. Is a > dedicated maintainer-support list something discussed before? I think this *is* the dedicated maintainer-support list. :-) It's been my experience that most of the questions I ask here are fairly dumb and easily answered with a little research. Perhaps that's why some are slow to answer? :-) I discussed, one time, on this list, updating the porting handbook to more accurately describe the process, but that too requires some work and a PR, so I just haven't gotten to it yet. (Which I suspect is everyone's problem.) I try to help when I can, but I defer to more knowledgeable folks in most cases. I know that my porting skills have improved greatly since I first started and *much* of what I've learned has come from other ports. If you want to know how to do a port, study the existing ports - especially ones that are fairly complex, because those are *usually* done by very knowledgeable people. (Mine are all relatively simple, mind you.) -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 18:14:54 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EB581065671 for ; Fri, 11 Apr 2008 18:14:54 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 28EE18FC13 for ; Fri, 11 Apr 2008 18:14:53 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 16460 invoked from network); 11 Apr 2008 18:14:53 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Apr 2008 18:14:53 -0000 From: Mikhail Teterin To: andreas@freebsd.org, ports@freebsd.org Date: Fri, 11 Apr 2008 14:14:51 -0400 User-Agent: KMail/1.7.1 Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804111414.51925.mi+mill@aldan.algebra.com> Cc: eivind@freebsd.org Subject: ghostscript-gpl vs. ghostscript-gnu X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 18:14:54 -0000 Whatever the reasons for having two different GS-ports, the apsfilter insists on the version 7.x (ghostscript-gnu), which, indeed, seems to have a wider selection of drivers: # ./SETUP Found ghostscript version 8.61 ... You have to upgrade at least to gs version 6.50! But you should upgrade to gs 7.00 for full driver support prior installing printers with SETUP. Do you you want to continue? [Y/n] Yet, some other port (teTeX?) installed ghostscript-gpl and I'm now forced to replace one with the other to regain the use of printer (Brother-1270, using the hl1250 driver)... Is it time for "USE_GHOSTSCRIPT" knob? -mi From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 18:33:25 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15028106564A for ; Fri, 11 Apr 2008 18:33:25 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id DC3498FC17 for ; Fri, 11 Apr 2008 18:33:24 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 3A9E75C5E; Fri, 11 Apr 2008 14:34:31 -0400 (EDT) Date: Fri, 11 Apr 2008 14:34:31 -0400 From: Wesley Shields To: Paul Schmehl Message-ID: <20080411183431.GA47365@atarininja.org> References: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> <47FFA0E6.1060508@foster.cc> <8A4A35E37FFA6BBE5245D128@utd65257.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8A4A35E37FFA6BBE5245D128@utd65257.utdallas.edu> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org, Mark Foster Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 18:33:25 -0000 On Fri, Apr 11, 2008 at 01:08:51PM -0500, Paul Schmehl wrote: > --On Friday, April 11, 2008 10:33:26 -0700 Mark Foster wrote: > >> Paul Schmehl wrote: >>> If you're really serious that you want OpenNMS ported, then it's time >>> to make your contribution to FreeBSD. :-) Solicit help from other >>> FreeBSD users who use/want OpenNMS, and work together to distribute >>> the load and get the job done. There's plenty of people on this list >>> who can help you when you run into problems. >>> >> I couldn't agree more! >> But for the last statement. I have to say I've been underwhelmed with the >> amount of maintainership support I have received from this >> (ports@freebsd.org) list. Perhaps it's just me, I know the ports-mgr are also >> very busy. Or in other cases the answer is just unknown. >> So, as a maintainer I tend to ask google before bugging the list. Is a >> dedicated maintainer-support list something discussed before? If you're having a specific problem with a port you should ask the maintainer about it. Maintainers are not _required_ to subscribe to this list, though it is a good idea. If the port is unmaintained you will either have to ask her for help on what is going wrong or fix it yourself (sad, but true). We try to be as helpful as possible here but you can't please everyone all the time. :) > I think this *is* the dedicated maintainer-support list. :-) > > It's been my experience that most of the questions I ask here are fairly > dumb and easily answered with a little research. Perhaps that's why some > are slow to answer? :-) > > I discussed, one time, on this list, updating the porting handbook to more > accurately describe the process, but that too requires some work and a PR, > so I just haven't gotten to it yet. (Which I suspect is everyone's > problem.) The porter's handbook is a great resource, but it could certainly use some cleanup and better organization. I'd be happy to work with anyone interested in brainstorming ideas and getting them implemented. Either on a new thread or privately. > I try to help when I can, but I defer to more knowledgeable folks in most > cases. I know that my porting skills have improved greatly since I first > started and *much* of what I've learned has come from other ports. If you > want to know how to do a port, study the existing ports - especially ones > that are fairly complex, because those are *usually* done by very > knowledgeable people. (Mine are all relatively simple, mind you.) Yes, looking at existing ports is a great resource. If they can't give you the right answer then asking here or Google will certainly get you the right answer. -- WXS From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 19:10:59 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F012106566B for ; Fri, 11 Apr 2008 19:10:59 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.188]) by mx1.freebsd.org (Postfix) with ESMTP id B93538FC20 for ; Fri, 11 Apr 2008 19:10:58 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so308929tid.3 for ; Fri, 11 Apr 2008 12:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=eKamRuevVmzOGDJNU33/4hCrQuR/7SNPpOceeBVXq/Y=; b=UcrJkivocOmDeLR/oiQzotMAAsYaFEcyfauRNnFG8P1/Nmz+lEKEgYREiJxffpyukpljuWXv1f0kvLPoZ1vfC6l1AmYomTjn3atB4ZsKMBcjLkeIpKsy8XIbs/Wu6QzwCQJCLlDVM0gxjHLvy6CWoiLshHj9aft93L9Ed9/ps/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=R9k40IBqZfIEzy41MRidn7aFtTIs2IgOBzaUubu5p1UvUEqp/56J84RaFzjoxmuH/vWHDV97mOYePL/p2i2TvE4CZVTZKeHS5K5Jqysp4dyLwzxvBcqz/9RaiXwSV/NcQjvmCpfT+DQ343LEwzItb22mJip10PSQ1e/9ll1ZQnM= Received: by 10.110.92.8 with SMTP id p8mr226998tib.23.1207939340750; Fri, 11 Apr 2008 11:42:20 -0700 (PDT) Received: by 10.110.60.18 with HTTP; Fri, 11 Apr 2008 11:42:20 -0700 (PDT) Message-ID: <5635aa0d0804111142y209b4c5bm57fcf00404f63d@mail.gmail.com> Date: Sat, 12 Apr 2008 01:42:20 +0700 From: "Outback Dingo" To: "Wesley Shields" In-Reply-To: <20080411183431.GA47365@atarininja.org> MIME-Version: 1.0 References: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> <47FFA0E6.1060508@foster.cc> <8A4A35E37FFA6BBE5245D128@utd65257.utdallas.edu> <20080411183431.GA47365@atarininja.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Paul Schmehl , Mark Foster Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 19:10:59 -0000 First thing to determine is if all the pices could actually be made to run on freeBSd before even considering a port of it, has anyone gotten OpenNMS to actually run on FreeBSD ? On Sat, Apr 12, 2008 at 1:34 AM, Wesley Shields wrote: > On Fri, Apr 11, 2008 at 01:08:51PM -0500, Paul Schmehl wrote: > > --On Friday, April 11, 2008 10:33:26 -0700 Mark Foster > wrote: > > > >> Paul Schmehl wrote: > >>> If you're really serious that you want OpenNMS ported, then it's time > >>> to make your contribution to FreeBSD. :-) Solicit help from other > >>> FreeBSD users who use/want OpenNMS, and work together to distribute > >>> the load and get the job done. There's plenty of people on this list > >>> who can help you when you run into problems. > >>> > >> I couldn't agree more! > >> But for the last statement. I have to say I've been underwhelmed with > the > >> amount of maintainership support I have received from this > >> (ports@freebsd.org) list. Perhaps it's just me, I know the ports-mgr > are also > >> very busy. Or in other cases the answer is just unknown. > >> So, as a maintainer I tend to ask google before bugging the list. Is a > >> dedicated maintainer-support list something discussed before? > > If you're having a specific problem with a port you should ask the > maintainer about it. Maintainers are not _required_ to subscribe to > this list, though it is a good idea. If the port is unmaintained you > will either have to ask her for help on what is going wrong or fix it > yourself (sad, but true). We try to be as helpful as possible here but > you can't please everyone all the time. :) > > > I think this *is* the dedicated maintainer-support list. :-) > > > > It's been my experience that most of the questions I ask here are fairly > > dumb and easily answered with a little research. Perhaps that's why > some > > are slow to answer? :-) > > > > I discussed, one time, on this list, updating the porting handbook to > more > > accurately describe the process, but that too requires some work and a > PR, > > so I just haven't gotten to it yet. (Which I suspect is everyone's > > problem.) > > The porter's handbook is a great resource, but it could certainly use > some cleanup and better organization. I'd be happy to work with anyone > interested in brainstorming ideas and getting them implemented. Either > on a new thread or privately. > > > I try to help when I can, but I defer to more knowledgeable folks in > most > > cases. I know that my porting skills have improved greatly since I > first > > started and *much* of what I've learned has come from other ports. If > you > > want to know how to do a port, study the existing ports - especially > ones > > that are fairly complex, because those are *usually* done by very > > knowledgeable people. (Mine are all relatively simple, mind you.) > > Yes, looking at existing ports is a great resource. If they can't give > you the right answer then asking here or Google will certainly get you > the right answer. > > -- WXS > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 21:13:39 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 640411065680 for ; Fri, 11 Apr 2008 21:13:39 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.freebsd.org (Postfix) with ESMTP id E986D8FC1D for ; Fri, 11 Apr 2008 21:13:38 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c220-239-20-82.belrs4.nsw.optusnet.com.au [220.239.20.82]) by mail02.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m3BLDarh018110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Apr 2008 07:13:37 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.1) with ESMTP id m3BLDaPU066722; Sat, 12 Apr 2008 07:13:36 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m3BLDawm066720; Sat, 12 Apr 2008 07:13:36 +1000 (EST) (envelope-from peter) Date: Sat, 12 Apr 2008 07:13:36 +1000 From: Peter Jeremy To: Outback Dingo Message-ID: <20080411211335.GH30953@server.vk2pj.dyndns.org> References: <0515FD4A165B9F35FA7E1B75@utd65257.utdallas.edu> <47FFA0E6.1060508@foster.cc> <8A4A35E37FFA6BBE5245D128@utd65257.utdallas.edu> <20080411183431.GA47365@atarininja.org> <5635aa0d0804111142y209b4c5bm57fcf00404f63d@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oOB74oR0WcNeq9Zb" Content-Disposition: inline In-Reply-To: <5635aa0d0804111142y209b4c5bm57fcf00404f63d@mail.gmail.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.17 (2007-11-01) Cc: ports@freebsd.org Subject: Re: Ports Request: OpenNMS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 21:13:39 -0000 --oOB74oR0WcNeq9Zb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 12, 2008 at 01:42:20AM +0700, Outback Dingo wrote: >First thing to determine is if all the pices could actually be made to run >on freeBSd before even considering a port of it, has anyone gotten OpenNMS >to actually run on FreeBSD ? If you keep track of what you do to make something run on FreeBSD then you've done most of the work to create a port. --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --oOB74oR0WcNeq9Zb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkf/1H8ACgkQ/opHv/APuIeb1QCfcfwNF+KcFOdYqpD+WNu6EjCt TeEAniPh6iyFktPZztPWEZoVns3KuskD =03QP -----END PGP SIGNATURE----- --oOB74oR0WcNeq9Zb-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 11:33:18 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D5D106564A for ; Sat, 12 Apr 2008 11:33:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 4167D8FC1A for ; Sat, 12 Apr 2008 11:33:18 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from 28-242.79-83.cust.bluewin.ch ([83.79.242.28] helo=[192.168.1.33]) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1Jkdyv-0000IK-2t; Sat, 12 Apr 2008 13:33:17 +0200 Message-ID: <48009F19.8070300@FreeBSD.org> Date: Sat, 12 Apr 2008 13:38:01 +0200 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: timur@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org Subject: samba-libsmbclient fails on 8.0-CURRENT X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 11:33:18 -0000 Hi Timur, could you have a look at this? http://gahr.ch:8080/errors/8.0-FreeBSD/samba-libsmbclient-3.0.28.log Tnx, Best! Pietro Cerutti From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 17:11:21 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E80D1065671 for ; Sat, 12 Apr 2008 17:11:21 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAFC8FC1B for ; Sat, 12 Apr 2008 17:11:21 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA05.emeryville.ca.mail.comcast.net ([76.96.30.43]) by QMTA09.emeryville.ca.mail.comcast.net with comcast id CfNd1Z0020vp7WLA909400; Sat, 12 Apr 2008 16:54:00 +0000 Received: from discordia ([24.60.135.75]) by OMTA05.emeryville.ca.mail.comcast.net with comcast id CgvG1Z0071dmTCQ8R00000; Sat, 12 Apr 2008 16:55:17 +0000 X-Authority-Analysis: v=1.0 c=1 a=_QzcWhiW6V8A:10 a=ohosMRfBBuEA:10 a=ggMy3OpGoSs8T8cmJmcA:9 a=crrbwugXgPyAqgS3IDoA:7 a=7gfi5ZtpFM6kfEaFNsyaRgdikzoA:4 a=b8hG5vVbyAkA:10 a=S-hrGqSUTLgMLF7ebJUA:9 a=IlkBDjNHWS-K148heJAA:7 a=92kgJ_8dBPoAJowX2LwE8_Yh0HcA:4 a=NfA2RSpTaHsA:10 Received: by discordia (Postfix, from userid 103) id 6A34E1636FA; Sat, 12 Apr 2008 12:55:16 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (erwin.int.cokane.org [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id 319611636F8; Sat, 12 Apr 2008 12:55:05 -0400 (EDT) From: Coleman Kane To: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="=-d00jM/pMQ226WAaWeYSs" Organization: FreeBSD Project Date: Sat, 12 Apr 2008 12:54:54 -0400 Message-Id: <1208019294.10093.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 FreeBSD GNOME Team Port Cc: imp@FreeBSD.org Subject: CFT: Fix crashing in security/seahorse port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 17:11:21 -0000 --=-d00jM/pMQ226WAaWeYSs Content-Type: text/plain Content-Transfer-Encoding: 7bit Hello ports people, I'm attaching a patch that I've been working on to solve the problem of the latest GNOME 2.22.x seahorse crashing (seahorse-agent, seahorse-daemon, etc...) when the user is trying to use the keyring. The problem arises because gnome-keyring attempts to use mlock() to lock-down some secure memory for password storage, but this requires superuser privileges on FreeBSD. Because of this, gnome-keyring returns a NULL pointer when the alloc returns, but seahorse doesn't check this value. It proceeds, instead, to attempt to use this pointer. The patch will correct this behavior by checking the return value of a small memory allocation to gnome_keyring_memory_try_alloc, during process initialization. If the result is no a NULL pointer, then it performs the desired remapping of the g_malloc, g_free, and other functions so that they may use secure memory. If the return value is NULL, then the remappings aren't performed and a warning is issued with g_warning that informs the user that their seahorse system is using unsecured memory for password storage. I'd like to have some testers to ensure that it works fine in a more general case, so send me your reports (and maybe copy gnome@ as well). Unless it breaks something more, I'll commit it in the next couple days. -- Coleman Kane --=-d00jM/pMQ226WAaWeYSs Content-Disposition: attachment; filename=security_seahorse-no-mlock.patch Content-Type: text/x-patch; name=security_seahorse-no-mlock.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index a065a09..d5d417f 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -8,6 +8,7 @@ PORTNAME= seahorse PORTVERSION= 2.22.1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.c b/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.c new file mode 100644 index 0000000..4a6300b --- /dev/null +++ b/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.c @@ -0,0 +1,42 @@ +--- libseahorse/seahorse-secure-memory.c.orig 2008-04-12 12:09:58.000000000 -0400 ++++ libseahorse/seahorse-secure-memory.c 2008-04-12 12:10:05.000000000 -0400 +@@ -97,13 +97,31 @@ + void + seahorse_secure_memory_init () + { +- GMemVTable vtable; +- +- memset (&vtable, 0, sizeof (vtable)); +- vtable.malloc = switch_malloc; +- vtable.realloc = switch_realloc; +- vtable.free = switch_free; +- vtable.calloc = switch_calloc; +- g_mem_set_vtable (&vtable); ++ if (seahorse_try_gk_secure_memory() == TRUE) { ++ GMemVTable vtable; ++ ++ memset (&vtable, 0, sizeof (vtable)); ++ vtable.malloc = switch_malloc; ++ vtable.realloc = switch_realloc; ++ vtable.free = switch_free; ++ vtable.calloc = switch_calloc; ++ g_mem_set_vtable (&vtable); ++ } else { ++ g_warning ("Unable to allocate secure memory from gnome-keyring.\n"); ++ g_warning ("Proceeding with insecure password memory instead.\n"); ++ } + } + ++gboolean ++seahorse_try_gk_secure_memory () ++{ ++ gpointer p; ++ ++ p = gnome_keyring_memory_try_alloc (10); ++ if (p != NULL) { ++ gnome_keyring_memory_free (p); ++ return TRUE; ++ } ++ ++ return FALSE; ++} diff --git a/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.h b/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.h new file mode 100644 index 0000000..354b563 --- /dev/null +++ b/security/seahorse/files/patch-libseahorse_seahorse-secure-memory.h @@ -0,0 +1,11 @@ +--- libseahorse/seahorse-secure-memory.h.orig 2008-04-11 09:33:34.000000000 -0400 ++++ libseahorse/seahorse-secure-memory.h 2008-04-11 09:34:12.000000000 -0400 +@@ -34,6 +34,7 @@ + } while (0) + + /* This must be called before any glib/gtk/gnome functions */ +-void seahorse_secure_memory_init (void); ++void seahorse_secure_memory_init (void); ++gboolean seahorse_try_gk_secure_memory (void); + + #endif /* _SEAHORSE_SECURE_MEMORY_H_ */ --=-d00jM/pMQ226WAaWeYSs-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 17:15:09 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91D541065676 for ; Sat, 12 Apr 2008 17:15:09 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3E96E8FC18 for ; Sat, 12 Apr 2008 17:15:08 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JkjJe-00052Q-LB for freebsd-ports@freebsd.org; Sat, 12 Apr 2008 17:15:02 +0000 Received: from d463a854.datahighways.de ([212.99.168.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 17:15:02 +0000 Received: from ino-news by d463a854.datahighways.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Apr 2008 17:15:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: clemens fischer Date: Sat, 12 Apr 2008 19:01:15 +0200 Lines: 11 Message-ID: References: <20080320001048.GA39125@lpthe.jussieu.fr> <20080320094246.GA40807@lpthe.jussieu.fr> <47E2BF70.2050109@FreeBSD.org> <20080321062110.GB85901@server.vk2pj.dyndns.org> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: d463a854.datahighways.de X-Archive: encrypt=none User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (FreeBSD/8.0-CURRENT (i386)) Sender: news Subject: Re: Utility for safe updating of ports in base system X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 17:15:09 -0000 On Fri, 21 Mar 2008 17:21:10 +1100 Peter Jeremy wrote: > Note that UFS is a database: If I've understood you correctly, the > main problem is that there is no appropriate index to map a port > directory to an installed package name. This could be fixed... sorry to be late. how about creating a special directory holding symlinks from package names to port directories? clemens From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 19:01:48 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947DC1065671; Sat, 12 Apr 2008 19:01:48 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao104.cox.net (eastrmmtao104.cox.net [68.230.240.46]) by mx1.freebsd.org (Postfix) with ESMTP id CAAAF8FC1D; Sat, 12 Apr 2008 19:01:47 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao104.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080412190142.FAEX27061.eastrmmtao104.cox.net@eastrmimpo02.cox.net>; Sat, 12 Apr 2008 15:01:42 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id Cj1m1Z0054iy4EG02j1mkJ; Sat, 12 Apr 2008 15:01:46 -0400 Date: Sat, 12 Apr 2008 14:03:34 -0500 To: "Joe Marcus Clarke" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <1207543843.22879.21.camel@shumai.marcuscom.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.27 (Linux) Cc: ports , FreeBSD GNOME Users Subject: Re: CFT: New hal patchset X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 19:01:48 -0000 On Tue, 08 Apr 2008 12:29:07 -0500, Jeremy Messenger wrote: > On Sun, 06 Apr 2008 23:50:43 -0500, Joe Marcus Clarke > wrote: > >> I'm looking for people to test this small patchset for hal to look for >> adverse effects. Ideally, these patches should be a big no-op for the >> majority of users, but I want to make sure there are no regressions. >> >> If you are going to test, first save the output of lshal to have a >> control with which to compare. Then, apply the following diff to >> sysutils/hal: >> >> # cd /usr/ports/sysutils/hal > > It should be: > > # cd /usr/ports/sysutils > >> # patch -p < /path/to/hal.diff >> # portupgrade -fOW hal >> >> If you do notice a problem, please provide a clear problem description >> and the before and after lshal outputs. >> >> Some users may notice an improvement in the following areas: >> >> * Discs formatted with non-ISO, non-UDF file systems are properly >> detected >> * Certain unsliced file systems (e.g. FAT, NTFS, etc.) are properly >> detected (and mounted) >> >> I'm not interested in general hal problems (though those _should_ be >> reported). I just want confirmation that this patchset does not >> introduce _new_ problems. Thanks. >> >> http://www.marcuscom.com/downloads/hal.diff > > I can test it this week when I am done w/ update my system. My system is > pretty out of date right now. I haven't update ports tree and installed > ports since GNOME 2.22 went in. I have tested it with CD-R blank, CD-R data, DVD movie and USB flash drive. I don't see any difference, so it works fine. Cheers, Mezz > Cheers, > Mezz > >> Joe -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Sat Apr 12 20:18:55 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32CD11065674 for ; Sat, 12 Apr 2008 20:18:55 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-04.arcor-online.net (mail-in-04.arcor-online.net [151.189.21.44]) by mx1.freebsd.org (Postfix) with ESMTP id 94F4D8FC0A for ; Sat, 12 Apr 2008 20:18:54 +0000 (UTC) (envelope-from manfred.lotz@arcor.de) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mail-in-04.arcor-online.net (Postfix) with ESMTP id 6E0AB17F83D for ; Sat, 12 Apr 2008 21:04:16 +0200 (CEST) Received: from mail-in-10.arcor-online.net (mail-in-10.arcor-online.net [151.189.21.50]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id 60FED2BF7D3 for ; Sat, 12 Apr 2008 21:04:16 +0200 (CEST) Received: from hermes.bsd.net (dslb-084-058-048-188.pools.arcor-ip.net [84.58.48.188]) (Authenticated sender: manfred.lotz@arcor.de) by mail-in-10.arcor-online.net (Postfix) with ESMTP id 3C5A432D9E8 for ; Sat, 12 Apr 2008 21:04:16 +0200 (CEST) Received: from hermes.bsd.net (localhost [127.0.0.1]) by hermes.bsd.net (Postfix) with ESMTP id DEAC99C26B for ; Sat, 12 Apr 2008 21:04:14 +0200 (CEST) Message-ID: <480107AE.50304@arcor.de> Date: Sat, 12 Apr 2008 21:04:14 +0200 From: Manfred Lotz User-Agent: Thunderbird 2.0.0.12 (X11/20080319) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/6719/Sat Apr 12 16:22:37 2008 on mail-in-10.arcor-online.net X-Virus-Status: Clean Cc: Subject: ocaml build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 20:18:55 -0000 When trying 'make install' for lang/ocaml 3-10.2 I get: boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli sed -e 's|%%LIBDIR%%|/usr/local/lib/ocaml|' -e 's|%%BYTERUN%%|/usr/local/bin/ocamlrun|' -e 's|%%CCOMPTYPE%%|cc|' -e 's|%%BYTECC%%|cc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -march="pentium-m" -fPIC|' -e 's|%%BYTELINK%%|cc -Wl,-E|' -e 's|%%NATIVECC%%|cc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe -march="pentium-m"|' -e 's|%%NATIVELINK%%|cc |' -e 's|%%PARTIALLD%%|ld -r |' -e 's|%%PACKLD%%|ld -r -o |' -e 's|%%BYTECCLIBS%%|-lm -lcurses -pthread|' -e 's|%%NATIVECCLIBS%%|-lm|' -e 's|%%RANLIBCMD%%|ranlib|' -e 's|%%CC_PROFILE%%|-pg|' -e 's|%%ARCH%%|i386|' -e 's|%%MODEL%%|default|' -e 's|%%SYSTEM%%|bsd_elf|' -e 's|%%EXT_OBJ%%|.o|' -e 's|%%EXT_ASM%%|.s|' -e 's|%%EXT_LIB%%|.a|' -e 's|%%EXT_DLL%%|.so|' -e 's|%%SYSTHREAD_SUPPORT%%|true|' utils/config.mlp > utils/config.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml File "utils/config.ml", line 31, characters 26-141: This expression is not a function, it cannot be applied *** Error code 2 -- Manfred