From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:10:24 2010 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 1D4EB10656B8 for ; Sun, 31 Oct 2010 17:10:24 +0000 (UTC) (envelope-from enlil65@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id CC4FC8FC16 for ; Sun, 31 Oct 2010 17:10:23 +0000 (UTC) Received: by vws12 with SMTP id 12so2701661vws.13 for ; Sun, 31 Oct 2010 10:10:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=XAsF87UZDbCu6/sjrXwc4zjXGK+CuwTuC8m8v8TFc4Y=; b=vHgH6dsJR530dDkNp36kWX2vGRRHuRBPyfAKTTFINmWCw3XsMyo//X8aplcqnZWw7n zuc7cKhkHlDTbb7KPUXmwuBVs7E1usw3HHQE0kMZv86cCirKYD+niV25RzEIfk/cvOkg b+QNEEVATNiqo+rkQ+Wj+ir5ndQLebsbW5+X0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=f+qeEA5eeHqLoTgt3Z1bEhYoHlNRnR69WHglbA7h33RhTqIE/pcWVmLml/6dU8KpUE SpnF7H44hC12ftlyvjTYpUrBuIsSIzTmn5ouwI+Dp8iI4aokczozOfFZjq2hwRb+7FQl hdiEY0VHaNAuN3Bacnd3Vtzmvt+oDNdajnFGU= MIME-Version: 1.0 Received: by 10.224.6.136 with SMTP id 8mr8081343qaz.0.1288543269394; Sun, 31 Oct 2010 09:41:09 -0700 (PDT) Received: by 10.229.66.158 with HTTP; Sun, 31 Oct 2010 09:41:09 -0700 (PDT) Date: Sun, 31 Oct 2010 11:41:09 -0500 Message-ID: From: Peggy Wilkins To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: portmaster hangs waiting for grep 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, 31 Oct 2010 17:10:24 -0000 I am doing my weekly run of portmaster to upgrade ports on my server: FreeBSD quarto.lib.uchicago.edu 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #0: Sat Sep 25 15:46:29 CDT 2010 root@quarto.lib.uchicago.edu:/usr/obj/usr/src/sys/GENERIC amd64 I updated my ports tree two days ago (Friday, Oct 29) via cron, if that has any relevance... Portmaster got its list of things to do, then after upgrading the first item on its to-do list (mysql-client-5.0.90_2), it is hung up here: [snip] ===> Compressing manual pages for mysql-client-5.0.90_2 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib/mysql ===> Installing ldconfig configuration file ===> Registering installation for mysql-client-5.0.90_2 At this point, nothing happens. Here's some details from ps showing both the parent portmaster process and where the child is stuck: USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND root 69546 0.0 0.1 7116 2120 p0 I+ 11:04AM 0:00.34 /bin/sh /usr/local/sbin/portmaster -bwDa -x virtuoso root 77472 0.0 0.0 7116 2044 p0 I+ 11:04AM 0:00.02 /bin/sh /usr/local/sbin/portmaster -D -w -b mysql-client-5.0.90_1 root 9375 0.0 0.0 7936 1424 p0 I+ 11:06AM 0:00.00 grep ^SIZE (mysql-5.0.90.tar.gz) Looking at portmaster source code, it is hung up in this part: dist_list_temp=`pm_mktemp dist_list` echo '# Added by portmaster' > $dist_list_temp for file in $distfiles; do size=`grep "^SIZE (${ds}${file})" $distinfo` sha256=`grep "^SHA256 (${ds}${file})" $distinfo` md5=`grep "^MD5 (${ds}${file})" $distinfo` echo "DISTFILE:${ds}${file}:SIZE=${size##* }:SHA256=${sha256##* }:MD5=${md5##* }" \ >> $dist_list_temp # Make sure any new distfiles get added to the list [ -z "$DONT_SCRUB_DISTFILES" -a ! "$$" -eq "$PM_PARENT_PID" ] && echo "${ds}$file" >> $DI_FILES done Specifically, size=`grep "^SIZE (${ds}${file})" $distinfo`. This suggests that $distinfo isn't set, but it is supposed to be. FYI my current $dist_list_temp has these contents: -rw------- 1 root wheel 22 Oct 31 11:06 f-69546-dist_list.No9h5tNN % cat /tmp/f-69546-dist_list.No9h5tNN # Added by portmaster I am suspicious that this may be related to the recent change in distinfo that I read about, where the MD5 checksums are being phased out. plw From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:11:08 2010 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 7A115106566C for ; Sun, 31 Oct 2010 17:11:08 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from nm9-vm0.bullet.mail.ukl.yahoo.com (nm9-vm0.bullet.mail.ukl.yahoo.com [217.146.183.240]) by mx1.freebsd.org (Postfix) with SMTP id D89EA8FC28 for ; Sun, 31 Oct 2010 17:11:07 +0000 (UTC) Received: from [217.146.183.211] by nm9.bullet.mail.ukl.yahoo.com with NNFMP; 31 Oct 2010 16:58:13 -0000 Received: from [217.146.183.174] by tm4.bullet.mail.ukl.yahoo.com with NNFMP; 31 Oct 2010 16:58:13 -0000 Received: from [127.0.0.1] by omp1015.mail.ukl.yahoo.com with NNFMP; 31 Oct 2010 16:58:13 -0000 X-Yahoo-Newman-Id: 42410.70487.bm@omp1015.mail.ukl.yahoo.com Received: (qmail 11338 invoked from network); 31 Oct 2010 16:58:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1288544293; bh=WjyPbmZX//Pt0aWjB39gv/cumPxky9oxhFCbZcLcSso=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Received:MIME-Version:Received:From:Date:Message-ID:Subject:To:Content-Type; b=Qjfeea7NFruKUjuPDEoO28NaLdk/b09wxTVgjhrTQaiOaOhBwywFWoKgJOUpp5yUVLB1GIaj9VsiRDDauV50hCYPhz0WyIuN3mx5az2HFIUvYvlqG8YL18fL1T7XCUrQbS/1d1BoswAfEpiPtTf2OAx0zbliFOyl5dTaTx4nwDE= Received: from mail-ww0-f50.google.com (axelbsd@74.125.82.50 with plain) by smtp139.mail.ukl.yahoo.com with SMTP; 31 Oct 2010 16:58:12 +0000 GMT X-Yahoo-SMTP: S65s63SswBDjU54Gjqw2GSWlZmfgiEU_X3tN1_9u X-YMail-OSG: .Tbn.0AVM1kMGqGJVnQ5cZQuB2Pq0OasFarwZg0dfVIoz9Q nFBFjt2.M3QdlIE0eXtbM64H4jI2aj78fKHRrWbtHX4MLfocZDe1OkrvpTRz 4wa3BD2CPpgCTKc7R5cfN.YpuNdN93gYutmXyNNppazxwXnU7ZySgR20CDDm SQZbKUa5ubMUEx3W6TD5.SpRLKDuQQaMFfA-- X-Yahoo-Newman-Property: ymail-3 Received: by wwi17 with SMTP id 17so3538279wwi.31 for ; Sun, 31 Oct 2010 09:58:12 -0700 (PDT) Received: by 10.227.152.9 with SMTP id e9mr14660113wbw.169.1288544292659; Sun, 31 Oct 2010 09:58:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.134.67 with HTTP; Sun, 31 Oct 2010 09:57:52 -0700 (PDT) From: Alexandre Date: Sun, 31 Oct 2010 17:57:52 +0100 Message-ID: To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Portmaster 3.1 upgrade 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, 31 Oct 2010 17:11:08 -0000 Hi, I read in /usr/ports/UPGRADING the instructions to properly upgrade PORTMASTER 3.1. It is written to do : # pkg_delete -f portmaster* # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean But when I type the first one, I got the message : pkg_delete: No match. Portmaster is installed : #pkg_info | grep portmaster portmaster-3.0 Manage your ports without external databases or languages I know that I can uninstall and reinstall portmaster using # pkg_delete portmaster-3.0 and the second command mentionned #make install clean I just write this message because this instruction is written in /usr/ports/UPDATING From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:22:04 2010 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 52B22106564A for ; Sun, 31 Oct 2010 17:22:04 +0000 (UTC) (envelope-from enlil65@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0E84E8FC19 for ; Sun, 31 Oct 2010 17:22:03 +0000 (UTC) Received: by gwaa18 with SMTP id a18so2990759gwa.13 for ; Sun, 31 Oct 2010 10:22:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mSz7yGrdBNRVY4PAyY/YN5WKS8VgQsnLWv4gWSqaY10=; b=DO7QitvHJOxFXDDGnG4aoWqD1gUQrLR5dzQZ15BP9L38O08wIrtZHzmdp5Ghv+Hgab oHDnW2WlAn2+odcEXVw9BGQgmXfLURhRBqbiCPg9yb3AscVz0XkqWoNVVXqewPgCKJ+r 41H8nEceslmNnrP/gFF5lY14h94DClbcJHX9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=rruvBm82w5CcYQSyPZXWAk3Q0tuEIdhYPzhjwVpOY/LZYsG3eZW2E1iIY0kRivlVBL kzUZjcUX1qnnNZAbJiwypYGjxsdCjJazvT2Y8CIv2Zd+N4plizRg+f5KXspt01GA/cAE l8mirc5SDs70AjRoQ1ThZTY4fYt5dXiLYwz9g= MIME-Version: 1.0 Received: by 10.229.230.14 with SMTP id jk14mr1614817qcb.207.1288545723207; Sun, 31 Oct 2010 10:22:03 -0700 (PDT) Received: by 10.229.66.158 with HTTP; Sun, 31 Oct 2010 10:22:03 -0700 (PDT) In-Reply-To: References: Date: Sun, 31 Oct 2010 12:22:03 -0500 Message-ID: From: Peggy Wilkins To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: portmaster hangs waiting for grep 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, 31 Oct 2010 17:22:04 -0000 On Sun, Oct 31, 2010 at 11:41 AM, Peggy Wilkins wrote: > I am doing my weekly run of portmaster to upgrade ports on my server: > > FreeBSD quarto.lib.uchicago.edu 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 > #0: Sat Sep 25 15:46:29 CDT 2010 > root@quarto.lib.uchicago.edu:/usr/obj/usr/src/sys/GENERIC =A0amd64 > > I updated my ports tree two days ago (Friday, Oct 29) via cron, if > that has any relevance... Apparently my ports tree update was just a little too early and I missed the portmaster upgrade to 3.1 (I was using 3.0). Sorry for the extra noise on here! plw From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:46:08 2010 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 282AF1065675 for ; Sun, 31 Oct 2010 17:46:08 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from outbound.icp-qv1-irony-out3.iinet.net.au (outbound.icp-qv1-irony-out3.iinet.net.au [203.59.1.148]) by mx1.freebsd.org (Postfix) with ESMTP id 8C61A8FC0C for ; Sun, 31 Oct 2010 17:46:07 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAC5BzUx8qExZ/2dsb2JhbAChSXG6CIVEBI1RJA X-IronPort-AV: E=Sophos;i="4.58,268,1286121600"; d="scan'208";a="651589479" Received: from unknown (HELO smtp.phoenix) ([124.168.76.89]) by outbound.icp-qv1-irony-out3.iinet.net.au with ESMTP; 01 Nov 2010 01:18:12 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 8327B17274; Mon, 1 Nov 2010 04:18:09 +1100 (EST) Date: Mon, 1 Nov 2010 04:18:08 +1100 From: andrew clarke To: Alexandre Message-ID: <20101031171808.GA22758@ozzmosis.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 17:46:08 -0000 On Sun 2010-10-31 17:57:52 UTC+0100, Alexandre (axelbsd@ymail.com) wrote: > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : > > # pkg_delete -f portmaster* > > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean > > But when I type the first one, I got the message : > pkg_delete: No match. Your shell is trying to do pathname globbing. http://en.wikipedia.org/wiki/Glob_(programming) Instead, use: pkg_delete -f 'portmaster*' or: pkg_delete -f portmaster\* UPDATING should probably be amended upstream to correct this... Regards Andrew From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:48:37 2010 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 E05C9106566C for ; Sun, 31 Oct 2010 17:48:37 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C36F8FC1C for ; Sun, 31 Oct 2010 17:48:37 +0000 (UTC) Received: by fxm17 with SMTP id 17so4575945fxm.13 for ; Sun, 31 Oct 2010 10:48:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=9RfHoDZFT0+rBMHOibpmuyTlzX/X8NVotEl0PnBvsIE=; b=I8aW+Fla/wdhXsHSMDXafZQvdPTAM7cPcMgFtHFPmSEHp50POY9y2b+Apt/zBCG4D8 BRCdovoCgu4QN98fMeKRPWLe2crEAyFt1OpXNW+rjU70iIQc9I6NnP2q4OBZkGrzezU8 Db5LuZYWdG3sYd7ipbDdtEDP1m/xWsAGDWKUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:organization :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Tik+jyxuic0jJ4FLvAQUb7ojUGV9ThgqDvdw4yUAn+sGX7Z5J9k5i42aktHUkPb2zy 2Tq1BKYR7R30zXmDOV97Iy3u7f0KHPbMK4pbZlm0nkQGtlGKhtr7X47r5infLeH3HLo1 D8hFao0923jajoGqoCeBSYXeag2KnxL2KSCek= Received: by 10.223.78.143 with SMTP id l15mr3046682fak.30.1288545717665; Sun, 31 Oct 2010 10:21:57 -0700 (PDT) Received: from [10.0.101.2] (73.44.broadband10.iol.cz [90.177.44.73]) by mx.google.com with ESMTPS id y19sm2033997fau.17.2010.10.31.10.21.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 Oct 2010 10:21:56 -0700 (PDT) From: Michal Varga To: Alexandre In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Organization: Stonehenge Date: Sun, 31 Oct 2010 18:21:54 +0100 Message-ID: <1288545714.1553.4.camel@xenon> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 17:48:38 -0000 On Sun, 2010-10-31 at 17:57 +0100, Alexandre wrote: > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : > > # pkg_delete -f portmaster* The wildcard ( http://en.wikipedia.org/wiki/Wildcard_character ) is interpreted by your shell and expanded into a list of matching files from your current working directory, then sent as a parameter to pkg_delete. What you were probably trying to do was either pkg_delete -f portmaster\* or pkg_delete -f "portmaster*" m. -- Michal Varga, Stonehenge (Gmail account) From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 17:54:30 2010 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 E9F5F1065670 for ; Sun, 31 Oct 2010 17:54:30 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (m209-73.dsl.rawbw.com [198.144.209.73]) by mx1.freebsd.org (Postfix) with ESMTP id C038A8FC0C for ; Sun, 31 Oct 2010 17:54:30 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.4/8.14.4) with ESMTP id o9VHMtfo001981; Sun, 31 Oct 2010 10:22:55 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.4/8.14.4/Submit) id o9VHMspG001980; Sun, 31 Oct 2010 10:22:54 -0700 (PDT) (envelope-from david) Date: Sun, 31 Oct 2010 10:22:54 -0700 From: David Wolfskill To: Alexandre Message-ID: <20101031172254.GC1506@albert.catwhisker.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XMCwj5IQnwKtuyBG" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 17:54:31 -0000 --XMCwj5IQnwKtuyBG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 31, 2010 at 05:57:52PM +0100, Alexandre wrote: > Hi, >=20 > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : >=20 > # pkg_delete -f portmaster* >=20 > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean >=20 > But when I type the first one, I got the message : > pkg_delete: No match. >=20 > Portmaster is installed : > #pkg_info | grep portmaster > portmaster-3.0 Manage your ports without external databases or > languages >=20 > I know that I can uninstall and reinstall portmaster using # pkg_delete > portmaster-3.0 and the second command mentionned #make install clean > I just write this message because this instruction is written in > /usr/ports/UPDATING Change the pkg_delete invocation from: # pkg_delete -f portmaster* to: # pkg_delete -f 'portmaster*' so the shell will leave the wildcard alone. Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --XMCwj5IQnwKtuyBG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkzNpe4ACgkQmprOCmdXAD05/ACfcru0G8Ewtij/ktWAbEfjhQRi z1UAniNJ5uzFrPcYdqoHVQKcvxHaTtxN =yj+D -----END PGP SIGNATURE----- --XMCwj5IQnwKtuyBG-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 18:00:08 2010 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 90284106564A for ; Sun, 31 Oct 2010 18:00:08 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED308FC08 for ; Sun, 31 Oct 2010 18:00:07 +0000 (UTC) Received: by eyb7 with SMTP id 7so2538101eyb.13 for ; Sun, 31 Oct 2010 11:00:07 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=KKPlnzTap1/2WU2NZ4O+6G3iCJcYfK/5hT5l7xfUMgY=; b=mPcsMOPs6aZ7Suj5EdWAWjfv6hOr9mXMMUrZt3f8titumlB4GN323cp6CU7e5IuIC4 dQvtGnSudS/xEfBAc4L2lkVKA0H8njwJZGLjC5DZMnXZt5fMFjuUz7oNYTmLAcQusUmm msfgTc+OFVILbVWX/9RAWz2x3YrV8ttQmODEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=OKmuAlUimc0okqbuD/ghWobPZX6sSOsKKp5juLC4OyhZGRS7839qwwhWFd/zCuXRUC 0GazrHlclMwzK76ApnlWqOs0D4JYfEECN0mn4YtlX6BqkrQj1kygZjKoN9WCS3FSg59F gD4DurHPsnRs3NVlofoGP3bsrvyg5kmLwfFUU= Received: by 10.213.9.77 with SMTP id k13mr7595412ebk.35.1288546132008; Sun, 31 Oct 2010 10:28:52 -0700 (PDT) Received: from [192.168.1.64] (ip4da3ae31.direct-adsl.nl [77.163.174.49]) by mx.google.com with ESMTPS id b52sm3492687eei.19.2010.10.31.10.28.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 Oct 2010 10:28:50 -0700 (PDT) Message-ID: <4CCDA74F.3070400@gmail.com> Date: Sun, 31 Oct 2010 18:28:47 +0100 From: Rene Ladan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: Alexandre References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 18:00:08 -0000 Op 31-10-2010 17:57, Alexandre schreef: > Hi, > > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : > > # pkg_delete -f portmaster* > > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean > > But when I type the first one, I got the message : > pkg_delete: No match. > > Portmaster is installed : > #pkg_info | grep portmaster > portmaster-3.0 Manage your ports without external databases or > languages > > I know that I can uninstall and reinstall portmaster using # pkg_delete > portmaster-3.0 and the second command mentionned #make install clean > I just write this message because this instruction is written in > /usr/ports/UPDATING # pkg_delete -f portmaster\* worked for me (with the extra backslash). Rene -- http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 18:20:29 2010 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 01A91106564A for ; Sun, 31 Oct 2010 18:20:29 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id B2CCA8FC0C for ; Sun, 31 Oct 2010 18:20:28 +0000 (UTC) Received: by gya6 with SMTP id 6so3049077gya.13 for ; Sun, 31 Oct 2010 11:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=F98X/C+3PqK5sngbYiWdRIcQj7kZSSVv3oTeJbe1SI4=; b=Apa7eCa2O5NAkoc7ZTDxGfyCutJ2xlMWmhPHkHoINUAnCCd+NKbJn8I5tVpLYmbw8I GCi+ImolmFRTd8CPrOmuiLZzy/KH2rNbwO48gQdxR7LcTElQMTEXFAEB4/8O2n71CKU0 D8qdhKClnwGXheykDACGOnV1OTsqJ1JT0xZtc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MlkpZGHhR3jsH+edaHy1mFIyiYdgClECUY0ocnc8jZ9oH++V28i8fkhgj8OihGYkGO dtKCvGQNG88H5Xb/oiR2NNGcxuJoc0KGe5AS68SykUVr3g5jYxmolE7I76ZTcecYc+oO yeC8BpN2UiwjG5p+TOCdP3aS7zVwH6nd1bIg0= MIME-Version: 1.0 Received: by 10.91.11.3 with SMTP id o3mr7642916agi.148.1288547762063; Sun, 31 Oct 2010 10:56:02 -0700 (PDT) Received: by 10.90.97.7 with HTTP; Sun, 31 Oct 2010 10:56:01 -0700 (PDT) In-Reply-To: References: Date: Sun, 31 Oct 2010 10:56:01 -0700 Message-ID: From: Freddie Cash To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8 Cc: Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 18:20:29 -0000 On Sun, Oct 31, 2010 at 9:57 AM, Alexandre wrote: > I read in /usr/ports/UPGRADING the instructions to properly upgrade > PORTMASTER 3.1. > It is written to do : > > # pkg_delete -f portmaster* > > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean > > But when I type the first one, I got the message : > pkg_delete: No match. The command shown in UPDATING is wrong. The correct command is: pkg_delete -xf portmaster -x does name globbing internally to pkg_delete, and should be used over any shell globbing (like *). However, a more correct/safe command to use would be: pkg_delete -xif portmaster -x to pick up all versions of portmaster listed in /var/db/pkg/ -i to ask the user to confirm each version to be deleted -f to force the delete, even if other apps depend on it -- Freddie Cash fjwcash@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 18:27:22 2010 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 9279E106566B for ; Sun, 31 Oct 2010 18:27:22 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1AD418FC13 for ; Sun, 31 Oct 2010 18:27:21 +0000 (UTC) Received: by fxm17 with SMTP id 17so4590755fxm.13 for ; Sun, 31 Oct 2010 11:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=E6kxOVUHSfMBcUoPXwaY2PGKYGZyqLmIu2ZEgEdKPZc=; b=U6+ze+L3+wmXloMSinWd+oJZHgnZBTpaWfgOTOMNYA/gMzy9Q3kfWxL9mIXqFlOeUt idqpqeFoYk2JRN6H8s6Z7gqNCkrGTtxu9ijMMytdyeJQIYDSP/dBabmYhmx6W0pjiJLR 0jJEmbEfxY5YseZ6h2x4/JgjQJaMKrpVUfb1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:organization :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=X+qAxkfWUZfF8wKsTxEP7GCxPOcBlkSylGwHzGt5YpWjZLrCepP2IllTx6ZIBaUXzy fF6X9eD2bezgmD6L1lqJ7wSiHgfYbp4GLSVUAeaXOBjJXH8pj7BqRgG0wikEXPGx/4bH 0sBeS4w/uCsWJZ3/9S0orhJgT2kC66VoaglSM= Received: by 10.223.71.207 with SMTP id i15mr1404182faj.9.1288549640850; Sun, 31 Oct 2010 11:27:20 -0700 (PDT) Received: from [10.0.101.2] (73.44.broadband10.iol.cz [90.177.44.73]) by mx.google.com with ESMTPS id m8sm347452faj.3.2010.10.31.11.27.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 Oct 2010 11:27:19 -0700 (PDT) From: Michal Varga To: andrew clarke In-Reply-To: <20101031171808.GA22758@ozzmosis.com> References: <20101031171808.GA22758@ozzmosis.com> Content-Type: text/plain; charset="UTF-8" Organization: Stonehenge Date: Sun, 31 Oct 2010 19:27:17 +0100 Message-ID: <1288549637.1553.14.camel@xenon> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 18:27:22 -0000 On Mon, 2010-11-01 at 04:18 +1100, andrew clarke wrote: > > UPDATING should probably be amended upstream to correct this... > > Regards > Andrew While I'm certainly no authority on the issue, I think that's the wrong approach and generally (really not speaking about any specific case) - people, or in this case, system administrators, should know how to operate their working environment and don't just blindly enter commands "as they found them", without trying to understand what will happen next and/or how it will get interpreted. Otherwise we will keep ending with things like this particular example from UPDATING: 20100518: Please manually delete apache-2.\* if installed _before_ updating using either portmaster or portupgrade I think there's no need to explain why such "dumbing down" (even though in a good spirit) can lead to serious issues, or in this case - if someone actually tries to remove the "apache-2.\*" package, only to find there is no such thing. m. -- Michal Varga, Stonehenge (Gmail account) From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 18:54:31 2010 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 46084106566C for ; Sun, 31 Oct 2010 18:54:31 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4428FC17 for ; Sun, 31 Oct 2010 18:54:30 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 4C26034D404; Sun, 31 Oct 2010 18:53:41 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Sun, 31 Oct 2010 18:53:40 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.2; amd64; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201010311853.41199.david@vizion2000.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: GCC Upgrade failure for gcc-4.4 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, 31 Oct 2010 18:54:31 -0000 on AMD64 Intel quad core Freebsd 7.2 p3 dns1# pkg_info |grep gcc gcc-3.4.6_3,1 GNU Compiler Collection 3.4 gcc-4.2.5.20090325_5 GNU Compiler Collection 4.2 gcc-4.4.6.20101012 GNU Compiler Collection 4.4 gcc-4.5.2.20101028 GNU Compiler Collection 4.5 gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gccxml-0.6.0 XML output extension to GCC dns1# \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 1 Error: Invalid character in name at (1) Fatal Error: Error count reached limit of 25. gmake[3]: *** [_abs_c4.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld- freebsd7.2/libgfortran' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld- freebsd7.2/libgfortran' gmake[1]: *** [all-target-libgfortran] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/ports/lang/gcc44. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20101031-60968-1c2q7w2-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=gcc-4.4.6.20101012 UPGRADE_PORT_VER=4.4.6.20101012 make ** Fix the problem and try again. Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 18:57:49 2010 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 4379C1065670 for ; Sun, 31 Oct 2010 18:57:49 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 914288FC25 for ; Sun, 31 Oct 2010 18:57:48 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.187.76.163]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.4/8.14.4) with ESMTP id o9VIvhff017035 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 31 Oct 2010 18:57:44 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk o9VIvhff017035 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1288551464; bh=bPCd9TsCQ5P5ccOAnpNSBHiYdiJSrqzgNhim1oLrK84=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4CCDBC20.10102@infracaninophile.co.uk>|Date:=20Sun ,=2031=20Oct=202010=2018:57:36=20+0000|From:=20Matthew=20Seaman=20 |Organization:=20Infracaninophile |User-Agent:=20Mozilla/5.0=20(Macintosh=3B=20U=3B=20Intel=20Mac=20 OS=20X=2010.6=3B=20en-GB=3B=20rv:1.9.2.12)=20Gecko/20101027=20Thun derbird/3.1.6|MIME-Version:=201.0|To:=20Freddie=20Cash=20|CC:=20FreeBSD=20Ports=20Mailing=20List=20|Subject:=20Re:=20Portmaster=203.1=20upgrade|References:=20=20|In-Rep ly-To:=20|X-Enigmail-Version:=201.1.1|OpenPGP:=20id=3D60AE908C|Content -Type:=20multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0A=20protoc ol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"---------- --enig0B1F8907D88ACD20FC8B6C40"; b=TjgBZt/RgwHgnLyeHMRkb2hVUY7iOQmH/dBfWq5/k820PG5Jb6erJEfqhkEnqN8iA q9jNjKx3sl3XPj53J3BXcejdqwG1kTx0N65nWCR+rfCQXdn5mNo1rBtfE4PhK3IKu9 WQPDvPK5JEJTlmYatA8qjlN0Rb0GXJgtACIOw6lI= Message-ID: <4CCDBC20.10102@infracaninophile.co.uk> Date: Sun, 31 Oct 2010 18:57:36 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Freddie Cash References: In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0B1F8907D88ACD20FC8B6C40" X-Virus-Scanned: clamav-milter 0.96.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 18:57:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0B1F8907D88ACD20FC8B6C40 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 31/10/2010 17:56, Freddie Cash wrote: > The correct command is: pkg_delete -xf portmaster >=20 > -x does name globbing internally to pkg_delete, and should be used > over any shell globbing (like *). >=20 So dogmatic. '-x' is one alternative. A globbing expression is another. Either can be useful, and either should be used at will and as circumstances warrant. Also note that pkg_delete -xf portmaster is technically not equivalent to pkg_delete -f portmaster\* Instead it's equivalent to pkg_delete -f \*portmaster\* In this case it's an academic distinction because the results are exactly the same. For some other terms, that is certainly not the case. Eg. On my server at the moment: pkg_info -Ix mysql apr-ipv6-devrandom-db48-mysql51-1.4.2.1.3.10 Apache Portability Library mysql-client-5.1.51_1 Multithreaded SQL database (client) mysql-connector-java-5.1.12 MySQL Connector/J: JDBC interface for MySQL mysql-scripts-5.1.51_1 Multithreaded SQL database (scripts) mysql-server-5.1.51_1 Multithreaded SQL database (server) mysqltuner-1.1.0 A Script Assist You with MySQL Configuration p5-DBD-mysql-4.017 MySQL driver for the Perl5 Database Interface (DBI) php5-mysql-5.3.3_2 The mysql shared extension for php php5-mysqli-5.3.3_2 The mysqli shared extension for php Compare with: % pkg_info -I mysql\* mysql-client-5.1.51_1 Multithreaded SQL database (client) mysql-connector-java-5.1.12 MySQL Connector/J: JDBC interface for MySQL mysql-scripts-5.1.51_1 Multithreaded SQL database (scripts) mysql-server-5.1.51_1 Multithreaded SQL database (server) mysqltuner-1.1.0 A Script Assist You with MySQL Configuration Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig0B1F8907D88ACD20FC8B6C40 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzNvCcACgkQ8Mjk52CukIwDEACfcb9M84x1amhfxoO8qL6VNcXG RboAnirYm1zATT1gbVssIATs/axwYG/V =qnCr -----END PGP SIGNATURE----- --------------enig0B1F8907D88ACD20FC8B6C40-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 20:49:42 2010 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 C6A9E1065674 for ; Sun, 31 Oct 2010 20:49:42 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5BDD28FC08 for ; Sun, 31 Oct 2010 20:49:42 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PCeqP-0007C1-Cg; Sun, 31 Oct 2010 21:49:37 +0100 Message-ID: <4CCDD660.2090202@gwdg.de> Date: Sun, 31 Oct 2010 21:49:36 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: David Southwell References: <201010311853.41199.david@vizion2000.net> In-Reply-To: <201010311853.41199.david@vizion2000.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-ports@freebsd.org Subject: Re: GCC Upgrade failure for gcc-4.4 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, 31 Oct 2010 20:49:42 -0000 On 31.10.2010 19:53 (UTC+1), David Southwell wrote: > > on AMD64 Intel quad core Freebsd 7.2 p3 > dns1# pkg_info |grep gcc > gcc-3.4.6_3,1 GNU Compiler Collection 3.4 > gcc-4.2.5.20090325_5 GNU Compiler Collection 4.2 > gcc-4.4.6.20101012 GNU Compiler Collection 4.4 > gcc-4.5.2.20101028 GNU Compiler Collection 4.5 > gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' > gccxml-0.6.0 XML output extension to GCC > > dns1# > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > 1 > Error: Invalid character in name at (1) > Fatal Error: Error count reached limit of 25. > gmake[3]: *** [_abs_c4.lo] Error 1 > gmake[3]: *** Waiting for unfinished jobs.... > gmake[3]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld- > freebsd7.2/libgfortran' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/lang/gcc44/work/build/x86_64-portbld- > freebsd7.2/libgfortran' > gmake[1]: *** [all-target-libgfortran] Error 2 > gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' > gmake: *** [bootstrap-lean] Error 2 > *** Error code 1 > > Stop in /usr/ports/lang/gcc44. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20101031-60968-1c2q7w2-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=gcc-4.4.6.20101012 UPGRADE_PORT_VER=4.4.6.20101012 make > ** Fix the problem and try again. As mentioned before, please see PR http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151792 > Photographic Artist > Permanent Installations& Design > Creative Imagery and Advanced Digital Techniques > High Dynamic Range Photography& Official Portraiture > Combined darkroom& digital creations > & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 21:59:53 2010 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 175C5106564A for ; Sun, 31 Oct 2010 21:59:53 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id C54448FC13 for ; Sun, 31 Oct 2010 21:59:52 +0000 (UTC) Received: by ywh2 with SMTP id 2so2449250ywh.13 for ; Sun, 31 Oct 2010 14:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mEBS84pGl2L643jgD1268oJG4WB9LxjVx0say/4M/kM=; b=kzpv1gOBnT4EvT0ThdMlbLSdqrVNHoqCkEAfZNbblyk24EWEkWOufVjI8J7tVSFoOa 4JGDYgkrINsb9wzl32TPedNvhhK2S9AKitzN2YRl7mkNUVDfDGHfKEp2liBMTxNjoshA jgECBELbGBKRz65MgUpgLjP5liZUEbDg0RWbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ni+0LS9nkoggF+kHOdWYuxmESdcMw0DqE9FGZNto4Rkto4VNQd5GF1iAgnpW3kleby ToKI6GDPGVp3wN2zE1TleSF8nB7obPD8hL9hVLJthID//IbBekjmHOllcbTGTgOZuALK KMukxeZ08D9iabM8X+OCSiNLooQ0fuv2F1MZE= MIME-Version: 1.0 Received: by 10.90.10.34 with SMTP id 34mr7872470agj.157.1288562391872; Sun, 31 Oct 2010 14:59:51 -0700 (PDT) Received: by 10.90.97.7 with HTTP; Sun, 31 Oct 2010 14:59:51 -0700 (PDT) In-Reply-To: <4CCDBC20.10102@infracaninophile.co.uk> References: <4CCDBC20.10102@infracaninophile.co.uk> Date: Sun, 31 Oct 2010 14:59:51 -0700 Message-ID: From: Freddie Cash To: Matthew Seaman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 31 Oct 2010 21:59:53 -0000 On Sun, Oct 31, 2010 at 11:57 AM, Matthew Seaman wrote: > On 31/10/2010 17:56, Freddie Cash wrote: >> The correct command is: =C2=A0pkg_delete -xf portmaster >> >> -x does name globbing internally to pkg_delete, and should be used >> over any shell globbing (like *). > > So dogmatic. =C2=A0'-x' is one alternative. =C2=A0A globbing expression i= s > another. =C2=A0Either can be useful, and either should be used at will an= d as > circumstances warrant. > > Also note that > > =C2=A0 pkg_delete -xf portmaster > > is technically not equivalent to > > =C2=A0 pkg_delete -f portmaster\* > > Instead it's equivalent to > > =C2=A0 pkg_delete -f \*portmaster\* Which is why I mentioned the "more safe" alternative, which you snipped out of your reply: pkg_delete -xif portmaster Note the extra "i" in the middle, which makes the pkg_delete call interactive, showing the package name to be deleted, and asking the user whether that's the correct package to be deleted. --=20 Freddie Cash fjwcash@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Oct 31 22:23:39 2010 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 2DA13106564A for ; Sun, 31 Oct 2010 22:23:39 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0DECC8FC1F for ; Sun, 31 Oct 2010 22:23:37 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id A3FB034D41D; Sun, 31 Oct 2010 22:22:48 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: Rainer Hurling Date: Sun, 31 Oct 2010 22:22:48 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.2; amd64; ; ) References: <201010311853.41199.david@vizion2000.net> <4CCDD660.2090202@gwdg.de> In-Reply-To: <4CCDD660.2090202@gwdg.de> X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201010312222.48579.david@vizion2000.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: GCC Upgrade failure for gcc-4.4 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, 31 Oct 2010 22:23:39 -0000 > On 31.10.2010 19:53 (UTC+1), David Southwell wrote: > > on AMD64 Intel quad core Freebsd 7.2 p3 > > dns1# pkg_info |grep gcc > > gcc-3.4.6_3,1 GNU Compiler Collection 3.4 > > gcc-4.2.5.20090325_5 GNU Compiler Collection 4.2 > > gcc-4.4.6.20101012 GNU Compiler Collection 4.4 > > gcc-4.5.2.20101028 GNU Compiler Collection 4.5 > > gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' > > gccxml-0.6.0 XML output extension to GCC > > > > dns1# > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > ../.././../gcc-4.4-20101026/libgfortran/generated/_abs_c4.F90:1.1: > > > > \xD4\x90v\x01\x08\x04\x1E\xD7\xD9\x90v\x01\x08\x05\xA7\xEE\x7F\xF2 > > > > 1 > > > > Error: Invalid character in name at (1) > > Fatal Error: Error count reached limit of 25. > > gmake[3]: *** [_abs_c4.lo] Error 1 > > gmake[3]: *** Waiting for unfinished jobs.... > > gmake[3]: Leaving directory > > `/usr/ports/lang/gcc44/work/build/x86_64-portbld- > > freebsd7.2/libgfortran' > > gmake[2]: *** [all] Error 2 > > gmake[2]: Leaving directory > > `/usr/ports/lang/gcc44/work/build/x86_64-portbld- > > freebsd7.2/libgfortran' > > gmake[1]: *** [all-target-libgfortran] Error 2 > > gmake[1]: Leaving directory `/usr/ports/lang/gcc44/work/build' > > gmake: *** [bootstrap-lean] Error 2 > > *** Error code 1 > > > > Stop in /usr/ports/lang/gcc44. > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade20101031-60968-1c2q7w2-0 env UPGRADE_TOOL=portupgrade > > UPGRADE_PORT=gcc-4.4.6.20101012 UPGRADE_PORT_VER=4.4.6.20101012 make > > ** Fix the problem and try again. > > As mentioned before, please see PR > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151792 OK But what is happening? Is there a fix on the way? David Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 00:08:58 2010 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 9B9FE10656B1 for ; Mon, 1 Nov 2010 00:08:58 +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 29DCE8FC0A for ; Mon, 1 Nov 2010 00:08:57 +0000 (UTC) Received: (qmail 18534 invoked by uid 399); 1 Nov 2010 00:08:57 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 1 Nov 2010 00:08:57 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CCE0518.1070502@FreeBSD.org> Date: Sun, 31 Oct 2010 17:08:56 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Portmaster 3.1 upgrade 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, 01 Nov 2010 00:08:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 10/31/10 09:57, Alexandre wrote: | Hi, | | I read in /usr/ports/UPGRADING the instructions to properly upgrade | PORTMASTER 3.1. | It is written to do : | | # pkg_delete -f portmaster* | But when I type the first one, I got the message : | pkg_delete: No match. Sorry about that. Another user wrote me about that privately and I was in the process of fixing it yesterday when my -current system froze up; and I never got back to it. I've updated UPDATING. For those using 3.1, you can once again use portmaster to update itself to 3.2 which I just released. If you are using < 3.1 you will have to use the method described in UPDATING. hth, Doug - -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQEcBAEBCAAGBQJMzgUYAAoJEFzGhvEaGryEvg4IAIiOjMj0kvfUeWheVzNVdswD 5MGQdI+wwOwxESvcfjUdRSzuMjya4tD2ARCeS6A2dNrnHeCA4eFuhsF24S+gxruk 8CUcsTLBuoOx83f7eR8n23XNcKzxoCQB9BOrb10hQ/TMhJ0I5Afd7DA1d0SQbdYt 1IApF4Jh4JoCPsYFXg+rsd8e8A3lWstDWCiTmhNtzj6EMdARTXk6QeTPHxP33OyT VisIMDa/0K4oAqgkdFwpfkg3r5DCyk2sAn1jXOgdkQGWCUpAqPHOpdp2mOeboa/i h/IUrsddfs3s4KJCnMl5HL7wl0OtH2MjofJRVoWzOzVSzbU2+oXXoZEtDvuUg24= =H8wT -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 02:39:46 2010 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 298A21065670 for ; Mon, 1 Nov 2010 02:39:46 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id DA1758FC0A for ; Mon, 1 Nov 2010 02:39:45 +0000 (UTC) Received: by vws12 with SMTP id 12so3240393vws.13 for ; Sun, 31 Oct 2010 19:39:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.242.66 with SMTP id lh2mr1386002qcb.118.1288579181615; Sun, 31 Oct 2010 19:39:41 -0700 (PDT) Received: by 10.220.187.71 with HTTP; Sun, 31 Oct 2010 19:39:41 -0700 (PDT) X-Originating-IP: [128.95.133.147] In-Reply-To: References: <4CCDBC20.10102@infracaninophile.co.uk> Date: Sun, 31 Oct 2010 19:39:41 -0700 Message-ID: From: Rob Farmer To: Freddie Cash Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 01 Nov 2010 02:39:46 -0000 On Sun, Oct 31, 2010 at 14:59, Freddie Cash wrote: > Which is why I mentioned the "more safe" alternative, which you > snipped out of your reply: > =A0pkg_delete -xif portmaster > > Note the extra "i" in the middle, which makes the pkg_delete call > interactive, showing the package name to be deleted, and asking the > user whether that's the correct package to be deleted. In the same vein, why suggest -f ? Looking at the man page, it seems multiple packages can be listed (ie pkg_delete -f portmaster \*) so if someone mistypes, it greatly increases the damage. I don't think anything depends on portmaster so its not really necessary. --=20 Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 05:24:09 2010 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 D70311066E34 for ; Mon, 1 Nov 2010 05:23:28 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from outbound.icp-qv1-irony-out6.iinet.net.au (outbound.icp-qv1-irony-out6.iinet.net.au [203.59.1.109]) by mx1.freebsd.org (Postfix) with ESMTP id 459D38FC12 for ; Mon, 1 Nov 2010 05:23:27 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FAEjlzUx8qExZ/2dsb2JhbACWLYsYcbk6hUQEjVEkglM X-IronPort-AV: E=Sophos;i="4.58,270,1286121600"; d="scan'208";a="167194333" Received: from unknown (HELO smtp.phoenix) ([124.168.76.89]) by outbound.icp-qv1-irony-out6.iinet.net.au with ESMTP; 01 Nov 2010 12:55:26 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 2F5241720D; Mon, 1 Nov 2010 15:55:26 +1100 (EST) Date: Mon, 1 Nov 2010 15:55:26 +1100 From: andrew clarke To: Michal Varga Message-ID: <20101101045526.GA27329@ozzmosis.com> References: <20101031171808.GA22758@ozzmosis.com> <1288549637.1553.14.camel@xenon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1288549637.1553.14.camel@xenon> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 01 Nov 2010 05:24:09 -0000 On Sun 2010-10-31 19:27:17 UTC+0100, Michal Varga (varga.michal@gmail.com) wrote: > > UPDATING should probably be amended upstream to correct this... > > > > Regards > > Andrew > > While I'm certainly no authority on the issue, I think that's the wrong > approach and generally (really not speaking about any specific case) - > people, or in this case, system administrators, should know how to > operate their working environment and don't just blindly enter commands > "as they found them", without trying to understand what will happen next > and/or how it will get interpreted. Indeed - that's why I wrote "probably". I can imagine arguments for and against, as you describe... From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 11:06:05 2010 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 F22251065694 for ; Mon, 1 Nov 2010 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 DE5F18FC22 for ; Mon, 1 Nov 2010 11:06:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1B65np018415 for ; Mon, 1 Nov 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA1B659t018413 for freebsd-ports@FreeBSD.org; Mon, 1 Nov 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 1 Nov 2010 11:06:05 GMT Message-Id: <201011011106.oA1B659t018413@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, 01 Nov 2010 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/151856 Qtpsfgui is very outdated. o ports/151852 New port devel/violet - Simple UML editor f ports/151843 Update of port www/davical f ports/151842 Update of port devel/php-libawl o ports/151841 [PATCH] net-mgmt/netdisco: update to 1.0, take maintai o ports/151837 [patch] sysutils/bsdstats : does honor BATCH when inst o ports/151836 sysutils/ldap-account-manager: version upgrade o ports/151829 [PATCH] net-im/gajim: update to 0.14.1 o ports/151828 [UPDATE] devel/ioncube: update to 4.0.0 f ports/151819 [patch] net-p2p/uhub port improvements o ports/151803 New Port: mail/davmail - POP/IMAP/SMTP/Caldav/Carddav/ o ports/151793 [PATCH] www/trafficserver: update to 2.1.3 o ports/151785 net/unison-devel not suitable for parallel build o ports/151784 NEW PORT: (Replacing bug 151363) www/sit - Incident tr f ports/151783 mail/fetchmail: rc.d script broken in case of MDA use o ports/151780 [MAINTAINER] chinese/wordpress-zh_TW: update to 3.0.1 f ports/151777 deskutils/xfce4-volstatus-icon Segmentation fault and f ports/151775 [PATCH] www/node: [SUMMARIZE CHANGES] o ports/151774 [new port] sysutils/pprotectd o ports/151759 New port: desktutils/x-tile A tiling application for X f ports/151757 net/ushare: mark broken o ports/151747 request to enable emulators/wine on amd64 o ports/151744 New port net/appkonference, a high-performance Asteris o ports/151724 [path] update www/red5 up to 0.9.1 o ports/151718 [NEW PORT] www/dwoo: Dwoo is a PHP5 template engine o ports/151717 [NEW PORT] deskutils/x026: IBM 026 Keypunch Emulator f o ports/151710 multimedia/miro update to 3.5 f ports/151706 [PATCH] games/endgame-singularity: update to 0.30b o ports/151705 [patch] update ports net/activemq up to 5.4.1 f ports/151704 port update: devel/boost-libs to 1.44.0 o ports/151703 Upgrade database/pgtcl (patch included) f ports/151700 [PATCH] science/gramps: update to 3.2.4 o ports/151699 [PATCH] security/hydra: update to 5.8 o ports/151694 Kernel module kqemu fails to load (kernel and kqemu ar f ports/151689 dns/rbldnsd does not use preassigned UID/GIDs f ports/151658 [PATCH] x11-themes/gtk-murrine-engine update to 0.98.1 o ports/151657 [PATCH] misc/gkrellmbgchg2 update to 0.1.10 o ports/151655 Update port: devel/lmdbg o ports/151643 www/rt38: RT38 upgrade directory location o ports/151637 Update port: security/maia Much needed updates for Per f ports/151628 [NEW PORTS] www/py-flask-uploads, Flask-Uploads provid o ports/151627 [NEW PORTS] devel/py-flask-babel, Add i18n/l10n suppor o ports/151626 [NEW PORT] databases/py-flask-sqlalchemy, add SQLAlche o ports/151625 [NEW PORT] www/py-flask, a micro webdevelopment framew o ports/151624 [NEW PORT] devel/py-speaklater, Python module for tran o ports/151607 [NEW PORT] sysutils/hextools: Useful tools for dealing o ports/151603 Self-built virtualbox-ose-kmod vboxnetflt.ko kernel mo o ports/151583 [PATCH] games/xpilot-ng-[client,server] update to 4.7. o ports/151578 Update port: www/red5 from 0.7 to 0.9.1 o ports/151572 The first start of net/tucan failed because it can't w o ports/151568 maintainer update: net-im/ttytter to 1.1.6 f ports/151565 [UPDATE] sysutils/memtest: update to 4.2.1 o ports/151538 [MAINTAINER] databases/sqlite-ext-mobigroup-3.7.0.4: u o ports/151533 [patch] net-im/ttytter upgrade to 1.1.6, with licensin o ports/151521 pkg_upgrade (sysutils/bsdadminscripts) not working if o ports/151520 pkg_upgrade (sysutils/bsdadminscripts) not working in o ports/151510 ports-mgmt/portupgrade: circular dependencies breaks p f ports/151509 [PATCH] x11-themes/gtk-murrine-engine: update to 0.98. o ports/151482 [PATCH] lxsession doesn't build if NLS unselected o ports/151467 New port: sysutils/autojump acts as a complement to cd o ports/151466 New port: www/trac-TracGoogleAnalytics Trac plugin to f ports/151454 devel/boost-libs doesnt build correctly on RELENG_7 o ports/151453 [NEW PORT] sysutils/froxlor: PHP-based ISP Server Mana o ports/151443 [MAINTAINER] multimedia/gpodder: update mygpoclient to o ports/151431 Update to include ZFS module in grub2-1.98 o ports/151402 [maintainer-update] sysutils/automounter - 1.4.4 relea o ports/151399 Updated port: comms/esmska -- Program for sending SMS f ports/151398 RC Script for net-mgmt/softflowd o ports/151371 New Port: audio/pithos GNOME Pandora player f ports/151347 port net-mgmt/rancid doesn't work corretly with SVN o ports/151323 Update port: net/xrdp (current cvs version) f ports/151307 [PATCH] graphics/apvlv: update to 0.0.9.8 o ports/151303 [maintainer update] mail/lbdb - update to 0.37 o ports/151300 Add LaTeX Project Public Licenses to Mk/bsd.licenses.d f ports/151299 audio/mt-daapd: portlint(1) fixes and more f ports/151298 audio/firefly: portlint(1) fixes and more f ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF f ports/151261 add option to net/nss_ldapd o ports/151237 [NEW PORT] x11-toolkits/gob2: GOB (GOB2 anyway) is a p f ports/151207 emulators/vice: vice-gnome-2.2_3 coredumps during star o ports/151190 prelink is desired (for emulators/wine among others) o ports/151156 Update port: databases/ocaml-pgocaml f ports/151154 audio/amarok-kde4 crashes on network activity if ports f ports/151153 Update of cad/linux-eagle5 to the most recent version f ports/151118 net-mgmt/pnp: bump version to 0.6.7 o ports/151077 NEW port devel/gdb72 o ports/151062 New port: www/trac-OhlohWidgetsMacro Trac macro to emb o ports/151005 New port: www/peraperaprv, a pure java twitter client o ports/151001 Update port net/ipa_ip6fw to 1.0.2 version o ports/150974 www/cybercalendar : port fix / deprecate o ports/150896 [PATCH] Unbreak, restore editors/xml2rfc-xxe4.6.1 and f ports/150883 Ports games/openastromenace won't compile on 64 bit o ports/150879 [NEW PORT] sysutils/downtimed: System downtime monitor o ports/150863 Update port: www/piwigo (former phpwebgallery) update f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150765 [Maintainer Update] Give sysutils/radmind its own UID/ o ports/150605 [PATCH] audio/liblastfm: Fix build with alternate LOCA o ports/150574 [PATCH] mail/dkimproxy: Simplify the rc scripts o ports/150563 bugfix for /usr/ports/lang/p5-JavaScript-SpiderMonkey o ports/150542 [new port]: sysutils/createrepo o ports/150541 [new port] sysutils/yum - Installer/updater for rpm o ports/150508 multimedia/avidemux2 does not find existing x264 o ports/150493 Update for: security/openssh-portable port from 5.2p1 o ports/150489 [NEW PORT] devel/d-feet: D-Feet is a D-Bus debugger wr o ports/150446 New port: lang/rexx-regutil o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/150423 [PATCH] Upgrade www/p5-Mojo to devel/p5-Mojolicious (v f ports/150376 port net-mgmt/zabbix-server 1.8.3 fails to build on 8. o ports/150361 [patch] provide script to bind with nautilus for multi o ports/150333 x11/lxpanel: forced dependency with WITH_ALSA o ports/150316 new port: net/neatx f ports/150294 news/hellanzb fails to run due to string compare bug f ports/150283 security/l5 produces wrong output on amd64 o ports/150266 New port: x11/tabbed Simple generic tabbed fronted to f ports/150235 sysutils/smartmontools build system bug f ports/150194 There is no startup script for databases/cassandra f ports/150169 www/havp: Assertion failed: file llvm/lib/System/Mutex o ports/150145 [patch] ftp/smbftpd port rewrite configuration files o o ports/150086 [NEW PORT] net-im/tkabber-plugins-devel: External Plug f ports/150047 net/ipv6socket_scrub: Makefile contains incorrect URL f ports/149963 chinese/ibus-chewing: Refine FETCH_ARGS o ports/149947 [NEW PORT] devel/smartCVS, a powerful graphical CVS cl o ports/149928 New port: textproc/iText iText, a JAVA-PDF library by o ports/149892 [NEW PORT] textproc/weka-devel: Data Mining Software i o ports/149817 ports-mgmt/portupgrade: portinstall -p option doesn't o ports/149725 [patch] devel/cdk: Errors in examples of cdk_display(3 o ports/149682 New port:net/gogonet_c gogoCLIENT offers IPv6 connecti o ports/149616 [PATCH] textproc/ibus: update to 1.3.7 o ports/149601 New port: games/gargoyle - a multiplatform interacti o ports/149565 Update port: converters/igbinary o ports/149564 patch for various games/ adding appropriate LICENSEs t o ports/149538 sysutils/fusefs-ntfs panic on writte on 8.1 f ports/149507 security/libprelude missing configure option o ports/149348 New port: net/wowzamediaserver o ports/149196 [PATCH] chinese/zh-ibus-chewing: update to 1.3.6.20100 f ports/149127 [PATCH] net/beacon: allow compilation on non-i386 arch o ports/149069 new port: sysutils/hfsexplorer HFSExplorer read Mac-fo f ports/149020 sysutils/dvdisaster Inappropriate ioctl for device wit f ports/148919 graphics/mapnik not longer broken o ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148777 [New Port] sysutils/qjail: Utility to deploy large num o ports/148605 security/ipsec-tools rc.d/racoon startup script fails f ports/148519 New port: devel/pear-PHP_Debug Port for the PEAR PHP_D f ports/148462 [New port] www/wordpress-themes: wordpress featured th f ports/148454 games/freebsd-carddeck-kde4: freebsd's kde card deck d o ports/148415 new port: devel/libsysinfo, GNU libc's sysinfo port fo o ports/148411 New port: audio/madfufw M-Audio DFU Firmware for USB s o ports/148398 [NEW PORT] net/omcmd: CLI utility for performing OMAPI f ports/148316 net/quagga 0.99.16 - OSPF broken o ports/148234 pkg_install fails for some math/octave-forge ports o ports/147944 [NEW PORT] net/gogoc: GogoCLIENT, which is needed to c o ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD o ports/147847 audio/zynaddsubfx mxml error when opening instruments s ports/147829 Improved net/ucarp startup script: multiple VHID and F f ports/147669 science/gramps fails to start o ports/147660 new port: net-im/pidgin-mra, Mail.ru Agent protocol pl s ports/147457 Update port: devel/ptlib26 o ports/147242 ports-mgmt/portupgrade incorrectly remove old port whe o ports/146913 ports/databases/skytools failed to make package if Pos o ports/146895 [NEW PORT] emulators/linux-libusb -- linux(4)-friendly o ports/146880 [MAINTAINER] korean/ko.TeX : update to 0.2.0.20100511 o ports/146879 [MAINTAINER] korean/ko.TeX-fonts-extra : update to 0.2 o ports/146858 [patch] ports-mgmt/portupgrade-devel: respect LOCALBAS o ports/146830 multimedia/pvr_xxx does not compile on FreeBSD 8.* and o ports/146818 [update] games/openarena latest release f ports/146801 can't build graphics/py-opengl because math/py-numpy f o ports/146713 [patch] net-mgmt/argus-monitor update o ports/146641 [MAINTAINER] sysutils/gosa: update to 2.6.10 o ports/146434 sysutils/fusefs-ntfs fails to build if devel/bonobo in o ports/145989 audio/qjackctl - jackd does not start from not root us f ports/145966 port devel/pwlib fails to build: cast error: patch att o ports/145704 [patch] Update-request: audio/xmms2-scrobbler o ports/145076 I could not build devel/pwlib o ports/144993 databases/postgresql-odbc: contents of numeric fields o ports/144857 [patch] audio/abraca: update to 0.4.3 o ports/144852 [patch] sysutils/ntfsprogs - improvements to mkntfs o ports/144849 [new port] java/eclipse-eclemma code coverage for ecli o ports/144821 [patch] audio/xmms2 : update to version 0.7 DrNo. o ports/144769 [PATCH] ports-mgmt/portupgrade should have a configura o ports/144605 [PATCH] Get ports-mgmt/portupgrade to build under Ruby o ports/144597 security/openssh-portable fails to compile with KERBER o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO o ports/144412 Update port: mail/tkrat2 (Use latest tcl/tk versions) o ports/144248 net/asterisk16 conflicts with linuxthreads o ports/143938 [NEW PORTS] textproc/linux-f10-ibus-qt et al.: Linux v o ports/143566 sysutils/diskcheckd runs constantly when using gmirror o ports/143501 devel/libcoyotl: install fails because GNU cp is assum o ports/142824 [patch] security/openssh-portable: add VersionAddendum f ports/141103 net/stone strange behavior on 8.0-RELEASE o ports/141001 net/ssltunnel-server/ depends on /sbin/pppd o ports/140880 ports-mgmt/portupgrade: portversion confused with ezm3 f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si o ports/140364 ports-mgmt/portupgrade-devel: #! line substitution is s ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140273 ports-mgmt/portupgrade-devel chokes on bsdpan pkgs o ports/140008 ports-mgmt/portupgrade: many papercut omissions on por o ports/139867 mail/isoqlog catch segmentation fault under AMD64 o ports/139440 [panic] 8.0 RC1 panics on writing large files to sysut f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/138929 [PATCH] security/heimdal update to 1.2.1 o ports/138602 audio/sphinxbase port update o ports/137958 ports-mgmt/portupgrade fails with recursive dependency o ports/137708 ports-mgmt/portupgrade: portupgrade -cRn is broken o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/135691 ports-mgmt/portupgrade Wrong example in man page of pk o ports/134714 ports-mgmt/portupgrade deletes user data without quest o ports/134182 ports-mgmt/portupgrade incorrectly handles manual reje a ports/133773 net/keepalived port update request o ports/133723 net/asterisk16: asterisk-1.6.0.9 crash when load chan_ o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/131111 ports-mgmt/portupgrade-devel: completely removes packa o ports/129930 ports-mgmt/portupgrade - portinstall tries to install o ports/129891 ports-mgmt/portupgrade fails to recognize variations o o ports/129198 databases/p5-DBD-SQLite fails when SQLite is compil o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/128881 ports-mgmt/portupgrade backtrace o ports/127889 ports-mgmt/portupgrade detects spurious failures and s o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs s ports/127087 mail/bincimap port does not include an rc.d file o ports/127019 ports-mgmt/portupgrade does not recognize fail conditi o ports/126140 ports-mgmt/portupgrade runtime error o ports/125936 ports-mgmt/portupgrade -R fails if BUILD_DEP's are not s ports/125324 editors/the (3.2) looses cursor when compiled with PDC o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/118716 security/heimhal - shared library conflict with heimda o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- o ports/112818 ports-mgmt/portupgrade -a fails with database error o ports/107816 [patch] The IPv6 patch breaks the location feature of o ports/82634 security/heimdal port conflict with base heimdal o ports/80111 patch to make WITH_KERBEROS4 working for security/cyru s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 232 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 12:37:49 2010 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 201571065693 for ; Mon, 1 Nov 2010 12:37:49 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg28.ifdnrg.com (ifdnrg28.ifdnrg.com [193.200.98.138]) by mx1.freebsd.org (Postfix) with ESMTP id A08378FC1B for ; Mon, 1 Nov 2010 12:37:46 +0000 (UTC) Received: from [192.168.1.69] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by ifdnrg28.ifdnrg.com (8.14.4/8.14.4) with ESMTP id oA1C8gHs023203 for ; Mon, 1 Nov 2010 12:09:27 GMT (envelope-from paul@ifdnrg.com) Message-ID: <4CCEADC8.2060800@ifdnrg.com> Date: Mon, 01 Nov 2010 12:08:40 +0000 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: FreeBSD ports list Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: clamd crashing 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, 01 Nov 2010 12:37:49 -0000 Is anyone else seeing crashes on clamd 0.96.4? This is happening regularly on one of my boxes, i haven't quite figured out why yet, there doesn't appear to be anything in the logs to suggest a reason. (That box is FreeBSD 7.1-RELEASE on i386.) -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07534206249 e: paul@ifdnrg.com w: http://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ------------------------- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 1 21:06:56 2010 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 D883A106566C for ; Mon, 1 Nov 2010 21:06:56 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9F08FC14 for ; Mon, 1 Nov 2010 21:06:56 +0000 (UTC) Received: by gwaa18 with SMTP id a18so3825262gwa.13 for ; Mon, 01 Nov 2010 14:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=E+NGSY+WI3HxkW+UXTzLEJ4jBNcgjhts/PMyLgXzPAQ=; b=OoNayhG6dMl4NuYycbQwJOVU0aRoGYmgzKaBG/GNiLXSpMoYIo4GHEdSPDg8j4Afbe nCwbv1nVH9L6WYjU0qPtpYjPuHP20COt+p01fnViY7xz5ojbk56t7/hpXAqMx1w6YI65 IUVRKdgX+1ZtJ1H4q8TxvefLxd+NQIBsPZVk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=n/dgWQXtlBp/O02sz3pl4TgHDNs7c9/DuPBp3Sw1C4kzJ1AB4sANpcgYn/ay9LhCZj XbM2h8wAqfxPtS4jh0uSK/7aG25ab6fbTlsRWFJwOaSxPh2656jrpXngND7Jn94W+UAR 8e5mHNpiGSewFa/ridN5TlhAedFxNPe1SQCjo= MIME-Version: 1.0 Received: by 10.42.210.139 with SMTP id gk11mr682560icb.317.1288643831089; Mon, 01 Nov 2010 13:37:11 -0700 (PDT) Received: by 10.220.99.4 with HTTP; Mon, 1 Nov 2010 13:37:10 -0700 (PDT) In-Reply-To: References: <1269986701.9425.27450.camel@vcampaign> <4BBB1211.4050901@gmail.com> Date: Mon, 1 Nov 2010 20:37:10 +0000 Message-ID: From: "Sevan / Venture37" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: opennms 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, 01 Nov 2010 21:06:56 -0000 OpenNMS 1.8.5 port https://www.geeklan.co.uk/files/opennms/opennms-185-freebsd-port.tgz As with previous versions, backup you existing opennms directory before upgrade. Sevan / Venture37 From owner-freebsd-ports@FreeBSD.ORG Tue Nov 2 06:07:05 2010 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 551C1106567A; Tue, 2 Nov 2010 06:07:05 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 265B78FC0C; Tue, 2 Nov 2010 06:07:04 +0000 (UTC) Received: by pvc22 with SMTP id 22so831813pvc.13 for ; Mon, 01 Nov 2010 23:07:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=4DQjO3+GdrmuZH1ZjYyGwPRtVgrM0/mmpJrFRtzpHF8=; b=C+r2AKgzFKi/sxy2TMPgfcSZ8A54+nhF6x7dTZwgEaZgd4sQ6DrTXzKmVAC9/HkhRn W0ZCa/ixKlRc9RIHRnK3a+s/XFt5J3BoyeM4ROo/1tgWuXNjUwYkAdf7cxyq8OwO+T7G KJCw8QwFNA/Hs36rprn+AJwnj21kSk9PxyMMc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=O9a4JaPM1VRQ3YeVMt7NOL3KyhQzPULIezf5ppTE2f7HOxWQ/e8+JBkvP5ijSQw0Nb gtyoU5cL/ktdN3fZwQmGWutFlXlg7rAQFNkxbWA+VsP7+Idi487lA3rWptrtK/Bt5DpG 84PRoWhUy7QRWjdaUbzn9OuiKeb87DQ8u2n+4= MIME-Version: 1.0 Received: by 10.142.109.14 with SMTP id h14mr3739517wfc.260.1288678022820; Mon, 01 Nov 2010 23:07:02 -0700 (PDT) Received: by 10.142.164.12 with HTTP; Mon, 1 Nov 2010 23:07:02 -0700 (PDT) Date: Tue, 2 Nov 2010 02:07:02 -0400 Message-ID: From: grarpamp To: freebsd-ports@freebsd.org, elhosots@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: stephen@missouri.edu, freebsd-questions@freebsd.org Subject: ghostscript x11 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, 02 Nov 2010 06:07:05 -0000 >> http://lists.freebsd.org/pipermail/freebsd-questions/2010-October/222897.html >> Unknown device: x11 >> Unrecoverable error: undefined in .uninstallpagedevice >> Operand stack: defaultdevice > Wrote elhosots: > After my post, ive been unable to reproduce my own results. The > only thing that works for me under fbsd 8.1-stable is to use > ghostscript7 So are you installing (-f force overwrite?) ghostscript7 after gv installs 8? Hmm... given that with my package set on RELENG_8, in today's list of i386/packages-8-stable we have the following list of conflicts on 7 and pkgdeps on 8, I'm a bit confused as to how things work. Were I to install 7 first, it looks like gv/gsview are going to try installing 8 over top of it? And they will fail as 8 conflicts. Were I to install 7 last, it may break the apps that dep on the newer 8 due to binary, feature and clobbering issues. Yet curiously, gsview does display fine with 8 (no x11 error) yet I do not have 7 installed (the one claimed to work with gv without and x11 error, as in your case). My state is clean as I rm -rf /usr/local, which also contains the pkg database for that instance, before installing the local package set. /usr/local/pkg/ghostscript8-8.71_6/+CONTENTS:@conflicts ghostscript7-[0-9]* /usr/local/pkg/ghostscript8-8.71_6/+CONTENTS:@conflicts ghostscript7-*-[0-9]* /usr/local/pkg/epstool-3.08_3/+CONTENTS:@pkgdep ghostscript8-8.71_6 /usr/local/pkg/epstool-3.08_3/+CONTENTS:@comment DEPORIGIN:print/ghostscript8 /usr/local/pkg/gsfonts-8.11_5/+CONTENTS:@dirrm share/ghostscript/fonts /usr/local/pkg/gsfonts-8.11_5/+CONTENTS:@unexec rmdir %D/share/ghostscript 2>/dev/null || true /usr/local/pkg/gsview-4.9_3/+CONTENTS:@pkgdep ghostscript8-8.71_6 /usr/local/pkg/gsview-4.9_3/+CONTENTS:@comment DEPORIGIN:print/ghostscript8 /usr/local/pkg/gv-3.7.1/+CONTENTS:@pkgdep ghostscript8-8.71_6 /usr/local/pkg/gv-3.7.1/+CONTENTS:@comment DEPORIGIN:print/ghostscript8 /usr/local/pkg/pstotext-1.9_2/+CONTENTS:@pkgdep ghostscript8-8.71_6 /usr/local/pkg/pstotext-1.9_2/+CONTENTS:@comment DEPORIGIN:print/ghostscript8 From owner-freebsd-ports@FreeBSD.ORG Tue Nov 2 08:56:46 2010 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 82A6B106566C for ; Tue, 2 Nov 2010 08:56:46 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from nm3-vm0.bullet.mail.ukl.yahoo.com (nm3-vm0.bullet.mail.ukl.yahoo.com [217.146.183.228]) by mx1.freebsd.org (Postfix) with SMTP id E8B768FC08 for ; Tue, 2 Nov 2010 08:56:45 +0000 (UTC) Received: from [217.146.183.183] by nm3.bullet.mail.ukl.yahoo.com with NNFMP; 02 Nov 2010 08:56:45 -0000 Received: from [217.146.183.72] by tm14.bullet.mail.ukl.yahoo.com with NNFMP; 02 Nov 2010 08:56:44 -0000 Received: from [127.0.0.1] by omp1033.mail.ukl.yahoo.com with NNFMP; 02 Nov 2010 08:56:44 -0000 X-Yahoo-Newman-Id: 968583.60043.bm@omp1033.mail.ukl.yahoo.com Received: (qmail 70834 invoked from network); 2 Nov 2010 08:56:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1288688204; bh=0W2yi9eX9Xh5EDw9p5STDGy9UWQWiB852unX2kkZxnw=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Received:MIME-Version:Received:In-Reply-To:References:From:Date:Message-ID:Subject:To:Cc:Content-Type; b=3CIjNn28CupA1v1X+n189JrGSLvk4JvcZzOxeECEEv2DC3u8/5k9wiFRqTEOwQ2O99BC9rmsR/TZHca3UhXjEbFZ6q1md1ly9YQuBRiUEjAPDpfljWbT5Ypz1p0usV8lWEjmfpGbnH86Ib67KRThW6VnkQkjGBkrxXE5Td4HGKQ= Received: from mail-wy0-f182.google.com (axelbsd@74.125.82.182 with plain) by smtp136.mail.ukl.yahoo.com with SMTP; 02 Nov 2010 08:56:44 +0000 GMT X-Yahoo-SMTP: S65s63SswBDjU54Gjqw2GSWlZmfgiEU_X3tN1_9u X-YMail-OSG: LitgApYVM1lax01MwYJRtXRMYwlV1ova6sE_WjQPnqf22XQ H..NsdhkRMy__d7Fxp8Bdo69RAXqPAzgGpJfVxJ4SkRqgzA4Lr3miEnkpm5u .cyxCy.DDcWl5m0HfjrynIaAIj7zRym102VacjWLNJEaeNjhkpPIfidIR0Io w.SAzpwSy3xHzbdqEhXMopBQI21w8_DrNLqhkivfOPYYHcWYnxHYCQR5em35 h10zJnbzlJJ2xofQCRzo0yv.p X-Yahoo-Newman-Property: ymail-3 Received: by wyb42 with SMTP id 42so6409027wyb.13 for ; Tue, 02 Nov 2010 01:56:44 -0700 (PDT) Received: by 10.227.132.209 with SMTP id c17mr3613906wbt.24.1288688204382; Tue, 02 Nov 2010 01:56:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.134.67 with HTTP; Tue, 2 Nov 2010 01:56:24 -0700 (PDT) In-Reply-To: <20101031172254.GC1506@albert.catwhisker.org> References: <20101031172254.GC1506@albert.catwhisker.org> From: Alexandre Date: Tue, 2 Nov 2010 09:56:24 +0100 Message-ID: To: David Wolfskill , varga.michal@gmail.com Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Ports Mailing List Subject: Re: Portmaster 3.1 upgrade 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, 02 Nov 2010 08:56:46 -0000 On Sun, Oct 31, 2010 at 6:22 PM, David Wolfskill wrote: > On Sun, Oct 31, 2010 at 05:57:52PM +0100, Alexandre wrote: > > Hi, > > > > I read in /usr/ports/UPGRADING the instructions to properly upgrade > > PORTMASTER 3.1. > > It is written to do : > > > > # pkg_delete -f portmaster* > > > > # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean > > > > But when I type the first one, I got the message : > > pkg_delete: No match. > > > > Portmaster is installed : > > #pkg_info | grep portmaster > > portmaster-3.0 Manage your ports without external databases or > > languages > > > > I know that I can uninstall and reinstall portmaster using # pkg_delete > > portmaster-3.0 and the second command mentionned #make install clean > > I just write this message because this instruction is written in > > /usr/ports/UPDATING > > Change the pkg_delete invocation from: > > # pkg_delete -f portmaster* > > to: > > # pkg_delete -f 'portmaster*' > > so the shell will leave the wildcard alone. > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Depriving a girl or boy of an opportunity for education is evil. > > See http://www.catwhisker.org/~david/publickey.gpgfor my public key. > Thanks to all ! # pkg_delete -f 'portmaster*' works for me. I have also use this command to upgrade to portmaster v3.2 as suggested by Doug Barton. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 2 11:33:06 2010 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 8D260106564A for ; Tue, 2 Nov 2010 11:33:06 +0000 (UTC) (envelope-from nna@zenexity.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 53DF98FC15 for ; Tue, 2 Nov 2010 11:33:06 +0000 (UTC) Received: by gwaa18 with SMTP id a18so4211857gwa.13 for ; Tue, 02 Nov 2010 04:33:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.166.67 with SMTP id n3mr1301818icy.334.1288696184032; Tue, 02 Nov 2010 04:09:44 -0700 (PDT) Received: by 10.231.17.132 with HTTP; Tue, 2 Nov 2010 04:09:43 -0700 (PDT) Date: Tue, 2 Nov 2010 12:09:43 +0100 Message-ID: From: Nicolae Namolovan To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: netatalk afpd: in openpam_load_module(): no /usr/local/lib/pam_mkhomedir.so found 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, 02 Nov 2010 11:33:06 -0000 Hello, It seem like this problem was reported before http://old.nabble.com/netatalk-2.0.4-breaks-PAM--td24659653.html In my /etc/pam.d/netatalk as last line I have session required /usr/local/lib/pam_mkhomedir.so It's already working well with sshd. After adding the line, my pam ldap authentification for netatalk stop working with error afpd: in openpam_load_module(): no /usr/local/lib/pam_mkhomedir.so found Nov 02 11:32:27.344667 afpd[16623] {afp_dsi.c:448} (D5:AFPDaemon): ==> Finished AFP command: AFP_LOGINCONT -> AFPERR_AUTHCONT [root@nas ~]# ls -lsa /usr/local/lib/pam_mkhomedir.so 0 lrwxr-xr-x 1 root wheel 18 Oct 27 14:21 /usr/local/lib/pam_mkhomedir.so -> pam_mkhomedir.so.2 [root@nas /var/log]# ls -lsa /usr/local/lib/pam_mkhomedir.so.2 10 -r-xr-xr-x 1 root wheel 9368 Oct 27 14:21 /usr/local/lib/pam_mkhomedir.so.2 It's there, and it's already working with sshd.. Any suggestion ? It seem in netbsd there is a similar error http://mail-index.netbsd.org/tech-pkg/2010/05/03/msg005397.html Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 2 15:02:36 2010 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 C66C51065672 for ; Tue, 2 Nov 2010 15:02:36 +0000 (UTC) (envelope-from byshenknet@byshenk.net) Received: from core.byshenk.net (core.byshenk.net [62.58.73.230]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF2E8FC0A for ; Tue, 2 Nov 2010 15:02:35 +0000 (UTC) Received: from core.byshenk.net (localhost [127.0.0.1]) by core.byshenk.net (8.14.4/8.14.4) with ESMTP id oA2EsidV016247; Tue, 2 Nov 2010 15:54:44 +0100 (CET) (envelope-from byshenknet@core.byshenk.net) Received: (from byshenknet@localhost) by core.byshenk.net (8.14.4/8.14.4/Submit) id oA2EsigD016246; Tue, 2 Nov 2010 15:54:44 +0100 (CET) (envelope-from byshenknet) Date: Tue, 2 Nov 2010 15:54:44 +0100 From: Greg Byshenk To: Sevan / Venture37 Message-ID: <20101102145444.GR12467@core.byshenk.net> References: <1269986701.9425.27450.camel@vcampaign> <4BBB1211.4050901@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on core.byshenk.net Cc: freebsd-ports@freebsd.org Subject: Re: opennms 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: Tue, 02 Nov 2010 15:02:36 -0000 On Mon, Nov 01, 2010 at 08:37:10PM +0000, Sevan / Venture37 wrote: > OpenNMS 1.8.5 port > https://www.geeklan.co.uk/files/opennms/opennms-185-freebsd-port.tgz > > As with previous versions, backup you existing opennms directory before upgrade. It doesn't seem to work for me. === [...] [INFO] OpenNMS Base Assembly [INFO] OpenNMS Integration Tests Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1' from repository maven-repo (http://repo1.maven.org/maven2): Invalid argument Downloading: http://maven.opennms.org/content/groups/opennms.org-release/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1' from repository opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release): Invalid argument Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1' from repository central (http://repo1.maven.org/maven2): Invalid argument Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1' from repository central (http://repo1.maven.org/maven2): Invalid argument [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven.plugins:maven-eclipse-plugin Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 from the specified remote repositories: opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release), central (http://repo1.maven.org/maven2), maven-repo (http://repo1.maven.org/maven2), opennms-snapshots (http://maven.opennms.org/content/groups/opennms.org-snapshot) for project org.apache.maven.plugins:maven-eclipse-plugin [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project for plugin 'org.apache.maven.plugins:maven-eclipse-plugin': POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 from the specified remote repositories: opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release), central (http://repo1.maven.org/maven2), maven-repo (http://repo1.maven.org/maven2), opennms-snapshots (http://maven.opennms.org/content/groups/opennms.org-snapshot) for project org.apache.maven.plugins:maven-eclipse-plugin at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1556) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1744) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:446) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:176) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:613) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin 'org.apache.maven.plugins:maven-eclipse-plugin': POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 from the specified remote repositories: opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release), central (http://repo1.maven.org/maven2), maven-repo (http://repo1.maven.org/maven2), opennms-snapshots (http://maven.opennms.org/content/groups/opennms.org-snapshot) for project org.apache.maven.plugins:maven-eclipse-plugin at org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:286) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198) at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:177) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1539) ... 15 more Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable to download the artifact from any repository org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 from the specified remote repositories: opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release), central (http://repo1.maven.org/maven2), maven-repo (http://repo1.maven.org/maven2), opennms-snapshots (http://maven.opennms.org/content/groups/opennms.org-snapshot) for project org.apache.maven.plugins:maven-eclipse-plugin at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251) at org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:270) ... 18 more Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 from the specified remote repositories: opennms-repo (http://maven.opennms.org/content/groups/opennms.org-release), central (http://repo1.maven.org/maven2), maven-repo (http://repo1.maven.org/maven2), opennms-snapshots (http://maven.opennms.org/content/groups/opennms.org-snapshot) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:228) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90) at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558) ... 20 more Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:349) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216) ... 22 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8 seconds [INFO] Finished at: Tue Nov 02 15:28:36 CET 2010 [INFO] Final Memory: 25M/61M [INFO] ------------------------------------------------------------------------ *** Error code 1 Stop in /usr/ports/net-mgmt/opennms. === I seem to be able to reach http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom ... but I get an .xml page instead of the .pom. -- greg byshenk - gbyshenk@byshenk.net - Leiden, NL From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 01:45:09 2010 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 3FDAB1065693 for ; Wed, 3 Nov 2010 01:45:09 +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 DFE218FC19 for ; Wed, 3 Nov 2010 01:45:02 +0000 (UTC) Received: (qmail 25527 invoked by uid 399); 3 Nov 2010 01:45:01 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 3 Nov 2010 01:45:01 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD0BE9C.4030100@FreeBSD.org> Date: Tue, 02 Nov 2010 18:45:00 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Howdy portmaster users 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, 03 Nov 2010 01:45:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 So to all of you portmaster users I wanted to say thank you for bearing with me over the last few days, and I apologize for the churn. I have been testing the switch to using PM_NEEDS_UPDATE to lower the environment memory footprint for a while, and thought I had at least most of the bugs worked out, but it turned out that I was wrong. Fortunately some patient users were prompt with sending me bug reports which I was able to address. I'm really hoping that 3.3 will be the last new version for a while. In retrospect I would have been better off releasing a 3.0.1 that just fixed the MD5/DISTINFO_FILE problem, and saved the rest of the changes for another day. If anyone was seriously inconvenienced by the bugs and/or frequent updates, please accept my apologies. Regards, Doug - -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQEcBAEBCAAGBQJM0L6cAAoJEFzGhvEaGryE5fkH/RUglGzCdq+iwhFDikNk08sk 2AZJTY02rI8Any/djMgDJkqIbqqjF/oUHk70vLBf7eJPkmckgnVXLANfTd01KOyF iXtvOoswcW81q7jsR76IS196rJZRYKUzXD3UivyOU04Uyue+atNh4jumGw8lFMlJ tXoifKUoBCM+NrCIlyBPa0bHmMXUzzlI/BxduM5EMXFqvhXhBtgZg4i7FYuHJznD 0ymhfhASzC9YO8r33wY3eDVG73EEYYLxYTkXZJkKR1jiVQIaQAD2X8uuCOKu6SIh CEQqZRnyquc8Yqe3c3QG2jUjOrpxmbUhL2CIe1x1iQbtcovYKa35E3JWNw2VOdo= =/EKz -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 07:27:42 2010 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 73F841065698 for ; Wed, 3 Nov 2010 07:27:42 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CC1EA8FC29 for ; Wed, 3 Nov 2010 07:27:41 +0000 (UTC) Received: by bwz3 with SMTP id 3so286240bwz.13 for ; Wed, 03 Nov 2010 00:27:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=/2sxtu0ejqkXR0WJcPCcyuKZWeUU+OXFQgd5IbMu81Y=; b=YjKpb4TQvzcFaMfV9gcOICK75dAVoCmuFr/8mwwYU/VIVCkywJv0NCAymb4RsYxhpI XdyNdSXgvBhEm6eGK8UXeV7VT4s+jmTbwXGGSZ4j5ZEzEia2XCgMjBgbzoRCO3UGqB60 x1+TI98TAYdkANqYu/E9xf8RNDuUWiAMepu94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lIUadtOulHVTz7h3llOh5Ow8Ux+BjM1rsyxHI1w48cYZFP+EqjukgQXXhJQYNOAHpD wkSKxRYRQi7ZTa2j6zv9VfSVEAuBqDIk6NDSmVJJgR3Mli+UAfXsjG6f4fUCbetwCADh MgADNqPn6L26TGUqcLDIiChdvTJQp/QMLJ7AU= MIME-Version: 1.0 Received: by 10.204.131.132 with SMTP id x4mr7433900bks.50.1288769260949; Wed, 03 Nov 2010 00:27:40 -0700 (PDT) Received: by 10.204.98.195 with HTTP; Wed, 3 Nov 2010 00:27:40 -0700 (PDT) Date: Wed, 3 Nov 2010 08:27:40 +0100 Message-ID: From: David DEMELIER To: Doug Barton , freebsd-ports Content-Type: multipart/mixed; boundary=001517478f8eff0fd8049420f964 Cc: Subject: portmaster ----clean-package option mistake 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, 03 Nov 2010 07:27:42 -0000 --001517478f8eff0fd8049420f964 Content-Type: text/plain; charset=UTF-8 Hello Doug, I think there is a little completion problem in the zsh completion file, take a look : markand@Abricot ~ $ portmaster -- 08:29 option ----clean-packages -- offer to delete stale packages ----clean-packages-all -- delete stale packages without prompting --always-fetch -- fetch package even if it already exists locally --check-depends -- cross-check and update dependency information for all ports --check-port-dbdir -- check for stale entries in /var/db/ports Reading the man, and typing the ----clean-packages I assume this options does not exist. Here is a patch to correct this. Kind regards, -- Demelier David --001517478f8eff0fd8049420f964 Content-Type: application/octet-stream; name="zsh-_portmaser.diff" Content-Disposition: attachment; filename="zsh-_portmaser.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gg1vxi8a0 LS0tIF9wb3J0bWFzdGVyLm9yaWcJMjAxMC0xMS0wMyAwODoyMzo0MC4wMDAwMDAwMDAgKzAxMDAK KysrIF9wb3J0bWFzdGVyCTIwMTAtMTEtMDMgMDg6MjM6NTkuMDAwMDAwMDAwICswMTAwCkBAIC01 MSw4ICs1MSw4IEBACiAgICItRltmZXRjaCBkaXN0ZmlsZXMgb25seV0iIFwKICAgIi0tY2xlYW4t ZGlzdGZpbGVzW29mZmVyIHRvIGRlbGV0ZSBzdGFsZSBkaXN0ZmlsZXNdIiBcCiAgICItLWNsZWFu LWRpc3RmaWxlcy1hbGxbZGVsZXRlIHN0YWxlIGRpc3RmaWxlcyB3aXRob3V0IHByb21wdGluZ10i IFwKLSAgIi0tLS1jbGVhbi1wYWNrYWdlc1tvZmZlciB0byBkZWxldGUgc3RhbGUgcGFja2FnZXNd IiBcCi0gICItLS0tY2xlYW4tcGFja2FnZXMtYWxsW2RlbGV0ZSBzdGFsZSBwYWNrYWdlcyB3aXRo b3V0IHByb21wdGluZ10iIFwKKyAgIi0tY2xlYW4tcGFja2FnZXNbb2ZmZXIgdG8gZGVsZXRlIHN0 YWxlIHBhY2thZ2VzXSIgXAorICAiLS1jbGVhbi1wYWNrYWdlcy1hbGxbZGVsZXRlIHN0YWxlIHBh Y2thZ2VzIHdpdGhvdXQgcHJvbXB0aW5nXSIgXAogICAiLS1jaGVjay1kZXBlbmRzW2Nyb3NzLWNo ZWNrIGFuZCB1cGRhdGUgZGVwZW5kZW5jeSBpbmZvcm1hdGlvbiBmb3IgYWxsIHBvcnRzXSIgXAog ICAiLS1jaGVjay1wb3J0LWRiZGlyW2NoZWNrIGZvciBzdGFsZSBlbnRyaWVzIGluIC92YXIvZGIv cG9ydHNdIiBcCiAgICItLWxpc3Qtb3JpZ2luc1tsaXN0IGRpcmVjdG9yaWVzIGZyb20gL3Vzci9w b3J0cyBmb3Igcm9vdCBhbmQgbGVhZiBwb3J0c10iIFwK --001517478f8eff0fd8049420f964-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 13:34:47 2010 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 1598B106564A; Wed, 3 Nov 2010 13:34:47 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E05DF8FC13; Wed, 3 Nov 2010 13:34:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA3DYkpr033359; Wed, 3 Nov 2010 13:34:46 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA3DYkxc033355; Wed, 3 Nov 2010 13:34:46 GMT (envelope-from jhb) Date: Wed, 3 Nov 2010 13:34:46 GMT Message-Id: <201011031334.oA3DYkxc033355@freefall.freebsd.org> To: jhb@FreeBSD.org, freebsd-alpha@FreeBSD.org, freebsd-ports@FreeBSD.org From: jhb@FreeBSD.org Cc: Subject: Re: alpha/148392: Users of Alpha platform should stay with Dovecot 1.1.16 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, 03 Nov 2010 13:34:47 -0000 Synopsis: Users of Alpha platform should stay with Dovecot 1.1.16 Responsible-Changed-From-To: freebsd-alpha->freebsd-ports Responsible-Changed-By: jhb Responsible-Changed-When: Wed Nov 3 13:33:02 UTC 2010 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=148392 From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 13:40:12 2010 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 0B7FC106566B for ; Wed, 3 Nov 2010 13:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEC778FC1A for ; Wed, 3 Nov 2010 13:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA3DeBoc033532 for ; Wed, 3 Nov 2010 13:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA3DeBNK033531; Wed, 3 Nov 2010 13:40:11 GMT (envelope-from gnats) Date: Wed, 3 Nov 2010 13:40:11 GMT Message-Id: <201011031340.oA3DeBNK033531@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org From: John Baldwin Cc: Subject: Re: alpha/148392: Users of Alpha platform should stay with Dovecot 1.1.16 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Baldwin List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 13:40:12 -0000 The following reply was made to PR alpha/148392; it has been noted by GNATS. From: John Baldwin To: bug-followup@freebsd.org, paczor@gmail.com Cc: Subject: Re: alpha/148392: Users of Alpha platform should stay with Dovecot 1.1.16 Date: Wed, 3 Nov 2010 09:37:39 -0400 Bah, accidentally lost the message for the last change I made. I do not think this issue is specific to Alpha. Though I would be surprised if it were just a 64-bit issue since presumably Dovecot 1.2 runs fine on amd64. It would be worth figuring out if this issue occurs on other platforms such as sparc64. If it does turn out to be Alpha specific, then it is not going to be fixed since development of Alpha has stopped. -- John Baldwin From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 14:21:01 2010 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 927E0106566C for ; Wed, 3 Nov 2010 14:21:01 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 5527E8FC1B for ; Wed, 3 Nov 2010 14:21:01 +0000 (UTC) Received: from mobileKamikaze.norad (vpn-cl-162-82.rz.uni-karlsruhe.de [141.3.162.82]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 1AC3A7E89D for ; Wed, 3 Nov 2010 15:20:59 +0100 (CET) Message-ID: <4CD16FCA.9000700@bsdforen.de> Date: Wed, 03 Nov 2010 15:20:58 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.15) Gecko/20101028 Thunderbird/3.0.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: /pub or not /pub 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, 03 Nov 2010 14:21:01 -0000 It has come to my attention that a lot of FTP mirrors have their FreeBSD data under /FreeBSD instead of /pub/FreeBSD. Which version is recommended and used to create PACKAGESITE from PACKAGEROOT? Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 15:52:52 2010 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 721151065679 for ; Wed, 3 Nov 2010 15:52:52 +0000 (UTC) (envelope-from joey@mingrone.org) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 289258FC1A for ; Wed, 3 Nov 2010 15:52:51 +0000 (UTC) Received: by gwj16 with SMTP id 16so582363gwj.13 for ; Wed, 03 Nov 2010 08:52:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.134.21 with SMTP id h21mr1483538ybd.174.1288798024152; Wed, 03 Nov 2010 08:27:04 -0700 (PDT) Received: by 10.236.95.45 with HTTP; Wed, 3 Nov 2010 08:27:04 -0700 (PDT) Date: Wed, 3 Nov 2010 12:27:04 -0300 Message-ID: From: Joey Mingrone To: stas@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Cc: ports@FreeBSD.org Subject: FreeBSD Port: sbcl-1.0.43.0,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, 03 Nov 2010 15:52:52 -0000 Hello, I'm trying to build this port, but get the error below. Any suggestions? All dependencies are installed. Thanks, Joey dot -Tcanon discriminating-functions.dot > discriminating-functions.txt Warning: The use of "subgraph class", line 38, without a body is deprecated. This may cause unexpected behavior or crash the program. Please use a single definition of the subgraph within the context of its parent graph "dfun" Warning: The use of "subgraph class", line 39, without a body is deprecated. This may cause unexpected behavior or crash the program. Please use a single definition of the subgraph within the context of its parent graph "dfun" Warning: The use of "subgraph class", line 40, without a body is deprecated. This may cause unexpected behavior or crash the program. Please use a single definition of the subgraph within the context of its parent graph "dfun" Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font gmake: *** [discriminating-functions.txt] Error 1 *** Error code 2 Stop in /usr/ports/lang/sbcl. *** Error code 1 Stop in /usr/ports/lang/sbcl. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 19:35:46 2010 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 1E15E106567A for ; Wed, 3 Nov 2010 19:35:46 +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 A123B8FC13 for ; Wed, 3 Nov 2010 19:35:45 +0000 (UTC) Received: (qmail 7836 invoked by uid 399); 3 Nov 2010 19:35:44 -0000 Received: from localhost (HELO ?192.168.2.9?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 3 Nov 2010 19:35:44 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD1B994.7020001@FreeBSD.org> Date: Wed, 03 Nov 2010 12:35:48 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portmaster ----clean-package option mistake 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, 03 Nov 2010 19:35:46 -0000 On 11/3/2010 12:27 AM, David DEMELIER wrote: > Hello Doug, > > I think there is a little completion problem in the zsh completion > file, take a look : > > markand@Abricot ~ $ portmaster -- > > > 08:29 > option > ----clean-packages -- offer to delete stale packages > ----clean-packages-all -- delete stale packages without prompting > --always-fetch -- fetch package even if it already exists locally > --check-depends -- cross-check and update dependency > information for all ports > --check-port-dbdir -- check for stale entries in /var/db/ports > > Reading the man, and typing the ----clean-packages I assume this > options does not exist. Here is a patch to correct this. Well that's a bit embarrassing, thanks! I don't use zsh, so I rely on members of the community to help with that. Have you examined the rest of the file for any other silly mistakes? I would deeply appreciate it... Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 20:06:12 2010 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 4599F1065679 for ; Wed, 3 Nov 2010 20:06:12 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CB7B18FC1A for ; Wed, 3 Nov 2010 20:06:11 +0000 (UTC) Received: by bwz3 with SMTP id 3so920796bwz.13 for ; Wed, 03 Nov 2010 13:06:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=fqNHC2hddZ7a92oOU4aPI82y79RjoAGVt3TxMvhZRCY=; b=o47qGcNxsGK4s0aGMosxBt5j988o/GkQbDZlCpoQXuul58UkRkNP/TDxZdRoZ1nJRL EI57Lk6E0AMYIG9rE9vnf7v8B1Et3Fy5mdX1HRuvnedFOjQWH5lF6WY+T1PR3T98JWrX WR8jovH7tRd1BBZToB4rrpNnqVI6tES8e9ehQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Tyg4S0P1FURh8Hzolw5xPdVczIHtyD7UqC2tdi1JhhxNEvLIlyTdlcKL0tIlKm/Esd OaXzp6c9K22IVAAYsmeBr0u4F6EFW4ywqKt2aGxXH+S14MIebQc+75T73z4jV93xBMqn fPnDB9Y47evCV5iJj4bDY8ERGXBSkPkgOCwtw= MIME-Version: 1.0 Received: by 10.204.60.212 with SMTP id q20mr3428421bkh.104.1288814769145; Wed, 03 Nov 2010 13:06:09 -0700 (PDT) Received: by 10.204.98.195 with HTTP; Wed, 3 Nov 2010 13:06:09 -0700 (PDT) Date: Wed, 3 Nov 2010 21:06:09 +0100 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: java/openjdk6 now use free openjdk bootstrap packages 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, 03 Nov 2010 20:06:12 -0000 Hello folks, As I said here http://lists.freebsd.org/pipermail/freebsd-ports/2010-September/063813.html I wanted to do a full-free java/openjdk6 port, now it can builds itself without installing any diablo-jdk/sun-jdk/whatever-non-free-jdk. The PR is located here : http://www.freebsd.org/cgi/query-pr.cgi?pr=151923 Please try on FreeBSD 7 i386, amd64 and tell me if everything is okay. Kind regards, -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 20:46:35 2010 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 B3BBE1065698; Wed, 3 Nov 2010 20:46:35 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 15B228FC08; Wed, 3 Nov 2010 20:46:34 +0000 (UTC) Received: by bwz3 with SMTP id 3so962534bwz.13 for ; Wed, 03 Nov 2010 13:46:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hw2jHVOdZg71cV7lQNr3EXTWr1qWPGaaaDrJgY2fHbg=; b=Cy3RxBJzi+IvfyeW7UDfr+8CFr7rANokxm5U9yRU5c42wLts4sVl+qVkGRzqZ+BNWo mGVUnoh2lQT2INke0g1PEscB3vbcG20GJiK5Uc1pkj1WzD9vorzZoz2ABjXVAZ9lPcCs fbpSQqTqvWnN7MzzPCIik/iCvUFt+RASNVsQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Vn7nLop2swE9oa4PVZqlQ8I5SHYhhE/saeXWjGi6hxJu3F9CUZSYiOBvhCsSgh9+8P IhdoekWSoTyxsMYC8FT3UpmrahgVNzkkbBms5pvALza5Op3smFGrv5UmIemk2bd0jnHB YVT4QzdF6iYZ9iOExKicasUCRlgj5pLZjSF6s= MIME-Version: 1.0 Received: by 10.204.62.193 with SMTP id y1mr15902185bkh.131.1288817193896; Wed, 03 Nov 2010 13:46:33 -0700 (PDT) Received: by 10.204.98.195 with HTTP; Wed, 3 Nov 2010 13:46:33 -0700 (PDT) In-Reply-To: <4CD1B994.7020001@FreeBSD.org> References: <4CD1B994.7020001@FreeBSD.org> Date: Wed, 3 Nov 2010 21:46:33 +0100 Message-ID: From: David DEMELIER To: Doug Barton Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: portmaster ----clean-package option mistake 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, 03 Nov 2010 20:46:35 -0000 2010/11/3 Doug Barton : > On 11/3/2010 12:27 AM, David DEMELIER wrote: >> >> Hello Doug, >> >> I think there is a little completion problem in the zsh completion >> file, take a look : >> >> markand@Abricot ~ $ portmaster -- >> >> >> =C2=A0 =C2=A0 =C2=A0 =C2=A008:29 >> option >> ----clean-packages =C2=A0 =C2=A0 =C2=A0-- offer to delete stale packages >> ----clean-packages-all =C2=A0-- delete stale packages without prompting >> --always-fetch =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-- fetch package even i= f it already exists locally >> --check-depends =C2=A0 =C2=A0 =C2=A0 =C2=A0 -- cross-check and update de= pendency >> information for all ports >> --check-port-dbdir =C2=A0 =C2=A0 =C2=A0-- check for stale entries in /va= r/db/ports >> >> Reading the man, and typing the ----clean-packages I assume this >> options does not exist. Here is a patch to correct this. > > Well that's a bit embarrassing, thanks! =C2=A0I don't use zsh, so I rely = on > members of the community to help with that. Have you examined the rest of > the file for any other silly mistakes? I would deeply appreciate it... > Everything looks right :-) --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 22:00:25 2010 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 47538106564A for ; Wed, 3 Nov 2010 22:00:25 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id EFE5C8FC14 for ; Wed, 3 Nov 2010 22:00:24 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PDlNX-0008DA-NA for freebsd-ports@freebsd.org; Wed, 03 Nov 2010 23:00:23 +0100 Received: from host71-40-static.74-81-b.business.telecomitalia.it ([81.74.40.71]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Nov 2010 23:00:23 +0100 Received: from lapo by host71-40-static.74-81-b.business.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Nov 2010 23:00:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Lapo Luchini Date: Wed, 03 Nov 2010 23:00:22 +0100 Lines: 31 Message-ID: <4CD1DB76.8090708@lapo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host71-40-static.74-81-b.business.telecomitalia.it User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.15) Gecko/20101027 SeaMonkey/2.0.10 In-Reply-To: X-Enigmail-Version: 1.0.1 OpenPGP: id=C8F252FB; url=http://www.lapo.it/pgpkey.txt Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Web feeds for UPDATING files [and commits too] 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, 03 Nov 2010 22:00:25 -0000 Alexander Kojevnikov wrote: > The site now features Atom feeds for the following files: > > * ports/UPDATING > * head/UPDATING > * stable/7/UPDATING > * stable/8/UPDATING > > Hope you find the feeds useful. Useful indeed! Also, this is probably a nice thread to point out that a commit log feed exists. It was made by ale@ many months ago but (as far as GoogleReader says) I think I'm the only user so far; these are the FeedBurner-cached entries (to avoid hitting ale@'s ADSL too much): src/ http://feeds.feedburner.com/FreeBSD-6-src http://feeds.feedburner.com/FreeBSD-7-src http://feeds.feedburner.com/FreeBSD-8-src http://feeds.feedburner.com/FreeBSD-HEAD-src ports/ http://feeds.feedburner.com/FreeBSD-ports -- Lapo Luchini - http://lapo.it/ “There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.” (Jeremy S. Anderson) From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 23:31:56 2010 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 E9022106564A for ; Wed, 3 Nov 2010 23:31:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 942008FC18 for ; Wed, 3 Nov 2010 23:31:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA3NVtL5055917 for ; Wed, 3 Nov 2010 17:31:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA3NVtvj055914 for ; Wed, 3 Nov 2010 17:31:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 3 Nov 2010 17:31:55 -0600 (MDT) From: Warren Block To: ports@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 03 Nov 2010 17:31:55 -0600 (MDT) Cc: Subject: Firefox lpr printing 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, 03 Nov 2010 23:31:57 -0000 With firefox-3.6.12,1 and lpr/lpd printing, Firefox core dumps on attempting to print or even File/Page Setup. xfce4, and WITHOUT_CUPS=yes. Anyone else seeing this? From owner-freebsd-ports@FreeBSD.ORG Wed Nov 3 23:44:13 2010 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 4AEF31065675 for ; Wed, 3 Nov 2010 23:44:13 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 161C68FC21 for ; Wed, 3 Nov 2010 23:44:12 +0000 (UTC) Received: from sapphire.club.kyutech.ac.jp (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 5C5C71143C for ; Thu, 4 Nov 2010 08:25:32 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTPS id DC7E411436; Thu, 4 Nov 2010 08:25:30 +0900 (JST) Date: Thu, 4 Nov 2010 08:25:29 +0900 From: Koichiro Iwao To: ports@freebsd.org Message-ID: <20101103232529.GA10213@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: meta@club.kyutech.ac.jp Subject: Re: ports/151323: Update port: net/xrdp (current cvs version) 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, 03 Nov 2010 23:44:13 -0000 whould anyone begin on this? ----- Forwarded message from FreeBSD-gnats-submit@FreeBSD.org ----- Date: Fri, 8 Oct 2010 19:20:02 GMT From: FreeBSD-gnats-submit@FreeBSD.org To: Koichiro IWAO Subject: Re: ports/151323: Update port: net/xrdp (current cvs version) Thank you very much for your problem report. It has the internal identification `ports/151323'. The individual assigned to look at your report is: freebsd-ports-bugs. You can access the state of your problem report at any time via this link: http://www.freebsd.org/cgi/query-pr.cgi?pr=151323 >Category: ports >Responsible: freebsd-ports-bugs >Synopsis: Update port: net/xrdp (current cvs version) >Arrival-Date: Fri Oct 08 19:20:02 UTC 2010 ----- End forwarded message ----- -- kiwao From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 00:53:51 2010 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 77EFE106566C for ; Thu, 4 Nov 2010 00:53:51 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 54E3E8FC16 for ; Thu, 4 Nov 2010 00:53:51 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 87F7F5C3B; Wed, 3 Nov 2010 20:53:50 -0400 (EDT) Date: Wed, 3 Nov 2010 20:53:50 -0400 From: Wesley Shields To: Lapo Luchini Message-ID: <20101104005350.GD37201@atarininja.org> References: <4CD1DB76.8090708@lapo.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CD1DB76.8090708@lapo.it> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: Web feeds for UPDATING files [and commits too] 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, 04 Nov 2010 00:53:51 -0000 On Wed, Nov 03, 2010 at 11:00:22PM +0100, Lapo Luchini wrote: > Alexander Kojevnikov wrote: > > The site now features Atom feeds for the following files: > > > > * ports/UPDATING > > * head/UPDATING > > * stable/7/UPDATING > > * stable/8/UPDATING > > > > Hope you find the feeds useful. > > Useful indeed! Also, this is probably a nice thread to point out that a > commit log feed exists. > > It was made by ale@ many months ago but (as far as GoogleReader says) I > think I'm the only user so far; these are the FeedBurner-cached entries > (to avoid hitting ale@'s ADSL too much): > > src/ > http://feeds.feedburner.com/FreeBSD-6-src > http://feeds.feedburner.com/FreeBSD-7-src > http://feeds.feedburner.com/FreeBSD-8-src > http://feeds.feedburner.com/FreeBSD-HEAD-src > > ports/ > http://feeds.feedburner.com/FreeBSD-ports There is also freshports.org which has an RSS feed apparently. It also has fancy graphs and the ability to get notified when commits are made to ports you choose. -- WXS From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 01:19:28 2010 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 31C331065670 for ; Thu, 4 Nov 2010 01:19:28 +0000 (UTC) (envelope-from SRS0=msQdb0=SF=godthoughts.org=brad@eigbox.net) Received: from bosmailout18.eigbox.net (bosmailout18.eigbox.net [66.96.185.18]) by mx1.freebsd.org (Postfix) with ESMTP id CB9F98FC08 for ; Thu, 4 Nov 2010 01:19:27 +0000 (UTC) Received: from bosmailscan13.eigbox.net ([10.20.15.13]) by bosmailout18.eigbox.net with esmtp (Exim) id 1PDnys-0008VJ-N2 for freebsd-ports@freebsd.org; Wed, 03 Nov 2010 20:47:06 -0400 Received: from bosimpout01.eigbox.net ([10.20.55.1]) by bosmailscan13.eigbox.net with esmtp (Exim) id 1PDnys-0004Z8-Hd for freebsd-ports@freebsd.org; Wed, 03 Nov 2010 20:47:06 -0400 Received: from bosauthsmtp03.eigbox.net ([10.20.18.3]) by bosimpout01.eigbox.net with NO UCE id SofV1f00803yW7601ofVdJ; Wed, 03 Nov 2010 20:39:29 -0400 X-EN-OrigOutIP: 10.20.18.3 X-EN-IMPSID: SofV1f00803yW7601ofVdJ Received: from adsl-68-127-84-255.dsl.frsn02.pacbell.net ([68.127.84.255] helo=REVOLUTION1) by bosauthsmtp03.eigbox.net with esmtpa (Exim) id 1PDnyr-0004cf-Jc for freebsd-ports@freebsd.org; Wed, 03 Nov 2010 20:47:06 -0400 From: "Godthoughts Wired" To: "freebsd-ports" MIME-Version: 1.0 Date: Wed, 3 Nov 2010 17:45:58 -0700 X-EN-UserInfo: 47c0072b103a9172566d4a4b2eecbce0:b84a2835f55098455617267a9225efd3 X-EN-AuthUser: bradriley@godthoughtsministries.com Sender: "Godthoughts Wired" X-EN-OrigIP: 68.127.84.255 X-EN-OrigHost: adsl-68-127-84-255.dsl.frsn02.pacbell.net Message-Id: <20101104011928.31C331065670@hub.freebsd.org> Content-Type: text/plain ; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Meet Phil the Pharisee 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, 04 Nov 2010 01:19:28 -0000 GodThoughtsWired! Wednesday, November 3, 2010 An Inspiration for Today...A Resource for a Lifetime! meet phil the pharisee "To the weak I became weak,=20 that I might win the weak;=20 I have become all things to all men,=20 so that I may by all means save some." 1 Corinthians 9:22 Yesterday's GT was entitled, I'm a Giants Fan...But a Jesus Fanatic! = The point of the message was that, while I enjoy baseball, "on a scale= of 1-10, in terms of what's truly important in my life, the Giants an= d the World Series aren't even on the scale" (see GTWired!, November 2= , 2010). And, as I'm apt to do, I provided a visual illustration from the pulpi= t to contrast that which ultimately means nothing (the Giants winning = the World Series), and that which means everything (my relationship wi= th Jesus). Like the Apostle Paul before me (Olympic games, boxing, running, see a= bove context 1 Corinthians 9:22-27; see also, 2 Timothy 2:5), I've fou= nd sports llustrations to be powerful teaching tools. Having said tha= t, I'm sad to report that phariseeism* is still alive and well in the = body of Christ.=20 Please note the following response from one of our GT subscribers: "You made a poor choice to showboat in the pulpit. On the face of it, = the ministry to which you are called would seem to preclude this...gue= ss not...Your obvious affection for the Giants should not have intrude= d in the pulpit ...Holding on to the world with one hand and on to the things of God with the other is tough. My prayers are with you=20 as you agonize over these choices." -Phil the Pharisee*=20 (name changed to protect the guilty)=20 Very sadly, I'm reminded of Matthew 11:19, "The Son of Man came eating and drinking,=20 and they say, 'Behold, a gluttonous man=20 and a drunkard, a friend=20 of tax collectors and sinners!'=20 Yet wisdom is vindicated by her deeds." "Wisdom is vindicated by her deeds." =20 Indeed! FOR FURTHER STUDY: *Pharisee: "religious," "judgemental," "hypocritical." Phariseeism: see Matthew 23:1-36. WANT TO KNOW MORE ABOUT THE AUTHOR? Click here. WANT TO KNOW MORE ABOUT THE GODTHOUGHTS MINISTRY? Click here. Unsubscribe From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 05:30:30 2010 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 F0E881065672; Thu, 4 Nov 2010 05:30:29 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 94D2F8FC08; Thu, 4 Nov 2010 05:30:29 +0000 (UTC) Received: by gwj16 with SMTP id 16so1124940gwj.13 for ; Wed, 03 Nov 2010 22:30:28 -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:reply-to :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=FfdM9XoNgxuODSEjWRIHEtCfpFaMU4z6aDv6euM1uKo=; b=Pw53hSU3ZpJhQrx7LCG2Jx64ZJ+IjigYVx8y6vNDWnOl399r6aUKyUouqrtaCEYng0 mXuEIgUlBkFShf32NXLfqthjBW1OAIL5sCrq/9w+Wiuv7w8KgHt5tleu10fls/Tt9bD6 cF8U4IKEIDvbQEdt0k5IouBeiOGuuWLjYZpk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=HY/LcesUOanvB7Gquw0q8gmZqAeLaZ3Ww5bUWYLts8AQoLoojYgN4aWJ/3S/xK5sFY OTUkRiTMRTKq3ERHN/xmiPi2sYxC+Z47NsJ1A+EneYLOBwGf7aTLp93XamhrQ/Lw4SMQ WHepfruDUivglNMp+CLfw1KonE/xrKTO6Oc0w= Received: by 10.151.156.21 with SMTP id i21mr466487ybo.432.1288846795800; Wed, 03 Nov 2010 21:59:55 -0700 (PDT) Received: from jimmiejaz.org (bas9-toronto63-1128678266.dsl.bell.ca [67.70.67.122]) by mx.google.com with ESMTPS id m25sm7846742yha.43.2010.11.03.21.59.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Nov 2010 21:59:54 -0700 (PDT) Message-ID: <4CD23DC7.1040305@gmail.com> Date: Thu, 04 Nov 2010 00:59:51 -0400 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: portsclean -CDD oddness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 05:30:30 -0000 After doing a portupgrade, I've always run portsclean -CDD [for reference] -C Clean out all the working directories of the ports tree. (cf. WRKDIRPREFIX) -D Clean out all the distfiles that are not referenced by any port in the ports tree. Specified twice (i.e. -DD), clean out all the distfiles that are not referenced by any port that is currently installed. (cf. DISTDIR) This time, fresh csup and a few ports updated, it wiped out EVERY distfile for reasons I don't understand. Anyone have a clue as to why, or what the frak is going on? Now I know it's not a huge deal, unless there's a bug somewhere, nothing's changed in my /etc/make.conf or my pkgtools.conf in... about 6 months. FreeBSD jimmiejaz.org 7.3-STABLE FreeBSD 7.3-STABLE #0: Tue Jun 1 23:22:54 EDT 2010 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 pkg_info |grep -i portupgrade portupgrade-2.4.6_4,2 FreeBSD ports/packages administration and management tool -r-xr-xr-x 1 root wheel 15978 Mar 15 2010 /usr/local/sbin/portsclean ls -al /usr/ports/distfiles/* ls: No match. pkg_info |wc -l 1217 ls /var/db/pkg/ |wc -l 1220 ls -R /var/db/ports | wc -l 1268 pkgdb -Ff ---> Checking the package registry database /usr/ports/INDEX-7.bz2 100% of 1425 kB 189 kBps done [Updating the portsdb in /usr/ports ... - 22279 port entries found .........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000.........14000.........15000.........16000.........17000.........18000.........19000.........20000.........21000.........22000.. ..... done] evilvte < libsndfile < p5-Class-MOP < p5-IO-Socket-SSL < p5-Moose < p5-Package-Stash < portmaster < xf86-input-citron < auditfile.tbz 100% of 63 kB 31 kBps From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 06:46:59 2010 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 C220F106566C for ; Thu, 4 Nov 2010 06:46:59 +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 520B58FC14 for ; Thu, 4 Nov 2010 06:46:58 +0000 (UTC) Received: (qmail 29787 invoked by uid 399); 4 Nov 2010 06:46:58 -0000 Received: from localhost (HELO ?192.168.2.9?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 4 Nov 2010 06:46:58 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD256E1.5050807@FreeBSD.org> Date: Wed, 03 Nov 2010 23:46:57 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4CD23DC7.1040305@gmail.com> In-Reply-To: <4CD23DC7.1040305@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portsclean -CDD oddness 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, 04 Nov 2010 06:46:59 -0000 On 11/3/2010 9:59 PM, Jimmie James wrote: > After doing a portupgrade, I've always run portsclean -CDD > [for reference] > -C Clean out all the working directories of the ports tree. (cf. > WRKDIRPREFIX) > -D Clean out all the distfiles that are not referenced by any port in > the ports tree. Specified twice (i.e. -DD), clean out all the > distfiles that are not referenced by any port that is currently > installed. (cf. DISTDIR) > > This time, fresh csup and a few ports updated, it wiped out EVERY > distfile for reasons I don't understand. Anyone have a clue as to why, > or what the frak is going on? I can't tell you authoritatively, but I would be very surprised if this problem were not the result of the recent bsd.port.mk changes that removed MD5 checksums, and renamed the variable that refers to the distinfo file. If you've ever had the desire to give portmaster a try, now might be a good time, since I've updated it to deal with this issue. It has the --clean-distfiles feature which does what you described -DD does. It doesn't have the -C feature, but IMO you're better off using a custom WRKDIRPREFIX anyway. :) Alternatively, the following is (arguably) the most efficient command line to handle that problem: cd /usr/ports && find . -maxdepth 3 -type d -name work -exec rm -rf {} \; hth, Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 11:20:00 2010 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 713E2106564A for ; Thu, 4 Nov 2010 11:20:00 +0000 (UTC) (envelope-from fwall@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id E05C78FC16 for ; Thu, 4 Nov 2010 11:19:59 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id oA4B9QYv057807 for ; Thu, 4 Nov 2010 12:09:28 +0100 (CET) (envelope-from fwall@inotronic.de) X-Filter-Status: scanned by inotronic CheckMAIL Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id oA4B9Co5057780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 Nov 2010 12:09:13 +0100 (CET) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from pcfw2 (pcfw2.inotronic-intern.de [10.1.2.235]) by boron.inotronic.de (8.14.3/8.14.3) with ESMTP id oA4B9Cjl073655; Thu, 4 Nov 2010 12:09:12 +0100 (CET) (envelope-from fwall@inotronic.de) Date: Thu, 4 Nov 2010 12:09:12 +0100 From: Frank Wall To: freebsd-ports@freebsd.org Message-ID: <20101104110912.GE2149@pcfw2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: portlint: FATAL: no in ".". 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, 04 Nov 2010 11:20:00 -0000 Hi, I'm trying to verify a newly created port and got this strange error from `portlint` for the first time: $ portlint -aNv [...] OK: WRKSRC seems to be ${WRKDIR}/. OK: no NO_WRKSUBDIR, checking value of WRKSRC. OK: checking RESTRICTED/NO_CDROM/NO_PACKAGE. OK: checking NO_CONFIGURE/NO_PATCH. OK: checking MAN[0-9LN]. OK: checking INFO. OK: checking . FATAL: no in ".". 1 fatal error and 0 warnings found. Could someone give me a hint on this? I don't get this error on i386 machines, only on amd64. Maybe there's something broken somewhere. $ pkg_info -xI portlint portlint-2.13.1 A verifier for FreeBSD port directory $ uname -a FreeBSD server 7.1-RELEASE-p11 FreeBSD 7.1-RELEASE-p11 #0: Fri Feb 26 19:22:31 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 Thanks - Frank From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 11:34:51 2010 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 ED7DA106564A for ; Thu, 4 Nov 2010 11:34:51 +0000 (UTC) (envelope-from fwall@inotronic.de) Received: from mail.inotronic.de (mail.inotronic.de [77.73.248.111]) by mx1.freebsd.org (Postfix) with ESMTP id 7813F8FC13 for ; Thu, 4 Nov 2010 11:34:51 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id oA4BYobX059303 for ; Thu, 4 Nov 2010 12:34:50 +0100 (CET) (envelope-from fwall@inotronic.de) X-Filter-Status: scanned by inotronic CheckMAIL Received: from boron.inotronic.de (boron.inotronic-intern.de [10.1.2.10]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id oA4BYLTK059267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 4 Nov 2010 12:34:21 +0100 (CET) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from pcfw2 (pcfw2.inotronic-intern.de [10.1.2.235]) by boron.inotronic.de (8.14.3/8.14.3) with ESMTP id oA4BYLHP082413; Thu, 4 Nov 2010 12:34:21 +0100 (CET) (envelope-from fwall@inotronic.de) Date: Thu, 4 Nov 2010 12:34:21 +0100 From: Frank Wall To: freebsd-ports@freebsd.org Message-ID: <20101104113420.GF2149@pcfw2> References: <20101104110912.GE2149@pcfw2> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: portlint: FATAL: no in ".". 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, 04 Nov 2010 11:34:52 -0000 On Thu, Nov 04, 2010 at 12:25:44PM +0100, Ren Ladan wrote: > Which version of bsd.port.mk do you have on these machines? > If you're using revision 1.652 or higher (MD5 checksumming removed), Got this version: $FreeBSD: ports/Mk/bsd.port.mk,v 1.653 2010/10/29 12:41:29 erwin Exp $ > you'll need to manually upgrade portlint. Manually rebuilding portlint fixed it, thank you. I rebuilded it with portupgrade before, but obviously this did not help (though I don't understand why this did not fix it). > Maybe the PORTREVISION of portlint should be bumped? Yes, I'd vote for it. Bye - Frank From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 11:47:48 2010 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 A7BD8106564A for ; Thu, 4 Nov 2010 11:47:48 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 37F608FC14 for ; Thu, 4 Nov 2010 11:47:47 +0000 (UTC) Received: by wyb42 with SMTP id 42so1694458wyb.13 for ; Thu, 04 Nov 2010 04:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=OAjRuHzSMREHCtHhOnymMl2MW3dSKzSLXbApzWfVmcg=; b=Fyp4H82Pqd2q1wulg3u4GRv/wu0oZV4LxHR+1wpnIkvrgcKwHF7JRj1Waa9ND8WlPA vkiL0lqJhwT4LJsF/87v7+FyedHmW+yYXHk6TEx/Jdv7pqEPPxkq0/bpxiz7WI9fh3Td SO74kuwnJH3u1ekejifj2WnoU8ob5e+3yz88k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=jxOMgKbLDK7Ze4W8YmPEeJD68hBSeSA0bP2t1f6S25qINjkKrXCMktlsl/bz2feOCZ C9BpQWyt7LXXTIvoctCVdITlNg2Necd39+XaS4C+yg+cYi2XWvAfP1TqmGKwa6fWmcXm rynI87m8SED5ITviaVGkwVT3+gONU/KloPEB4= Received: by 10.216.16.211 with SMTP id h61mr547267weh.106.1288871266749; Thu, 04 Nov 2010 04:47:46 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id f31sm6363876wej.15.2010.11.04.04.47.43 (version=SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 04:47:44 -0700 (PDT) Date: Thu, 4 Nov 2010 11:47:39 +0000 From: RW To: ports@freebsd.org Message-ID: <20101104114739.5bea5ef3@gumby.homeunix.com> In-Reply-To: <4CD256E1.5050807@FreeBSD.org> References: <4CD23DC7.1040305@gmail.com> <4CD256E1.5050807@FreeBSD.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kamikaze@bsdforen.de Subject: Re: portsclean -CDD oddness 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, 04 Nov 2010 11:47:48 -0000 On Wed, 03 Nov 2010 23:46:57 -0700 Doug Barton wrote: > On 11/3/2010 9:59 PM, Jimmie James wrote: > > After doing a portupgrade, I've always run portsclean -CDD > > [for reference] > > -C Clean out all the working directories of the ports tree. (cf. > > WRKDIRPREFIX) > > -D Clean out all the distfiles that are not referenced by any port > > in the ports tree. Specified twice (i.e. -DD), clean out all the > > distfiles that are not referenced by any port that is currently > > installed. (cf. DISTDIR) > > > > This time, fresh csup and a few ports updated, it wiped out EVERY > > distfile for reasons I don't understand. Anyone have a clue as to > > why, or what the frak is going on? > > I can't tell you authoritatively, but I would be very surprised if > this problem were not the result of the recent bsd.port.mk changes > that removed MD5 checksums, and renamed the variable that refers to > the distinfo file. > It looks like distviper in sysutils/bsdadminscripts has the same problem. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 4 11:48:14 2010 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 CFD821065672 for ; Thu, 4 Nov 2010 11:48:14 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 64D468FC1C for ; Thu, 4 Nov 2010 11:48:14 +0000 (UTC) Received: by wwb17 with SMTP id 17so1675431wwb.31 for ; Thu, 04 Nov 2010 04:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=XO60gBYE0ow39E5YzITw3jxaDOsc7pJGS0Y53G6oUEE=; b=D7/han5Bf7XAlDSP5CPnn1tx1OZ/B90PpE2kuwIxVzP4bX9uFwM5KLGfNsumcCZvoe 0qv9mgbfpUGlHCspHxavzvEIqjwcZmpJwDHvlc6gsJMYPvBMPgNm39vvylKcwADWnHhs FcIMJPyrjrCF86O1KF4ZQGs5YuXjaU+Y9aLGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=o+QkSEzbl5XGHLW3NKnR2C0zcxw2HCaP1qo/+VrkJFvbDrK1bgW0SmTx641sv8iJKX SZy80LPX++knKPR4fqceTWvEh4nE8T29yZ+5h7RfPfUMjSlFP+NYmaW21xEngPQ+5pCi DZFxgVdx4NWjTdLqVmqM/+adKt0Q2fcn9dH5o= MIME-Version: 1.0 Received: by 10.227.134.20 with SMTP id h20mr592653wbt.88.1288869944295; Thu, 04 Nov 2010 04:25:44 -0700 (PDT) Received: by 10.227.154.4 with HTTP; Thu, 4 Nov 2010 04:25:44 -0700 (PDT) In-Reply-To: <20101104110912.GE2149@pcfw2> References: <20101104110912.GE2149@pcfw2> Date: Thu, 4 Nov 2010 12:25:44 +0100 Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Frank Wall Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: portlint: FATAL: no in ".". 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, 04 Nov 2010 11:48:14 -0000 2010/11/4 Frank Wall : > Hi, > > I'm trying to verify a newly created port and got this strange error > from `portlint` for the first time: > > $ portlint -aNv > [...] > OK: WRKSRC seems to be ${WRKDIR}/. > OK: no NO_WRKSUBDIR, checking value of WRKSRC. > OK: checking RESTRICTED/NO_CDROM/NO_PACKAGE. > OK: checking NO_CONFIGURE/NO_PATCH. > OK: checking MAN[0-9LN]. > OK: checking INFO. > OK: checking . > FATAL: no =A0in ".". > 1 fatal error and 0 warnings found. > > Could someone give me a hint on this? I don't get this error on > i386 machines, only on amd64. Maybe there's something broken somewhere. > > $ pkg_info -xI portlint > portlint-2.13.1 =A0 =A0 A verifier for FreeBSD port directory > > $ uname -a > FreeBSD server 7.1-RELEASE-p11 FreeBSD 7.1-RELEASE-p11 #0: Fri Feb 26 19:= 22:31 UTC 2010 =A0 =A0 root@amd64-builder.daemonology.net:/usr/obj/usr/src/= sys/GENERIC =A0amd64 > Which version of bsd.port.mk do you have on these machines? If you're using revision 1.652 or higher (MD5 checksumming removed), you'll need to manually upgrade portlint. Maybe the PORTREVISION of portlint should be bumped? Hope that helps, Rene From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 10:26:11 2010 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 1A199106566B for ; Fri, 5 Nov 2010 10:26:11 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id CB5BD8FC0A for ; Fri, 5 Nov 2010 10:26:10 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PEJUn-0005AB-B7 for freebsd-ports@freebsd.org; Fri, 05 Nov 2010 10:26:09 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PEJUn-0000cm-7g for freebsd-ports@freebsd.org; Fri, 05 Nov 2010 10:26:09 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5AQ9SB019768 for ; Fri, 5 Nov 2010 10:26:09 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5AQ8IQ019767 for freebsd-ports@freebsd.org; Fri, 5 Nov 2010 10:26:08 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 10:26:08 +0000 From: Anton Shterenlikht To: freebsd-ports@freebsd.org Message-ID: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: new port - different versions of the same file - advice needed 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, 05 Nov 2010 10:26:11 -0000 I'm trying to make a port of Slatec numerical libraries: http://netlib.org/slatec/ This file contains the full sources: http://netlib.org/slatec/slatec_src.tgz However, according to Netlib FAQ: http://netlib.org/misc/faq.html#2.17 , I've got to replace 3 files in this archive by newer versions: *quote* The easiest to use versions of the routines r1mach, d1mach, and i1mach are located in the blas directory of Netlib. These versions of r1mach and d1mach attempt to determine machine characteristics automatically. The original versions of r1mach, d1mach, and i1mach, in the slatec/src directory, require a user to scan their source and to uncomment the statements specifying the constants for his particular machine. Constants for some architectures are not explicitly identified in the comments of r1mach, d1mach, and i1mach. For those architectures conforming to the IEEE floating-point standard, and most newer ones do, you can locate and uncomment the IEEE-conforming constants in the routines. *end quote* So I need to download http://netlib.org/slatec/slatec_src.tgz, extract all files from it, and then overwrite d1mach.f, i1mach.f and r1mach.f by the Blas versions: http://netlib.org/blas/d1mach.f http://netlib.org/blas/i1mach.f http://netlib.org/blas/r1mach.f What is the best way to achive this? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 12:51:30 2010 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 EE4AA106564A for ; Fri, 5 Nov 2010 12:51:30 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id AB1B68FC08 for ; Fri, 5 Nov 2010 12:51:30 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PELlQ-0007AY-J4; Fri, 05 Nov 2010 12:51:29 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PELlQ-0000q2-Da; Fri, 05 Nov 2010 12:51:28 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5CpSGG028534; Fri, 5 Nov 2010 12:51:28 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5CpS65028530; Fri, 5 Nov 2010 12:51:28 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 12:51:27 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20101105125127.GA25609@mech-cluster241.men.bris.ac.uk> References: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ports@freebsd.org Subject: Re: new port - different versions of the same file - advice needed 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, 05 Nov 2010 12:51:31 -0000 On Fri, Nov 05, 2010 at 10:26:08AM +0000, Anton Shterenlikht wrote: > I'm trying to make a port of Slatec numerical libraries: > http://netlib.org/slatec/ > > This file contains the full sources: > http://netlib.org/slatec/slatec_src.tgz > > However, according to Netlib FAQ: http://netlib.org/misc/faq.html#2.17 , > I've got to replace 3 files in this archive by newer versions: > > *quote* > The easiest to use versions of the routines r1mach, d1mach, and i1mach > are located in the blas directory of Netlib. These versions of r1mach > and d1mach attempt to determine machine characteristics automatically. > > The original versions of r1mach, d1mach, and i1mach, > in the slatec/src directory, require a user to scan > their source and to uncomment the statements specifying > the constants for his particular machine. Constants for some > architectures are not explicitly identified in the comments > of r1mach, d1mach, and i1mach. For those architectures conforming > to the IEEE floating-point standard, and most newer ones do, > you can locate and uncomment the IEEE-conforming constants in the routines. > *end quote* > > So I need to download http://netlib.org/slatec/slatec_src.tgz, > extract all files from it, and then overwrite d1mach.f, i1mach.f > and r1mach.f by the Blas versions: > > http://netlib.org/blas/d1mach.f > http://netlib.org/blas/i1mach.f > http://netlib.org/blas/r1mach.f > > What is the best way to achive this? What I've done for now is to create a tgz of the 3 *.f files above, and put it at http://eis.bris.ac.uk/~mexas/blasmach.tgz I then put in the Makefile MASTER_SITES= http://netlib.org/slatec/ \ http://eis.bris.ac.uk/~mexas/ DISTNAME= ${PORTNAME}_src blasmach This seems to work, but it relies on blasmach.tgz being untarred *after* slatec_src.tgz. I guess this is an unsafe assumption? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 13:28:53 2010 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 76D8F106564A for ; Fri, 5 Nov 2010 13:28:53 +0000 (UTC) (envelope-from laszlof@freebsd.org) Received: from luke.tvog.net (luke.tvog.net [66.71.253.7]) by mx1.freebsd.org (Postfix) with ESMTP id 4B21A8FC19 for ; Fri, 5 Nov 2010 13:28:53 +0000 (UTC) Received: from localhost.localdomain ([127.0.0.1] helo=luke.tvog.net) by luke.tvog.net with esmtpa (Exim 4.69) (envelope-from ) id 1PELmV-0005gQ-In; Fri, 05 Nov 2010 08:52:35 -0400 Received: from [192.168.1.2] ([127.0.0.2] helo=[192.168.1.2]) with IPv4:587 by luke.tvog.net; 5 Nov 2010 08:52:35 -0400 Message-ID: Date: Fri, 05 Nov 2010 09:00:23 -0400 From: "Frank J. Laszlo" User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Anton Shterenlikht References: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> <20101105125127.GA25609@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20101105125127.GA25609@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Assp-ID: luke.tvog.net () X-Assp-Version: 1.7.1.3(1.0.1) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - luke.tvog.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: new port - different versions of the same file - advice needed 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, 05 Nov 2010 13:28:53 -0000 Anton Shterenlikht wrote: > > What I've done for now is to create a tgz > of the 3 *.f files above, and put it at > http://eis.bris.ac.uk/~mexas/blasmach.tgz > > I then put in the Makefile > > MASTER_SITES= http://netlib.org/slatec/ \ > http://eis.bris.ac.uk/~mexas/ > DISTNAME= ${PORTNAME}_src blasmach > > This seems to work, but it relies on blasmach.tgz > being untarred *after* slatec_src.tgz. I guess > this is an unsafe assumption? > > Untar them to another subdirectory, and copy them over in the post-extract extract target. Alternately you could just use REINPLACE_CMD to modify the files within the original tarball. Hope this helps, Frank Laszlo From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 13:44:32 2010 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 98CE0106566C for ; Fri, 5 Nov 2010 13:44:32 +0000 (UTC) (envelope-from joeb@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 648F08FC21 for ; Fri, 5 Nov 2010 13:44:32 +0000 (UTC) Received: from laptop ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 5 Nov 2010 06:27:32 -0700 From: "joeb" To: Date: Fri, 5 Nov 2010 09:27:33 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-OriginalArrivalTime: 15 Oct 2010 18:14:43.0717 (UTC) FILETIME=[D7881350:01CB6C94] X-Sender: joeb@a1poweruser.com X-Sender: joeb@a1poweruser.com Cc: ports@Freebsd.Org Subject: Re: ports/148777: [New Port] sysutils/qjail: Utility to deploy large number of jails quickly X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joeb@a1poweruser.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 13:44:32 -0000 What is the holdup about adding this simple port to the port system? From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 14:17:00 2010 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 48A7D106566B for ; Fri, 5 Nov 2010 14:17:00 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0EFE88FC15 for ; Fri, 5 Nov 2010 14:16:59 +0000 (UTC) Received: by ywh2 with SMTP id 2so2280986ywh.13 for ; Fri, 05 Nov 2010 07:16:59 -0700 (PDT) Received: by 10.42.30.14 with SMTP id t14mr1263935icc.311.1288965248319; Fri, 05 Nov 2010 06:54:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.186.65 with HTTP; Fri, 5 Nov 2010 06:53:47 -0700 (PDT) In-Reply-To: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> References: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> From: Sunpoet Hsieh Date: Fri, 5 Nov 2010 21:53:47 +0800 Message-ID: To: Anton Shterenlikht Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: new port - different versions of the same file - advice needed 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, 05 Nov 2010 14:17:00 -0000 On Fri, Nov 5, 2010 at 6:26 PM, Anton Shterenlikht wr= ote: > I'm trying to make a port of Slatec numerical libraries: > http://netlib.org/slatec/ > > This file contains the full sources: > http://netlib.org/slatec/slatec_src.tgz > > However, according to Netlib FAQ: http://netlib.org/misc/faq.html#2.17 , > I've got to replace 3 files in this archive by newer versions: > > *quote* > The easiest to use versions of the routines r1mach, d1mach, and i1mach > are located in the blas directory of Netlib. These versions of r1mach > and d1mach attempt to determine machine characteristics automatically. > > The original versions of r1mach, d1mach, and i1mach, > in the slatec/src directory, require a user to scan > their source and to uncomment the statements specifying > the constants for his particular machine. Constants for some > architectures are not explicitly identified in the comments > of r1mach, d1mach, and i1mach. For those architectures conforming > to the IEEE floating-point standard, and most newer ones do, > you can locate and uncomment the IEEE-conforming constants in the routine= s. > *end quote* > > So I need to download http://netlib.org/slatec/slatec_src.tgz, > extract all files from it, and then overwrite d1mach.f, i1mach.f > and r1mach.f by the Blas versions: > > http://netlib.org/blas/d1mach.f > http://netlib.org/blas/i1mach.f > http://netlib.org/blas/r1mach.f > > What is the best way to achive this? > > many thanks > anton > Hi, FYI, let me simplify your requirements: 1. source tarball and patch files are from different URLs. 2. patch files are not archived. My suggestion is as follows: (I've not tested yet.) PORTNAME=3D slatec MASTER_SITES=3D http://netlib.org/slatec/ \ http://netlib.org/blas/:mach DISTFILES=3D ${PORTNAME}_src.tgz \ d1mach.f:mach i1mach.f:mach r1mach.f:mach EXTRACT_ONLY=3D ${PORTNAME}_src.tgz Then you could copy these three files from DISTDIR to the work directory. post-extract: @cd ${DISTDIR}/ && ${CP} d1mach.f i1mach.f r1mach.f ${WRKSRC}/src/ Hope that helps. Regards, sunpoet --=20 =C2=A0 Sunpoet Po-Chuan Hsieh =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 4096R/CC57E36B 8AD8 68F2 7D2B 0A10 7E9B = 8CC0 DC44 247E CC57 E36B =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 http://people.FreeBSD.org/~sunpoet/pgpkeys.txt From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 15:53:09 2010 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 622F31065670 for ; Fri, 5 Nov 2010 15:53:09 +0000 (UTC) (envelope-from David.Quattlebaum@sas.com) Received: from mercav14.na.sas.com (mercav14.na.sas.com [149.173.6.152]) by mx1.freebsd.org (Postfix) with ESMTP id E960F8FC0C for ; Fri, 5 Nov 2010 15:53:08 +0000 (UTC) X-TM-IMSS-Message-ID: Received: from MERCHUB02R.na.SAS.com ([10.19.10.49]) by mercav14.na.sas.com ([10.19.9.244]) with ESMTP (TREND IMSS SMTP Service 7.0; TLS: TLSv1/SSLv3,128bits,AES128-SHA) id c3b6edea001f92dc ; Fri, 5 Nov 2010 11:23:17 -0400 Received: from MERCMBX02D.na.SAS.com ([169.254.3.244]) by MERCHUB02R.na.SAS.com ([10.19.10.49]) with mapi id 14.01.0218.012; Fri, 5 Nov 2010 11:23:17 -0400 From: David Quattlebaum To: "ports@FreeBSD.org" Thread-Topic: comms/scud no longer maintained Thread-Index: AQHLfP1eykEXAwjdrkW3cooVcYN/nw== Date: Fri, 5 Nov 2010 15:23:16 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.17.11.9] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Subject: comms/scud no longer maintained 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, 05 Nov 2010 15:53:09 -0000 I haven't touched the scud source code in 4 years. Would it be better to remove comms/scud or just remove me as the Maintainer= ? Thanks. David Q=09 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 16:36:01 2010 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 487FE1065675 for ; Fri, 5 Nov 2010 16:36:01 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id C70E48FC17 for ; Fri, 5 Nov 2010 16:36:00 +0000 (UTC) Received: by eyb7 with SMTP id 7so1779838eyb.13 for ; Fri, 05 Nov 2010 09:35:59 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=G2cBunXHpLwAmupdf9bnrXHAb7Gn/037fWFY714p8oQ=; b=pYrAvIv5pAjhwR5SuyyihXocqyYFSwjbd4DwxVL44mpjFdzIeKMXnXGm2owW0VvvYL smjZtNAXe2tXJmBHKfShs0KcvfiXefA1UQywog47+yh+XzoueX961TGxfe/4A74GMQAr O/YYSK35sXuTTSEvvMQ4QiwO/KQGQeW8kGQuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=qVhVKQrfoA6AWxHxnrzC/WiMfFzeCskw78ft9hANW+/nBwSht1B0MxSwe9JrvZrFQW PPYJD91rtcVvZSdFMPhUcmdOd4coG09K/MM9xxlhtBWxoEErTsxXS4Hy2TfO9HCZrXdn f7U1yRGSkCGJRF+IfUNlRZ3g0JYdn/5ny7amQ= Received: by 10.14.37.10 with SMTP id x10mr1031830eea.32.1288974958514; Fri, 05 Nov 2010 09:35:58 -0700 (PDT) Received: from [192.168.1.64] (ip4da3ae31.direct-adsl.nl [77.163.174.49]) by mx.google.com with ESMTPS id b52sm1187038eei.1.2010.11.05.09.35.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 05 Nov 2010 09:35:49 -0700 (PDT) Message-ID: <4CD43261.6030103@gmail.com> Date: Fri, 05 Nov 2010 17:35:45 +0100 From: Rene Ladan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: David Quattlebaum References: In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" Subject: Re: comms/scud no longer maintained 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, 05 Nov 2010 16:36:01 -0000 Op 05-11-2010 16:23, David Quattlebaum schreef: > I haven't touched the scud source code in 4 years. > > Would it be better to remove comms/scud or just remove me as the Maintainer? > drq@.... is listed as the maintainer in the Makefile, is that your alias? If it still works, there is no real reason to remove it. Someone else might pick it up. Rene -- http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 16:44:47 2010 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 02A69106564A for ; Fri, 5 Nov 2010 16:44:47 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id B14448FC16 for ; Fri, 5 Nov 2010 16:44:45 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PEPPA-00075W-PQ; Fri, 05 Nov 2010 16:44:44 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PEPPA-00028l-Ix; Fri, 05 Nov 2010 16:44:44 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5Giiq0068819; Fri, 5 Nov 2010 16:44:44 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5GihLt068818; Fri, 5 Nov 2010 16:44:43 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 16:44:43 +0000 From: Anton Shterenlikht To: Sunpoet Hsieh Message-ID: <20101105164443.GA68775@mech-cluster241.men.bris.ac.uk> References: <20101105102608.GA19572@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Anton Shterenlikht , freebsd-ports@freebsd.org Subject: Re: new port - different versions of the same file - advice needed 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, 05 Nov 2010 16:44:47 -0000 On Fri, Nov 05, 2010 at 09:53:47PM +0800, Sunpoet Hsieh wrote: > On Fri, Nov 5, 2010 at 6:26 PM, Anton Shterenlikht wrote: > > I'm trying to make a port of Slatec numerical libraries: > > http://netlib.org/slatec/ > > > > This file contains the full sources: > > http://netlib.org/slatec/slatec_src.tgz > > > > However, according to Netlib FAQ: http://netlib.org/misc/faq.html#2.17 , > > I've got to replace 3 files in this archive by newer versions: > > > > *quote* > > The easiest to use versions of the routines r1mach, d1mach, and i1mach > > are located in the blas directory of Netlib. These versions of r1mach > > and d1mach attempt to determine machine characteristics automatically. > > > > The original versions of r1mach, d1mach, and i1mach, > > in the slatec/src directory, require a user to scan > > their source and to uncomment the statements specifying > > the constants for his particular machine. Constants for some > > architectures are not explicitly identified in the comments > > of r1mach, d1mach, and i1mach. For those architectures conforming > > to the IEEE floating-point standard, and most newer ones do, > > you can locate and uncomment the IEEE-conforming constants in the routines. > > *end quote* > > > > So I need to download http://netlib.org/slatec/slatec_src.tgz, > > extract all files from it, and then overwrite d1mach.f, i1mach.f > > and r1mach.f by the Blas versions: > > > > http://netlib.org/blas/d1mach.f > > http://netlib.org/blas/i1mach.f > > http://netlib.org/blas/r1mach.f > > > > What is the best way to achive this? > > > > many thanks > > anton > > > > Hi, > > FYI, let me simplify your requirements: > 1. source tarball and patch files are from different URLs. > 2. patch files are not archived. > > My suggestion is as follows: (I've not tested yet.) > > PORTNAME= slatec > MASTER_SITES= http://netlib.org/slatec/ \ > http://netlib.org/blas/:mach > DISTFILES= ${PORTNAME}_src.tgz \ > d1mach.f:mach i1mach.f:mach r1mach.f:mach > EXTRACT_ONLY= ${PORTNAME}_src.tgz > > Then you could copy these three files from DISTDIR to the work directory. > > post-extract: > @cd ${DISTDIR}/ && ${CP} d1mach.f i1mach.f r1mach.f ${WRKSRC}/src/ > > Hope that helps. > > Regards, > sunpoet thanks, this works well. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 17:29:40 2010 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 5D9CB106564A for ; Fri, 5 Nov 2010 17:29:40 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1C9C38FC0A for ; Fri, 5 Nov 2010 17:29:39 +0000 (UTC) Received: from [93.104.81.246] (helo=current.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1PEMaN-0002mO-EB for freebsd-ports@freebsd.org; Fri, 05 Nov 2010 14:44:07 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id oA5Di5iA004841 for ; Fri, 5 Nov 2010 14:44:05 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id oA5Di52n004840 for freebsd-ports@freebsd.org; Fri, 5 Nov 2010 14:44:05 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 5 Nov 2010 14:44:05 +0100 From: Matthias Apitz To: freebsd-ports@freebsd.org Message-ID: <20101105134405.GA4804@current.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 93.104.81.246 Subject: CURRENT && 10.1r85/install_flash_player_10_linux.tar.gz X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 17:29:40 -0000 Hello, ports/www/linux-f10-flashplugin10 requires 10.1r85/install_flash_player_10_linux.tar.gz but the MASTER_SITES of the Makefile don't have this version and I can't find it in Internet either... how is this supposed to work? Thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 19:09:35 2010 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 DD87F106564A; Fri, 5 Nov 2010 19:09:34 +0000 (UTC) (envelope-from antonio@antonioshome.net) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6AD8FC22; Fri, 5 Nov 2010 19:09:33 +0000 (UTC) Received: by eyb7 with SMTP id 7so1935023eyb.13 for ; Fri, 05 Nov 2010 12:09:33 -0700 (PDT) Received: by 10.216.178.13 with SMTP id e13mr2499655wem.25.1288982753710; Fri, 05 Nov 2010 11:45:53 -0700 (PDT) Received: from antonio.antonioshome.net ([87.223.131.158]) by mx.google.com with ESMTPS id c16sm1058873wef.41.2010.11.05.11.45.51 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Nov 2010 11:45:52 -0700 (PDT) Message-ID: <4CD4504A.7070107@antonioshome.net> Date: Fri, 05 Nov 2010 19:43:22 +0100 From: Antonio Vieiro User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.10) Gecko/20100630 Thunderbird/3.0.5 MIME-Version: 1.0 To: gecko@freebsd.org Content-Type: multipart/mixed; boundary="------------030001040005010109030400" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: firefox in 8.1-RELEASE: High CPU consumption? 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, 05 Nov 2010 19:09:35 -0000 This is a multi-part message in MIME format. --------------030001040005010109030400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, I'm observing what I think a high CPU usage with the "www/firefox" port in 8.1-RELEASE. Even with a blank page loaded (about:blank) I see CPU loads around 7-9%. I've done a truss on the browser and I see what appears to be a loop and some "timeout" and "resource temporarily unavailable" results on calls to "read". I'm attaching a gzipped file with the result of truss. I'd appreciate if you could shed some light on this. Thanks, Antonio P.S.: * uname -a FreeBSD antonio.antonioshome.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 * Makefile timestamp 11662064 -rw-r--r-- 1 root wheel 3799 21 jul 15:31 Makefile * Where the problem occurs: When running firefox (3.6.4). * How to reproduce the problem: Launch firefox and go to "about:blank". Run truss against the process. I can always reproduce this problem. --------------030001040005010109030400-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 20:33:48 2010 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 17D6F106566C for ; Fri, 5 Nov 2010 20:33:48 +0000 (UTC) (envelope-from jason@naughton.ca) Received: from trooper.naughton.ca (naughton.ca [206.248.137.184]) by mx1.freebsd.org (Postfix) with ESMTP id A11A78FC12 for ; Fri, 5 Nov 2010 20:33:47 +0000 (UTC) Received: from webmail.jnaughton.com (localhost [127.0.0.1]) by trooper.naughton.ca (8.14.4/8.14.4) with ESMTP id oA5KAAD3081146 for ; Fri, 5 Nov 2010 16:10:10 -0400 (EDT) (envelope-from jason@naughton.ca) Received: from 192.168.1.2 (SquirrelMail authenticated user jnaughto) by webmail.jnaughton.com with HTTP; Fri, 5 Nov 2010 16:10:10 -0400 Message-ID: Date: Fri, 5 Nov 2010 16:10:10 -0400 From: "Jason Naughton" To: ports@FreeBSD.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: sane-backend 1.0.21 broke on 8.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: Fri, 05 Nov 2010 20:33:48 -0000 Hi All, I recently reinstalled my laptop with Freebsd 8.X from 6.X: FreeBSD trooper.naughton.ca 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Oct 8 17:37:37 EDT 2010 root@trooper.naughton.ca:/usr/obj/usr/src/sys/GENERIC i386 Ever since I re-installed I haven't been able to work with my scanner (EPSON perfection 1660 photo) which worked beautiful with 6.X. It seems that /dev/uscanner is no longer used with 8.X and libusb is now being relied on to access usb devices. The weird thing is that I can find the scanner: $ sane-find-scanner -q found USB scanner (vendor=0x04b8 [EPSON], product=0x011e [EPSON Scanner]) at libusb:/dev/usb:/dev/ugen3.2 as both user and root without any issues. I can also use the scanner again as user and root by issuing: $ scanimage -d epson --format=tiff > foo.tiff It seems though that scanimage cannot determine the scanner as it has to be specified by the -d epson as if I issue: $ scanimage --format=tiff > foo2.tiff scanimage: no SANE devices found which is also the same result from $ scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). Not sure why scanimage -L can't find it but sane-find-scanner does.. This is the same results for root or user. I would rather work with xsane as I need to increase the resolution of the scan but that fails to find the scanner and thus doesn't work at all. Any ideas? Jason Naughton, P.Eng, M.E.Sc, Professional Contractor, JMN Planning, Pickering, Ontario, Office: (416)-509-4886 Fax: (905)-831-3810 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 20:33:48 2010 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 BB5F81065674 for ; Fri, 5 Nov 2010 20:33:48 +0000 (UTC) (envelope-from jason@naughton.ca) Received: from trooper.naughton.ca (naughton.ca [206.248.137.184]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA618FC14 for ; Fri, 5 Nov 2010 20:33:48 +0000 (UTC) Received: from webmail.jnaughton.com (localhost [127.0.0.1]) by trooper.naughton.ca (8.14.4/8.14.4) with ESMTP id oA5K0FAW081038 for ; Fri, 5 Nov 2010 16:00:16 -0400 (EDT) (envelope-from jason@naughton.ca) Received: from 192.168.1.2 (SquirrelMail authenticated user jnaughto) by webmail.jnaughton.com with HTTP; Fri, 5 Nov 2010 16:00:16 -0400 Message-ID: <89b97bf4f9c22747131452193381dbde.squirrel@webmail.jnaughton.com> Date: Fri, 5 Nov 2010 16:00:16 -0400 From: "Jason Naughton" To: ports@FreeBSD.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: sane-backend 1.0.21 broke on 8.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: Fri, 05 Nov 2010 20:33:48 -0000 Hi all, I have an epson perfection 1660 photo that worked beautiful under 6.0. I recently reinstalled a my laptop with 8.0: FreeBSD trooper.naughton.ca 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Oct 8 17:37:37 EDT 2010 root@trooper.naughton.ca:/usr/obj/usr/src/sys/GENERIC i386 It seems that /dev/uscanner has been dropped with the support of libusb. Now if I run sane-find-scanner as root or as user I get: # sane-find-scanner -q found USB scanner (vendor=0x04b8 [EPSON], product=0x011e [EPSON Scanner]) at libusb:/dev/usb:/dev/ugen3.2 Yet if I run # scanimage -L I get: No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). Though even as scanimage -L fails to find the scanner I can run the command: # scanimage -d epson --format=tiff > foo.tiff and it works (the resolution is pretty crappy but it works). If I attempt to simply run: # scanimage --format=tiff >foo2.tiff scanimage: no SANE devices found xsane fails to find anything so it won't start. Any suggestions? I've been surfing the web but I haven't found anything as of yet. Jason Naughton, P.Eng, M.E.Sc, Professional Contractor, JMN Planning, Pickering, Ontario, Office: (416)-509-4886 Fax: (905)-831-3810 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 5 21:50:27 2010 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 30E371065672 for ; Fri, 5 Nov 2010 21:50:27 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id CEB5D8FC0A for ; Fri, 5 Nov 2010 21:50:26 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward13.mail.yandex.net (Yandex) with ESMTP id D5A741080B6C; Sat, 6 Nov 2010 00:50:24 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1288993824; bh=K85SB9vTwrXTzOA/2omM9I4XKFI5yL6w8/07rwXhM8I=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=D7QYuMtjld11g16eOO85TdCTp1gLaqDprgOTaLn7JcFBfxa4nUIk58FEL8QrvzG/e 4wQt51sSktDCji1BKnwxilX5tupzeT1CSvaTzxfdlsghQR9adY5UtNmwUF8so5LReC LnUCHp90pr7gMa++C0waI32nFnmQFlf5UBTo1bi4= Received: from smeshariki2.local (unknown [77.66.145.223]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id 9440844D807A; Sat, 6 Nov 2010 00:50:24 +0300 (MSK) Message-ID: <4CD47C1C.3040602@yandex.ru> Date: Sat, 06 Nov 2010 00:50:20 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: Antonio Vieiro References: <4CD4504A.7070107@antonioshome.net> In-Reply-To: <4CD4504A.7070107@antonioshome.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1288993824 X-Yandex-Spam: 1 X-Yandex-Front: smtp11.mail.yandex.net Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox in 8.1-RELEASE: High CPU consumption? 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, 05 Nov 2010 21:50:27 -0000 Hi! 05.11.2010 21:43, Antonio Vieiro пишет: > Hi all, > > I'm observing what I think a high CPU usage with the "www/firefox" port > in 8.1-RELEASE. > > Even with a blank page loaded (about:blank) I see CPU loads around 7-9%. > > I've done a truss on the browser and I see what appears to be a loop and > some "timeout" and "resource temporarily unavailable" results on calls > to "read". I'm attaching a gzipped file with the result of truss. > * Where the problem occurs: > When running firefox (3.6.4). First of all please try to update to latest version (3.6.12) and check if the problem persists. If it does, run truss again and send the output (you forgot to attach the gzipped file in original message). -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 03:58:51 2010 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 DDD351065670 for ; Sat, 6 Nov 2010 03:58:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 9EA8F8FC08 for ; Sat, 6 Nov 2010 03:58:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA63woiM065729; Fri, 5 Nov 2010 21:58:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA63woqo065726; Fri, 5 Nov 2010 21:58:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 5 Nov 2010 21:58:50 -0600 (MDT) From: Warren Block To: Jason Naughton In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Fri, 05 Nov 2010 21:58:50 -0600 (MDT) Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.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: Sat, 06 Nov 2010 03:58:51 -0000 On Fri, 5 Nov 2010, Jason Naughton wrote: > It seems though that scanimage cannot determine the scanner as it has to > be specified by the -d epson as if I issue: > > $ scanimage --format=tiff > foo2.tiff > scanimage: no SANE devices found > > which is also the same result from > > $ scanimage -L > > No scanners were identified. If you were expecting something different, > check that the scanner is plugged in, turned on and detected by the > sane-find-scanner tool (if appropriate). Please read the documentation > which came with this software (README, FAQ, manpages). > > Not sure why scanimage -L can't find it but sane-find-scanner does.. This > is the same results for root or user. I would rather work with xsane as I > need to increase the resolution of the scan but that fails to find the > scanner and thus doesn't work at all. The Handbook says "No output or a message saying that no scanners were identified indicates that scanimage(1) is unable to identify the scanner. If this happens, you will need to edit the backend configuration file and define the scanner device used." http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html#AEN9379 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 05:00:42 2010 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 B194A1065670 for ; Sat, 6 Nov 2010 05:00:42 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 9ABFD8FC12 for ; Sat, 6 Nov 2010 05:00:42 +0000 (UTC) Received: from omta23.emeryville.ca.mail.comcast.net ([76.96.30.90]) by qmta02.emeryville.ca.mail.comcast.net with comcast id TglP1f0021wfjNsA2h0i7M; Sat, 06 Nov 2010 05:00:42 +0000 Received: from comcast.net ([98.203.142.76]) by omta23.emeryville.ca.mail.comcast.net with comcast id Th0g1f0021f6R9u8jh0gwW; Sat, 06 Nov 2010 05:00:41 +0000 Received: by comcast.net (sSMTP sendmail emulation); Fri, 05 Nov 2010 22:00:39 -0700 Date: Fri, 5 Nov 2010 22:00:39 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20101106050039.GA27874@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Mailer: Mutt 1.5.20 X-Composer: Vim 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: PR 151443 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, 06 Nov 2010 05:00:42 -0000 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151443 I hate to nag, but will one of the committers please give this PR some attention? It's been almost a month with no visible activity. If there's something more you need from me as the maintainer, please let me know. But I think this one is actually pretty simple. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 14:29:39 2010 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 0F2881065673 for ; Sat, 6 Nov 2010 14:29:39 +0000 (UTC) (envelope-from jason@naughton.ca) Received: from trooper.naughton.ca (naughton.ca [206.248.137.184]) by mx1.freebsd.org (Postfix) with ESMTP id A1C5C8FC0C for ; Sat, 6 Nov 2010 14:29:37 +0000 (UTC) Received: from webmail.jnaughton.com (localhost [127.0.0.1]) by trooper.naughton.ca (8.14.4/8.14.4) with ESMTP id oA6ETj3K048903; Sat, 6 Nov 2010 10:29:45 -0400 (EDT) (envelope-from jason@naughton.ca) Received: from 192.168.1.2 (SquirrelMail authenticated user jnaughto) by webmail.jnaughton.com with HTTP; Sat, 6 Nov 2010 10:29:46 -0400 Message-ID: In-Reply-To: References: Date: Sat, 6 Nov 2010 10:29:46 -0400 From: "Jason Naughton" To: "Warren Block" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.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: Sat, 06 Nov 2010 14:29:39 -0000 Hi Warren, I went to the handbook first before sending this email and before madly surfing the web. If you look at my epson.conf file: # grep -v "^#" /usr/local/etc/sane.d/epson.conf usb 0x04b8 0x011e usb /dev/uscanner0 The second line is pointless as with Freebsd 8.X there is no /dev/uscanner of any kind. The first line indicates that there's a usb scanner of product id: 0x04b8 and Vendor id: 0x011e as indicated in the file in question. This is documented in the epson.conf file part of the sane backend configuration scripts: # USB scanner: # There are two different methods of configuring a # USB scanner: libusb and the kernel module # For any system with libusb support (which is # pretty much any recent Linux distribution) the # following line is sufficient. This however assumes # that the connected scanner (or to be more # accurate, it's device ID) is known to the backend. # For libusb support for unknown scanners use the # following command # usb # e.g.: # usb 0x4b8 0x110 usb 0x04b8 0x011e That is why when I issue the command: # scanimage -d epson --format=tiff > foo.tiff it actually works. Yet it's in low resolution and so forth. Yet if I issue the command: # scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). Which is quite annoying. The scanner worked fine with Freebsd 6.0 and is fully supported from the sane project: http://www.sane-project.org/sane-backends.html Epson Perfection 1660 Photo is marked as complete, which is true it did work perfectly. Yet in Freebsd 6.X I was able to put /dev/uscanner0 in the epson.conf file and it was also included in the kernel source (ie the vendor/product id). Yet since Freebsd 8.0 I haven't been able to make it work. Cheers Jason > On Fri, 5 Nov 2010, Jason Naughton wrote: > >> It seems though that scanimage cannot determine the scanner as it has to >> be specified by the -d epson as if I issue: >> >> $ scanimage --format=tiff > foo2.tiff >> scanimage: no SANE devices found >> >> which is also the same result from >> >> $ scanimage -L >> >> No scanners were identified. If you were expecting something different, >> check that the scanner is plugged in, turned on and detected by the >> sane-find-scanner tool (if appropriate). Please read the documentation >> which came with this software (README, FAQ, manpages). >> >> Not sure why scanimage -L can't find it but sane-find-scanner does.. >> This >> is the same results for root or user. I would rather work with xsane as >> I >> need to increase the resolution of the scan but that fails to find the >> scanner and thus doesn't work at all. > > The Handbook says "No output or a message saying that no scanners were > identified indicates that scanimage(1) is unable to identify the > scanner. If this happens, you will need to edit the backend > configuration file and define the scanner device used." > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html#AEN9379 > Jason Naughton, P.Eng, M.E.Sc, Professional Contractor, JMN Planning, Pickering, Ontario, Office: (416)-509-4886 Fax: (905)-831-3810 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 20:57:05 2010 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 DC276106566C for ; Sat, 6 Nov 2010 20:57:05 +0000 (UTC) (envelope-from jamrich.majo@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A418E8FC0A for ; Sat, 6 Nov 2010 20:57:05 +0000 (UTC) Received: by iwn39 with SMTP id 39so4341812iwn.13 for ; Sat, 06 Nov 2010 13:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=1yZskCiKSgHy3UQdrB2ml0+tPdminwgsbByUxrp6lj8=; b=lpSeOHNX1PoRy9wQzuw1qa6YLBzExC87zvS3cZIYX2fPsJKSvsJxafOHgowSQNauHG KaDouvkkuqqmRr18sc/8ziy27bTv9JikYxs+B20s6DuwSlcP3ULkdd00Eh2Ea3KKOupz dVusr2vK3vFruXTSLN1tsIJElOj1ekXbEkULk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pCSgGqFpfqLpxmsEHojhHM3+SrzpHPQZcCUQ48ang7E1O103L3r9Xq0Rr7vPxdfXHh lFUb3rlEDIZg8dMRxZAAd8sRxNmggCTRHMx4fy+Jd9CYfPGLO3ZFxDJ6aC+i0idqFLxo 0DMU1D3ovGeF+8Ot+y3uipXGgl4PGvZh4UNfU= MIME-Version: 1.0 Received: by 10.42.165.130 with SMTP id k2mr2432334icy.169.1289075486187; Sat, 06 Nov 2010 13:31:26 -0700 (PDT) Received: by 10.231.147.75 with HTTP; Sat, 6 Nov 2010 13:31:26 -0700 (PDT) Date: Sat, 6 Nov 2010 21:31:26 +0100 Message-ID: From: =?ISO-8859-1?Q?Mari=E1n_Jamrich?= To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: one question please 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, 06 Nov 2010 20:57:05 -0000 Hi! I have one question to you. How do I get email address my_name@FreeBSD.org? I made my first FreeBSD port and I want to send to commit. Thanks for you reply. --=20 Best regards Mari=E1n Jamrich From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 23:28:53 2010 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 7CEA6106564A for ; Sat, 6 Nov 2010 23:28:53 +0000 (UTC) (envelope-from laszlof@freebsd.org) Received: from luke.tvog.net (luke.tvog.net [66.71.253.7]) by mx1.freebsd.org (Postfix) with ESMTP id 511BA8FC08 for ; Sat, 6 Nov 2010 23:28:53 +0000 (UTC) Received: from localhost.localdomain ([127.0.0.1] helo=luke.tvog.net) by luke.tvog.net with esmtpa (Exim 4.69) (envelope-from ) id 1PErJX-0008L8-FX; Sat, 06 Nov 2010 18:32:47 -0400 Received: from [192.168.1.2] ([127.0.0.2] helo=[192.168.1.2]) with IPv4:587 by luke.tvog.net; 6 Nov 2010 18:32:47 -0400 Message-ID: Date: Sat, 06 Nov 2010 18:40:34 -0400 From: "Frank J. Laszlo" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Mari=E1n_Jamrich?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Assp-ID: luke.tvog.net () X-Assp-Version: 1.7.1.3(1.0.1) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - luke.tvog.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org Cc: ports@FreeBSD.org Subject: Re: one question please 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, 06 Nov 2010 23:28:53 -0000 On 11/6/2010 4:31 PM, Marin Jamrich wrote: > Hi! > > I have one question to you. How do I get email address my_name@FreeBSD.org? > I made my first FreeBSD port and I want to send to commit. > > Thanks for you reply. > Hello! @FreeBSD.org addresses are reserved for committers and other FreeBSD organization members. Typically how it works is once you've contributed to FreeBSD for a while, you may be asked to become a committer, at which point you will be given write access to the FreeBSD repository, and the associated @FreeBSD.org address. Given that you've only submitted a single port, you likely have a lot to learn before you'd be given such access. Either way, thanks for your contributions! -Frank Laszlo From owner-freebsd-ports@FreeBSD.ORG Sat Nov 6 23:34:57 2010 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 34A661065674 for ; Sat, 6 Nov 2010 23:34:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E72B08FC12 for ; Sat, 6 Nov 2010 23:34:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA6NYtcL069520; Sat, 6 Nov 2010 17:34:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA6NYtGR069517; Sat, 6 Nov 2010 17:34:55 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 6 Nov 2010 17:34:55 -0600 (MDT) From: Warren Block To: Jason Naughton In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 06 Nov 2010 17:34:55 -0600 (MDT) Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.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: Sat, 06 Nov 2010 23:34:57 -0000 On Sat, 6 Nov 2010, Jason Naughton wrote: > I went to the handbook first before sending this email and before madly > surfing the web. If you look at my epson.conf file: > > # grep -v "^#" /usr/local/etc/sane.d/epson.conf > usb 0x04b8 0x011e > usb /dev/uscanner0 > > The second line is pointless as with Freebsd 8.X there is no /dev/uscanner > of any kind. The first line indicates that there's a usb scanner of > product id: 0x04b8 and Vendor id: 0x011e as indicated in the file in > question. > ... > That is why when I issue the command: > > # scanimage -d epson --format=tiff > foo.tiff > > it actually works. Yet it's in low resolution and so forth. Yet if > I issue the command: > > # scanimage -L > > No scanners were identified. If you were expecting something different, > check that the scanner is plugged in, turned on and detected by the > sane-find-scanner tool (if appropriate). Please read the documentation > which came with this software (README, FAQ, manpages). > > Which is quite annoying. Okay, the other thing to check is permissions to the USB devices. From devfs.rules: add path 'ugen*' mode 0660 group operator add path 'usb/*' mode 0660 group operator With that, and the USB IDs in epson.conf, my Epson 1640SU works fine with a normal user: % scanimage -L device `epson2:libusb:/dev/usb:/dev/ugen2.3' is a Epson Perfection1640 flatbed scanner