From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 00:37: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 C9A471065674 for ; Sun, 22 Aug 2010 00:37:11 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from paka.cyberleo.net (paka.cyberleo.net [66.219.31.21]) by mx1.freebsd.org (Postfix) with ESMTP id A775D8FC1B for ; Sun, 22 Aug 2010 00:37:11 +0000 (UTC) Received: from [172.16.44.4] (h-74-2-96-2.chcgilgm.static.covad.net [74.2.96.2]) by paka.cyberleo.net (Postfix) with ESMTPSA id 11FC828416; Sat, 21 Aug 2010 20:21:13 -0400 (EDT) Message-ID: <4C706D78.70200@cyberleo.net> Date: Sat, 21 Aug 2010 19:21:12 -0500 From: CyberLeo Kitsana User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100710 Thunderbird/3.0.5 MIME-Version: 1.0 To: FreeBSD Ports X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: CyberLeo Subject: Overriding port knobs in child ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 00:37:11 -0000 Hi! In the interests of keeping my embedded installations small, I wish to avoid installing certain run-time dependencies for unused features. For instance, the port www/squid is set USE_PERL5, which registers perl5 as a bdep and rdep; however, the only components of squid that actually make use of perl5 are two authentication helper scripts that I do not use. Since nothing else on the machine uses perl5, there's no point in actually having it installed and using up space on the flashcard. So I figure I can change www/squid from USE_PERL5 to USE_PERL5_BUILD, while inheriting all other settings and options; but I don't want to tamper with the original port and introduce problems updating the tree later on. To accommodate this, I created a child port, www/squid-perlless, and placed the following in the Makefile: ----8<---- MASTERDIR= ${.CURDIR}/../../www/squid .include "${MASTERDIR}/Makefile" PORTNAME= squid-perlless .undef USE_PERL5 USE_PERL5_BUILD=yes ----8<---- Installing this port creates a package named 'squid-perlless', but it still has perl5 registered as an rdep, regardless of where I put the .include. I even tried including bsd.port*.mk after the master makefile, but that just spewed a bunch of 'redefined' messages, and changed nothing. Am I missing something here, or am I approaching the problem from the wrong angle? It seems that this is a relatively necessary bit of functionality for child ports, but I have not discovered anything in the porters handbook that provides any hints for changing port knobs in a child port. Thanks! -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 00:49:33 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 DC4041065672; Sun, 22 Aug 2010 00:49:33 +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 8A4DF8FC08; Sun, 22 Aug 2010 00:49:33 +0000 (UTC) Received: by vws7 with SMTP id 7so4952329vws.13 for ; Sat, 21 Aug 2010 17:49:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.126.166 with SMTP id c38mr1980645vcs.52.1282438172691; Sat, 21 Aug 2010 17:49:32 -0700 (PDT) Received: by 10.220.199.202 with HTTP; Sat, 21 Aug 2010 17:49:32 -0700 (PDT) X-Originating-IP: [71.1.133.114] In-Reply-To: References: Date: Sat, 21 Aug 2010 17:49:32 -0700 Message-ID: From: Rob Farmer To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: portmaster and build depends 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, 22 Aug 2010 00:49:33 -0000 On Sat, Aug 21, 2010 at 3:03 PM, Doug Barton wrote: > On Sat, 21 Aug 2010, Rob Farmer wrote: > >> I just came across what I think is a potential problem in portmaster >> (3.0). I csup-ed today and ran portmaster -a. This machine had ports >> last updated on August 9th. >> >> =3D=3D=3D>>> The following actions will be taken if you choose to procee= d: >> =A0 =A0 =A0 Upgrade en-freebsd-doc-20100625 to en-freebsd-doc-20100811 >> =A0 =A0 =A0 Upgrade ruby-1.8.7.248_2,1 to ruby-1.8.7.248_3,1 >> =A0 =A0 =A0 Upgrade sqlite3-3.6.23.1_1 to sqlite3-3.6.23.1_2 >> =A0 =A0 =A0 Upgrade freetype2-2.4.1 to freetype2-2.4.2 >> =A0 =A0 =A0 Upgrade ghostscript8-nox11-8.71_4 to ghostscript8-nox11-8.71= _5 >> =A0 =A0 =A0 Install print/cups-image >> =A0 =A0 =A0 Install print/cups-client >> =A0 =A0 =A0 Install security/gnutls >> =A0 =A0 =A0 Upgrade bison-2.4.1_1,1 to bison-2.4.3,1 >> =A0 =A0 =A0 Upgrade ddclient-3.8.0 to ddclient-3.8.0_1 >> =A0 =A0 =A0 Upgrade nginx-devel-0.8.48 to nginx-devel-0.8.49 >> =A0 =A0 =A0 Upgrade phpMyAdmin-3.3.5 to phpMyAdmin-3.3.5.1 >> >> =3D=3D=3D>>> Proceed? y/n [y] >> >> I think this is an issue because ghostscript is a build dependency of >> en-freebsd-doc (indirectly: textproc/docproj-jadetex > >> textproc/docproj > print/ghostscript8). Thus, the new documentation >> tools will be built after the new documentation is built with the old >> tools. > > The case you're describing more generally is: > parent port: out of date > =A0 =A0 =A0 =A0\ > =A0 =A0 =A0 =A0 child port: up to date > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0\ > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 grandchild port: out of date > > This is exact scenario that I left the -t option in the code to handle, a= nd > is the only one where I know for sure that it's valid and appropriate. > Unfortunately it's nearly impossible for portmaster to detect this situat= ion > without -t, and using it routinely has other nasty side effects. > > The only thing I can suggest at this point is to try -at and see if that > works for you. Ok, portmaster -at seems to work as expected. However, the problem with this solution is that if -t isn't recommended for routine use, how am I supposed to know when to use it? --=20 Rob Farmer > > > hth, > > Doug > > -- > > =A0 =A0 =A0 =A0Improve the effectiveness of your Internet presence with > =A0 =A0 =A0 =A0a domain name makeover! =A0 =A0http://SupersetSolutions.co= m/ > > =A0 =A0 =A0 =A0Computers are useless. They can only give you answers. > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-- Pablo Picasso > > From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 00:53: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 02B6D1065670; Sun, 22 Aug 2010 00:53:46 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [IPv6:2a01:238:42c7:9a00::2]) by mx1.freebsd.org (Postfix) with ESMTP id 704F28FC18; Sun, 22 Aug 2010 00:53:45 +0000 (UTC) Received: from mail.solomo.de (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id C94865C69; Sun, 22 Aug 2010 02:53:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by mail.solomo.de (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rrphvEfGVRi6; Sun, 22 Aug 2010 02:53:42 +0200 (CEST) Received: from [192.168.0.122] (p50914F65.dip.t-dialin.net [80.145.79.101]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id A7C4C5C5F; Sun, 22 Aug 2010 02:53:42 +0200 (CEST) Message-ID: <4C707516.4070107@kasimir.com> Date: Sun, 22 Aug 2010 02:53:42 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b5pre) Gecko/20100820 Shredder/3.2a1pre MIME-Version: 1.0 To: ports@freebsd.org References: <4C6B9091.3000901@kasimir.com> In-Reply-To: <4C6B9091.3000901@kasimir.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: sobomax@freebsd.org Subject: Re: net/asterisk16 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, 22 Aug 2010 00:53:46 -0000 On 18.08.10 09:49, Florian Smeets wrote: > On 16.08.10 17:06, Матковский Александр wrote: >> Hello. > > Hi, > >> Can you tell me when planed adding asterisk 1.6.2 in ports Freebsd?. >> I try write to maintainer: sobomax@FreeBSD.org, but received error: >> 550 sender or recipient address is wrong >> > > the unavailability or unresponsiveness of sobomax has stalled any effort > regarding asterisk for the last few month. There were several PRs which > wanted to update to port to some version of 1.6.x.x > > Asterisk16 does not even build, and that at least since 3rd of June. I > submitted a PR (148630) to fix it but nothing happened... I even think > 8.1. shipped with the port broken. > > We should start moving to the 1.6.2 branch, as 1.6.0.28 was the last > bugfix release for the branch we currently have in ports. An update to > 1.6.0.28 would be PR 144758 + PORTVERSION and distinfo changes. > > I absolutely do not want to sound grumpy or "attack" Maxim, i just want > us to move forward :-) > I have just submitted PR 149865 which is an update to 1.6.0.28. Is there a committer who would be willing to work on the asterisk ports with me and other volunteers? If we get this into the tree i would also take a look at updating to the 1.6.2.x version. Cheers, Florian From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 03:03:29 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 5D51C1065742 for ; Sun, 22 Aug 2010 03:03:28 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DF1848FC12 for ; Sun, 22 Aug 2010 03:03:27 +0000 (UTC) Received: by ewy26 with SMTP id 26so3217468ewy.13 for ; Sat, 21 Aug 2010 20:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=b2cXzUafMxORJrbk/aGpVk2L9LzjvE6jR16aQRp25do=; b=jEceD4hVG66oy2tC82XlZmOzG6RlFx1LluQ9URfeCjBO6MiS+r5HqTl3b4gTHaZQHx Md5PGyk0EaZghw49P7kKTvGqjKjWWho3w3l52rYMZhEMYrSeCDkem1WCXBNdsxCMihve jiJ0dvxKc6yPFA5mILC/Kkb7Bmn2hl+USoEc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=gr0Pj1HcPpzjILCUXiCrx5s/o600d3MwQ0cgUMTPvI/8B7rCAdlx2+mVpjlFUO8FJ3 lYg5NDVMaBDPkNB065ICHDmIYCz1Xf4xKQaJsTVQ33bWpMirugbha3Q9CI70mWckQmXu aUYcxw6VkPnzd14X5ox7jrLYK14rziDffre/U= Received: by 10.213.20.10 with SMTP id d10mr3017050ebb.92.1282446206756; Sat, 21 Aug 2010 20:03:26 -0700 (PDT) Received: from localhost ([85.17.254.135]) by mx.google.com with ESMTPS id z55sm8047396eeh.21.2010.08.21.20.03.24 (version=SSLv3 cipher=RC4-MD5); Sat, 21 Aug 2010 20:03:26 -0700 (PDT) From: Anonymous To: CyberLeo Kitsana References: <4C706D78.70200@cyberleo.net> Date: Sun, 22 Aug 2010 06:58:27 +0400 In-Reply-To: <4C706D78.70200@cyberleo.net> (CyberLeo Kitsana's message of "Sat, 21 Aug 2010 19:21:12 -0500") Message-ID: <86occv2w18.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Ports Subject: Re: Overriding port knobs in child ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 03:03:29 -0000 CyberLeo Kitsana writes: [...] > ----8<---- > MASTERDIR= ${.CURDIR}/../../www/squid > > .include "${MASTERDIR}/Makefile" > > PORTNAME= squid-perlless > .undef USE_PERL5 > USE_PERL5_BUILD=yes > ----8<---- > > Installing this port creates a package named 'squid-perlless', but it > still has perl5 registered as an rdep, regardless of where I put the > .include. My guess, you're erasing USE_PERL5 too late, master port already inlcuded bsd.perl.mk via bsd.port.mk and set build/run deps. While you can trick Mk/ files into thinking they're already loaded, e.g. Perl_Pre_Include= Perl_Post_Include= BUILD_DEPENDS+=perl:${PORTSDIR}/lang/perl5.12 PKGNAMESUFFIX=-perlless .include "${MASTERDIR}/Makefile" there is another way - bsd.local.mk. You can put a few lines there and it'll only be a matter of a few ifdefs in make.conf, e.g. .if ${.CURDIR:M*/squid} USE_LOCAL_MK= STRIP_PERL5_RUN= .endif %% Index: Mk/bsd.local.mk =================================================================== RCS file: /a/.cvsup/ports/Mk/bsd.local.mk,v retrieving revision 1.2 diff -u -p -r1.2 bsd.local.mk --- Mk/bsd.local.mk 10 Dec 2006 18:15:33 -0000 1.2 +++ Mk/bsd.local.mk 22 Aug 2010 02:57:53 -0000 @@ -12,6 +12,23 @@ Local_Pre_Include= bsd.local.mk +.if defined(STRIP_PERL5) + PKGNAMESUFFIX += -no-perl +. undef USE_PERL5 +. undef USE_PERL5_BUILD +. undef USE_PERL5_RUN +.elif defined(STRIP_PERL5_BUILD) + PKGNAMESUFFIX += -no-perl-bdep + USE_PERL5_RUN := ${USE_PERL5} +. undef USE_PERL5 +. undef USE_PERL5_BUILD +.elif defined(STRIP_PERL5_RUN) + PKGNAMESUFFIX += -no-perl-rdep + USE_PERL5_BUILD := ${USE_PERL5} +. undef USE_PERL5 +. undef USE_PERL5_RUN +.endif + # # Here is where any code that needs to run at bsd.port.pre.mk inclusion # time should live. %% From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 05:20: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 451F91065673 for ; Sun, 22 Aug 2010 05:20:47 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id C7E288FC1D for ; Sun, 22 Aug 2010 05:20:46 +0000 (UTC) Received: (qmail 13074 invoked by uid 399); 22 Aug 2010 05:20:45 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 22 Aug 2010 05:20:45 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C70B3AC.3020401@FreeBSD.org> Date: Sat, 21 Aug 2010 22:20:44 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: Rob Farmer References: In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports Subject: Re: portmaster and build depends 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, 22 Aug 2010 05:20:47 -0000 On 08/21/2010 17:49, Rob Farmer wrote: > Ok, portmaster -at seems to work as expected. Excellent! > However, the problem with this solution is that if -t isn't > recommended for routine use, how am I supposed to know when to use it? You're not. :) In practice most port authors are really good about creating direct dependencies on the things that really matter for their port. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 05:34:17 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 88ED51065697; Sun, 22 Aug 2010 05:34:17 +0000 (UTC) (envelope-from takatsu.tomonari@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E63DD8FC0A; Sun, 22 Aug 2010 05:34:16 +0000 (UTC) Received: by ewy26 with SMTP id 26so3234913ewy.13 for ; Sat, 21 Aug 2010 22:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=3uY1Gcu+DipYWMu1sr+Ie8eHeKsQFaWHhNwMbDXqBRw=; b=eU9xfaH2hiPKVNTTdgQ7O3EE2j3/xYRyfi3F2/RzBjNgTiBH2un6rOfFxENdluysu3 kQJYk7tEGcMoN/vCvlmmD1ogsq+ytsIRyQ2uZp0950KcRUlhDxblbcr/xnIvHImPZaqQ 26yAd7rn2gBhNHYvZRz9lMiUrcdQzAwfRNgFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=jHuywUzSMiLthC42XZmL87xzF9jmRMXzEtygBhAEVgjWCWrgbe0v6qgwjjeruoaRSc 4vXRKQXUDKCIz68YnP/plOzDMDWZoXaAd9qN2iF+io7ojCag9naQaoOlQzRKadrkDJdK mLq7yo7YhkAcgQ1sJmkmYgQfjSfEUz8SDsn8k= MIME-Version: 1.0 Received: by 10.213.17.133 with SMTP id s5mr3272182eba.21.1282453752777; Sat, 21 Aug 2010 22:09:12 -0700 (PDT) Sender: takatsu.tomonari@gmail.com Received: by 10.213.21.205 with HTTP; Sat, 21 Aug 2010 22:09:12 -0700 (PDT) In-Reply-To: <4C707516.4070107@kasimir.com> References: <4C6B9091.3000901@kasimir.com> <4C707516.4070107@kasimir.com> Date: Sun, 22 Aug 2010 14:09:12 +0900 X-Google-Sender-Auth: C-SwRhOlNP-9p5poStjyiGjBW-o Message-ID: From: TAKATSU Tomonari To: Florian Smeets , ports Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: sobomax Subject: Re: net/asterisk16 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, 22 Aug 2010 05:34:17 -0000 2010/8/22 Florian Smeets : > On 18.08.10 09:49, Florian Smeets wrote: >> >> On 16.08.10 17:06, =ED=C1=D4=CB=CF=D7=D3=CB=C9=CA =E1=CC=C5=CB=D3=C1=CE= =C4=D2 wrote: >>> >>> Hello. >> >> Hi, >> >>> Can you tell me when planed adding asterisk 1.6.2 in ports Freebsd?. >>> I try write to maintainer: sobomax@FreeBSD.org, but received error: >>> 550 sender or recipient address is wrong >>> >> >> the unavailability or unresponsiveness of sobomax has stalled any effort >> regarding asterisk for the last few month. There were several PRs which >> wanted to update to port to some version of 1.6.x.x >> >> Asterisk16 does not even build, and that at least since 3rd of June. I >> submitted a PR (148630) to fix it but nothing happened... I even think >> 8.1. shipped with the port broken. >> >> We should start moving to the 1.6.2 branch, as 1.6.0.28 was the last >> bugfix release for the branch we currently have in ports. An update to >> 1.6.0.28 would be PR 144758 + PORTVERSION and distinfo changes. >> >> I absolutely do not want to sound grumpy or "attack" Maxim, i just want >> us to move forward :-) >> > > I have just submitted PR 149865 which is an update to 1.6.0.28. Is there = a > committer who would be willing to work on the asterisk ports with me and > other volunteers? > > If we get this into the tree i would also take a look at updating to the > 1.6.2.x version. > > Cheers, > Florian Hi, I would like to take PR ports/149865 if sobomax@ agree with me. If he does not response to this message, I will change maintainer address from sobomax@ to flo@kasimir.com or appropriate email address. Regards, --=20 TAKATSU Tomonari From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 07:22:23 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 53E891065693 for ; Sun, 22 Aug 2010 07:22:23 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF598FC17 for ; Sun, 22 Aug 2010 07:22:22 +0000 (UTC) Received: from cpe-66-68-128-204.austin.res.rr.com ([66.68.128.204] helo=[172.16.32.100]) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1On4so-0003Bb-Ce; Sun, 22 Aug 2010 07:22:22 +0000 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: Date: Sun, 22 Aug 2010 02:22:11 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <4F1B7A42-0DB2-4B25-8326-64DEA1895345@FreeBSD.org> References: <4C6B9091.3000901@kasimir.com> <4C707516.4070107@kasimir.com> To: ports X-Mailer: Apple Mail (2.1081) Cc: TAKATSU Tomonari Subject: Re: net/asterisk16 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, 22 Aug 2010 07:22:23 -0000 On Aug 22, 2010, at 00:09 , TAKATSU Tomonari wrote: > I would like to take PR ports/149865 if sobomax@ agree with me. > If he does not response to this message, I will change maintainer = address > from sobomax@ to flo@kasimir.com or appropriate email address. Given that the port has apparently been broken since early June, and = that we have someone willing to take over , I'd say that this is a = cast-iron case for a maintainer-timeout commit of the patch along with = reassignment of the port. -aDe From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 12:24:36 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 E98F81065674; Sun, 22 Aug 2010 12:24:36 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 903848FC15; Sun, 22 Aug 2010 12:24:36 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 29A1222C53BB; Sun, 22 Aug 2010 15:24:35 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id E35255A9003; Sun, 22 Aug 2010 05:24:33 -0700 (PDT) From: QAT@FreeBSD.org To: Boris Samorodov In-Reply-To: <201008221222.o7MCMUkQ096792@repoman.freebsd.org> References: <201008221222.o7MCMUkQ096792@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-08-15 10:20:52 X-QAT-Port: print/openprinting X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/openprinting-1.0_2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20100822122433.E35255A9003@jester1b.ixsystems.com> Date: Sun, 22 Aug 2010 05:24:33 -0700 (PDT) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/print/openprinting Makefile) 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, 22 Aug 2010 12:24:37 -0000 print/openprinting, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 12:47:24 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 917FD106567A; Sun, 22 Aug 2010 12:47:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 690178FC18; Sun, 22 Aug 2010 12:47:24 +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 o7MClOiL039272; Sun, 22 Aug 2010 12:47:24 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MClOW5039268; Sun, 22 Aug 2010 12:47:24 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 12:47:24 GMT Message-Id: <201008221247.o7MClOW5039268@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org, freebsd-ports@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149686: new port: japanese/py-zinnia 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, 22 Aug 2010 12:47:24 -0000 Synopsis: new port: japanese/py-zinnia Responsible-Changed-From-To: freebsd-python->freebsd-ports Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 12:47:24 UTC 2010 Responsible-Changed-Why: New port PR http://www.freebsd.org/cgi/query-pr.cgi?pr=149686 From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 12:47:31 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 97F3F10656B7; Sun, 22 Aug 2010 12:47:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5338FC08; Sun, 22 Aug 2010 12:47:31 +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 o7MClVUR039363; Sun, 22 Aug 2010 12:47:31 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MClVNv039359; Sun, 22 Aug 2010 12:47:31 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 12:47:31 GMT Message-Id: <201008221247.o7MClVNv039359@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org, freebsd-ports@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149688: new port: japanese/py-tegaki 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, 22 Aug 2010 12:47:31 -0000 Synopsis: new port: japanese/py-tegaki Responsible-Changed-From-To: freebsd-python->freebsd-ports Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 12:47:31 UTC 2010 Responsible-Changed-Why: New port PR http://www.freebsd.org/cgi/query-pr.cgi?pr=149688 From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 12:47:38 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 72218106573A; Sun, 22 Aug 2010 12:47:38 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B0D88FC16; Sun, 22 Aug 2010 12:47:38 +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 o7MClcls039456; Sun, 22 Aug 2010 12:47:38 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MClcrg039452; Sun, 22 Aug 2010 12:47:38 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 12:47:38 GMT Message-Id: <201008221247.o7MClcrg039452@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-python@FreeBSD.org, freebsd-ports@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149689: new port: japanese/py-tegaki-gtk 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, 22 Aug 2010 12:47:38 -0000 Synopsis: new port: japanese/py-tegaki-gtk Responsible-Changed-From-To: freebsd-python->freebsd-ports Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 12:47:37 UTC 2010 Responsible-Changed-Why: New port PR http://www.freebsd.org/cgi/query-pr.cgi?pr=149689 From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 18:38:05 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 AEA8D1065693; Sun, 22 Aug 2010 18:38:05 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 860EC8FC24; Sun, 22 Aug 2010 18:38: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 o7MIc5rB081592; Sun, 22 Aug 2010 18:38:05 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MIc5L0081588; Sun, 22 Aug 2010 18:38:05 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 18:38:05 GMT Message-Id: <201008221838.o7MIc5L0081588@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149686: new port: japanese/py-zinnia 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, 22 Aug 2010 18:38:05 -0000 Synopsis: new port: japanese/py-zinnia Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 18:38:05 UTC 2010 Responsible-Changed-Why: Should be freebsd-ports-bugs http://www.freebsd.org/cgi/query-pr.cgi?pr=149686 From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 18:38:24 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 A159510656A7; Sun, 22 Aug 2010 18:38:24 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 78AD38FC18; Sun, 22 Aug 2010 18:38:24 +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 o7MIcOLq081689; Sun, 22 Aug 2010 18:38:24 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MIcOpw081685; Sun, 22 Aug 2010 18:38:24 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 18:38:24 GMT Message-Id: <201008221838.o7MIcOpw081685@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149689: new port: japanese/py-tegaki-gtk 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, 22 Aug 2010 18:38:24 -0000 Synopsis: new port: japanese/py-tegaki-gtk Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 18:38:24 UTC 2010 Responsible-Changed-Why: Should be freebsd-ports-bugs http://www.freebsd.org/cgi/query-pr.cgi?pr=149689 From owner-freebsd-ports@FreeBSD.ORG Sun Aug 22 18:38:31 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 6E9C71065733; Sun, 22 Aug 2010 18:38:31 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 460388FC2A; Sun, 22 Aug 2010 18:38:31 +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 o7MIcV47081780; Sun, 22 Aug 2010 18:38:31 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7MIcVt4081776; Sun, 22 Aug 2010 18:38:31 GMT (envelope-from lwhsu) Date: Sun, 22 Aug 2010 18:38:31 GMT Message-Id: <201008221838.o7MIcVt4081776@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: lwhsu@FreeBSD.org Cc: Subject: Re: ports/149688: new port: japanese/py-tegaki 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, 22 Aug 2010 18:38:31 -0000 Synopsis: new port: japanese/py-tegaki Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Aug 22 18:38:30 UTC 2010 Responsible-Changed-Why: Should be freebsd-ports-bugs http://www.freebsd.org/cgi/query-pr.cgi?pr=149688 From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 01:47:07 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 DC1411065694; Mon, 23 Aug 2010 01:47:07 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id BAF818FC18; Mon, 23 Aug 2010 01:47:07 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 4B4128C068; Sun, 22 Aug 2010 20:47:07 -0500 (CDT) Date: Sun, 22 Aug 2010 20:47:07 -0500 From: Mark Linimon To: Ade Lovett Message-ID: <20100823014707.GP22986@lonesome.com> References: <4C6B9091.3000901@kasimir.com> <4C707516.4070107@kasimir.com> <4F1B7A42-0DB2-4B25-8326-64DEA1895345@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F1B7A42-0DB2-4B25-8326-64DEA1895345@FreeBSD.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: ports , TAKATSU Tomonari Subject: Re: net/asterisk16 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, 23 Aug 2010 01:47:07 -0000 On Sun, Aug 22, 2010 at 02:22:11AM -0500, Ade Lovett wrote: > Given that the port has apparently been broken since early June, and > that we have someone willing to take over , I'd say that this is a cast- > iron case for a maintainer-timeout commit of the patch along with > reassignment of the port. I sent mail to sobomax on the 17th and he responded. I'm willing to wait a few more days to see what action he takes but that's it. mcl From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 05:00:48 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 41A461065694 for ; Mon, 23 Aug 2010 05:00:48 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id EFD638FC19 for ; Mon, 23 Aug 2010 05:00:47 +0000 (UTC) Received: by yxe42 with SMTP id 42so2265918yxe.13 for ; Sun, 22 Aug 2010 22:00:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:user-agent:mime-version:content-type; bh=1CdLA4/ctnMSiFwO4ar9jA5P2BvfUPePlvjpk5SPMvQ=; b=XHYt6ei39TuhbU6OsBi/3M0vxr69LN2xUBLfCfdsGawHeHeuiCV2uhxtzmb697tsR6 nQPVqCsLGj0R8Yw0DWjFUgqGFiWDwRnIXqDVPYVi26BqT4kf5VYbmjw+MsYqXrYHRZMD +p++PWiThtb+Q3mH3HZeqTAJIsmrbViFsQLlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=A6vqKjWGMstyCrIFMq5nyG9Tbdxbn6v3II2f4atM0Up+/6Ujgjsgn4girBt68e4nZ0 LPIfvJtuJbyaoJ2lefX5KFTbsYi/ywv9lwA9VymdT+nY0b0KAk0/z552/WpU1bGFzUv4 Ufvk/CbaAut1YZXZfrj/0SW71bfT2dbh6P2mI= Received: by 10.100.214.20 with SMTP id m20mr4735810ang.69.1282539647080; Sun, 22 Aug 2010 22:00:47 -0700 (PDT) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id h5sm10105489anb.28.2010.08.22.22.00.45 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Aug 2010 22:00:46 -0700 (PDT) From: Anonymous To: Philip Paeps Date: Mon, 23 Aug 2010 08:56:18 +0400 Message-ID: <86y6by2ah9.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paul Shepel , freebsd-ports@freebsd.org Subject: drop maintainership from games/wesnoth{,-devel} to ports@ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 05:00:48 -0000 I kinda hate having to wait for a timeout instead of approval. If not timeouts then you're just too slow, committing an update just before next release. This makes window for players to report bugs about -devel release to upstream too narrow if not nonexistent. In hopes ports/149899 will be comitted before 1.9.1 is released. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 06:43: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 077DB10656A9 for ; Mon, 23 Aug 2010 06:43:51 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id EDC0B8FC1B for ; Mon, 23 Aug 2010 06:43:50 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7N6hoti081556 for ; Mon, 23 Aug 2010 06:43:50 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7N6hoP0081555 for ports@FreeBSD.org; Mon, 23 Aug 2010 06:43:50 GMT (envelope-from erwin) Date: Mon, 23 Aug 2010 06:43:50 GMT From: Erwin Lansing Message-Id: <201008230643.o7N6hoP0081555@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 06:43:51 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found "Makefile", line 21: Could not find /local0/portmgr/tindex/ports/www/woadaptor-cgi/../woadaptor/Makefile make: fatal errors encountered -- cannot continue ===> www/woadaptor-cgi failed *** Error code 1 *** Error code 1 Stop in /local0/portmgr/tindex/ports. *** Error code 1 Stop in /local0/portmgr/tindex/ports. 1 error Committers on the hook: pgollucci Most recent CVS update was: U MOVED U databases/p5-BerkeleyDB/Makefile U databases/p5-BerkeleyDB/distinfo U databases/p5-BerkeleyDB/pkg-descr U devel/Makefile U devel/p5-Algorithm-Cluster/Makefile U devel/p5-Algorithm-Cluster/distinfo U devel/p5-Data-ObjectDriver/Makefile U devel/p5-Data-ObjectDriver/distinfo U devel/p5-Log-Dispatch/Makefile U devel/p5-Log-Dispatch-Config/Makefile U devel/p5-Log-Dispatch-Config/distinfo U devel/p5-threads/Makefile U devel/p5-threads/distinfo U devel/rubygem-unicode/Makefile U devel/rubygem-unicode/distinfo U devel/rubygem-unicode/pkg-descr U dns/p5-Net-Domain-ExpireDate/Makefile U dns/p5-Net-Domain-ExpireDate/distinfo U misc/p5-Software-License/Makefile U misc/p5-Software-License/distinfo U security/p5-Module-Signature/Makefile U security/p5-Module-Signature/distinfo U sysutils/p5-MogileFS-Client/Makefile U sysutils/p5-MogileFS-Client/distinfo U sysutils/p5-MogileFS-Utils/Makefile U sysutils/p5-MogileFS-Utils/distinfo U sysutils/p5-mogilefs-server/Makefile U sysutils/p5-mogilefs-server/distinfo U www/Makefile U www/p5-FastCGI/Makefile U www/p5-WWW-Search/Makefile U www/p5-WWW-Search/distinfo U www/p5-WWW-Search/pkg-plist U www/rubygem-domainatrix/Makefile U www/rubygem-domainatrix/distinfo U www/rubygem-domainatrix/pkg-descr U www/rubygem-rails-app-installer/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 07:19: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 21D941065670 for ; Mon, 23 Aug 2010 07:19:49 +0000 (UTC) (envelope-from philip@paeps.cx) Received: from rincewind.paeps.cx (rincewind.paeps.cx [IPv6:2002:596a:f092::149]) by mx1.freebsd.org (Postfix) with ESMTP id D7F9B8FC08 for ; Mon, 23 Aug 2010 07:19:48 +0000 (UTC) Received: by rincewind.paeps.cx (Postfix, from userid 1001) id E0FA9D74487; Mon, 23 Aug 2010 09:19:47 +0200 (CEST) Date: Mon, 23 Aug 2010 09:19:47 +0200 From: Philip Paeps To: Anonymous Message-ID: <20100823071947.GS737@rincewind.paeps.cx> Mail-Followup-To: Anonymous , freebsd-ports@freebsd.org, Paul Shepel References: <86y6by2ah9.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <86y6by2ah9.fsf@gmail.com> X-PGP-Fingerprint: 356B AE02 4763 F739 2FA2 E438 2649 E628 C5D3 4D05 X-Date: Setting Orange, Bureaucracy 16, 3176 YOLD X-Phase-of-Moon: The Moon is Waxing Gibbous (99% of Full) X-Philip-Conspiracy: There is no conspiracy Organization: Happily Disorganized User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Paul Shepel , freebsd-ports@freebsd.org Subject: Re: drop maintainership from games/wesnoth{,-devel} to ports@ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 07:19:49 -0000 On 2010-08-23 08:56:18 (+0400), Anonymous wrote: > I kinda hate having to wait for a timeout instead of approval. If not > timeouts then you're just too slow, committing an update just before > next release. This makes window for players to report bugs about -devel > release to upstream too narrow if not nonexistent. > > In hopes ports/149899 will be comitted before 1.9.1 is released. Actually - I would be happy to change the maintainer field to either of you, so you can file bugs as "maintainer updates". Would that be alright? Who wants to be maintainer? :-) - Philip -- Philip Paeps Always read the label philip@freebsd.org "Do not meddle in the affairs of wizards because a refusal often offends, I read somewhere." -- (Terry Pratchett, Mort) From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 09:30:57 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 EA818106564A for ; Mon, 23 Aug 2010 09:30:57 +0000 (UTC) (envelope-from swell.k@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 7E37F8FC24 for ; Mon, 23 Aug 2010 09:30:57 +0000 (UTC) Received: by wwf26 with SMTP id 26so692806wwf.31 for ; Mon, 23 Aug 2010 02:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=WoUsxeFXYHalyTu7Js8Bb2hxA55x9UjCC3RvB1/Ui6w=; b=PDsML2YOrVrZBsaBu1SvLS95JlsCkbGbWwIukRBreIvr9bkcu3yorjsDpMkVc5Zfxm kM3Bp2Ergv9dxTAPLI/TJu7yEhewxIhpsmWlOVvxHbVVO3SZZ/x+fEhj7FNFZxWpYvHt evDI3qZaRF/ABT7gIOKv0jYDIvI1wqPT6EWtE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=eBJwBJrJyqS6kK/qMPVSnmA28yPEFsFfXLwwf4OqgCW8Iwv/Jtk5bQQaNihgOwnRMp M8XLm+Hz529gus1Alz9c4S1jwa6Tnyb+a/PPQadcT3dOZSCGKafwstXxUGc4wA+KeP06 PtnteK/bjdSS/eLMn0+d+r9i7n8B+b3R9HtCM= Received: by 10.213.7.135 with SMTP id d7mr2519979ebd.97.1282555856326; Mon, 23 Aug 2010 02:30:56 -0700 (PDT) Received: from localhost (spftor2.privacyfoundation.de [62.141.58.13]) by mx.google.com with ESMTPS id v59sm10618908eeh.4.2010.08.23.02.30.51 (version=SSLv3 cipher=RC4-MD5); Mon, 23 Aug 2010 02:30:55 -0700 (PDT) From: Anonymous To: freebsd-ports@freebsd.org References: <86y6by2ah9.fsf@gmail.com> <20100823071947.GS737@rincewind.paeps.cx> Date: Mon, 23 Aug 2010 13:25:23 +0400 Message-ID: <86vd71k7ek.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Paul Shepel Subject: Re: drop maintainership from games/wesnoth{,-devel} to ports@ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 09:30:58 -0000 Philip Paeps writes: > On 2010-08-23 08:56:18 (+0400), Anonymous wrote: >> I kinda hate having to wait for a timeout instead of approval. If not >> timeouts then you're just too slow, committing an update just before >> next release. This makes window for players to report bugs about -devel >> release to upstream too narrow if not nonexistent. >> >> In hopes ports/149899 will be comitted before 1.9.1 is released. > > Actually - I would be happy to change the maintainer field to either of you, > so you can file bugs as "maintainer updates". Would that be alright? Who > wants to be maintainer? :-) I'm not really a wesnoth player, count me out. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 09:45: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 C66D61065674 for ; Mon, 23 Aug 2010 09:45:22 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 9E05C8FC0C for ; Mon, 23 Aug 2010 09:45:22 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7N9jMa9050235 for ; Mon, 23 Aug 2010 09:45:22 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7N9jMPi050233 for ports@FreeBSD.org; Mon, 23 Aug 2010 09:45:22 GMT (envelope-from erwin) Date: Mon, 23 Aug 2010 09:45:22 GMT From: Erwin Lansing Message-Id: <201008230945.o7N9jMPi050233@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 09:45:22 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 11:06: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 607F11065672 for ; Mon, 23 Aug 2010 11:06:06 +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 4E20B8FC1D for ; Mon, 23 Aug 2010 11:06:06 +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 o7NB66Pm088349 for ; Mon, 23 Aug 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7NB65g5088347 for freebsd-ports@FreeBSD.org; Mon, 23 Aug 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 23 Aug 2010 11:06:05 GMT Message-Id: <201008231106.o7NB65g5088347@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, 23 Aug 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/149906 [maintainer-update] www/trac-multirepos - deprecate an o ports/149904 remove sysutils/sfdisk o ports/149903 dbmail-imapd and dbmail-pop3d no longer function o ports/149892 [NEW PORT] textproc/weka-devel: Data Mining Software i f ports/149882 [PATCH] www/tinymce3: update to 3.3.8 f ports/149881 [PATCH] databases/mydumper: update to 0.1.8a f ports/149873 [PATCH] games/linux-enemyterritory: missing DRI o ports/149872 ports make extract conflict f ports/149866 [UPDATE] Update mail/dovecot to 1.2.13 o ports/149864 New Port: multimedia/imagination o ports/149851 vlc and mplayer - race conditions? o ports/149849 New Port : print/scribus-devel - Scribus is a desktop o ports/149848 [patch] www/tomcat55 can't install via package due to o ports/149837 bsd.licenses.mk: a bit better way of optional license s ports/149821 [NEW PORT] devel/bzr-tfs o ports/149819 [NEW PORT] french/MT: Other languages and French local f ports/149816 devel/icu4: install forget to install the lib libicute o ports/149815 [bsd.sites.mk] [patch] Remove NetBSD dead mirrors o ports/149802 new port: security/p5-Auth-YubikeyDecrypter: Decryptin o ports/149788 update news/sabnzbdplus to the latest version f ports/149771 mail/p5-Mail-SpamAssassin port no longer installs bina o ports/149738 www/opera installation error o ports/149736 update port: math/isabelle to version 2009.2 o ports/149725 [patch] devel/cdk: Errors in examples of cdk_display(3 f ports/149722 [PATCH] devel/jakarta-commons-daemon: update to 1.0.3 o ports/149714 After quit www/opera is crashed. o ports/149701 patch to update net/radiator port from version 3.17.1 o ports/149691 new port: japanese/tegaki-zinnia-japanese o ports/149690 new port: japanese/tegaki-recognize o ports/149689 new port: japanese/py-tegaki-gtk o ports/149688 new port: japanese/py-tegaki o ports/149687 new port: japanese/zinnia-tomoe o ports/149686 new port: japanese/py-zinnia o ports/149685 new port: japanese/zinnia o ports/149682 New port:net/gogonet_c gogoCLIENT offers IPv6 connecti o ports/149674 [patch] sysutils/fusefs-kmod: ftruncate() sycall on FU o ports/149669 Update port: print/latex-biblatex update to 0.9b o ports/149667 New port: print/latex-logreq automation of LaTeX workf o ports/149659 math/scilab crashing when run demos o ports/149627 [patch] net-p2p/amule2: fix for geoip and for a gd war f ports/149616 [PATCH] textproc/ibus: update to 1.3.7 o ports/149601 New port: games/gargoyle - a multiplatform interacti f ports/149575 Update for port: www/cherokee f ports/149565 Update port: converters/igbinary o ports/149564 patch for various games/ adding appropriate LICENSEs t a ports/149561 mail/p5-Mail-SpamAssassin Test suite fails with perl 5 f ports/149507 security/libprelude missing configure option o ports/149496 new port: print/gnome-specimen f ports/149493 [PATCH] www/typo3: update to 4.3.5 f ports/149473 [maintainer update] devel/lamson unbreak f ports/149361 Update port: security/nettle o ports/149348 New port: net/wowzamediaserver o ports/149327 new port: www/cas, high-performance MVC framework for f ports/149305 Small security fix and transcoding profile fix to net/ o ports/149196 [PATCH] chinese/zh-ibus-chewing: update to 1.3.6.20100 o ports/149147 emulators/wine can't launch fullscreen DirectX applica o ports/149069 new port: sysutils/hfsexplorer HFSExplorer read Mac-fo o ports/149040 new port: sysutils/pcpustat, Per-CPU usage statistics o ports/149020 sysutils/dvdisaster Inappropriate ioctl for device wit f ports/148994 New port: net/netperfmeter, a network performance mete o ports/148993 [patch] net-im/echat: respect STRIP, don't override -O f ports/148950 Please upgrade www/grails to 1.3.3 o ports/148937 [PATCH] print/cups-samba: improve installation message o ports/148925 [PATCH] net/nss_ldap: Use $SUB_FILES instead of invoki f ports/148919 graphics/mapnik not longer broken o misc/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148849 sysutils/logrotate update request to ver. 3.7.9 o ports/148821 [NEW PORT] security/ccsrch: Is a tool that searches fo f ports/148804 graphics/gdal - Thread support broken o ports/148790 [MAINTAINER] net-mgmt/zabbix-frontend: fix sqlite usag o ports/148691 [NEW PORT] multimedia/gtk-recordmydesktop: GTK+ fronte f ports/148641 [PATCH] graphics/ipe: Update to latest version (now us f ports/148628 [new port] ftp/uftp3 o ports/148605 security/ipsec-tools rc.d/racoon startup script fails f ports/148579 new version databases/xtrabackup 1.3 f ports/148472 net/kojoney - missing dependency on devel/py-asn1 f ports/148465 [maintainer update] Update port:finance/openerp-web to f ports/148462 [New port] www/wordpress-themes: wordpress featured th o ports/148457 lang/oo2c fix and update o 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 f ports/148276 Update ports chinese/ibus-chewing to 1.3.4 o ports/148238 net/quagga: multicast join failed o ports/148234 pkg_install fails for some octave-forge-* ports o ports/148229 Update of math/octave-forge-ga f ports/148145 print/cups-samba: Add ability to use difference samba s ports/148090 [PATCH] security/ike: update to 2.1.5 f ports/148036 [PATCH] ports-mgmt/p5-FreeBSD-Ports-INDEXhash: require f ports/148021 irc/minbif port update (1.0.2->1.0.3) o ports/148014 [update] libticonv/libtifiles2/libticables2/libticalcs o ports/147981 [patch] multimedia/xmms-status-plugin fix depends 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/147942 www/moinmoin sends wrong http header when in editor mo o ports/147898 [patch] sysutils/uhidd: open /usr/local/etc/uhidd.conf o ports/147841 [patch] databases/sqlite3: add SECURE_DELETE option o ports/147791 [patch] Update sysutils/arcconf to v6_50_18570 f ports/147669 science/gramps fails to start f ports/147658 audio/mpc 0.17 still requires libintl.so.8 after gette o ports/147554 new ports: audio/linux-f10-[alsa|pulseaudio] o ports/147500 [patch] Make deskutils/xpad usable s ports/147457 Update port: devel/ptlib26 o ports/147431 [NEW PORT] security/strongswan - Open Source IPsec-bas f ports/147289 devel/gdb66 doesn't build o ports/147251 New port: german/joomla15 - german language packages f o ports/147230 mail/spamass-milter improved adding command-line optio o ports/147135 New port: textproc/exmpp XMPP parsing library written o ports/147115 [NEW PORT] mail/scam-backscatter: Address verification o ports/147093 New port: www/sitracker - Incident tracker / Help Desk o ports/146964 New port: net/asterisk162 o ports/146955 PORTS: new port devel/geany-plugins o ports/146934 [NEW PORT] japanese/unzip NLS patched unzip. import fr f ports/146913 ports/databases/skytools failed to make package if Pos f ports/146895 [NEW PORT] emulators/linux-libusb -- linux(4)-friendly o ports/146830 multimedia/pvr_xxx does not compile on FreeBSD 8.* and f ports/146801 can't build graphics/py-opengl because math/py-numpy f f ports/146737 mail/spamass-milter Add OPTIONS to Makefile o ports/146717 New port: devel/vxlog is C++ loggin library f ports/146713 [patch] net-mgmt/argus-monitor update f ports/146709 Update port: sysutils/psmisc Upgrade to 22.11 f ports/146641 [MAINTAINER] sysutils/gosa: update to 2.6.10 f ports/146392 [NEW PORT] devel/php5-thrift: PHP interface to Thrift o ports/146338 add sftpfilecontrol patch to security/openssh-portable o ports/146281 [ PATCH ] net/xorp doesn't honor WITH_OPENSSL_PORT=yes o ports/146271 [patch] sysutils/jfbterm: use PREFIX in man pages, con o ports/146230 [patch] sysutils/jfbterm: png14 regression f ports/145966 port devel/pwlib fails to build: cast error: patch att o ports/145945 [NEW PORT] www/encode-explorer: A PHP script to browse s ports/145858 [request] new port: add sysutils/xfce4-diskperf-plugin f ports/145596 [MAINTAINER] www/commonist: update to 0.3.43, fix logi o ports/145094 [patch][repocopy] audio/linux-nerodigitalaudio: update o ports/145076 I could not build devel/pwlib o ports/145017 New port: databases/dm-validations. f ports/144993 databases/postgresql-odbc: contents of numeric fields o ports/144988 [NEW PORT] net/monast: A monitoring and an operator pa o ports/144910 [new port] java/hgeclipse Mercurial VCS plugin for the f ports/144901 [new port] net-mgmt/py-flowtools-ng f ports/144857 [patch] audio/abraca: update to 0.4.3 o ports/144849 [new port] java/eclipse-eclemma code coverage for ecli f ports/144690 [NEW PORT] sysutils/fsvs f ports/144617 [PATCH] net-mgmt/docsis: Fix build on systems where GC o ports/144597 security/openssh-portable fails to compile with KERBER o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO f ports/144412 Update port: mail/tkrat2 (Use latest tcl/tk versions) o ports/144264 installing misc/compat5x (or other compats) is broken f ports/144066 Upgrade net/asterisk16-addons to 1.6.2.0 f ports/144036 audio/lmms: compile error in core/JournalingObject.cpp o ports/143938 [NEW PORTS] Linux versions of IBus (Intelligent Input o ports/143566 sysutils/diskcheckd runs constantly when using gmirror f ports/143344 [PATCH] sysutils/dtc: unbreak port s ports/143024 [PATCH] sysutils/puppet: add possobility to rc script o ports/142824 [patch] security/openssh-portable: add VersionAddendum o ports/142744 new port: x11/keyboardcast Broadcast keystrokes to mul o ports/142504 new port: net/gnu-dico - dict protocol server p ports/142374 Update: www/MT and Other language o ports/142086 new port: databases/lib_mysqludf_xql, provides SQLXML o ports/141790 [new port] net-im/zephyr : enterprise-class IM system f ports/141103 net/stone strange behavior on 8.0-RELEASE f ports/141001 net/ssltunnel-server/ depends on /sbin/pppd f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si o ports/140557 ports shells/44bsd-csh ESC file completion and ^D (vie s ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140232 Resolve conflicts w/ devel/antlr & devel/pccts f ports/139867 mail/isoqlog catch segmentation fault under AMD64 f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/139107 [patch] sysutils/jfbterm: convert to bsdmake o ports/138929 [PATCH] security/heimdal update to 1.2.1 o ports/138806 New port: games/avp-demo ("Aliens versus predator" dem f ports/138602 audio/sphinxbase port update o ports/138179 Fix sysutils/serpentine to not require muine o ports/137751 [new port] audio/jokosher: Multi-track non-linear audi f ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD f ports/136108 new port: www/webistrano, web frontend to capistrano a ports/133773 net/keepalived port update request f ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/133146 [patch] x11-fonts/dejavu: install fontconfig configura o ports/132786 New port: sysutils/sispmctl Utility for controlling a o ports/129300 [vuxml] editors/vim6: document CVE-2008-3432 o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs s ports/127087 mail/bincimap port does not include an rc.d file s ports/125324 editors/the (3.2) looses cursor when compiled with PDC o ports/124375 security/heimdal: www/mod_auth_kerb doesn't compile ag o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o ports/118716 security/heimhal - shared library conflict with heimda f ports/117921 New port: multimedia/feng Feng is a multimedia streami s ports/117299 [new ports] www/webobjects(+) Apple WebObjects ports b o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- o ports/111501 [NEW PORT] databases/ruby-oci8 o ports/82634 heimdal port conflict with base heimdal s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 194 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 12:36:45 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 08A1B10656A8 for ; Mon, 23 Aug 2010 12:36:45 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id EEBB48FC13 for ; Mon, 23 Aug 2010 12:36:44 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7NCaigU063210 for ; Mon, 23 Aug 2010 12:36:44 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7NCaiDd063197 for ports@FreeBSD.org; Mon, 23 Aug 2010 12:36:44 GMT (envelope-from erwin) Date: Mon, 23 Aug 2010 12:36:44 GMT From: Erwin Lansing Message-Id: <201008231236.o7NCaiDd063197@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 12:36:45 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait.."Makefile", line 22: Could not find /local0/portmgr/tindex/ports/devel/freebase/../freeride/Makefile make: fatal errors encountered -- cannot continue ===> devel/freebase failed *** Error code 1 *** Error code 1 Stop in /local0/portmgr/tindex/ports. *** Error code 1 Stop in /local0/portmgr/tindex/ports. 1 error Committers on the hook: decke gahr lwhsu olgeni pav Most recent CVS update was: U MOVED U audio/asunder/Makefile U audio/asunder/distinfo U benchmarks/Makefile U benchmarks/randomio/Makefile U benchmarks/randomio/distinfo U benchmarks/randomio/pkg-descr U benchmarks/randomio/files/patch-Makefile U devel/Makefile U devel/cl-cffi/Makefile U devel/cl-cffi/distinfo U devel/cl-cffi/pkg-plist U devel/cl-cffi-clisp/Makefile U devel/cl-cffi-sbcl/Makefile U devel/rubygem-unicode/Makefile U devel/rubygem-unicode/distinfo U editors/Makefile U ftp/kwebget/Makefile U sysutils/coreutils/Makefile U www/redmine/Makefile U www/redmine/distinfo U www/redmine/pkg-plist U x11-toolkits/Makefile U x11-toolkits/fxscintilla/Makefile From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 13:24:15 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 738E61065673; Mon, 23 Aug 2010 13:24:15 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 014CA8FC1E; Mon, 23 Aug 2010 13:24:14 +0000 (UTC) Received: from park.js.berklix.net (p549A7EF5.dip.t-dialin.net [84.154.126.245]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id o7ND3isN016429; Mon, 23 Aug 2010 13:03:46 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id o7ND3Ym9030367; Mon, 23 Aug 2010 15:03:36 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id o7ND3CpF069945; Mon, 23 Aug 2010 15:03:17 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201008231303.o7ND3CpF069945@fire.js.berklix.net> To: mono@FreeBSD.org, lihong@ieee.org From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Linux Unix Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Mon, 23 Aug 2010 15:03:11 +0200 Sender: jhs@berklix.com Cc: ports@FreeBSD.org Subject: FETCH_ARGS -a in Makefile of www/moonshine & chinese/ibus-chewing 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, 23 Aug 2010 13:24:15 -0000 Hi mono@FreeBSD.org, lihong@ieee.org cc: ports@freebsd.org I didn't use send-pr with a diff for this [yet], as review requested [first]. In -current/ports/www/moonshine/Makefile FETCH_ARGS= -apRr -current/ports/chinese/ibus-chewing/Makefile FETCH_ARGS= -apRr please remove 'a' from FETCH_ARGS (or perhaps its better to remove the whole line?) Purpose: to allow eg cd /usr/ports ; make -k fetch to safely descend to cd www/moonshine ; make fetch & run properly trying more URLs, (with '-a' , here it locked up, looping fast forever on my local (broken) ftp proxy, never getting to my working http proxy, which satifies normal ports fetch URLs. 'a' stole so much CPU I had to escape the X session to ps & kill the fetch PID.) /usr/ports/Mk/bsd.port.mk has Default: "-ApRr" If user wants to over ride default, he can set it in /etc/make.conf Ports@ find on all ports for FETCH_ARGS found just those 2 ports with '-a' (but I didnt think about eg FETCH_BEFORE_ARGS). PS I think I caught some other port[s] some time, that also had '-a' & got removed, I can't remember which. Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text, Not HTML, quoted-printable & base 64 dumped with spam. Avoid top posting, It cripples itemised cumulative responses. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 14:53:40 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 5F4F7106564A for ; Mon, 23 Aug 2010 14:53:40 +0000 (UTC) (envelope-from gljennjohn@googlemail.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 A3BAE8FC1B for ; Mon, 23 Aug 2010 14:53:39 +0000 (UTC) Received: by fxm4 with SMTP id 4so3473517fxm.13 for ; Mon, 23 Aug 2010 07:53:38 -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:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=MMW+PVTOIeUT7uG9e+sf5M/BlIrhNyRJLb/gQ/7cnc4=; b=UBDJv+K16It3Zy/zC7xhFrauy3UPkoVkeY6gMJWW+zyYta0CwttYSLXrJW2KLqw4gH 3FbZRMSMEs624fI8K2XJ2YfiC6XOEUkw8urYjtm/8O8zXC45ezDcNgkBZpIh3yXzMGrO NqHDyFZITzVnPcDY6jlQJ7ctjFpmFbhC+xxlQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=PP+ZFnlWRbHljQs6kZPDbsvzJztLC/pRXaIGWEznG0Ept7odCrxovfP8/efHqc1Cku 7rzY+oSNuia49ZvbLKNUT7HcCb48KecLC2/f9g81iE2hi28/FwDjd5VviWZ84ErKIDnB wXXX3yNBkljcaeZ/V0+UCyCjPPRTidNVQ5ENM= Received: by 10.223.108.204 with SMTP id g12mr4487580fap.21.1282575217932; Mon, 23 Aug 2010 07:53:37 -0700 (PDT) Received: from ernst.jennejohn.org (p578E3073.dip.t-dialin.net [87.142.48.115]) by mx.google.com with ESMTPS id k25sm2503369fac.41.2010.08.23.07.53.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Aug 2010 07:53:36 -0700 (PDT) Date: Mon, 23 Aug 2010 16:53:35 +0200 From: Gary Jennejohn To: "Julian H. Stacey" Message-ID: <20100823165335.4985ebba@ernst.jennejohn.org> In-Reply-To: <201008231303.o7ND3CpF069945@fire.js.berklix.net> References: <201008231303.o7ND3CpF069945@fire.js.berklix.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, lihong@ieee.org, mono@FreeBSD.org Subject: Re: FETCH_ARGS -a in Makefile of www/moonshine & chinese/ibus-chewing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 14:53:40 -0000 On Mon, 23 Aug 2010 15:03:11 +0200 "Julian H. Stacey" wrote: > Hi mono@FreeBSD.org, lihong@ieee.org > cc: ports@freebsd.org > I didn't use send-pr with a diff for this [yet], as review requested [first]. > > In > -current/ports/www/moonshine/Makefile FETCH_ARGS= -apRr > -current/ports/chinese/ibus-chewing/Makefile FETCH_ARGS= -apRr > please remove > 'a' > from > FETCH_ARGS > (or perhaps its better to remove the whole line?) > The real bug here is that the ports should have FETCH_ARGS?=, like in /usr/ports/Mk/bsd.port.mk, so that any value which the user sets won't be overidden by the port. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 15:39:55 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 21F9F1065679 for ; Mon, 23 Aug 2010 15:39:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id EDA588FC14 for ; Mon, 23 Aug 2010 15:39:54 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7NFdstN008251 for ; Mon, 23 Aug 2010 15:39:54 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7NFds1r008249 for ports@FreeBSD.org; Mon, 23 Aug 2010 15:39:54 GMT (envelope-from erwin) Date: Mon, 23 Aug 2010 15:39:54 GMT From: Erwin Lansing Message-Id: <201008231539.o7NFds1r008249@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 15:39:55 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 18:02:20 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 A230C1065674 for ; Mon, 23 Aug 2010 18:02:20 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id 5AFBC8FC27 for ; Mon, 23 Aug 2010 18:02:20 +0000 (UTC) Received: from 4-221.198-178.cust.bluewin.ch ([178.198.221.4] helo=gahrfit.gahr.ch) by cpanel05.rubas-s05.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1OnayG-00061k-W6; Mon, 23 Aug 2010 19:38:10 +0200 Received: by gahrfit.gahr.ch (sSMTP sendmail emulation); Mon, 23 Aug 2010 19:26:12 +0200 From: "Pietro Cerutti" Date: Mon, 23 Aug 2010 19:26:11 +0200 To: Tadeusz Raczkowski Message-ID: <20100823172611.GD5774@gahrfit.gahr.ch> References: <1280712787.1917.2.camel@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DrWhICOqskFTAXiy" Content-Disposition: inline In-Reply-To: <1280712787.1917.2.camel@localhost> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.20 (2009-06-14) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-gui-tools-5.0r14_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2010 18:02:20 -0000 --DrWhICOqskFTAXiy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2010-Aug-01, 18:33, Tadeusz Raczkowski wrote: > mysql-gui-tools seems to have a dependency on mysql version 5.0. Just > wondering if it is possible to build mysql-gui-tools for mysql version > 5.1! Hi Tadeusz, sorry for the delay getting back to you! I've just committed a patch to allow the use of a mysql version other than 5.0. I have tested with 5.1; it builds & runs just fine! Thanks for your suggestion! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --DrWhICOqskFTAXiy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkxyrzMACgkQwMJqmJVx944wfwCgp+Aa45Hh5PEbdZGnOGp6ADSq 5WEAoIpQ+643DtL5eUKPcKdlBeAQc8N0 =lqZ1 -----END PGP SIGNATURE----- --DrWhICOqskFTAXiy-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 18:48: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 697B010656AD; Mon, 23 Aug 2010 18:48:22 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (unknown [IPv6:2a01:e35:2f7d:58c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id E4CE98FC0C; Mon, 23 Aug 2010 18:48:21 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 233E466273; Mon, 23 Aug 2010 20:48:21 +0200 (CEST) Date: Mon, 23 Aug 2010 20:48:21 +0200 From: Romain =?iso-8859-1?Q?Tarti=E8re?= To: Gary Jennejohn Message-ID: <20100823184821.GA66133@blogreen.org> References: <201008231303.o7ND3CpF069945@fire.js.berklix.net> <20100823165335.4985ebba@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20100823165335.4985ebba@ernst.jennejohn.org> X-PGP-Key: http://romain.blogreen.org/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@FreeBSD.org, "Julian H. Stacey" , mono@FreeBSD.org, lihong@ieee.org Subject: Re: FETCH_ARGS -a in Makefile of www/moonshine & chinese/ibus-chewing 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, 23 Aug 2010 18:48:22 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey On Mon, Aug 23, 2010 at 04:53:35PM +0200, Gary Jennejohn wrote: > The real bug here is that the ports should have FETCH_ARGS?=3D, like in > /usr/ports/Mk/bsd.port.mk, so that any value which the user sets won't > be overidden by the port. I have just fixed the www/moonshine port [1]. The FETCH_ARGS where tweaked in order to try to fetch the tarball from github which can dynamically generate it. Since all-this looks broken by design (tweak FETCH_ARGS to make the ports capabale of fetching a tarball generated dynamically on a website and checking it's cheksums) I copied the tarball on my website and use it instead of github. Then I removed all wicked lines of the Makefile related to fetching workarounds. Should be okay now. Thanks! Romain References: 1. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=3D425229+0+current/cvs-po= rts --=20 Romain Tarti=E8re http://people.FreeBSD.org/~romain/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated) --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQGcBAEBAgAGBQJMcsJuAAoJELpNHZVREjNvd5gMALP+Wxw680+Kr/Ze9mFc789y Ltu2J415Mt1K7AtzeKXcUA2eV9hQgJMHjn1WIMuq5CbwXo8Zop8NTXPzVut1tCdq k29l3LcWZkWHYyr72NvpxYy233Jg5rxa08NI4cqU1ybg3XcHHYrCk0UCAMOdkcg5 o92wGLG/eeSAOogPcVIF+lsQeKZol2XYgZVspEYQ59pZn8bSeRVPSpNRUoz5iJIG PENyYFL9Gdzx9Y828K03g7TjFgN6F6y+RuSdEyva9mRTMs55CS7hmeqXTMpHOyvx rrT7BDYVVb7YukzO2lYH9JjH2R3zjgel9DYjQohEOf514lw6NygIxQQpvSOm22fL dkCSMzwbzDJXlFmguPb7MI7ebZcSu+kn4oGfmjQOjPu42UT6iRb1jswnXI6aqgXh ykkG2SrrluXJGam10Jp4x8HcEy+XVQ503oVrYySoir433LGdPPMIHLKQgC6t0znq 5D2xtEH4l37ru++a+NWcBxwY5EbRSviPnxxfaGLLAQ== =EUvk -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 20:15: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 9A62910656A8; Mon, 23 Aug 2010 20:15:13 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 256BE8FC20; Mon, 23 Aug 2010 20:15:12 +0000 (UTC) Received: from park.js.berklix.net (p549A5685.dip.t-dialin.net [84.154.86.133]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id o7NKF8mk021744; Mon, 23 Aug 2010 20:15:09 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id o7NKEtOd035163; Mon, 23 Aug 2010 22:14:56 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id o7NKETn7087646; Mon, 23 Aug 2010 22:14:34 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201008232014.o7NKETn7087646@fire.js.berklix.net> To: Romain =?iso-8859-1?Q?Tarti=E8re?= From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Mon, 23 Aug 2010 20:48:21 +0200." <20100823184821.GA66133@blogreen.org> Date: Mon, 23 Aug 2010 22:14:29 +0200 Sender: jhs@berklix.com Cc: ports@freebsd.org, lihong@ieee.org, mono@freebsd.org, Gary Jennejohn Subject: Re: FETCH_ARGS -a in Makefile of www/moonshine & chinese/ibus-chewing 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, 23 Aug 2010 20:15:13 -0000 > From: Romain =?iso-8859-1?Q?Tarti=E8re?= > Date: Mon, 23 Aug 2010 20:48:21 +0200 > tarball on my website and use it instead of github. Then I removed all > wicked lines of the Makefile related to fetching workarounds. > > Should be okay now. > > Thanks! Thanks Gary & Romain ! Cheers, Julian -- Julian Stacey: BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text, Not HTML, quoted-printable & base 64 dumped with spam. Avoid top posting, It cripples itemised cumulative responses. From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 22:59:43 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 AF8FA1065693 for ; Mon, 23 Aug 2010 22:59:43 +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 5551A8FC1A for ; Mon, 23 Aug 2010 22:59:43 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o7NMxgwn092243 for ; Mon, 23 Aug 2010 16:59:42 -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 o7NMxgdq092240 for ; Mon, 23 Aug 2010 16:59:42 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 23 Aug 2010 16:59:42 -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]); Mon, 23 Aug 2010 16:59:42 -0600 (MDT) Cc: Subject: ccache and buildworld on amd64 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, 23 Aug 2010 22:59:43 -0000 amd64 buildworld fails with ccache-3.0.1. In fact, it looks like everything with assembler has problems. /usr/lib32 is populated with the compatibility libs, but doesn't help. Is there another trick to using ccache for buildworld on amd64? From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 23:50: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 4AB721065695 for ; Mon, 23 Aug 2010 23:50:46 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 06BF48FC1D for ; Mon, 23 Aug 2010 23:50:45 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1Ongmq-0007kC-CM for freebsd-ports@FreeBSD.org; Tue, 24 Aug 2010 03:50:44 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id DBF9CB84D for ; Tue, 24 Aug 2010 03:50:42 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id C088FB84E; Tue, 24 Aug 2010 03:50:42 +0400 (MSD) Date: Tue, 24 Aug 2010 03:50:42 +0400 From: Dmitry Marakasov To: freebsd-ports@FreeBSD.org Message-ID: <20100823235042.GK67763@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: cleaning schg flag in compat5x distfiles 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, 23 Aug 2010 23:50:46 -0000 Hi! Distfiles for misc/compat5x are shipped with schg file set on some files. This makes it impossible to install port with raised securitylevel, as clearing schg flag is impossible in that case. See [1]. If nobody minds, I'm going to reroll compat5x distfiles with schg flag cleared. I guess we need a PORTVERSION bump here, as distfiles should be renamed due to changed checksums, and given that .8 part of compat5x version (5.4.0.8) indicates patchlevel, I guess I'll have to use 5.4.0.8.1. Rerolled distfiles are at my ~/public_distfiles/compat5x/, and should propagate to [2] in some time. Original distfiles are at [3]. Port diff is as follows: --- compat5x.diff begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/misc/compat5x/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 4 Dec 2009 06:34:49 -0000 1.23 +++ Makefile 23 Aug 2010 23:38:40 -0000 @@ -10,11 +10,10 @@ # misc/localedata works out of the box if installed in default PREFIX. PORTNAME= compat5x -PORTVERSION= 5.4.0.8 -PORTREVISION= 11 +PORTVERSION= 5.4.0.8.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=lesi/compat5x +MASTER_SITE_SUBDIR=amdmi3/compat5x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} @@ -32,8 +31,6 @@ TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} -EXTRACT_PRESERVE_OWNERSHIP= yes # Files in archive have scfg-flag set - .include .if ${ARCH} == "sparc64" @@ -66,9 +63,6 @@ PLIST_SUB+= SPARC64="@comment " .endif -post-extract: - @chflags -R noschg ${WRKSRC} || ${TRUE} - do-install: @${MKDIR} ${TARGET_DIR} .if ${OSVERSION} >= 800105 Index: distinfo =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/misc/compat5x/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 25 Nov 2005 16:09:13 -0000 1.3 +++ distinfo 23 Aug 2010 23:33:43 -0000 @@ -1,12 +1,12 @@ -MD5 (compat5x-alpha-5.4.0.8.tar.bz2) = ecdcec1f12a9f55afd2752d585584394 -SHA256 (compat5x-alpha-5.4.0.8.tar.bz2) = b62055ccd241897c42dd8647ac9a5b0480b377d1a1cf4789a4198caadeb6aac8 -SIZE (compat5x-alpha-5.4.0.8.tar.bz2) = 3262263 -MD5 (compat5x-amd64-5.4.0.8.tar.bz2) = c0b3b659fe4271d375d23ac453af1c70 -SHA256 (compat5x-amd64-5.4.0.8.tar.bz2) = 826f06423f980a8adea2d469fa2649ae4ff441ae4e9d92e9f62b0ae36ac6156d -SIZE (compat5x-amd64-5.4.0.8.tar.bz2) = 5854812 -MD5 (compat5x-i386-5.4.0.8.tar.bz2) = be90899b2655bbd08506ba22224d444c -SHA256 (compat5x-i386-5.4.0.8.tar.bz2) = 0ff4865b87ea953f59d13d484311c992413dc244308c0b0f29fa63a052945bd2 -SIZE (compat5x-i386-5.4.0.8.tar.bz2) = 2713375 -MD5 (compat5x-sparc64-5.4.0.8.tar.bz2) = b9e5d83a74883fe9c00941a48bf25af3 -SHA256 (compat5x-sparc64-5.4.0.8.tar.bz2) = e944043a1c6a2ac80b27125884b2b959ac52bac45d96ff6149de76f626df278f -SIZE (compat5x-sparc64-5.4.0.8.tar.bz2) = 2782880 +MD5 (compat5x-alpha-5.4.0.8.1.tar.bz2) = 5311818a998f2b3e221b2bdf4a12258a +SHA256 (compat5x-alpha-5.4.0.8.1.tar.bz2) = 305e3e990737c7cb96a951b881346b842a8ec23a02a74c53d16b9576065725d3 +SIZE (compat5x-alpha-5.4.0.8.1.tar.bz2) = 3262836 +MD5 (compat5x-amd64-5.4.0.8.1.tar.bz2) = 85e25a78088775186e7b13fb96f7d93d +SHA256 (compat5x-amd64-5.4.0.8.1.tar.bz2) = 58dc8fcd2764bec4cb109f54e34d543aa90fe3e94123463de745c76ba9839b13 +SIZE (compat5x-amd64-5.4.0.8.1.tar.bz2) = 5854551 +MD5 (compat5x-i386-5.4.0.8.1.tar.bz2) = 708cf6688454670fe289373496de4949 +SHA256 (compat5x-i386-5.4.0.8.1.tar.bz2) = 1aa980a48586e38e03936f51631c665b62e252d13dc23ac8e82b9669844b798e +SIZE (compat5x-i386-5.4.0.8.1.tar.bz2) = 2712692 +MD5 (compat5x-sparc64-5.4.0.8.1.tar.bz2) = 053461ff4e09ba439ec390523f3e92d7 +SHA256 (compat5x-sparc64-5.4.0.8.1.tar.bz2) = 2adea66847df4aa24571b7d314bfd29cf682c7f8d61ba1c95c602f13b55f4aec +SIZE (compat5x-sparc64-5.4.0.8.1.tar.bz2) = 2782405 --- compat5x.diff ends here --- [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144264 [2] ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/amdmi3/compat5x [3] ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/lesi/compat5x -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 07:45: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 BC29A1065696 for ; Tue, 24 Aug 2010 07:45:31 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7B31A8FC0C for ; Tue, 24 Aug 2010 07:45:31 +0000 (UTC) Received: from [85.175.207.249] (helo=alya) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1OnoCH-000NO4-8u; Tue, 24 Aug 2010 11:45:29 +0400 From: Boris Samorodov To: Dmitry Marakasov References: <20100823235042.GK67763@hades.panopticon> Date: Tue, 24 Aug 2010 11:45:27 +0400 In-Reply-To: <20100823235042.GK67763@hades.panopticon> (Dmitry Marakasov's message of "Tue, 24 Aug 2010 03:50:42 +0400") Message-ID: <93561800@ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@FreeBSD.org Subject: Re: cleaning schg flag in compat5x distfiles 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, 24 Aug 2010 07:45:31 -0000 On Tue, 24 Aug 2010 03:50:42 +0400 Dmitry Marakasov wrote: > given that .8 part of compat5x > version (5.4.0.8) indicates patchlevel, I guess I'll have to use > 5.4.0.8.1. Seems that 5.4.0.9 may be a better choice here. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 09:37: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 E1F5C1065698 for ; Tue, 24 Aug 2010 09:37:49 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id D2D538FC1B for ; Tue, 24 Aug 2010 09:37:49 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7O9bnv0064005 for ; Tue, 24 Aug 2010 09:37:49 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7O9bnFW064004 for ports@FreeBSD.org; Tue, 24 Aug 2010 09:37:49 GMT (envelope-from erwin) Date: Tue, 24 Aug 2010 09:37:49 GMT From: Erwin Lansing Message-Id: <201008240937.o7O9bnFW064004@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 09:37:50 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait.."Makefile", line 26: Unassociated shell command "-I${LOCALBASE}/include" make: fatal errors encountered -- cannot continue ===> graphics/aeskulap failed *** Error code 1 *** Error code 1 Stop in /local0/portmgr/tindex/ports. *** Error code 1 Stop in /local0/portmgr/tindex/ports. 1 error Committers on the hook: decke ehaupt gahr Most recent CVS update was: U devel/gdcm/Makefile U devel/gdcm/distinfo U devel/gdcm/pkg-plist U editors/Makefile U editors/fxite/Makefile U editors/fxite/distinfo U editors/fxite/pkg-descr U graphics/aeskulap/Makefile U graphics/aeskulap/pkg-plist U graphics/aeskulap/files/patch-dcmtk-config_configure U graphics/aeskulap/files/patch-dcmtk-dcmnet-include_dcompat.h U graphics/aeskulap/files/patch-dcmtk-dcmnet-libsrc_dcompat.cc U graphics/aeskulap/files/patch-dcmtk-ofstd-include_ofthread.h U graphics/aeskulap/files/patch-dcmtk-ofstd-libsrc_ofthread.cc U graphics/aeskulap/files/patch-imagepool_imagepool.h U graphics/aeskulap/files/patch-src_Makefile.am U graphics/aeskulap/files/patch-src_Makefile.in U math/mathomatic/Makefile U math/mathomatic/distinfo U www/trac-multirepos/Makefile U x11-fm/xfe/Makefile U x11-fm/xfe/distinfo U x11-fm/xfe/pkg-plist U x11-fm/xfe/files/patch-src_XFilePackage.cpp U x11-fm/xfe/files/patch-src_xfeutils.cpp U x11-fm/xfe/files/patch-xvt_command.c U x11-fm/xfe/files/patch-xvt_ttyinit.c U x11-fm/xfe/files/patch-xvt_xvt.h U x11-toolkits/fxscintilla/Makefile U x11-toolkits/fxscintilla/distinfo U x11-toolkits/fxscintilla/pkg-plist U x11-toolkits/ruby-fox16/Makefile From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 09:56: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 6177D10656B2 for ; Tue, 24 Aug 2010 09:56:32 +0000 (UTC) (envelope-from euphoria@billyfranks.com) Received: from mk-filter-2-a-1.mail.uk.tiscali.com (mk-filter-2-a-1.mail.uk.tiscali.com [212.74.100.53]) by mx1.freebsd.org (Postfix) with ESMTP id BE9608FC16 for ; Tue, 24 Aug 2010 09:56:31 +0000 (UTC) X-Trace: 478176081/mk-filter-2.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.69.56.121/None/euphoria@billyfranks.com X-SBRS: None X-RemoteIP: 79.69.56.121 X-IP-MAIL-FROM: euphoria@billyfranks.com X-SMTP-AUTH: X-Originating-Country: GB/UNITED KINGDOM X-MUA: aspNetEmail ver 3.6.1.5 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAMosc0xPRTh5/2dsb2JhbACgPHK5RYU3BA X-IronPort-AV: E=Sophos;i="4.56,262,1280703600"; d="scan'208";a="478176081" Received: from 79-69-56-121.dynamic.dsl.as9105.com (HELO BillyPC) ([79.69.56.121]) by smtp.tiscali.co.uk with SMTP; 24 Aug 2010 10:27:39 +0100 From: "Billy Franks" To: "ports@freebsd.org" Date: Tue, 24 Aug 2010 10:23:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: aspNetEmail ver 3.6.1.5 Message-ID: Cc: Subject: Free compilation album from legendary songsmith Billy Franks - With an introduction by best selling author, Christopher Brookmyre X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: euphoria@billyfranks.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 09:56:32 -0000 Hi,=0D=0A=0D=0A=22Penning Classics and garnering praise from Bono, Peter = Gabriel =26 Oasis=22 THE GUARDIAN=0D=0A=0D=0A=22Songwriting from the top = drawer=22 TIME OUT=2E=0D=0A=0D=0A=22Imagine McCartney=27s craftsmanship a= nd Springsteen=27s power and you=27ll get the gist=22 Q MAGAZINE=0D=0A=0D= =0A=0D=0A=0D=0AAs it seems I am only really know by famous novelists and = rock stars, I thought I might introduce myself by giving awayt a free com= pilation of 12 of my best songs from 6 albums spanning 2 decades=2E=0D=0A= =0D=0ATo grab your=27s just email euphoria=40billyfranks=2Ecom and you = will get the download link=2E=0D=0A=0D=0AIf ya want to read Christopher B= rookmyres introduction, here it is:=0D=0A=0D=0AEuphoria=0D=0A=0D=0AIt?s t= he first word that always comes to mind whenever I attempt to describe Bi= lly Franks? music=2E It refers primarily to an almost excessive feeling o= f joy, but for me the more important aspect that connects it to these son= gs is that sense of being consumed by an emotion; that sense of an unstop= pable, volcanic, up-rushing of passion, that exhilarating but tantalising= feeling you get when you are experiencing something that cannot be expre= ssed in mere language, nor even mere music=2E =0D=0A=0D=0AAnybody can wri= te a song about love=2E Not anybody can make you feel love, feel loss, fe= el pain, feel desire, feel ecstasy=2E Not anybody can make you feel eupho= ria=2E Billy Franks can=2E=0D=0A=0D=0AChristopher Brookmyre=0D=0A From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 10:41:22 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 94CA11065674 for ; Tue, 24 Aug 2010 10:41:22 +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 22DA58FC12 for ; Tue, 24 Aug 2010 10:41:21 +0000 (UTC) Received: by bwz20 with SMTP id 20so990682bwz.13 for ; Tue, 24 Aug 2010 03:41:20 -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=jUWmKFew3GO0iFEJ6SgcuL0kJUdZmRZwjxmAUtZz56s=; b=oxUdhvuKuKvbYhxEQz/3A2MPkh4bSDN6CdvkMnW26OZaYHKNF1/GvxVfHIdixNMRwX E7ANAvF11Yf+Gu2UbV6iwFHlSburutYMGJRYVOaW+wBqEVWfCUNx8EpL4kpO5vzJh+Eo cWuw94Sd9vfFhZukKnm2irPq23he8v2USbH4w= 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=UWBlRfrOjZWEnTCpnxhO8Vse/I7RNxf/phs2DJhja6fe951cfcuyz2bfSq5ifnYe9t W7TZtqVHjTm7qh2qZVlmOaSSeJEvGC3Uhc0cIIR9gHqZ0twD9blEPrd2J1K0fqwlq01u qiMzzruTZVnSw1iaGc8zraMqCOpD81athXtD0= MIME-Version: 1.0 Received: by 10.204.10.134 with SMTP id p6mr4402554bkp.206.1282646480669; Tue, 24 Aug 2010 03:41:20 -0700 (PDT) Received: by 10.204.75.6 with HTTP; Tue, 24 Aug 2010 03:41:20 -0700 (PDT) In-Reply-To: <20100823071947.GS737@rincewind.paeps.cx> References: <86y6by2ah9.fsf@gmail.com> <20100823071947.GS737@rincewind.paeps.cx> Date: Tue, 24 Aug 2010 12:41:20 +0200 Message-ID: From: David DEMELIER To: Anonymous , freebsd-ports@freebsd.org, Paul Shepel Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: drop maintainership from games/wesnoth{,-devel} to ports@ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 10:41:22 -0000 2010/8/23 Philip Paeps : > On 2010-08-23 08:56:18 (+0400), Anonymous wrote: >> I kinda hate having to wait for a timeout instead of approval. If not >> timeouts then you're just too slow, committing an update just before >> next release. This makes window for players to report bugs about -devel >> release to upstream too narrow if not nonexistent. >> >> In hopes ports/149899 will be comitted before 1.9.1 is released. > > Actually - I would be happy to change the maintainer field to either of y= ou, > so you can file bugs as "maintainer updates". =C2=A0Would that be alright= ? =C2=A0Who > wants to be maintainer? :-) > I would like :-). Please add markand (at) malikania (dot) fr then if you ag= ree. > =C2=A0- Philip > > -- > Philip Paeps =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 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 A= lways read the label > philip@freebsd.org > > =C2=A0"Do not meddle in the affairs of wizards because a refusal often of= fends, > =C2=A0I read somewhere." > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0-- (Terry Pratchett, Mort) > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 12:00:26 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 879A810656FD for ; Tue, 24 Aug 2010 12:00:26 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 443C28FC1B for ; Tue, 24 Aug 2010 12:00:25 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1OnsAy-0002RZ-8B; Tue, 24 Aug 2010 16:00:24 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 8C1C1B84E; Tue, 24 Aug 2010 16:00:23 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 8A7F3B850; Tue, 24 Aug 2010 16:00:23 +0400 (MSD) Date: Tue, 24 Aug 2010 16:00:23 +0400 From: Dmitry Marakasov To: Boris Samorodov Message-ID: <20100824120023.GN67763@hades.panopticon> References: <20100823235042.GK67763@hades.panopticon> <93561800@ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <93561800@ipt.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@FreeBSD.org Subject: Re: cleaning schg flag in compat5x distfiles 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, 24 Aug 2010 12:00:26 -0000 * Boris Samorodov (bsam@ipt.ru) wrote: > > given that .8 part of compat5x > > version (5.4.0.8) indicates patchlevel, I guess I'll have to use > > 5.4.0.8.1. > > Seems that 5.4.0.9 may be a better choice here. Yes, but judging from commit message: (update misc/compat5x to 5.4.0.8) Upgrade to 5.4-RELEASE-p8 libraries for potential compat version is linked with FreeBSD release version with last number being patchlevel, so changing it may confuse people who're used to it. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 12:24:23 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 6C71310656A3 for ; Tue, 24 Aug 2010 12:24:23 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [194.186.81.194]) by mx1.freebsd.org (Postfix) with ESMTP id 1A62F8FC13 for ; Tue, 24 Aug 2010 12:24:23 +0000 (UTC) Received: from bsam by ns.kfs.ru with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1OnsGJ-0002Wj-Ri; Tue, 24 Aug 2010 16:05:55 +0400 To: Dmitry Marakasov References: <20100823235042.GK67763@hades.panopticon> <93561800@ipt.ru> <20100824120023.GN67763@hades.panopticon> From: Boris Samorodov Date: Tue, 24 Aug 2010 16:05:55 +0400 In-Reply-To: <20100824120023.GN67763@hades.panopticon> (Dmitry Marakasov's message of "Tue\, 24 Aug 2010 16\:00\:23 +0400") Message-ID: <29242604@serv3.int.kfs.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-ports@FreeBSD.org Subject: Re: cleaning schg flag in compat5x distfiles 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, 24 Aug 2010 12:24:23 -0000 Dmitry Marakasov writes: > * Boris Samorodov (bsam@ipt.ru) wrote: > >> > given that .8 part of compat5x >> > version (5.4.0.8) indicates patchlevel, I guess I'll have to use >> > 5.4.0.8.1. >> >> Seems that 5.4.0.9 may be a better choice here. > > Yes, but judging from commit message: > > (update misc/compat5x to 5.4.0.8) > Upgrade to 5.4-RELEASE-p8 libraries for potential > > compat version is linked with FreeBSD release version with last number > being patchlevel, so changing it may confuse people who're used to it. Yep, sorry for the noise. -- WBR, bsam From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 12:45:45 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 3A70A10656A5 for ; Tue, 24 Aug 2010 12:45:45 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6F45F8FC19 for ; Tue, 24 Aug 2010 12:45:44 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA06992 for ; Tue, 24 Aug 2010 15:35:03 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1OnsiT-000Hbd-Uv for freebsd-ports@FreeBSD.org; Tue, 24 Aug 2010 15:35:03 +0300 Resent-From: Andriy Gapon Resent-To: freebsd-ports@FreeBSD.org Resent-Date: Tue, 24 Aug 2010 15:34:59 +0300 Resent-Message-Id: <4C73BC73.4080200@icyb.net.ua> Resent-User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 Message-ID: <4C73BA89.6040804@icyb.net.ua> Date: Tue, 24 Aug 2010 15:26:49 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: jesse@cs.uni-magdeburg.de X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-UID: 17884 X-Keywords: Cc: Subject: Fwd: Re: devel/doxygen and non-default gcc 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, 24 Aug 2010 12:45:45 -0000 Please see message below for a problem with non-default gcc (e.g. gcc44) and port(s) that use tmake. Looking in lib/unix/generic.t we see: ... ####### Compiler, tools and options CC ?= #$ Expand("TMAKE_CC"); CXX ?= #$ Expand("TMAKE_CXX"); CFLAGS += #$ Expand("TMAKE_CFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); CXXFLAGS+= #$ Expand("TMAKE_CXXFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); INCPATH = #$ ExpandPath("INCPATH","-I"," -I",""); #$ Config("staticlib") && DisableOutput(); LINK = #$ Expand("TMAKE_LINK"); ... So, CC and CXX are set in such a way that they can be overridden, but LINK can not be influenced from outside. We also see that lib/freebsd-g++/tmake.conf sets TMAKE_LINK to g++, TMAKE_CXX has the same value. So it seems that changing lib/unix/generic.t so that LINK is defined as follows should both preserve default behavior and allow LINK to stay in sync with CXX: LINK = $(CXX) P.S. and a cosmetic issue - it seems that the port needlessly installs freebsd-g++/tmake.conf.orig file that's created during patching. -------- Original Message -------- Subject: Re: devel/doxygen and non-default gcc Date: Thu, 05 Aug 2010 07:44:29 -0400 From: Naram Qashat To: Andriy Gapon On 08/05/10 04:56, Andriy Gapon wrote: > > I am trying to build devel/doxygen with gcc44 and in general it works good except > for one tiny issue. > Both src/Makefile.doxygen and src/Makefile.doxytag have this block of definitions > at the beginning: > CC ?= gcc > CXX ?= g++ > CFLAGS += -pipe -Wall -W > CXXFLAGS+= -pipe -Wall -W > INCPATH = -I../qtools -I/usr/local/include > LINK = g++ > > As you can see, CC and CXX can be overridden and they get set to gcc44 and g++44, > but LINK value is 'hardcoded'. > I would like to propose to change LINK definition to: > LINK = ${CXX} > > Thanks! Here's the thing, those files are generated by tmake. I'm not familiar with tmake enough to know what needs to be done in order to get it to generate a proper Makefile that has LINK set to the proper value. If you or someone else is more familiar with it and would know how to fix this, I'll gladly submit a PR for it, but without knowing how, I am unable to do so. Thanks, Naram Qashat From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 12:45: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 B9D4910656A8 for ; Tue, 24 Aug 2010 12:45:46 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 170368FC23 for ; Tue, 24 Aug 2010 12:45:45 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA06961 for ; Tue, 24 Aug 2010 15:34:11 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Onshe-000Hba-KY for freebsd-ports@FreeBSD.org; Tue, 24 Aug 2010 15:34:11 +0300 Message-ID: <4C73BC41.8020200@icyb.net.ua> Date: Tue, 24 Aug 2010 15:34:09 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: multipart/mixed; boundary="------------030706000701020207030506" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: maintainer of devel/tmake - mail bounces 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, 24 Aug 2010 12:45:46 -0000 This is a multi-part message in MIME format. --------------030706000701020207030506 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I wonder if maintainer of devel/tmake reads this list and just forgot to update him email address or if the port has become silently unmaintained. Or something else? I'll bounce the undelivered email to this list as well. -------- Original Message -------- Subject: Returned mail: User unknown Date: Tue, 24 Aug 2010 15:27:03 +0300 (EEST) From: Mail Delivery Subsystem To: The original message was received at Tue, 24 Aug 2010 15:26:51 +0300 (EEST) from porto-e.starpoint.kiev.ua [212.40.38.100] ----- The following addresses had permanent fatal errors ----- ----- Transcript of session follows ----- ... while talking to mail.cs.uni-magdeburg.de.: >>> RCPT To: <<< 550 5.1.1 ... User unknown 550 ... User unknown --------------030706000701020207030506 Content-Type: message/rfc822; name="ForwardedMessage.eml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ForwardedMessage.eml" Return-Path: avg@icyb.net.ua Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA06827 for ; Tue, 24 Aug 2010 15:26:51 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1OnsaY-000HbB-Oa for jesse@cs.uni-magdeburg.de; Tue, 24 Aug 2010 15:26:50 +0300 Message-ID: <4C73BA89.6040804@icyb.net.ua> Date: Tue, 24 Aug 2010 15:26:49 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: jesse@cs.uni-magdeburg.de Subject: Fwd: Re: devel/doxygen and non-default gcc X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Please see message below for a problem with non-default gcc (e.g. gcc44) and port(s) that use tmake. Looking in lib/unix/generic.t we see: ... ####### Compiler, tools and options CC ?= #$ Expand("TMAKE_CC"); CXX ?= #$ Expand("TMAKE_CXX"); CFLAGS += #$ Expand("TMAKE_CFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); CXXFLAGS+= #$ Expand("TMAKE_CXXFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); INCPATH = #$ ExpandPath("INCPATH","-I"," -I",""); #$ Config("staticlib") && DisableOutput(); LINK = #$ Expand("TMAKE_LINK"); ... So, CC and CXX are set in such a way that they can be overridden, but LINK can not be influenced from outside. We also see that lib/freebsd-g++/tmake.conf sets TMAKE_LINK to g++, TMAKE_CXX has the same value. So it seems that changing lib/unix/generic.t so that LINK is defined as follows should both preserve default behavior and allow LINK to stay in sync with CXX: LINK = $(CXX) P.S. and a cosmetic issue - it seems that the port needlessly installs freebsd-g++/tmake.conf.orig file that's created during patching. -------- Original Message -------- Subject: Re: devel/doxygen and non-default gcc Date: Thu, 05 Aug 2010 07:44:29 -0400 From: Naram Qashat To: Andriy Gapon On 08/05/10 04:56, Andriy Gapon wrote: > > I am trying to build devel/doxygen with gcc44 and in general it works good except > for one tiny issue. > Both src/Makefile.doxygen and src/Makefile.doxytag have this block of definitions > at the beginning: > CC ?= gcc > CXX ?= g++ > CFLAGS += -pipe -Wall -W > CXXFLAGS+= -pipe -Wall -W > INCPATH = -I../qtools -I/usr/local/include > LINK = g++ > > As you can see, CC and CXX can be overridden and they get set to gcc44 and g++44, > but LINK value is 'hardcoded'. > I would like to propose to change LINK definition to: > LINK = ${CXX} > > Thanks! Here's the thing, those files are generated by tmake. I'm not familiar with tmake enough to know what needs to be done in order to get it to generate a proper Makefile that has LINK set to the proper value. If you or someone else is more familiar with it and would know how to fix this, I'll gladly submit a PR for it, but without knowing how, I am unable to do so. Thanks, Naram Qashat --------------030706000701020207030506-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 12:50:26 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 7EBF81065697 for ; Tue, 24 Aug 2010 12:50:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 55F4D8FC08 for ; Tue, 24 Aug 2010 12:50:26 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o7OCoQXx063529 for ; Tue, 24 Aug 2010 12:50:26 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o7OCoQUj063512 for ports@FreeBSD.org; Tue, 24 Aug 2010 12:50:26 GMT (envelope-from erwin) Date: Tue, 24 Aug 2010 12:50:26 GMT From: Erwin Lansing Message-Id: <201008241250.o7OCoQUj063512@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 12:50:26 -0000 From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 14:16:16 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 104341065698 for ; Tue, 24 Aug 2010 14:16:16 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5B48D8FC14 for ; Tue, 24 Aug 2010 14:16:15 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA08380; Tue, 24 Aug 2010 17:03:11 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Onu5n-000HgM-19; Tue, 24 Aug 2010 17:03:11 +0300 Message-ID: <4C73D11D.5030606@icyb.net.ua> Date: Tue, 24 Aug 2010 17:03:09 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100822 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: ports@christianserving.org References: <4C1864BE.1040503@icyb.net.ua> In-Reply-To: <4C1864BE.1040503@icyb.net.ua> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: www/drraw: update to version 2.2b2 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, 24 Aug 2010 14:16:16 -0000 [ping] on 16/06/2010 08:44 Andriy Gapon said the following: > > > Version 2.2b2 of drraw seems to support newer features of rrdtool like more > convenient VDEF/CDEF specification, STACK flag, and generally looks cooler :) > http://web.taranis.org/drraw/ > Version number indicates that it is beta, but it was released more than a year > ago and I've been using it for a while without any issues. > What do you think about updating the port to it? > > While at it, perhaps the following patch can be included into the port, perhaps > via OPTIONS choice? > http://pero.blogs.aprilmayjune.org/2009/09/16/collectd-drrawcgi-zoom-into-your-graphs-like-you-used-to-with-cacti/ > Zooming in drraw is really convenient/useful. > > Thanks a lot! -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 14:24:03 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 8260D10656AA for ; Tue, 24 Aug 2010 14:24:03 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel05.rubas-s05.net (cpanel05.rubas-s05.net [195.182.222.75]) by mx1.freebsd.org (Postfix) with ESMTP id 12D718FC0C for ; Tue, 24 Aug 2010 14:24:02 +0000 (UTC) Received: from 4-221.198-178.cust.bluewin.ch ([178.198.221.4] helo=gahrfit.gahr.ch) by cpanel05.rubas-s05.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1OnuPw-0005ov-RK for ports@FreeBSD.org; Tue, 24 Aug 2010 16:24:01 +0200 Received: by gahrfit.gahr.ch (sSMTP sendmail emulation); Tue, 24 Aug 2010 16:11:57 +0200 From: "Pietro Cerutti" Date: Tue, 24 Aug 2010 16:11:57 +0200 To: ports@FreeBSD.org Message-ID: <20100824141157.GD17516@gahrfit.gahr.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OaZoDhBhXzo6bW1J" Content-Disposition: inline X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.20 (2009-06-14) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel05.rubas-s05.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: FOX ToolKit changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 14:24:03 -0000 --OaZoDhBhXzo6bW1J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi all, as you have probably noticed (I broke the INDEX twice in the last 24h [tnx pav@ for promptly fixing it!]), I have committed a set of changes to the ports related to the FOX ToolKit. Here's a brief summary. =3D=3D=3D=3D=3D Added ports =3D=3D=3D=3D=3D - x11-toolkits/fox17 . introduction to the new development branch, version 1.7.21 - editors/fxite . a cross platform editor, built on top of FXScintilla and FOX 16 =3D=3D=3D=3D=3D Modified ports =3D=3D=3D=3D=3D - x11-toolkits/fxscintilla . updated to latest version (2.11.0) . dropped support for FOX 12 (removed) and FOX 14 (unsupported) - x11-toolkits/fox14 . updated CONFLICTS to reflect the removal of FOX 12 and addition of FOX = 17 - x11-toolkits/ruby-fox16 . updated CONFLICTS to reflect the removal of FOX 12 and addition of FOX = 17 . PORTREVISION bump to chase FXScintilla's shlib bump - x11-fm/xfe . updated to the latest version (1.32.1) . now maintained by me =3D=3D=3D=3D=3D Removed ports =3D=3D=3D=3D=3D - x11-toolkits/fox12 - x11-toolkits/fxscintilla-fox12 - x11-toolkits/fxscintilla-fox14 - x11-toolkits/ruby-fox12 - editors/mondrian - devel/freeride - devel/freebase Enjoy the Fox Toolkit at http://www.fox-toolkit.org/ :) --=20 Pietro Cerutti gahr@gahr.ch PGP Public Key: http://gahr.ch/pgp --OaZoDhBhXzo6bW1J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkxz0ywACgkQwMJqmJVx947UqACbBHLvX7ziuphMqrtiPz6Uz0br XzoAn3qVxdEWQ1g+4XdRNBbbXzbAIS8G =TKkV -----END PGP SIGNATURE----- --OaZoDhBhXzo6bW1J-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 15:32: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 B1A7D1065696 for ; Tue, 24 Aug 2010 15:32:00 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB188FC17 for ; Tue, 24 Aug 2010 15:31:59 +0000 (UTC) Received: from omta18.westchester.pa.mail.comcast.net ([76.96.62.90]) by qmta12.westchester.pa.mail.comcast.net with comcast id yAuv1e0051wpRvQ5CFY0Tl; Tue, 24 Aug 2010 15:32:00 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta18.westchester.pa.mail.comcast.net with comcast id yFXy1e00S3LrwQ23eFXzEW; Tue, 24 Aug 2010 15:32:00 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 8FD3A9B425; Tue, 24 Aug 2010 08:31:57 -0700 (PDT) Date: Tue, 24 Aug 2010 08:31:57 -0700 From: Jeremy Chadwick To: freebsd-ports@freebsd.org Message-ID: <20100824153157.GA63745@icarus.home.lan> References: <20100817060114.GA86738@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100817060114.GA86738@icarus.home.lan> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Garrett Wollman , Emanuel Haupt , Alex Goncharov Subject: Re: shells/bash and the libiconv dependency mess 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, 24 Aug 2010 15:32:00 -0000 On Mon, Aug 16, 2010 at 11:01:14PM -0700, Jeremy Chadwick wrote: > Let me explain what transpired in chronological order: > > On 2010/05/11, ehaupt committed the following patch: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/files/patch-Makefile.in > > And bumped PORTREVISION (from 0 to 1) in the Makefile. This > unconditionally made bash require libiconv, and the only justification > is "fix statically linked version". > > Those of us who use WITHOUT_NLS or who do not have libiconv already on > their systems (from another port) immediately notice the problem (bash > will no longer build): > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147747 > http://www.freebsd.org/cgi/query-pr.cgi?pr=148329 > http://www.freebsd.org/cgi/query-pr.cgi?pr=149218 > > Three months goes by and finally something is committed to fix the > problem on 2010/08/06. Except the fix doesn't make any sense; all it > does is make libiconv a mandatory dependency (USE_ICONV): > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/Makefile#rev1.123 > > This, of course, means that WITHOUT_NLS is broken and doesn't work as > it's supposed to, since libiconv is now a mandatory requirement (it > doesn't need to be): > > # make WITHOUT_NLS=true all-depends-list > /usr/ports/devel/bison > /usr/ports/converters/libiconv > /usr/ports/devel/m4 > /usr/ports/devel/libtool22 > > Why was this done the way it was? patch-Makefile.in should be removed > and instead replaced with a REINPLACE_CMD that handles the conditionals > (WITH_STATIC_BASIC, WITHOUT_NLS, etc.) in a more clean manner. > > And where are the details of the supposed "statically linked version" > problem? > > Sorry if I sound angry, but this whole situation is a mess, and > shells/bash is a very important port. If someone wants me to put my > money where my mouth is and go + clean it up I'll be happy to. Testing > all the different quirk combinations really isn't that complex. Since I didn't really get any answers regarding this predicament, I went ahead and did the necessary effort. Below are my QA notes. The patch is available here: http://jdc.parodius.com/freebsd/bash-without-nls.patch Please note the required removal of files/patch-Makefile.in. I can file a PR for all this if need be, just let me know. Test phase A ============== System should NOT have libiconv and libintl (gettext) installed. A#1) make WITHOUT_NLS=true - SHOULD NOT: pull in libiconv and gettext as dependencies - SHOULD NOT: have symbols that reference libiconv/libintl (gettext) - SHOULD: REINPLACE_CMD patch Makefile.in and config.h A#2) make WITH_STATIC_BASH=true - internally forces WITHOUT_NLS=yes (so see A#1) - SHOULD: result in a non-dynamic ELF binary of larger size A#3) make - SHOULD: pull in libiconv and gettext as dependencies - SHOULD: link to libiconv and/or libintl (gettext) - SHOULD NOT: REINPLACE_CMD patch Makefile.in and config.h Note: "make WITH_STATIC_BASH=true WITHOUT_NLS=true" is effectively the same as A#2; no point in testing that condition. Test phase B ============== System SHOULD have libiconv and libintl (gettext) pre-installed. B#4) make WITHOUT_NLS=true - SHOULD NOT: pull in libiconv and gettext as dependencies - SHOULD NOT: have symbols that reference libiconv/libintl (gettext) - SHOULD: REINPLACE_CMD patch Makefile.in and config.h B#5) make WITH_STATIC_BASH=true - internally forces WITHOUT_NLS=yes (so see B#4) - SHOULD: result in a non-dynamic ELF binary of larger size B#6) make - SHOULD: make use of libiconv and gettext as dependencies - SHOULD: link to libiconv and/or libintl (gettext) - SHOULD NOT: REINPLACE_CMD patch Makefile.in and config.h Investigative notes ===================== - The bash configure script contains comments that indicate automatically pulling in libiconv and libintl (gettext), with no deactivation mechanism (even if --disable-nls is defined -- yes really) is actually *intentional*. I strongly disagree with this non-minimalist mentality. - There is no easy way (aside from a very big patch in files/) to get the configure script to not detect libiconv.so if it exists on the system. REINPLACE_CMD fixups should be an effective workaround, but folks will still see the detection during the configure phase. Sad panda. - The combination of the post-patch and post-configure addition is what allows libiconv to not be pulled in during the build and link phase. This appears to be the only way to override configure's brain damage. Pre-modifications to shells/bash/Makefile =========================================== - Removed files/patch-Makefile.in - When WITHOUT_NLS **is not** defined, set USE_ICONV=yes - post-patch: remove @LIBICONV@ from in WRKSRC/Makefile.in when WITHOUT_NLS is defined - post-configure: remove #define HAVE_ICONV 1 from WRKSRC/config.h when WITHOUT_NLS is defined Test phase A: pkg_info ======================= bison-2.4.3,1 A parser generator from FSF, (mostly) compatible with Yacc m4-1.4.14_1,1 GNU m4 pcre-8.10 Perl Compatible Regular Expressions library perl-5.10.1_2 Practical Extraction and Report Language portaudit-0.5.15 Checks installed ports against a list of security vulnerabi postfix-2.7.1,1 A secure alternative to widely-used Sendmail rsync-3.0.7 A network file distribution/synchronization utility sudo-1.7.4.3 Allow others to run commands as root vim-lite-7.2.411 Vi "workalike", with many additional features (Lite package A#1 results ============= - Command: make WITHOUT_NLS=true - Results: success ls -l bash -rwxr-xr-x 1 root wheel 878258 Aug 24 05:47 bash size bash text data bss dec hex filename 692571 35280 17456 745307 b5f5b bash # ldd work/bash-4.1/bash work/bash-4.1/bash: libncurses.so.8 => /lib/libncurses.so.8 (0x406e1000) libc.so.7 => /lib/libc.so.7 (0x4082e000) - Command: make clean A#2 results ============= - Command: make WITH_STATIC_BASH=true - Results: success ls -l bash -rwxr-xr-x 1 root wheel 1846158 Aug 24 05:53 bash size bash text data bss dec hex filename 1444688 49972 107456 1602116 187244 bash # ldd work/bash-4.1/bash ldd: work/bash-4.1/bash: not a dynamic ELF executable # objdump --syms work/bash-4.1/bash | egrep -i 'iconv|intl' # - Command: make clean A#3 results ============= - Command: make - Results: DEPENDENCY INSTALL: libtool-2.2.6b - Results: DEPENDENCY INSTALL: libiconv-1.13.1_1 - Results: DEPENDENCY INSTALL: gettext-0.18_1 - Results: success ls -l bash -rwxr-xr-x 1 root wheel 882797 Aug 24 06:11 bash size bash text data bss dec hex filename 696304 35352 17456 749112 b6e38 bash # ldd work/bash-4.1/bash work/bash-4.1/bash: libncurses.so.8 => /lib/libncurses.so.8 (0x406e2000) libintl.so.9 => /usr/local/lib/libintl.so.9 (0x4082f000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x40938000) libc.so.7 => /lib/libc.so.7 (0x40b32000) - Command: make clean Test phase B: pkg_info ======================== bison-2.4.3,1 A parser generator from FSF, (mostly) compatible with Yacc gettext-0.18_1 GNU gettext package libiconv-1.13.1_1 A character set conversion library libtool-2.2.6b Generic shared library support script m4-1.4.14_1,1 GNU m4 pcre-8.10 Perl Compatible Regular Expressions library perl-5.10.1_2 Practical Extraction and Report Language portaudit-0.5.15 Checks installed ports against a list of security vulnerabi postfix-2.7.1,1 A secure alternative to widely-used Sendmail rsync-3.0.7 A network file distribution/synchronization utility sudo-1.7.4.3 Allow others to run commands as root vim-lite-7.2.411 Vi "workalike", with many additional features (Lite package B#4 results ============= - Command: make WITHOUT_NLS=true - Results: success ls -l bash -rwxr-xr-x 1 root wheel 878258 Aug 24 07:22 bash size bash text data bss dec hex filename 692571 35280 17456 745307 b5f5b bash # ldd work/bash-4.1/bash work/bash-4.1/bash: libncurses.so.8 => /lib/libncurses.so.8 (0x406e1000) libc.so.7 => /lib/libc.so.7 (0x4082e000) - Command: make clean B#5 results ============= - Command: make WITH_STATIC_BASH=true - Results: success ls -l bash -rwxr-xr-x 1 root wheel 1846158 Aug 24 07:30 bash size bash text data bss dec hex filename 1444688 49972 107456 1602116 187244 bash # ldd work/bash-4.1/bash ldd: work/bash-4.1/bash: not a dynamic ELF executable # objdump --syms work/bash-4.1/bash | egrep -i 'iconv|intl' # - Command: make clean B#6 results ============= - Command: make - Results: success ls -l bash -rwxr-xr-x 1 root wheel 882797 Aug 24 07:36 bash size bash text data bss dec hex filename 696304 35352 17456 749112 b6e38 bash # ldd work/bash-4.1/bash work/bash-4.1/bash: libncurses.so.8 => /lib/libncurses.so.8 (0x406e2000) libintl.so.9 => /usr/local/lib/libintl.so.9 (0x4082f000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x40938000) libc.so.7 => /lib/libc.so.7 (0x40b32000) - Command: make clean Footnotes =========== Verification of "leftover" files as a result of make install/make deinstall was not performed. I believe itetcu has some sort of automatic framework for detecting this. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 15:54:10 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 0F0C610656AD for ; Tue, 24 Aug 2010 15:54:10 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from dione.picobyte.net (81-86-230-94.dsl.pipex.com [81.86.230.94]) by mx1.freebsd.org (Postfix) with SMTP id 8852E8FC28 for ; Tue, 24 Aug 2010 15:54:09 +0000 (UTC) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:770:15d::fe03]) by dione.picobyte.net (Postfix) with ESMTP id 09DBAB839; Tue, 24 Aug 2010 16:48:42 +0100 (BST) Date: Tue, 24 Aug 2010 16:48:41 +0100 From: Shaun Amott To: Dmitry Marakasov Message-ID: <20100824154841.GA30217@charon.picobyte.net> References: <20100823235042.GK67763@hades.panopticon> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <20100823235042.GK67763@hades.panopticon> User-Agent: Mutt/1.5.20 (FreeBSD i386) Cc: freebsd-ports@FreeBSD.org Subject: Re: cleaning schg flag in compat5x distfiles 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, 24 Aug 2010 15:54:10 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 24, 2010 at 03:50:42AM +0400, Dmitry Marakasov wrote: >=20 > Distfiles for misc/compat5x are shipped with schg file set on some > files. This makes it impossible to install port with raised > securitylevel, as clearing schg flag is impossible in that case. > See [1]. >=20 > If nobody minds, I'm going to reroll compat5x distfiles with schg flag > cleared. I guess we need a PORTVERSION bump here, as distfiles should be > renamed due to changed checksums, and given that .8 part of compat5x > version (5.4.0.8) indicates patchlevel, I guess I'll have to use > 5.4.0.8.1. Rerolled distfiles are at my ~/public_distfiles/compat5x/, > and should propagate to [2] in some time. Original distfiles are at [3]. > Port diff is as follows: >=20 This is a welcome change. The schg flag has caused me problems in the past. Thanks! --=20 Shaun Amott // PGP: 0x6B387A9A "A foolish consistency is the hobgoblin of little minds." - Ralph Waldo Emerson --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkxz6dkACgkQkmhdCGs4eprobACg2nqTjvZ/y4XLPWR9OAUd0MHj MtIAoLka+0Xhk7gZ0FgkipJpr23jqDqI =Lfke -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 19:01:44 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 153B1106567A for ; Tue, 24 Aug 2010 19:01:44 +0000 (UTC) (envelope-from dziobak84@interia.pl) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.205]) by mx1.freebsd.org (Postfix) with ESMTP id CB24A8FC0C for ; Tue, 24 Aug 2010 19:01:43 +0000 (UTC) Received: by smtpo.poczta.interia.pl (INTERIA.PL, from userid 502) id 804CF10A543C; Tue, 24 Aug 2010 20:46:55 +0200 (CEST) Received: from [192.168.1.100] (host-81-190-87-15.gdynia.mm.pl [81.190.87.15]) by poczta.interia.pl (INTERIA.PL) with ESMTPA for ; Tue, 24 Aug 2010 20:46:53 +0200 (CEST) Message-ID: <4C741399.1050105@interia.pl> Date: Tue, 24 Aug 2010 20:46:49 +0200 From: DZIOBAK User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 ThunderBrowse/3.3.2 MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Interia-Antivirus: OK X-EMID: 3b5beacc X-Mailman-Approved-At: Tue, 24 Aug 2010 19:10:30 +0000 Cc: Subject: ports - dovecot 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, 24 Aug 2010 19:01:44 -0000 Hi! Could you please tell me when can be released dovecot-1.2.14 and dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple of weeks, but ports are not created. Greetings DZIOBAK ---------------------------------------------------------------------- Saloon gier - to nas wyroznia! Sprawdz >>> http://linkint.pl/f27e0 From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 19:14: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 D41641065695; Tue, 24 Aug 2010 19:14:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 53BA48FC1D; Tue, 24 Aug 2010 19:14:40 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-148-45.dclient.hispeed.ch [80.218.148.45]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o7OJEWwU071918; Tue, 24 Aug 2010 21:14:32 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 24 Aug 2010 21:14:20 +0200 From: Emanuel Haupt To: Jeremy Chadwick Message-Id: <20100824211420.3ecced97.ehaupt@FreeBSD.org> In-Reply-To: <20100824153157.GA63745@icarus.home.lan> References: <20100817060114.GA86738@icarus.home.lan> <20100824153157.GA63745@icarus.home.lan> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Garrett Wollman , Alex, Emanuel Haupt , freebsd-ports@FreeBSD.org, Goncharov Subject: Re: shells/bash and the libiconv dependency mess 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, 24 Aug 2010 19:14:40 -0000 Jeremy Chadwick wrote: > On Mon, Aug 16, 2010 at 11:01:14PM -0700, Jeremy Chadwick wrote: > > Let me explain what transpired in chronological order: > > > > On 2010/05/11, ehaupt committed the following patch: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/files/patch-Makefile.in > > > > And bumped PORTREVISION (from 0 to 1) in the Makefile. This > > unconditionally made bash require libiconv, and the only > > justification is "fix statically linked version". > > > > Those of us who use WITHOUT_NLS or who do not have libiconv already > > on their systems (from another port) immediately notice the problem > > (bash will no longer build): > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147747 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148329 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=149218 > > > > Three months goes by and finally something is committed to fix the > > problem on 2010/08/06. Except the fix doesn't make any sense; all > > it does is make libiconv a mandatory dependency (USE_ICONV): > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/Makefile#rev1.123 > > > > This, of course, means that WITHOUT_NLS is broken and doesn't work > > as it's supposed to, since libiconv is now a mandatory requirement > > (it doesn't need to be): > > > > # make WITHOUT_NLS=true all-depends-list > > /usr/ports/devel/bison > > /usr/ports/converters/libiconv > > /usr/ports/devel/m4 > > /usr/ports/devel/libtool22 > > > > Why was this done the way it was? patch-Makefile.in should be > > removed and instead replaced with a REINPLACE_CMD that handles the > > conditionals (WITH_STATIC_BASIC, WITHOUT_NLS, etc.) in a more clean > > manner. > > > > And where are the details of the supposed "statically linked > > version" problem? > > > > Sorry if I sound angry, but this whole situation is a mess, and > > shells/bash is a very important port. If someone wants me to put my > > money where my mouth is and go + clean it up I'll be happy to. > > Testing all the different quirk combinations really isn't that > > complex. > > Since I didn't really get any answers regarding this predicament, I > went ahead and did the necessary effort. Below are my QA notes. The > patch is available here: > > http://jdc.parodius.com/freebsd/bash-without-nls.patch The patch works for me. One minor thing, PORTREVISION should be bumped. > Please note the required removal of files/patch-Makefile.in. > > I can file a PR for all this if need be, just let me know. Please do that, that way I can commit the patch after a 14 day maintainer timeout. Emanuel From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 19:59: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 6B8AC106566B for ; Tue, 24 Aug 2010 19:59:56 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2A97C8FC1C for ; Tue, 24 Aug 2010 19:59:55 +0000 (UTC) Received: from [89.182.11.222] (helo=localhost) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1OnzPn-0006U0-9s; Tue, 24 Aug 2010 21:44:11 +0200 Date: Tue, 24 Aug 2010 21:49:29 +0200 From: Marcus von Appen To: Bruno d'Arcangeli Message-ID: <20100824194929.GB1587@medusa.sysfault.org> References: <20100814142114.GB37495@arcangeli.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline In-Reply-To: <20100814142114.GB37495@arcangeli.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Df-Sender: 320095 Cc: ports@freebsd.org Subject: Re: FreeBSD port: blender_2.49b_5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 19:59:56 -0000 --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Bruno, On, Sat Aug 14, 2010, Bruno d'Arcangeli wrote: > Hi, >=20 > Do you plan to port blender 2.53? Yes, as soon as it will be released as a stable version. > I know that it is a beta version but it is really stable. The ongoing changes within the blender SVN, which scares me to update graphics/blender to some beta version. Maybe a graphics/blender-devel port with the beta might be sufficient for you? Note that this however might change (in)frequently, depending on the blender (alpha/beta) releases. Regards Marcus =20 --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkx0IkkACgkQi68/ErJnpkfrQwCgzygOqbTqU//Ui+yhLUmcQQe3 x1EAoMT420QQB+6LXe9Ig/lPRug3quLd =yiFf -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 20:05: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 308B210656AB for ; Tue, 24 Aug 2010 20:05:06 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0478FC17 for ; Tue, 24 Aug 2010 20:05:05 +0000 (UTC) Received: by yxe42 with SMTP id 42so3170889yxe.13 for ; Tue, 24 Aug 2010 13:05:04 -0700 (PDT) Received: by 10.150.190.10 with SMTP id n10mr2841835ybf.286.1282680304420; Tue, 24 Aug 2010 13:05:04 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-071-070-144-046.nc.res.rr.com [71.70.144.46]) by mx.google.com with ESMTPS id q25sm486915ybk.18.2010.08.24.13.05.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Aug 2010 13:05:04 -0700 (PDT) Received: from seibercom.net (cpe-071-070-144-046.nc.res.rr.com [71.70.144.46]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd-ports.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 918E2E5480D for ; Tue, 24 Aug 2010 16:05:02 -0400 (EDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.96.2 at scorpio.seibercom.net Date: Tue, 24 Aug 2010 16:04:48 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20100824160448.2ee7515a@seibercom.net> In-Reply-To: <4C741399.1050105@interia.pl> References: <4C741399.1050105@interia.pl> Organization: seibercom.net X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEX3/uPVnZf2/v9ejGkqHB74++H///+cHCT3m6cgqYvfAAACbElEQVQ4jWXTQW/bIBQAYJLJuRMn8TVCss9zTdrrXJ6bHe1Ej/bossF9EpJ3nbapf3sP8JxOQ4qV8OU9HvjBROWcYNlKHtxlQ1/huBaOBiMwQtgHhbokMLIT76Acps5hvy61+6WsjkCZzNEW0+fcQ7Nl5uoPCegjjjhN5/MEABd89k9hXkQoX6cwPIDKCt8tYG5wpmdrxAyuolTPqpiVoEpVCWvl6e00RAD4JBJQnO4lvv0O4Cnd3WUGevYNFohxFYAy7jCCtW39LaQK8BgDAgiHVinVJlCiFKlcqgEHfwb1EuG+DwFGMO3oCIuJIEYoa8KJECBB+UBldgm0MQmEGz7GQr8XYRPKzYNO1zZ8mgdAu4BG5Ke/4KFboM8458UScViAAvYD93OAsu+Bc3zxCU7ZAjT74+dQv9K7oO0d1wuscop48Pc50O5bcVwgGzh/mXzaizJuAWERh8k3eaxKmxu4kV1p2XOEg3i3c8M+EKR93P0D1KATpC55vMHaGqFf5f/AwhlrhHgg8DTezopt6I3o3Qx4q4q6YaPxK8RxcClXeFGhTTS++QR6TS/oBs7l4WhzuNMubZG6hIBkF4qqZVdWczIqSrjKVF/i4o26IP2oElBGFy5CXKSnf6UWDTC6zKSqoAvzsakjjBvdzLKnmxdhY8eRsX7VSCUBdgD1hVJpx6y2OOS1DNDILYmqdWUJ+oHvd0rRvAqX5kpxQMR6yxHzPV6VlPFyWE7LKc36keNQI64gLP8Ybgtmg+zYuBl4fuI8VqW2RqDGE8Uzu7GxGa803whDdxx3bSZbRhfQUSxvmnpLZWpRFqHz7v8AvsBe0S1zv9UAAAAASUVORK5CYII= Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/Xx4so/5uwbcK5MrqD_vekon"; protocol="application/pgp-signature" Subject: Re: ports - dovecot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 20:05:06 -0000 --Sig_/Xx4so/5uwbcK5MrqD_vekon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 24 Aug 2010 20:46:49 +0200 DZIOBAK articulated: > Could you please tell me when can be released dovecot-1.2.14 and=20 > dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple > of weeks, but ports are not created. While releasing the former into the ports system is a worthwhile goal, it would be a mistake IMHO to do the same for the latter. The software author is releasing on what appears to be an almost hourly schedule, patches to the base program. Until it stabilizes, I would not recommend releasing it into the wild. If it has as many problems as it appears to on the system it was written on, one can only imagine what sort of problems await FreeBSD users. Just my 2=C2=A2. --=20 Jerry =E2=9C=8C FreeBSD-Ports.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ There never was a good war or a bad peace. =0D Benjamin Franklin --Sig_/Xx4so/5uwbcK5MrqD_vekon Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQEcBAEBAgAGBQJMdCXtAAoJEN3ZzwiLXOelAN8H/Rpai1TTufDHBoLQumk0LmaR gRo6oVAFNemBbc2vS6mmRl/Vnl4nw5bg5RzN58BIv/sY7qFfboywNsf882A0FeQE RRDixj3VoN3J61DnxV8nCLpKc6Nch552GbOx01cV5h7F8hHkOODTdwpr/uU2ta7d KfJ8pWNGKHljURVOI9Xqr4tWVooMn9upgUc/sCA8GNI8ChHODDhOjT+NDmXLobUp M+iQ6UcDbhVXKFITXUdkaxT/JXSsC5tWv2v1wlibfZXj/PedOq8vNjpS+4mFCSIx QPqI/X5fBvSkMPG3hwlJDuugBl/4T58nEakGWS48eCPC757fq1zJ9pbtKfg+jsE= =gcMY -----END PGP SIGNATURE----- --Sig_/Xx4so/5uwbcK5MrqD_vekon-- From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 20:33: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 38FF11065673; Tue, 24 Aug 2010 20:33:49 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 9045B8FC14; Tue, 24 Aug 2010 20:33:48 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 15AE822C53C5; Tue, 24 Aug 2010 23:33:47 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 82CB35A9003; Tue, 24 Aug 2010 13:33:45 -0700 (PDT) From: QAT@FreeBSD.org To: gahr@FreeBSD.org In-Reply-To: <201008240717.o7O7HV11055016@repoman.freebsd.org> References: <201008240717.o7O7HV11055016@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-08-15 10:20:52 X-QAT-Port: x11-toolkits/fxscintilla X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/fxscintilla-2.11.0.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: mtree Message-Id: <20100824203345.82CB35A9003@jester1b.ixsystems.com> Date: Tue, 24 Aug 2010 13:33:45 -0700 (PDT) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/fxscintilla Makefile distinfo pkg-plist 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, 24 Aug 2010 20:33:49 -0000 The Restless Daemon identified a mtree error while trying to build: fxscintilla-2.11.0 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/x11-toolkits/fxscintilla/Makefile,v 1.37 2010/08/24 07:17:31 gahr Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/fxscintilla-2.11.0.log : libtool: install: ranlib /usr/local/lib/libfxscintilla.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- Making install in tests Making install in . test -z "/usr/local/lib/pkgconfig" || ./install-sh -c -d "/usr/local/lib/pkgconfig" install -o root -g wheel -m 444 fxscintilla.pc '/usr/local/lib/pkgconfig' ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for fxscintilla-2.11.0 ================================================================ ======================================== ===> Building package for fxscintilla-2.11.0 Creating package /tmp/packages/All/fxscintilla-2.11.0.tbz Registering depends: fox-1.6.37_3 libXft-2.1.14 libXrender-0.9.5 libGLU-7.4.4 libGL-7.4.4 libXdamage-1.1.2 libXfixes-4.0.4 libXxf86vm-1.1.0 libXext-1.1.1,1 libX11-1.3.3,1 libxcb-1.6 libdrm-2.4.12_1 libpthread-stubs-0.3_3 libXau-1.0.5 libXdmcp-1.0.3 xproto-7.0.16 fontconfig-2.8.0,1 freetype2-2.4.2 pkg-config-0.25 tiff-3.9.4 jbigkit-1.6 jpeg-8_3 png-1.4.3 expat-2.0.1_1 damageproto-1.2.0 dri2proto-2.2 fixesproto-4.1.1 kbproto-1.0.4 renderproto-0.11 xextproto-7.1.1 xf86vidmodeproto-2.3. Creating bzip'd tar ball in '/tmp/packages/All/fxscintilla-2.11.0.tbz' Deleting fxscintilla-2.11.0 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 38208404 4 drwxr-xr-x 2 root wheel 512 Aug 24 20:33 usr/local/lib/pkgconfig 38208405 4 -r--r--r-- 1 root wheel 288 Aug 24 20:33 usr/local/lib/pkgconfig/fxscintilla.pc ================================================================ build of /usr/ports/x11-toolkits/fxscintilla ended at Tue Aug 24 20:33:44 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/fxscintilla-2.11.0.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=x11-toolkits&portname=fxscintilla The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 21:24:41 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 07D0F1065679 for ; Tue, 24 Aug 2010 21:24:41 +0000 (UTC) (envelope-from jktrigg@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 926468FC08 for ; Tue, 24 Aug 2010 21:24:40 +0000 (UTC) Received: by wwb13 with SMTP id 13so68246wwb.31 for ; Tue, 24 Aug 2010 14:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=07/ndDGlZshGfkycpuC/Z8bftFQh6cMLoOHI7e9ntCk=; b=Qt8/PJEfQYA0XB9wR/nXnkdS8wOhWUeLkjqhfRo6DIPYVlGhkzIeEll81qzXpXJoAX XogH4D6Ho2ASzZThVuizaO2UZu2fhEkjgjUttSs6/AeTC2/0daOOIRIQTaxjd0EeDGw/ H6ndb4DL9t1uG4mWiaDMDfGwOBtzAco/6plqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=x7oqoc9RZgWcdorP2c1iwmf6Xhsbl4M4jnCCcOcTlJPuN8xHZTRDDdkbZZjdpl7yPj uI5f97KofcP3GXgjg3hCTgWDO9xkjK2ru0AVJXJ+Mw82ih8nB0gZfzQRTObgD94ww/Ho Eoq5bO9jS/YLYAWWL6OusqIL34PbJ11JZovps= MIME-Version: 1.0 Received: by 10.216.1.6 with SMTP id 6mr6569549wec.24.1282685079402; Tue, 24 Aug 2010 14:24:39 -0700 (PDT) Sender: jktrigg@gmail.com Received: by 10.216.53.137 with HTTP; Tue, 24 Aug 2010 14:24:39 -0700 (PDT) In-Reply-To: <20100824160448.2ee7515a@seibercom.net> References: <4C741399.1050105@interia.pl> <20100824160448.2ee7515a@seibercom.net> Date: Tue, 24 Aug 2010 17:24:39 -0400 X-Google-Sender-Auth: FzGW76WXXODw0bfy0fDfXPGaMh8 Message-ID: From: Jim Trigg To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: ports - dovecot 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, 24 Aug 2010 21:24:41 -0000 On Tue, Aug 24, 2010 at 4:04 PM, Jerry wrote: > On Tue, 24 Aug 2010 20:46:49 +0200 > DZIOBAK articulated: > >> Could you please tell me when can be released dovecot-1.2.14 and >> dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple >> of weeks, but ports are not created. > > While releasing the former into the ports system is a worthwhile goal, > it would be a mistake IMHO to do the same for the latter. The software > author is releasing on what appears to be an almost hourly schedule, > patches to the base program. Until it stabilizes, I would not recommend > releasing it into the wild. If it has as many problems as it appears to > on the system it was written on, one can only imagine what sort of > problems await FreeBSD users. I think it would be perfectly reasonable to release it as dovecot-devel (which is currently DEPRECATED because it's lagging behind the main dovecot port). Jim From owner-freebsd-ports@FreeBSD.ORG Tue Aug 24 22:50: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 E7C3210656AA; Tue, 24 Aug 2010 22:50:49 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 9A0C18FC18; Tue, 24 Aug 2010 22:50:49 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 898D022C53CD; Wed, 25 Aug 2010 01:50:48 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id B85A15A9003; Tue, 24 Aug 2010 15:50:47 -0700 (PDT) From: QAT@FreeBSD.org To: Pietro Cerutti In-Reply-To: <201008242146.o7OLk6iT077016@repoman.freebsd.org> References: <201008242146.o7OLk6iT077016@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-08-15 10:20:52 X-QAT-Port: x11-toolkits/fxscintilla X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/fxscintilla-2.11.0.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20100824225047.B85A15A9003@jester1b.ixsystems.com> Date: Tue, 24 Aug 2010 15:50:47 -0700 (PDT) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/x11-toolkits/fxscintilla Makefile pkg-plist) 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, 24 Aug 2010 22:50:50 -0000 x11-toolkits/fxscintilla, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 00:05:18 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 4681B1065694 for ; Wed, 25 Aug 2010 00:05:18 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17EFF8FC0A for ; Wed, 25 Aug 2010 00:05:17 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id AB6914B781B; Wed, 25 Aug 2010 07:48:02 +0800 (CST) Date: Wed, 25 Aug 2010 07:48:02 +0800 From: Denny Lin To: freebsd-ports@freebsd.org Message-ID: <20100824234802.GB7511@mail.hs.ntnu.edu.tw> References: <4C741399.1050105@interia.pl> <20100824160448.2ee7515a@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20100824160448.2ee7515a@seibercom.net> User-Agent: Mutt/1.4.2.3i Subject: Re: ports - dovecot 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, 25 Aug 2010 00:05:18 -0000 On Tue, Aug 24, 2010 at 04:04:48PM -0400, Jerry wrote: > On Tue, 24 Aug 2010 20:46:49 +0200 > DZIOBAK articulated: > > > Could you please tell me when can be released dovecot-1.2.14 and > > dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple > > of weeks, but ports are not created. I submitted ports/149866 a few days ago to update Dovecot to 1.2.13. Still awaiting maintainer approval. I'll submit another PR to update Dovecot to 1.2.14 this afternoon. > While releasing the former into the ports system is a worthwhile goal, > it would be a mistake IMHO to do the same for the latter. The software > author is releasing on what appears to be an almost hourly schedule, > patches to the base program. Until it stabilizes, I would not recommend > releasing it into the wild. If it has as many problems as it appears to > on the system it was written on, one can only imagine what sort of > problems await FreeBSD users. 1.2.14 was released one month after 1.2.13, so it really isn't an hourly schedule. Dovecot releases are also usually quite stable. Perhaps the port maintainer will update mail/dovecot to 2.0.1 and keep the 1.2 branch in mail/dovecot12. This way users can choose their preferred version. -- Denny Lin From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 09:11: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 88E541065679 for ; Wed, 25 Aug 2010 09:11:36 +0000 (UTC) (envelope-from james.technew@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 43C398FC1C for ; Wed, 25 Aug 2010 09:11:35 +0000 (UTC) Received: by qyk4 with SMTP id 4so340322qyk.13 for ; Wed, 25 Aug 2010 02:11:35 -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=EpnUgWVwp6kD0YNVnunOr90FT9ydgfqdoYtZJnhgVJk=; b=NgDNjeu+Bd6b4YmZqaR3zC1yK8FwyesWn7eTk7JvF4vdRxSHbzYlC6Tnjt6Ist7ow2 VdDy/T0X5/Bv0cPoW2xS9q/Y/MiOXWOpgO+x9Ks44VfB09ESyn4PN4WPg2oe++s1jNrI klp2moqWq7vDcEl9KI5/o44fzznOndJ4rklKo= 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=oDyvuXD3OJ0jAfDYHf86bCHn69eW2pgBH8if12KwZhQwsQCbSp9AjxpmdBYtSOgF+f ylhyjYmb7B9caqMpD9DwIOpgLAmTX/48aYXFuWbLo3WuTKeTIoZeGm0MN9Dn34vGga2y CsO1iXy/JHwyEPQl311X96S/w48MeULxgbcvg= MIME-Version: 1.0 Received: by 10.224.124.80 with SMTP id t16mr5347754qar.204.1282726133120; Wed, 25 Aug 2010 01:48:53 -0700 (PDT) Received: by 10.229.140.205 with HTTP; Wed, 25 Aug 2010 01:48:53 -0700 (PDT) Date: Wed, 25 Aug 2010 16:48:53 +0800 Message-ID: From: James Chang To: araujo@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: About ocsinventory-* in FreeBSD ports tree (/usr/ports/net-mgmt/ocsinventory-*) 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, 25 Aug 2010 09:11:36 -0000 Dear Sir, I found the following ports in FreeBSD are maintained by you. 1./usr/ports/net-mgmt/ocsinventory-ng 2./usr/ports/net-mgmt/ocsinventory-agent In May 13,2010, the OCS Inventory Team has released v1.3.2 which fix many security bugs! Could you please update the ocsinventory-* in FreeBSD port tree to version v1.3.2 ? Best Regards! James Chang From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 11:50: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 23796106564A for ; Wed, 25 Aug 2010 11:50:47 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id E8B1B8FC13 for ; Wed, 25 Aug 2010 11:50:46 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 2FD474B7824; Wed, 25 Aug 2010 19:50:45 +0800 (CST) Date: Wed, 25 Aug 2010 19:50:45 +0800 From: Denny Lin To: freebsd-ports@freebsd.org Message-ID: <20100825115044.GF7511@mail.hs.ntnu.edu.tw> References: <4C741399.1050105@interia.pl> <20100824160448.2ee7515a@seibercom.net> <20100824234802.GB7511@mail.hs.ntnu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20100824234802.GB7511@mail.hs.ntnu.edu.tw> User-Agent: Mutt/1.4.2.3i Subject: Re: ports - dovecot 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, 25 Aug 2010 11:50:47 -0000 On Wed, Aug 25, 2010 at 07:48:02AM +0800, Denny Lin wrote: > On Tue, Aug 24, 2010 at 04:04:48PM -0400, Jerry wrote: > > On Tue, 24 Aug 2010 20:46:49 +0200 > > DZIOBAK articulated: > > > > > Could you please tell me when can be released dovecot-1.2.14 and > > > dovecot-2.0.1? The versions 1.2.13 and 2.0.0 are released for couple > > > of weeks, but ports are not created. > > I submitted ports/149866 a few days ago to update Dovecot to 1.2.13. > Still awaiting maintainer approval. > > I'll submit another PR to update Dovecot to 1.2.14 this afternoon. Oops, I forgot about something: a new ManageSieve patch for 1.2.14 has to appear on http://www.rename-it.nl/dovecot/1.2/ before mail/dovecot can be updated. It should be available in a few days. -- Denny Lin From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 18:11:54 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 360A3106566C for ; Wed, 25 Aug 2010 18:11:54 +0000 (UTC) (envelope-from demelier.david@gmail.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 BDBB58FC16 for ; Wed, 25 Aug 2010 18:11:53 +0000 (UTC) Received: by wyb33 with SMTP id 33so1121099wyb.13 for ; Wed, 25 Aug 2010 11:11:52 -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:subject:content-type :content-transfer-encoding; bh=O8+pw27u1oBwumLZDuN5qY4UKRonYlSmafiahEfY9ek=; b=PAMOG8IWzSBKfOvC77nrV3T8lzKvx2VNZzp9CURMx3wbEaGnFv5zuYwunN2SajSx6t s5F59NK6oCs4GdHWE4Vf1ywBS3UC5585dxUP5R/Gfm3kagxSjUdYQQyl5t9TMHOavbMy 0azmYItHxEtcLUmmiMRcgF9TDJBS8ldBaIdjo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=GwL9fTDRWECwfs8yRAsP+UBHM/oTD+AOS1O9HVWRwESrZeq0cIb7CMD6Chr/o2jXXC JSWibkm5InB+sjAATO1ksTzKLSc9iaO4wtRpq2n9VWEQlURm6kjpTG/ScTJfQHruvZJM Nv1nJ4kyhAzWARDKuYBpekn0y6KwlzpVtUruk= Received: by 10.227.133.14 with SMTP id d14mr1393220wbt.44.1282759911196; Wed, 25 Aug 2010 11:11:51 -0700 (PDT) Received: from Melon.malikania.fr (34.21.102-84.rev.gaoland.net [84.102.21.34]) by mx.google.com with ESMTPS id e31sm1405943wbe.23.2010.08.25.11.11.50 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Aug 2010 11:11:50 -0700 (PDT) Message-ID: <4C755CBD.9070801@gmail.com> Date: Wed, 25 Aug 2010 20:11:09 +0200 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.8) Gecko/20100818 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Legal music and sound issues with games/viruskiller 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, 25 Aug 2010 18:11:54 -0000 Hi, We rewrote the games/viruskiller with one option, MUSIC. The musics and sounds have legal issues and that is specified here : http://www.happypenguin.org/forums/viewtopic.php?t=4725 Because I wanted to write this port, I made this option to interact with the user. He needs to enable the option to use the sounds and musics. I also said in the comment options that the files are non-free, then the user is completely warned. Do you agree with this Makefile now ? --- Makefile.orig 2010-08-25 19:20:40.000000000 +0200 +++ Makefile 2010-08-25 20:06:48.000000000 +0200 @@ -20,15 +20,26 @@ USE_SDL= mixer image ttf net USE_GMAKE= yes +NO_CDROM= yes + INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile +OPTIONS= MUSIC "Enable musics (non-free)" Off + +.include + +.if !defined(WITH_MUSIC) +SUB_FILES= pkg-message +.endif + post-patch: - # Remove non-free restricted files: - ${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/* +.if !defined(WITH_MUSIC) + @${REINPLACE_CMD} -e "s|music||g;s|sound||g" ${WRKSRC}/makefile +.endif .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s|^.*install.*DOCS.*||g" \ @@ -40,4 +51,9 @@ -e "s|^DATADIR.*|DATADIR=${DATADIR}/|g" \ -e "s|^DOCDIR.*|DOCDIR=${DOCSDIR}|g" ${WRKSRC}/makefile +post-install: +.if !defined(WITH_MUSIC) + @${CAT} ${PKGMESSAGE} +.endif + .include --- /dev/null 2010-08-25 20:08:43.000000000 +0200 +++ files/pkg-message.in 2010-08-25 20:05:20.000000000 +0200 @@ -0,0 +1,2 @@ +Because you disabled music you need to start viruskiller with the -noaudio flag, +otherwise it will segfaults. I think with this, we could keep the game in the ports/ tree. With kind regards. From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 19:15:12 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 7AD3B106566B for ; Wed, 25 Aug 2010 19:15:12 +0000 (UTC) (envelope-from rbgarga@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 0436D8FC0A for ; Wed, 25 Aug 2010 19:15:11 +0000 (UTC) Received: by wwb13 with SMTP id 13so1366419wwb.31 for ; Wed, 25 Aug 2010 12:15:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=BI4DY/ib0wc21mePOOhpRGy7/etvafBElLGqRCpvBTw=; b=L+vX5SRjsnG1HMv/Uk/8kyq4bbuUXE8v8sii+V/OrjPT2EEQlxzDW6kfKKU/VT3jKm 3/VFPtHjPg5xVsI5uh6mlN83oMlz8OetjdwBIXtzPrsBD6tO7zk42cXyb5+sz4Q6l0lB ofwoirJAWPCQTuC5Rw59H14oRcHfP30Hlg/L8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=sA8A3BvsOMcqEDl1MRDJlCHOlYvveSX/Yr7Cjbq6HomeCtsiQm6xHVlzg+GyDO1DhB cSKQpiMxuKTQPn2nsQLdrO2WBYBw38XqKQwR3WYi5hUmn6VdP8+jvbRPECI4A+TCyrvP WJwMEyZd3n720tBZuuR8HJ5paYnpdOiCsY3HY= Received: by 10.227.128.79 with SMTP id j15mr7824776wbs.88.1282762289428; Wed, 25 Aug 2010 11:51:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.156.3 with HTTP; Wed, 25 Aug 2010 11:51:09 -0700 (PDT) From: Renato Botelho Date: Wed, 25 Aug 2010 15:51:09 -0300 Message-ID: To: ports@freebsd.org Content-Type: multipart/mixed; boundary=001485f6c79497bbda048eaa5e98 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: [CFT]: Compat7x 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2010 19:15:12 -0000 --001485f6c79497bbda048eaa5e98 Content-Type: text/plain; charset=ISO-8859-1 It's better later than never. After a long time i found time to update compat7x port to 7.3-RELEASE. I would like to ask you to test it and let me know if you find any problems. Thanks -- Renato Botelho --001485f6c79497bbda048eaa5e98 Content-Type: application/octet-stream; name="compat7x-7.3.diff" Content-Disposition: attachment; filename="compat7x-7.3.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gdajj0el1 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL3BjdnMvcG9ydHMvbWlz Yy9jb21wYXQ3eC9NYWtlZmlsZSx2CnJldHJpZXZpbmcgcmV2aXNpb24gMS4zCmRpZmYgLXUgLXIx LjMgTWFrZWZpbGUKLS0tIE1ha2VmaWxlCTMgU2VwIDIwMDkgMTM6MTM6MzkgLTAwMDAJMS4zCisr KyBNYWtlZmlsZQkyNSBBdWcgMjAxMCAxODo0ODo0OCAtMDAwMApAQCAtNiw3ICs2LDcgQEAKICMK IAogUE9SVE5BTUU9CWNvbXBhdDd4Ci1QT1JUVkVSU0lPTj0JNy4yLjcwMjAwMC4yMDA5MDYuMQor UE9SVFZFUlNJT049CTcuMy43MDMwMDAuMjAxMDA4CiBDQVRFR09SSUVTPQltaXNjCiBNQVNURVJf U0lURVM9CSR7TUFTVEVSX1NJVEVfTE9DQUx9CiBNQVNURVJfU0lURV9TVUJESVI9CWdhcmdhL2Nv bXBhdApJbmRleDogZGlzdGluZm8KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQpSQ1MgZmlsZTogL2hvbWUvcGN2cy9wb3J0 cy9taXNjL2NvbXBhdDd4L2Rpc3RpbmZvLHYKcmV0cmlldmluZyByZXZpc2lvbiAxLjMKZGlmZiAt dSAtcjEuMyBkaXN0aW5mbwotLS0gZGlzdGluZm8JMyBTZXAgMjAwOSAxMzoxMzozOSAtMDAwMAkx LjMKKysrIGRpc3RpbmZvCTI1IEF1ZyAyMDEwIDE4OjQ4OjQ4IC0wMDAwCkBAIC0xLDkgKzEsOSBA QAotTUQ1IChjb21wYXQ3eC1hbWQ2NC03LjIuNzAyMDAwLjIwMDkwNi4xLnRhci5iejIpID0gNjkw YzcyNGEzNjVkNGQzZTA1NGM2ZTcxYjllNTE2NjMKLVNIQTI1NiAoY29tcGF0N3gtYW1kNjQtNy4y LjcwMjAwMC4yMDA5MDYuMS50YXIuYnoyKSA9IDFlN2ZmYzk2YTkyNTZiZDU3ZWFiYmUwM2QzN2Y4 N2E3NTI3MjU0MTlmYjI1YzA4NDg2NWY2YjNhNjI0YTgzYzUKLVNJWkUgKGNvbXBhdDd4LWFtZDY0 LTcuMi43MDIwMDAuMjAwOTA2LjEudGFyLmJ6MikgPSA2NjM3OTA1Ci1NRDUgKGNvbXBhdDd4LWkz ODYtNy4yLjcwMjAwMC4yMDA5MDYuMS50YXIuYnoyKSA9IDRlY2ZlOTUwNWZmMDgyYTFkNjVhZmRl NmE0MmJhNDhkCi1TSEEyNTYgKGNvbXBhdDd4LWkzODYtNy4yLjcwMjAwMC4yMDA5MDYuMS50YXIu YnoyKSA9IDg5ODNhODljMmJhMzhlNTczYWQxODU4ZjZiMmIzZmEwNzJjYjg5OWI5YTU4NjgzNGEy OTYyZDlkZjQwOThlN2UKLVNJWkUgKGNvbXBhdDd4LWkzODYtNy4yLjcwMjAwMC4yMDA5MDYuMS50 YXIuYnoyKSA9IDMyODA5NTEKLU1ENSAoY29tcGF0N3gtc3BhcmM2NC03LjIuNzAyMDAwLjIwMDkw Ni4xLnRhci5iejIpID0gMjFjOTYxMzE5MDEzNTIwNTEwZmIwMTcxMzZhOTQ5NjAKLVNIQTI1NiAo Y29tcGF0N3gtc3BhcmM2NC03LjIuNzAyMDAwLjIwMDkwNi4xLnRhci5iejIpID0gNDA0M2M5Y2Uz MzAxZGUxOGEzMTEwMTQzZjYwNTZkNjMyMTY5MTdkNGY5M2IxYWQ2Njc1ZGU4N2JkNWY0MzA2Nwot U0laRSAoY29tcGF0N3gtc3BhcmM2NC03LjIuNzAyMDAwLjIwMDkwNi4xLnRhci5iejIpID0gMzA2 ODM1MworTUQ1IChjb21wYXQ3eC1hbWQ2NC03LjMuNzAzMDAwLjIwMTAwOC50YXIuYnoyKSA9IGE5 MGE4NjFjYTJhMDA0OWMxNzkxYzRmYTkzM2E3MmY3CitTSEEyNTYgKGNvbXBhdDd4LWFtZDY0LTcu My43MDMwMDAuMjAxMDA4LnRhci5iejIpID0gMzFmNDNhNmQ4MmUzNTJiYjY0Y2MwYzE1YTAzYzk0 MzlkMWU0YmNhMjQ5OTYyZTEyOTNiMmZjNjM1ZjUyNGY3NgorU0laRSAoY29tcGF0N3gtYW1kNjQt Ny4zLjcwMzAwMC4yMDEwMDgudGFyLmJ6MikgPSA2NTY0OTE4CitNRDUgKGNvbXBhdDd4LWkzODYt Ny4zLjcwMzAwMC4yMDEwMDgudGFyLmJ6MikgPSA5NmEzZjUxOGRjZjk2YWY1MDgxOThjNjE3NDIy N2E0MAorU0hBMjU2IChjb21wYXQ3eC1pMzg2LTcuMy43MDMwMDAuMjAxMDA4LnRhci5iejIpID0g Y2MzMDg0ZTllZmNkZTdlNWIwNGRmMDY1YTM3MWU5Yjg0NmY0NmUyZmZjOGYxMmFjNTQwMWQ4MjAw OTBmN2I2NgorU0laRSAoY29tcGF0N3gtaTM4Ni03LjMuNzAzMDAwLjIwMTAwOC50YXIuYnoyKSA9 IDMzMDM1MjAKK01ENSAoY29tcGF0N3gtc3BhcmM2NC03LjMuNzAzMDAwLjIwMTAwOC50YXIuYnoy KSA9IDI2NjRiMmJjZGI4NWEwYTU0Mzc2MzhkZjc3YzQ5MzQ4CitTSEEyNTYgKGNvbXBhdDd4LXNw YXJjNjQtNy4zLjcwMzAwMC4yMDEwMDgudGFyLmJ6MikgPSA1YjVhNzUzY2Y1YTkzYTdhNjliNmEx YTI4ZGRlMjZkZjA1NmQzYjQwYjZlMDczMzFlNDcwYmFiMTdkMzNjNGY4CitTSVpFIChjb21wYXQ3 eC1zcGFyYzY0LTcuMy43MDMwMDAuMjAxMDA4LnRhci5iejIpID0gMzIyNTcyOAo= --001485f6c79497bbda048eaa5e98-- From owner-freebsd-ports@FreeBSD.ORG Wed Aug 25 21:47: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 83C9810656C3 for ; Wed, 25 Aug 2010 21:47:01 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 401B48FC1E for ; Wed, 25 Aug 2010 21:47:01 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1OoNoB-0001Kw-2v; Thu, 26 Aug 2010 01:46:59 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 6DBA9B84D; Thu, 26 Aug 2010 01:46:58 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 5D939B84E; Thu, 26 Aug 2010 01:46:58 +0400 (MSD) Date: Thu, 26 Aug 2010 01:46:58 +0400 From: Dmitry Marakasov To: David Demelier Message-ID: <20100825214658.GA80380@hades.panopticon> References: <4C755CBD.9070801@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4C755CBD.9070801@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: Legal music and sound issues with games/viruskiller 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, 25 Aug 2010 21:47:01 -0000 * David Demelier (demelier.david@gmail.com) wrote: > We rewrote the games/viruskiller with one option, MUSIC. The musics and > sounds have legal issues and that is specified here : > > http://www.happypenguin.org/forums/viewtopic.php?t=4725 > > Because I wanted to write this port, I made this option to interact with > the user. He needs to enable the option to use the sounds and musics. > > I also said in the comment options that the files are non-free, then the > user is completely warned. > I think with this, we could keep the game in the ports/ tree. These games were removed for reason. As I remember it was stated that (in USA law?) plain linking to copyright-infriging material (which we anyway do, even if not installing these files) is a problem. I think the (only) correct way to safely leave it in the ports is to reroll the distfile without unsafe material. That should also save you from the need to add confusing options/warnings to the port. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 01:54: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 57D491065694 for ; Thu, 26 Aug 2010 01:54:25 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.41]) by mx1.freebsd.org (Postfix) with ESMTP id 38D9C8FC12 for ; Thu, 26 Aug 2010 01:54:24 +0000 (UTC) Received: (qmail 29743 invoked from network); 26 Aug 2010 01:27:43 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 26 Aug 2010 01:27:43 -0000 Message-ID: <4C75C308.5060506@telenix.org> Date: Wed, 25 Aug 2010 21:27:36 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: portmanager endlessly looping in 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: Thu, 26 Aug 2010 01:54:25 -0000 I have an interesting thing here: I seem to have found an endless loop in portmanager. It's *entirely* possible that I'm myself causing this, so I'll explain, and if you can come up with any hints, I'll be happy to test them, because I really do like using portmanager. What my goal is, is to update the qt4 port, but one of the dependencies it finds is x11/libX11 ... and two (the only 2) dependencies it finds unsatisfied for libX11 are x11/libXau and x11/libXtrans. Trouble is, it endlessly (and seemingly quite successfully) rebuilds both of these, but them can't seem to find either to mark them as satisfied (to move onlto building libX11). I tried to cd into both of these dirs and build them directly using make clean/package/clean, and it succeeds fine, but portmanager *still* can't get past them. My ports are up to date, no more than a week old, I use cvs to keep the sources nicely up to date. I'd really appreciate any suggestions you can offer. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 03:36: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 8823F1065675 for ; Thu, 26 Aug 2010 03:36:24 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.52]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC448FC08 for ; Thu, 26 Aug 2010 03:36:24 +0000 (UTC) Received: (qmail 20883 invoked from network); 26 Aug 2010 03:36:23 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 26 Aug 2010 03:36:23 -0000 Message-ID: <4C75E135.6010609@telenix.org> Date: Wed, 25 Aug 2010 23:36:21 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.19 (X11/20090121) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: about portmanager 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, 26 Aug 2010 03:36:24 -0000 Forget what I questioned before, I found a likely reason for the odd behavior I was seeing, so I don't need the help really anymore. Thanks anyhow. From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 03:24:37 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 74B131065693 for ; Thu, 26 Aug 2010 03:24:37 +0000 (UTC) (envelope-from araujobsdport@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 3976A8FC13 for ; Thu, 26 Aug 2010 03:24:36 +0000 (UTC) Received: by iwn36 with SMTP id 36so1342109iwn.13 for ; Wed, 25 Aug 2010 20:24:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=nRtZAQ9EzyssQtSO4x37VdA11WVP+7Uw8PFhYRSE8HI=; b=amTCqtFo/lEG2aGFrF+Tlv6zoMyf80LxsNYpLSktZ+UnK/LVpnWko14Jh/oCgwhJRx YAo8+2QRmV5Az/QcBcbhtXGz2UOSaldTNGJdgUkXkAdjtWbX7kltxAmXZvROvYO4K4rE rK5IvVnySWbLP4+dIDovpQhuzEpmWOEMYFA3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=pgQ+bM+KCmO7DUJiicbNvMrMop4CvDK/zUZdBSevZ/soTYevnygCa5Ws0JXnSal/hK i+p83/Gg3iovjsyEaEggobT5bApAkZG6UJxKomBmBo3P3KzW1w1cHwMhFr/X2tL/xJ4X BcEV7JdI4kUUpqPZxVfqmgZ4azVlAglm4P2hw= MIME-Version: 1.0 Received: by 10.231.39.196 with SMTP id h4mr10981609ibe.64.1282791565259; Wed, 25 Aug 2010 19:59:25 -0700 (PDT) Received: by 10.231.205.146 with HTTP; Wed, 25 Aug 2010 19:59:25 -0700 (PDT) In-Reply-To: References: Date: Wed, 25 Aug 2010 23:59:25 -0300 Message-ID: From: Marcelo Araujo To: James Chang X-Mailman-Approved-At: Thu, 26 Aug 2010 04:49:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports Subject: Re: About ocsinventory-* in FreeBSD ports tree (/usr/ports/net-mgmt/ocsinventory-*) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2010 03:24:37 -0000 Hi James, First of all, thanks to contact me about ocs. Well, right now both ports are in the queue of my Tinderbox, just to check and test if everything is OK. Soon, I believe till this weekend, I can effective the update. Once again, thanks. Best Regards. - Araujo 2010/8/25 James Chang > Dear Sir, > > I found the following ports in FreeBSD are maintained by you. > 1./usr/ports/net-mgmt/ocsinventory-ng > 2./usr/ports/net-mgmt/ocsinventory-agent > > > In May 13,2010, the OCS Inventory Team has released v1.3.2 which > fix many security bugs! > Could you please update the ocsinventory-* in FreeBSD port tree to > version v1.3.2 ? > > Best Regards! > > > James Chang > -- Marcelo Araujo araujo@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 05:17:50 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 403361065679 for ; Thu, 26 Aug 2010 05:17:50 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id D5C238FC18 for ; Thu, 26 Aug 2010 05:17:49 +0000 (UTC) Received: by yxe42 with SMTP id 42so589100yxe.13 for ; Wed, 25 Aug 2010 22:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=pB5JSCtGwGvS5lvzGEU+wWxFjYYla92eZ/XQ8ggX0kw=; b=DyaGbYgHfq5EZq1J3Qv5ueFXA+mKjYa40gDKei2KO4P60kKZf8Hqqkgoxq7yG7g42A 3rjBivIWk4eP+xI9m/nuUE+jKfOUAbusg9+z52QnzjPWgahtgJfpq4wF26UmYxaCgPhM L5uYPJLZ2LHao2C7O3juwAWnXD8GzH2Q8Kc/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=mI1At5LIH9+w5esG7JtezP00mfer5givs8RtRbBDIBU6J9UUsRG91ePjsNy3BbE6Zg YzxPQIRIcrvqholzLjopwRw+2iWYk0DNZRKA+P+5TWWgA7mdnwhkyp8doLVAROXl7Cg+ qUS0vzwkSCY/HQ5RCu0j8+b4Rb7bu/llyQVqg= Received: by 10.101.144.4 with SMTP id w4mr10274405ann.196.1282799868742; Wed, 25 Aug 2010 22:17:48 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-132-33.dsl.klmzmi.sbcglobal.net [99.181.132.33]) by mx.google.com with ESMTPS id i25sm3396101anh.37.2010.08.25.22.17.46 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Aug 2010 22:17:47 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C75F8F9.3060704@DataIX.net> Date: Thu, 26 Aug 2010 01:17:45 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100806 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: Chuck Robey References: <4C75C308.5060506@telenix.org> In-Reply-To: <4C75C308.5060506@telenix.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: jsa@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: portmanager endlessly looping in 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: Thu, 26 Aug 2010 05:17:50 -0000 On 08/25/2010 21:27, Chuck Robey wrote: > I have an interesting thing here: I seem to have found an endless loop in > portmanager. It's *entirely* possible that I'm myself causing this, so I'll > explain, and if you can come up with any hints, I'll be happy to test them, > because I really do like using portmanager. > > What my goal is, is to update the qt4 port, but one of the dependencies it finds > is x11/libX11 ... and two (the only 2) dependencies it finds unsatisfied for > libX11 are x11/libXau and x11/libXtrans. Trouble is, it endlessly (and > seemingly quite successfully) rebuilds both of these, but them can't seem to > find either to mark them as satisfied (to move onlto building libX11). I tried > to cd into both of these dirs and build them directly using make > clean/package/clean, and it succeeds fine, but portmanager *still* can't get > past them. > > My ports are up to date, no more than a week old, I use cvs to keep the sources > nicely up to date. I'd really appreciate any suggestions you can offer. CC: of ports-mgmt/portmanager is a good start. Maybe He/She can give you some insight of the working of portmanager. I am not sure how portmanager keeps the package database up to date but sometimes dependencies can get messed up in the database that can cause a loop and if not handled correctly by the upgrade process can cause a lot of grief. In portmaster you could be using --check-depends and in portupgrade you could use -Ffu but you don't seem to be using any of the suggested ports-mgmt upgrade utilities so good luck. ``emphasis on portmaster'' -- written by dougb@, so you know it works!. Regards, -- jhell,v From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 08:48: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 3D38C1065670; Thu, 26 Aug 2010 08:48:56 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) by mx1.freebsd.org (Postfix) with ESMTP id 8704C8FC0C; Thu, 26 Aug 2010 08:48:55 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o7Q8Nutk069323; Thu, 26 Aug 2010 10:23:56 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Thu, 26 Aug 2010 10:23:56 +0200 From: Emanuel Haupt To: Emanuel Haupt Message-Id: <20100826102356.b5e71239.ehaupt@critical.ch> In-Reply-To: <20100824211420.3ecced97.ehaupt@FreeBSD.org> References: <20100817060114.GA86738@icarus.home.lan> <20100824153157.GA63745@icarus.home.lan> <20100824211420.3ecced97.ehaupt@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alex@freebsd.org, Garrett Wollman , freebsd-ports@freebsd.org, Jeremy Chadwick , Goncharov Subject: Re: shells/bash and the libiconv dependency mess 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, 26 Aug 2010 08:48:56 -0000 Emanuel Haupt wrote: > Jeremy Chadwick wrote: > > On Mon, Aug 16, 2010 at 11:01:14PM -0700, Jeremy Chadwick wrote: > > > Let me explain what transpired in chronological order: > > > > > > On 2010/05/11, ehaupt committed the following patch: > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/files/patch-Makefile.in > > > > > > And bumped PORTREVISION (from 0 to 1) in the Makefile. This > > > unconditionally made bash require libiconv, and the only > > > justification is "fix statically linked version". > > > > > > Those of us who use WITHOUT_NLS or who do not have libiconv > > > already on their systems (from another port) immediately notice > > > the problem (bash will no longer build): > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147747 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148329 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=149218 > > > > > > Three months goes by and finally something is committed to fix the > > > problem on 2010/08/06. Except the fix doesn't make any sense; all > > > it does is make libiconv a mandatory dependency (USE_ICONV): > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/Makefile#rev1.123 > > > > > > This, of course, means that WITHOUT_NLS is broken and doesn't work > > > as it's supposed to, since libiconv is now a mandatory requirement > > > (it doesn't need to be): > > > > > > # make WITHOUT_NLS=true all-depends-list > > > /usr/ports/devel/bison > > > /usr/ports/converters/libiconv > > > /usr/ports/devel/m4 > > > /usr/ports/devel/libtool22 > > > > > > Why was this done the way it was? patch-Makefile.in should be > > > removed and instead replaced with a REINPLACE_CMD that handles the > > > conditionals (WITH_STATIC_BASIC, WITHOUT_NLS, etc.) in a more > > > clean manner. > > > > > > And where are the details of the supposed "statically linked > > > version" problem? > > > > > > Sorry if I sound angry, but this whole situation is a mess, and > > > shells/bash is a very important port. If someone wants me to put > > > my money where my mouth is and go + clean it up I'll be happy to. > > > Testing all the different quirk combinations really isn't that > > > complex. > > > > Since I didn't really get any answers regarding this predicament, I > > went ahead and did the necessary effort. Below are my QA notes. > > The patch is available here: > > > > http://jdc.parodius.com/freebsd/bash-without-nls.patch > > The patch works for me. One minor thing, PORTREVISION should be > bumped. > > > Please note the required removal of files/patch-Makefile.in. > > > > I can file a PR for all this if need be, just let me know. > > Please do that, that way I can commit the patch after a 14 day > maintainer timeout. I created: http://www.freebsd.org/cgi/query-pr.cgi?pr=149981 Emanuel From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 09:34:08 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 6308A10656AA for ; Thu, 26 Aug 2010 09:34:08 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id AE1648FC18 for ; Thu, 26 Aug 2010 09:34:07 +0000 (UTC) Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73]) by qmta10.westchester.pa.mail.comcast.net with comcast id yxYx1e0011ap0As5Axa7b4; Thu, 26 Aug 2010 09:34:07 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta22.westchester.pa.mail.comcast.net with comcast id yxa51e0063LrwQ23ixa62S; Thu, 26 Aug 2010 09:34:07 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 708A49B425; Thu, 26 Aug 2010 02:34:04 -0700 (PDT) Date: Thu, 26 Aug 2010 02:34:04 -0700 From: Jeremy Chadwick To: Emanuel Haupt Message-ID: <20100826093404.GA84386@icarus.home.lan> References: <20100817060114.GA86738@icarus.home.lan> <20100824153157.GA63745@icarus.home.lan> <20100824211420.3ecced97.ehaupt@FreeBSD.org> <20100826102356.b5e71239.ehaupt@critical.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100826102356.b5e71239.ehaupt@critical.ch> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Alex@freebsd.org, Garrett Wollman , freebsd-ports@freebsd.org, Emanuel Haupt , Goncharov Subject: Re: shells/bash and the libiconv dependency mess 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, 26 Aug 2010 09:34:08 -0000 On Thu, Aug 26, 2010 at 10:23:56AM +0200, Emanuel Haupt wrote: > Emanuel Haupt wrote: > > Jeremy Chadwick wrote: > > > On Mon, Aug 16, 2010 at 11:01:14PM -0700, Jeremy Chadwick wrote: > > > > Let me explain what transpired in chronological order: > > > > > > > > On 2010/05/11, ehaupt committed the following patch: > > > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/files/patch-Makefile.in > > > > > > > > And bumped PORTREVISION (from 0 to 1) in the Makefile. This > > > > unconditionally made bash require libiconv, and the only > > > > justification is "fix statically linked version". > > > > > > > > Those of us who use WITHOUT_NLS or who do not have libiconv > > > > already on their systems (from another port) immediately notice > > > > the problem (bash will no longer build): > > > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=147747 > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=148329 > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=149218 > > > > > > > > Three months goes by and finally something is committed to fix the > > > > problem on 2010/08/06. Except the fix doesn't make any sense; all > > > > it does is make libiconv a mandatory dependency (USE_ICONV): > > > > > > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/shells/bash/Makefile#rev1.123 > > > > > > > > This, of course, means that WITHOUT_NLS is broken and doesn't work > > > > as it's supposed to, since libiconv is now a mandatory requirement > > > > (it doesn't need to be): > > > > > > > > # make WITHOUT_NLS=true all-depends-list > > > > /usr/ports/devel/bison > > > > /usr/ports/converters/libiconv > > > > /usr/ports/devel/m4 > > > > /usr/ports/devel/libtool22 > > > > > > > > Why was this done the way it was? patch-Makefile.in should be > > > > removed and instead replaced with a REINPLACE_CMD that handles the > > > > conditionals (WITH_STATIC_BASIC, WITHOUT_NLS, etc.) in a more > > > > clean manner. > > > > > > > > And where are the details of the supposed "statically linked > > > > version" problem? > > > > > > > > Sorry if I sound angry, but this whole situation is a mess, and > > > > shells/bash is a very important port. If someone wants me to put > > > > my money where my mouth is and go + clean it up I'll be happy to. > > > > Testing all the different quirk combinations really isn't that > > > > complex. > > > > > > Since I didn't really get any answers regarding this predicament, I > > > went ahead and did the necessary effort. Below are my QA notes. > > > The patch is available here: > > > > > > http://jdc.parodius.com/freebsd/bash-without-nls.patch > > > > The patch works for me. One minor thing, PORTREVISION should be > > bumped. > > > > > Please note the required removal of files/patch-Makefile.in. > > > > > > I can file a PR for all this if need be, just let me know. > > > > Please do that, that way I can commit the patch after a 14 day > > maintainer timeout. > > I created: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=149981 Thank you for doing this, and my apologies. I had a molar removed yesterday afternoon so I've pretty much been tending that + sleeping, otherwise I would've gotten to it. :-) Thanks again! -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 11:53:43 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 6784510656A4; Thu, 26 Aug 2010 11:53:43 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2001:470:1f0b:105e::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id 30A888FC1D; Thu, 26 Aug 2010 11:53:43 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id DDB57DBAE; Thu, 26 Aug 2010 11:53:41 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Stefan Bethke In-Reply-To: <201008052132.o75LWtO6010244@localhost.cwsent.com> Date: Thu, 26 Aug 2010 13:53:40 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <11FF87D7-FF70-4ABC-8A5B-39307BC78C5F@lassitu.de> References: <201008052132.o75LWtO6010244@localhost.cwsent.com> To: cy@freebsd.org X-Mailer: Apple Mail (2.1081) Cc: freebsd-ports@freebsd.org Subject: Re: sysutils/screen fails to build 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, 26 Aug 2010 11:53:43 -0000 Am 05.08.2010 um 23:32 schrieb Cy Schubert: > I'm in Newfoundland at the moment and will return home on Aug 17. I'll > look at this when I return. I finally got around figuring out why the screen update was failing on = just this one box, while all my other -stables are just fine. The = problem was an accidental upgrade to -current on that box, followed by a = downgrade to -stable, back in May. Apparently, some -current includes = and libraries are still hanging around, and are picked up by configure, = specifically libulog and libutempter, but they are referencing symbols = not available in the -stable libs. Sorry to bother you, Stefan --=20 Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 12:28:37 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 A08DC10656A5 for ; Thu, 26 Aug 2010 12:28:37 +0000 (UTC) (envelope-from freebsd-ports@pp.dyndns.biz) Received: from smtprelay-b12.telenor.se (smtprelay-b12.telenor.se [62.127.194.21]) by mx1.freebsd.org (Postfix) with ESMTP id 585018FC0A for ; Thu, 26 Aug 2010 12:28:37 +0000 (UTC) Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 3BEA7EBE50 for ; Thu, 26 Aug 2010 14:10:10 +0200 (CEST) X-SENDER-IP: [85.226.59.55] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjlGAP71dUxV4js3PGdsb2JhbACHaYtAjRkMAQEBATUtuiGFNwQ X-IronPort-AV: E=Sophos;i="4.56,273,1280700000"; d="scan'208";a="123470099" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb1.telenor.se with ESMTP; 26 Aug 2010 14:10:09 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.4/8.14.4) with ESMTP id o7QCA7DN009670 for ; Thu, 26 Aug 2010 14:10:07 +0200 (CEST) (envelope-from freebsd-ports@pp.dyndns.biz) Message-ID: <4C76599F.3090000@pp.dyndns.biz> Date: Thu, 26 Aug 2010 14:10:07 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100727 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 12:28:37 -0000 Upgraded lang/php from port revision 5.3.3 to 5.3.3_1 yesterday to include the new native MySQL drivers. Now I get the following warning every time a php script is executed: PHP Warning: Module 'zlib' already loaded in Unknown on line 0 Even a simple "php -v" displays this warning. - I have rebuilt php and all ports depending on it. - I have verified that extensions.ini doesn't contain duplicates. - I have searched for any other references to zlib. This isn't critical I guess, but annoying. Any suggestions on how to solve this would be appreciated. Regards Morgan From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 12:41: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 7F7E110656A7 for ; Thu, 26 Aug 2010 12:41:51 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB518FC16 for ; Thu, 26 Aug 2010 12:41:51 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Oobm4-000O7q-UN; Thu, 26 Aug 2010 08:41:49 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id DF095441EE06; Thu, 26 Aug 2010 08:41:44 -0400 (EDT) Message-ID: <4C766106.7050008@FreeBSD.org> Date: Thu, 26 Aug 2010 08:41:42 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= References: <4C76599F.3090000@pp.dyndns.biz> In-Reply-To: <4C76599F.3090000@pp.dyndns.biz> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) Cc: freebsd-ports@freebsd.org Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2010 12:41:51 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Morgan Wesstr=F6m wrote: > Upgraded lang/php from port revision 5.3.3 to 5.3.3_1 yesterday to > include the new native MySQL drivers. Now I get the following warning > every time a php script is executed: >=20 > PHP Warning: Module 'zlib' already loaded in Unknown on line 0 >=20 > Even a simple "php -v" displays this warning. >=20 > - I have rebuilt php and all ports depending on it. > - I have verified that extensions.ini doesn't contain duplicates. > - I have searched for any other references to zlib. >=20 > This isn't critical I guess, but annoying. Any suggestions on how to > solve this would be appreciated. >=20 > Regards > Morgan Hi Morgan, The only time that I've seen that error, it has been caused by duplicate extension loading. If you've already removed duplicates from your extensions.ini file, set up a page with the phpinfo() function so you can see what other .ini file directories might be in the search path. You might even get some good information from this command: truss -f -a -s 256 -o /tmp/php-cli.log php -v Once the process exits, check the /tmp/php-cli.log file and search for "zlib" in it. You might see the zlib extension loaded more than once and be able to determine what .ini file is causing the duplication. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFMdmEG0sRouByUApARApBXAKC1/BCNRLEAR7tw1bktX1lZydoJ4QCeMpQ0 iB009tb0kVYIZ4nh1Qw2X2Y=3D =3DZp+r -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 12:54:34 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 E4B9C1065679 for ; Thu, 26 Aug 2010 12:54:34 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 72F5C8FC22 for ; Thu, 26 Aug 2010 12:54:33 +0000 (UTC) Received: (qmail 24081 invoked from network); 26 Aug 2010 12:54:31 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 26 Aug 2010 12:54:31 -0000 Message-ID: <4C766406.3020901@FreeBSD.org> Date: Thu, 26 Aug 2010 14:54:30 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= References: <4C76599F.3090000@pp.dyndns.biz> In-Reply-To: <4C76599F.3090000@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 12:54:35 -0000 Morgan Wesstrm ha scritto: > This isn't critical I guess, but annoying. Any suggestions on how to > solve this would be appreciated. It's harmless, but you can update your ports tree and recompile lang/php5 to "fix" it. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 13:35:33 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 512DA10656AB for ; Thu, 26 Aug 2010 13:35:33 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48]) by mx1.freebsd.org (Postfix) with ESMTP id 37A078FC15 for ; Thu, 26 Aug 2010 13:35:32 +0000 (UTC) Received: from omta03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by qmta05.emeryville.ca.mail.comcast.net with comcast id z0nk1e0010b6N64A51NMCa; Thu, 26 Aug 2010 13:22:21 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta03.emeryville.ca.mail.comcast.net with comcast id z1NL1e0073LrwQ28P1NLF7; Thu, 26 Aug 2010 13:22:21 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 31B7E9B425; Thu, 26 Aug 2010 06:22:20 -0700 (PDT) Date: Thu, 26 Aug 2010 06:22:20 -0700 From: Jeremy Chadwick To: Greg Larkin Message-ID: <20100826132220.GA90224@icarus.home.lan> References: <4C76599F.3090000@pp.dyndns.biz> <4C766106.7050008@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4C766106.7050008@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Morgan =?iso-8859-1?Q?Wesstr=F6m?= , ale@freebsd.org, freebsd-ports@freebsd.org Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 13:35:33 -0000 On Thu, Aug 26, 2010 at 08:41:42AM -0400, Greg Larkin wrote: > Morgan Wesstrm wrote: > > Upgraded lang/php from port revision 5.3.3 to 5.3.3_1 yesterday to > > include the new native MySQL drivers. Now I get the following warning > > every time a php script is executed: > > > > PHP Warning: Module 'zlib' already loaded in Unknown on line 0 > > > > Even a simple "php -v" displays this warning. > > > > - I have rebuilt php and all ports depending on it. > > - I have verified that extensions.ini doesn't contain duplicates. > > - I have searched for any other references to zlib. > > > > This isn't critical I guess, but annoying. Any suggestions on how to > > solve this would be appreciated. > > > > Regards > > Morgan > > Hi Morgan, > > The only time that I've seen that error, it has been caused by duplicate > extension loading. If you've already removed duplicates from your > extensions.ini file, set up a page with the phpinfo() function so you > can see what other .ini file directories might be in the search path. > > You might even get some good information from this command: > > truss -f -a -s 256 -o /tmp/php-cli.log php -v > > Once the process exits, check the /tmp/php-cli.log file and search for > "zlib" in it. You might see the zlib extension loaded more than once > and be able to determine what .ini file is causing the duplication. I should note there were zlib-like changes made within Makefile.ext during the commit. Let me explain what I mean by that, because there weren't any *actual changes* to the zlib extension itself: http://www.freebsd.org/cgi/cvsweb.cgi/ports/lang/php5/Makefile.ext.diff?r1=1.74;r2=1.75;f=h The change here introduces --with-zlib-dir to the configure arguments in the case that the standard MySQL extension (extension=mysql.so) or PDO-based MySQL extension (extension=pdo_mysql.so) is used. Please note the below is speculative on my part, but it wouldn't surprise me if it turned out to be the case. I wonder if the introduction of this configure variable causes PHP to automatically load the zlib extension on its own (think: PHP extension inheritance)? If this is true, then extension=zlib.so would be considered "redundant" and cause the warning seen. You could test the validity of my claim by commenting out (using semi-colon) extension=zlib.so in extensions.ini and then use php -i and see if zlib is listed as a loaded extension. Solving this, if true, is tricky. The only solution I can think of would be to remove the archivers/php5-zlib port altogether, and instead make lang/php5 include zlib support natively. FreeBSD's libz is quite small, so memory usage per PHP instance would not skyrocket assuming libz is included as a shared library (I hope PHP supports that vs. including it statically). Food for thought -- and as such, I'm CC'ing ale@ to partake in the discussion. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 14:37:21 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 0F65E106566B; Thu, 26 Aug 2010 14:37:21 +0000 (UTC) (envelope-from freebsd-ports@pp.dyndns.biz) Received: from smtprelay-h22.telenor.se (smtprelay-h22.telenor.se [195.54.99.197]) by mx1.freebsd.org (Postfix) with ESMTP id 463858FC15; Thu, 26 Aug 2010 14:37:20 +0000 (UTC) Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 07A68EB5E8; Thu, 26 Aug 2010 16:37:18 +0200 (CEST) X-SENDER-IP: [85.226.59.55] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiM2AGMZdkxV4js3PGdsb2JhbACHaZheDAEBAQE1LbsxhTcE X-IronPort-AV: E=Sophos;i="4.56,273,1280700000"; d="scan'208";a="1663975011" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb4.telenor.se with ESMTP; 26 Aug 2010 16:37:12 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.4/8.14.4) with ESMTP id o7QEb8wp012051; Thu, 26 Aug 2010 16:37:08 +0200 (CEST) (envelope-from freebsd-ports@pp.dyndns.biz) Message-ID: <4C767C13.2060306@pp.dyndns.biz> Date: Thu, 26 Aug 2010 16:37:07 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100727 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" References: <4C76599F.3090000@pp.dyndns.biz> <4C766106.7050008@FreeBSD.org> <20100826132220.GA90224@icarus.home.lan> In-Reply-To: <20100826132220.GA90224@icarus.home.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Jeremy Chadwick , ale@freebsd.org Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 14:37:21 -0000 >>> Upgraded lang/php from port revision 5.3.3 to 5.3.3_1 yesterday to >>> include the new native MySQL drivers. Now I get the following warning >>> every time a php script is executed: >>> >>> PHP Warning: Module 'zlib' already loaded in Unknown on line 0 >>> >>> Even a simple "php -v" displays this warning. >>> >>> - I have rebuilt php and all ports depending on it. >>> - I have verified that extensions.ini doesn't contain duplicates. >>> - I have searched for any other references to zlib. >>> >>> This isn't critical I guess, but annoying. Any suggestions on how to >>> solve this would be appreciated. >>> >>> Regards >>> Morgan >> >> Hi Morgan, >> >> The only time that I've seen that error, it has been caused by duplicate >> extension loading. If you've already removed duplicates from your >> extensions.ini file, set up a page with the phpinfo() function so you >> can see what other .ini file directories might be in the search path. The output from phpinfo is listed below and shows no traces of other ini-files than the default. Configuration File (php.ini) Path /usr/local/etc Loaded Configuration File /usr/local/etc/php.ini Scan this dir for additional .ini files /usr/local/etc/php Additional .ini files parsed /usr/local/etc/php/extensions.ini >> You might even get some good information from this command: >> >> truss -f -a -s 256 -o /tmp/php-cli.log php -v >> >> Once the process exits, check the /tmp/php-cli.log file and search for >> "zlib" in it. You might see the zlib extension loaded more than once >> and be able to determine what .ini file is causing the duplication. It only seems to be loaded once. # grep -E 'ini|zlib' /tmp/php-cli.log 11897: open("/usr/local/bin/php-cli.ini",O_RDONLY,0666) ERR#2 'No such file or directory' 11897: open("/usr/local/etc/php-cli.ini",O_RDONLY,0666) ERR#2 'No such file or directory' 11897: open("/usr/local/bin/php.ini",O_RDONLY,0666) ERR#2 'No such file or directory' 11897: open("/usr/local/etc/php.ini",O_RDONLY,0666) = 3 (0x3) 11897: lstat("/usr/local/etc/php.ini",{ mode=-r--r--r-- ,inode=14156568,size=46214,blksize=16384 }) = 0 (0x0) 11897: stat("/usr/local/etc/php/extensions.ini",{ mode=-rw-r--r-- ,inode=19524774,size=922,blksize=16384 }) = 0 (0x0) 11897: open("/usr/local/etc/php/extensions.ini",O_RDONLY,0666) = 3 (0x3) 11897: open("/usr/local/lib/php/20090626/zlib.so",O_RDONLY,044) = 3 (0x3) 11897: write(3,"[26-Aug-2010 16:28:27] PHP Warning: Module 'zlib' already loaded in Unknown on line 0\n",87) = 87 (0x57) > If this is true, then extension=zlib.so would be considered "redundant" > and cause the warning seen. You could test the validity of my claim by > commenting out (using semi-colon) extension=zlib.so in extensions.ini > and then use php -i and see if zlib is listed as a loaded extension. > You are correct Jeremy. Commenting out zlib.so removes the warning and zlib still shows up as a loaded module when I do php -i. Can I provide any further tests or information for you? Regards Morgan From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 14:39:21 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 EB45A10656AA for ; Thu, 26 Aug 2010 14:39:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 2D96F8FC0A for ; Thu, 26 Aug 2010 14:39:20 +0000 (UTC) Received: (qmail 71641 invoked from network); 26 Aug 2010 14:39:19 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 26 Aug 2010 14:39:19 -0000 Message-ID: <4C767C96.6010701@FreeBSD.org> Date: Thu, 26 Aug 2010 16:39:18 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= References: <4C76599F.3090000@pp.dyndns.biz> <4C766106.7050008@FreeBSD.org> <20100826132220.GA90224@icarus.home.lan> <4C767C13.2060306@pp.dyndns.biz> In-Reply-To: <4C767C13.2060306@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "freebsd-ports@freebsd.org" Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 14:39:22 -0000 Morgan Wesstrm ha scritto: > You are correct Jeremy. Commenting out zlib.so removes the warning and > zlib still shows up as a loaded module when I do php -i. > > Can I provide any further tests or information for you? Do you read my emails? -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 14:40:23 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 AC5DF1065694; Thu, 26 Aug 2010 14:40:23 +0000 (UTC) (envelope-from freebsd-ports@pp.dyndns.biz) Received: from smtprelay-h22.telenor.se (smtprelay-h22.telenor.se [195.54.99.197]) by mx1.freebsd.org (Postfix) with ESMTP id 4F74D8FC13; Thu, 26 Aug 2010 14:40:23 +0000 (UTC) Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id A1B5DEB62C; Thu, 26 Aug 2010 16:40:22 +0200 (CEST) X-SENDER-IP: [85.226.59.55] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiM2ABgadkxV4js3PGdsb2JhbACHaZheDAEBAQE1LbtFhTcE X-IronPort-AV: E=Sophos;i="4.56,273,1280700000"; d="scan'208";a="122498685" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb2.telenor.se with ESMTP; 26 Aug 2010 16:40:22 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.4/8.14.4) with ESMTP id o7QEeKVd012111; Thu, 26 Aug 2010 16:40:21 +0200 (CEST) (envelope-from freebsd-ports@pp.dyndns.biz) Message-ID: <4C767CD4.8060302@pp.dyndns.biz> Date: Thu, 26 Aug 2010 16:40:20 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100727 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" References: <4C76599F.3090000@pp.dyndns.biz> <4C766406.3020901@FreeBSD.org> In-Reply-To: <4C766406.3020901@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: Alex Dupre Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 14:40:23 -0000 On 2010-08-26 14:54, Alex Dupre wrote: > Morgan Wesstrm ha scritto: >> This isn't critical I guess, but annoying. Any suggestions on how to >> solve this would be appreciated. > > It's harmless, but you can update your ports tree and recompile > lang/php5 to "fix" it. > Has there been a new commit during the past 16 hours? My current build is based on a @daily cron update of the ports tree and I did rebuild php and everything depending on it before I made my original post. Regards Morgan From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 14:41: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 C84591065674 for ; Thu, 26 Aug 2010 14:41:11 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 5047D8FC0C for ; Thu, 26 Aug 2010 14:41:11 +0000 (UTC) Received: (qmail 72172 invoked from network); 26 Aug 2010 14:41:10 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 26 Aug 2010 14:41:10 -0000 Message-ID: <4C767D05.9000201@FreeBSD.org> Date: Thu, 26 Aug 2010 16:41:09 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= References: <4C76599F.3090000@pp.dyndns.biz> <4C766406.3020901@FreeBSD.org> <4C767CD4.8060302@pp.dyndns.biz> In-Reply-To: <4C767CD4.8060302@pp.dyndns.biz> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "freebsd-ports@freebsd.org" Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 14:41:11 -0000 Morgan Wesstrm ha scritto: > Has there been a new commit during the past 16 hours? Yes. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 14:51:19 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 BE8E31065696; Thu, 26 Aug 2010 14:51:19 +0000 (UTC) (envelope-from freebsd-ports@pp.dyndns.biz) Received: from smtprelay-h32.telenor.se (smtprelay-h32.telenor.se [213.150.131.5]) by mx1.freebsd.org (Postfix) with ESMTP id 2902D8FC18; Thu, 26 Aug 2010 14:51:19 +0000 (UTC) Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id 48F6BEAC29; Thu, 26 Aug 2010 16:51:18 +0200 (CEST) X-SENDER-IP: [85.226.59.55] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiM2AG4cdkxV4js3PGdsb2JhbACHaZheDAEBAQE1LbtAhTcE X-IronPort-AV: E=Sophos;i="4.56,274,1280700000"; d="scan'208";a="122502532" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb2.telenor.se with ESMTP; 26 Aug 2010 16:51:18 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.4/8.14.4) with ESMTP id o7QEpGtT012286; Thu, 26 Aug 2010 16:51:16 +0200 (CEST) (envelope-from freebsd-ports@pp.dyndns.biz) Message-ID: <4C767F64.5000206@pp.dyndns.biz> Date: Thu, 26 Aug 2010 16:51:16 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100727 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: Alex Dupre References: <4C76599F.3090000@pp.dyndns.biz> <4C766106.7050008@FreeBSD.org> <20100826132220.GA90224@icarus.home.lan> <4C767C13.2060306@pp.dyndns.biz> <4C767C96.6010701@FreeBSD.org> In-Reply-To: <4C767C96.6010701@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: "freebsd-ports@freebsd.org" Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump 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, 26 Aug 2010 14:51:19 -0000 On 2010-08-26 16:39, Alex Dupre wrote: > Morgan Wesstrm ha scritto: >> You are correct Jeremy. Commenting out zlib.so removes the warning and >> zlib still shows up as a loaded module when I do php -i. >> >> Can I provide any further tests or information for you? > > Do you read my emails? > Yes I do Alex. I was answering the emails cronologically and I apologize if that offended you. I will sync the ports tree again and rebuild php and its dependants again as you suggested. Thank you for your help. Regards Morgan From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 15:52: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 CCCFF106567A for ; Thu, 26 Aug 2010 15:52:14 +0000 (UTC) (envelope-from freebsd-ports@pp.dyndns.biz) Received: from smtprelay-b11.telenor.se (smtprelay-b11.telenor.se [62.127.194.20]) by mx1.freebsd.org (Postfix) with ESMTP id 81D838FC1C for ; Thu, 26 Aug 2010 15:52:14 +0000 (UTC) Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id EAF59EAAFB for ; Thu, 26 Aug 2010 17:52:12 +0200 (CEST) X-SENDER-IP: [85.226.59.55] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ahw7ALsqdkxV4js3PGdsb2JhbACHaYtBjR4MAQEBATUtvD+FNwQ X-IronPort-AV: E=Sophos;i="4.56,274,1280700000"; d="scan'208";a="123546676" Received: from c-373be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.55]) by ipb1.telenor.se with ESMTP; 26 Aug 2010 17:52:12 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.4/8.14.4) with ESMTP id o7QFqBiU002504 for ; Thu, 26 Aug 2010 17:52:11 +0200 (CEST) (envelope-from freebsd-ports@pp.dyndns.biz) Message-ID: <4C768DAB.9030604@pp.dyndns.biz> Date: Thu, 26 Aug 2010 17:52:11 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100727 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4C76599F.3090000@pp.dyndns.biz> <4C766406.3020901@FreeBSD.org> <4C767CD4.8060302@pp.dyndns.biz> <4C767D05.9000201@FreeBSD.org> In-Reply-To: <4C767D05.9000201@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: PHP warning after 5.3.3 -> 5.3.3_1 bump [SOLVED] 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, 26 Aug 2010 15:52:14 -0000 On 2010-08-26 16:41, Alex Dupre wrote: > Morgan Wesstrm ha scritto: >> Has there been a new commit during the past 16 hours? > > Yes. > Just confirming that the patch worked. Thanks Alex and everyone else on the list who helped. /Morgan From owner-freebsd-ports@FreeBSD.ORG Thu Aug 26 17:06: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 491731065698 for ; Thu, 26 Aug 2010 17:06:58 +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 74C4A8FC14 for ; Thu, 26 Aug 2010 17:06:57 +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 1Oofug-0007SO-ML for freebsd-ports@freebsd.org; Thu, 26 Aug 2010 19:06:56 +0200 Message-ID: <4C769F2A.7020003@gwdg.de> Date: Thu, 26 Aug 2010 19:06:50 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.8) Gecko/20100806 Thunderbird/3.1.2 MIME-Version: 1.0 To: "freebsd-ports@freebsd.org" Content-Type: multipart/mixed; boundary="------------050706010607050409060902" X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Subject: Work on update for math/saga 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, 26 Aug 2010 17:06:58 -0000 This is a multi-part message in MIME format. --------------050706010607050409060902 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit I am almost a newbie in creating and maintaining ports. With help of ports@ ML I had been able to create math/saga (and math/ggobi) some months ago. Now it is time to update math/saga from version 2.0.4 to 2.0.5. I made some changes to Makefile, especially PORTVERSION, WRKSRC and the post-patch area. In the actual state the port is able to fetch the source, to patch and then to start make. The build process stops with the following error messages. Obviously there is a problem with converting 'wxString' to 'const wchar_t*'. I have no clue what to do next. Some help is greatly appreciated. Thanks in advance, Rainer Hurling -------------------------------------- Making all in saga_cmd Making all in man c++ -DPACKAGE_NAME=\"saga\" -DPACKAGE_TARNAME=\"saga\" -DPACKAGE_VERSION=\"2.0.5\" -DPACKAGE_STRING=\"saga\ 2.0.5\" -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE=\"saga\" -DVERSION=\"2.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MODF=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -fPIC `/usr/local/bin/wxgtk2-2.8-config --unicode=no --cxxflags` -D_SAGA_LINUX -D_SAGA_UNICODE -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -I.. -D"MODULE_LIBRARY_PATH=\"/usr/local/lib/saga\"" -O2 -pipe -I/usr/local/include -fno-strict-aliasing -MT callback.o -MD -MP -MF .deps/callback.Tpo -c -o callback.o callback.cpp mv -f .deps/callback.Tpo .deps/callback.Po c++ -DPACKAGE_NAME=\"saga\" -DPACKAGE_TARNAME=\"saga\" -DPACKAGE_VERSION=\"2.0.5\" -DPACKAGE_STRING=\"saga\ 2.0.5\" -DPACKAGE_BUGREPORT=\"BUG-REPORT-ADDRESS\" -DPACKAGE=\"saga\" -DVERSION=\"2.0.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_VPRINTF=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MODF=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -fPIC `/usr/local/bin/wxgtk2-2.8-config --unicode=no --cxxflags` -D_SAGA_LINUX -D_SAGA_UNICODE -D_TYPEDEF_BYTE -D_TYPEDEF_WORD -I.. -D"MODULE_LIBRARY_PATH=\"/usr/local/lib/saga\"" -O2 -pipe -I/usr/local/include -fno-strict-aliasing -MT module_library.o -MD -MP -MF .deps/module_library.Tpo -c -o module_library.o module_library.cpp module_library.cpp: In member function 'bool CModule_Library::Create(const wchar_t*, const wchar_t*)': module_library.cpp:139: error: cannot convert 'wxString' to 'const wchar_t*' in argument passing module_library.cpp: In member function 'void CModule_Library::_Set_CMD(CSG_Parameters*, bool)': module_library.cpp:320: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:333: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:337: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:342: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:347: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:351: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:352: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:358: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:362: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:368: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:369: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:370: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:371: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:372: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp: In member function 'bool CModule_Library::_Get_CMD(CSG_Parameters*)': module_library.cpp:420: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:424: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:432: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:440: error: call of overloaded 'Set_Value(const wxChar*)' is ambiguous ../saga_api/parameters.h:1018: note: candidates are: bool CSG_Parameter::Set_Value(int) ../saga_api/parameters.h:1020: note: bool CSG_Parameter::Set_Value(void*) module_library.cpp:447: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:454: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:459: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:466: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:468: error: call of overloaded 'Set_Value(const wxChar*)' is ambiguous ../saga_api/parameters.h:1018: note: candidates are: bool CSG_Parameter::Set_Value(int) ../saga_api/parameters.h:1020: note: bool CSG_Parameter::Set_Value(void*) module_library.cpp:473: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:487: error: call of overloaded 'Set_Value(const wxChar*)' is ambiguous ../saga_api/parameters.h:1018: note: candidates are: bool CSG_Parameter::Set_Value(int) ../saga_api/parameters.h:1020: note: bool CSG_Parameter::Set_Value(void*) module_library.cpp:493: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:502: error: call of overloaded 'Set_Value(const wxChar*)' is ambiguous ../saga_api/parameters.h:1018: note: candidates are: bool CSG_Parameter::Set_Value(int) ../saga_api/parameters.h:1020: note: bool CSG_Parameter::Set_Value(void*) module_library.cpp:507: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:520: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:521: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:522: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:523: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:524: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp: In member function 'bool CModule_Library::_Create_DataObjects(CSG_Parameters*)': module_library.cpp:575: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp:583: error: no matching function for call to 'Print_Error(const wchar_t*, wxString&)' callback.h:92: note: candidates are: void Print_Error(const wchar_t*) callback.h:93: note: void Print_Error(const wchar_t*, const wchar_t*) module_library.cpp:594: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) module_library.cpp: In member function 'bool CModule_Library::_Create_DataObject(CSG_Parameter*, const wxChar*)': module_library.cpp:625: error: cannot convert 'const wxChar*' to 'const wchar_t*' for argument '1' to 'bool SG_File_Exists(const wchar_t*)' module_library.cpp: In member function 'bool CModule_Library::_Create_DataObject_List(CSG_Parameter*, wxString)': module_library.cpp:717: error: no matching function for call to 'Print_Error(const wchar_t*, wxString&)' callback.h:92: note: candidates are: void Print_Error(const wchar_t*) callback.h:93: note: void Print_Error(const wchar_t*, const wchar_t*) module_library.cpp: In member function 'bool CModule_Library::_Destroy_DataObjects(bool, CSG_Parameters*)': module_library.cpp:775: error: no matching function for call to 'wxString::Format(const wchar_t*)' /usr/local/include/wx-2.8/wx/string.h:1208: note: candidates are: static wxString wxString::Format(const wxChar*, ...) *** Error code 1 Stop in /usr/ports/math/saga/work/saga-2.0.5/src/saga_core/saga_cmd. --------------050706010607050409060902 Content-Type: text/plain; name="Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Makefile" # Ports collection makefile for: saga # Date created: 13 November 2009 # Whom: rhurlin # # $FreeBSD: ports/math/saga/Makefile,v 1.4 2010/03/28 06:39:47 dinoex Exp $ # PORTNAME= saga PORTVERSION= 2.0.5 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj \ gdal:${PORTSDIR}/graphics/gdal \ jasper.4:${PORTSDIR}/graphics/jasper \ tiff.4:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include USE_WX= 2.8 MAN1= saga_cmd.1 saga_gui.1 post-patch: @for f in `${FIND} '${WRKSRC}' -name Makefile.in` \ ${WRKSRC}/configure; do \ ${REINPLACE_CMD} -e's|wx-config |${WX_CONFIG} |g' "$$f"; \ done @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ ${WRKSRC}/configure \ ${WRKSRC}/configure.in \ ${WRKSRC}/ltmain.sh \ ${WRKSRC}/src/saga_core/saga_api/api_core.h \ ${WRKSRC}/src/saga_core/saga_api/api_memory.cpp \ ${WRKSRC}/src/modules_io/esri_e00/io_esri_e00/e00compr/cpl_port.h \ ${WRKSRC}/src/modules_io/grid/io_grid_grib2/g2clib-1.0.4/enc_png.c \ ${WRKSRC}/src/modules_projection/pj_georeference/pj_georeference/lmdif0.c post-install: @${CAT} ${PKGMESSAGE} .include --------------050706010607050409060902 Content-Type: text/plain; name="distinfo" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="distinfo" MD5 (saga_2.0.5_src.tar.gz) = 4a9d15db2cabc4ccb60946fda40eaf92 SHA256 (saga_2.0.5_src.tar.gz) = 064fbf69f43038e2a6a4bfb349c20352eb4ed04b3f46fed5832519bf3145927f SIZE (saga_2.0.5_src.tar.gz) = 2960764 --------------050706010607050409060902 Content-Type: text/plain; name="pkg-descr" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-descr" SAGA - short hand for "System for Automated Geoscientific Analyses" - is a free, hybrid, cross-platform GIS software. The heart of SAGA is its C++ and thus object oriented Application Programming Interface (API), providing data object definitions and computational methods for raster, vector and tabular data. As a normal user, you will not get into touch with the API. But as an interested scientist or coder you will soon discover its great flexibility. WWW: http://www.saga-gis.org/en/index.html --------------050706010607050409060902 Content-Type: text/plain; name="pkg-message" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-message" ###################################################################### Unlike to windows systems, saga_cmd should be instantly available in the shell as it is usually installed in %%PREFIX%%/bin. Next you have to set the environmental variable SAGA_MLB to make SAGA know where the SAGA module libraries exist on your system. You can do this permanently by adding the following command to your .bashrc file or by defining it temporarily on the command line before executing SAGA CMD: export SAGA_MLB=/yourPathToSAGA_modules e.g.: export SAGA_MLB=%%PREFIX%%/lib/saga Now your system is prepared for using SAGA CMD to execute SAGA modules. ###################################################################### And don't forget, on Unix-like systems you will have to alter the module library name accordingly by adding "lib" to the module library name. e.g.: saga_cmd libta_morphometry instead of saga_cmd ta_morphometry For more information see http://sourceforge.net/apps/trac/saga-gis/wiki/\ Executing%20Modules%20with%20SAGA%20CMD ###################################################################### --------------050706010607050409060902 Content-Type: text/plain; name="pkg-plist" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-plist" bin/saga_cmd bin/saga_gui lib/libsaga_api.la lib/libsaga_api.so lib/libsaga_api.so.0 lib/saga/libcontrib_a_perego.la lib/saga/libcontrib_a_perego.so lib/saga/libcontrib_a_perego.so.0 lib/saga/libgeostatistics_grid.la lib/saga/libgeostatistics_grid.so lib/saga/libgeostatistics_grid.so.0 lib/saga/libgeostatistics_kriging.la lib/saga/libgeostatistics_kriging.so lib/saga/libgeostatistics_kriging.so.0 lib/saga/libgeostatistics_points.la lib/saga/libgeostatistics_points.so lib/saga/libgeostatistics_points.so.0 lib/saga/libgrid_analysis.la lib/saga/libgrid_analysis.so lib/saga/libgrid_analysis.so.0 lib/saga/libgrid_calculus.la lib/saga/libgrid_calculus.so lib/saga/libgrid_calculus.so.0 lib/saga/libgrid_discretisation.la lib/saga/libgrid_discretisation.so lib/saga/libgrid_discretisation.so.0 lib/saga/libgrid_filter.la lib/saga/libgrid_filter.so lib/saga/libgrid_filter.so.0 lib/saga/libgrid_gridding.la lib/saga/libgrid_gridding.so lib/saga/libgrid_gridding.so.0 lib/saga/libgrid_spline.la lib/saga/libgrid_spline.so lib/saga/libgrid_spline.so.0 lib/saga/libgrid_tools.la lib/saga/libgrid_tools.so lib/saga/libgrid_tools.so.0 lib/saga/libgrid_visualisation.la lib/saga/libgrid_visualisation.so lib/saga/libgrid_visualisation.so.0 lib/saga/libio_esri_e00.la lib/saga/libio_esri_e00.so lib/saga/libio_esri_e00.so.0 lib/saga/libio_gdal.la lib/saga/libio_gdal.so lib/saga/libio_gdal.so.0 lib/saga/libio_gps.la lib/saga/libio_gps.so lib/saga/libio_gps.so.0 lib/saga/libio_grid.la lib/saga/libio_grid.so lib/saga/libio_grid.so.0 lib/saga/libio_grid_grib2.la lib/saga/libio_grid_grib2.so lib/saga/libio_grid_grib2.so.0 lib/saga/libio_grid_image.la lib/saga/libio_grid_image.so lib/saga/libio_grid_image.so.0 lib/saga/libio_shapes.la lib/saga/libio_shapes.so lib/saga/libio_shapes.so.0 lib/saga/libio_shapes_dxf.la lib/saga/libio_shapes_dxf.so lib/saga/libio_shapes_dxf.so.0 lib/saga/libio_table.la lib/saga/libio_table.so lib/saga/libio_table.so.0 lib/saga/liblectures_introduction.la lib/saga/liblectures_introduction.so lib/saga/liblectures_introduction.so.0 lib/saga/libpj_georeference.la lib/saga/libpj_georeference.so lib/saga/libpj_georeference.so.0 lib/saga/libpj_proj4.la lib/saga/libpj_proj4.so lib/saga/libpj_proj4.so.0 lib/saga/libpointcloud_tools.la lib/saga/libpointcloud_tools.so lib/saga/libpointcloud_tools.so.0 lib/saga/libpointcloud_viewer.la lib/saga/libpointcloud_viewer.so lib/saga/libpointcloud_viewer.so.0 lib/saga/librecreations_fractals.la lib/saga/librecreations_fractals.so lib/saga/librecreations_fractals.so.0 lib/saga/librecreations_games.la lib/saga/librecreations_games.so lib/saga/librecreations_games.so.0 lib/saga/libsaga_gdi.la lib/saga/libsaga_gdi.so lib/saga/libsaga_gdi.so.0 lib/saga/libshapes_grid.la lib/saga/libshapes_grid.so lib/saga/libshapes_grid.so.0 lib/saga/libshapes_lines.la lib/saga/libshapes_lines.so lib/saga/libshapes_lines.so.0 lib/saga/libshapes_points.la lib/saga/libshapes_points.so lib/saga/libshapes_points.so.0 lib/saga/libshapes_polygons.la lib/saga/libshapes_polygons.so lib/saga/libshapes_polygons.so.0 lib/saga/libshapes_tools.la lib/saga/libshapes_tools.so lib/saga/libshapes_tools.so.0 lib/saga/libsim_cellular_automata.la lib/saga/libsim_cellular_automata.so lib/saga/libsim_cellular_automata.so.0 lib/saga/libsim_ecosystems_hugget.la lib/saga/libsim_ecosystems_hugget.so lib/saga/libsim_ecosystems_hugget.so.0 lib/saga/libsim_fire_spreading.la lib/saga/libsim_fire_spreading.so lib/saga/libsim_fire_spreading.so.0 lib/saga/libsim_hydrology.la lib/saga/libsim_hydrology.so lib/saga/libsim_hydrology.so.0 lib/saga/libta_channels.la lib/saga/libta_channels.so lib/saga/libta_channels.so.0 lib/saga/libta_hydrology.la lib/saga/libta_hydrology.so lib/saga/libta_hydrology.so.0 lib/saga/libta_lighting.la lib/saga/libta_lighting.so lib/saga/libta_lighting.so.0 lib/saga/libta_morphometry.la lib/saga/libta_morphometry.so lib/saga/libta_morphometry.so.0 lib/saga/libta_preprocessor.la lib/saga/libta_preprocessor.so lib/saga/libta_preprocessor.so.0 lib/saga/libta_profiles.la lib/saga/libta_profiles.so lib/saga/libta_profiles.so.0 lib/saga/libtable_calculus.la lib/saga/libtable_calculus.so lib/saga/libtable_calculus.so.0 lib/saga/libtable_tools.la lib/saga/libtable_tools.so lib/saga/libtable_tools.so.0 lib/saga/libtin_tools.la lib/saga/libtin_tools.so lib/saga/libtin_tools.so.0 @dirrm lib/saga --------------050706010607050409060902-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 06:11:41 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 355291065670 for ; Fri, 27 Aug 2010 06:11:41 +0000 (UTC) (envelope-from pilot@l.monkey.org) Received: from l.monkey.org (l.monkey.org [75.102.5.19]) by mx1.freebsd.org (Postfix) with ESMTP id 1D8928FC0A for ; Fri, 27 Aug 2010 06:11:40 +0000 (UTC) Received: by l.monkey.org (Postfix, from userid 1190) id 594381DA3A6; Fri, 27 Aug 2010 05:52:39 +0000 (UTC) Date: Fri, 27 Aug 2010 00:52:39 -0500 From: jung To: ports@freebsd.org Message-ID: <20100827055239.GA22526@l.monkey.org> MIME-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Subject: update for security/arirang 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, 27 Aug 2010 06:11:41 -0000 hiya arirang 1.7 released at today. so, security/arirang/ need to update. i havn't freebsd systems, but maybe security/arirang/Makefile can modify like below Makefile) -PORTVERSION= 1.6 +PORTVERSION= 1.7 also need distinfo and pkg-plist file. please update security/arirang ports. thanks - jung From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 11:49:41 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 13F1C106566B for ; Fri, 27 Aug 2010 11:49:41 +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 953A08FC13 for ; Fri, 27 Aug 2010 11:49:40 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id o7RBdMnU095489 for ; Fri, 27 Aug 2010 13:39:22 +0200 (CEST) (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 o7RBdFgg095478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Aug 2010 13:39:16 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from gold.inotronic-management.de (gold.inotronic-management.de [10.3.1.201]) by boron.inotronic.de (8.14.3/8.14.3) with ESMTP id o7RBdFIW078739; Fri, 27 Aug 2010 13:39:15 +0200 (CEST) (envelope-from fwall@inotronic.de) Date: Fri, 27 Aug 2010 13:39:15 +0200 From: Frank Wall To: freebsd-ports@freebsd.org Message-ID: <20100827113915.GP30963@gold.inotronic-management.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: ClamAV 0.96.2 not working on FreeBSD 7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 11:49:41 -0000 Hi, I'm experiencing problems running ClamAV 0.96.2 on FreeBSD 7.1 (i386). The clamd will stop working immediately after startup. The process is still there, but unresponsive: # /usr/local/bin/clamdtop [...] Connecting to: /var/run/clamav/clamd.sock /var/run/clamav/clamd.sock: Resource temporarily unavailable I found that it works on FreeBSD 8.0 without any problems, so a change in version 0.96.2 possiblity broke compatiblity with older versions of FreeBSD. Version 0.96.1 runs without any problems on FreeBSD 7.1. Is anyone else seeing this problem? I am able to reproduce this on all my 7.1 boxes. FYI, I've opened a bug report at ClamAV: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2235 Thanks - Frank From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 12:18:58 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 6FDB9106566B; Fri, 27 Aug 2010 12:18:58 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 490E48FC1B; Fri, 27 Aug 2010 12:18:58 +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 o7RCIwsU032055; Fri, 27 Aug 2010 12:18:58 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7RCIwYc032051; Fri, 27 Aug 2010 12:18:58 GMT (envelope-from bapt) Date: Fri, 27 Aug 2010 12:18:58 GMT Message-Id: <201008271218.o7RCIwYc032051@freefall.freebsd.org> To: bapt@FreeBSD.org, bapt@FreeBSD.org, freebsd-ports@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/149534: [maintainer-update] multimedia/mplayer and mencoder dependency corrections 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, 27 Aug 2010 12:18:58 -0000 Synopsis: [maintainer-update] multimedia/mplayer and mencoder dependency corrections Responsible-Changed-From-To: bapt->freebsd-ports Responsible-Changed-By: bapt Responsible-Changed-When: Fri Aug 27 12:18:03 UTC 2010 Responsible-Changed-Why: Unable to find a fix so back to the pool. Sorry http://www.freebsd.org/cgi/query-pr.cgi?pr=149534 From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 12:20: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 6D684106566B for ; Fri, 27 Aug 2010 12:20:46 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg20.ifdnrg.com (outbound.ifdnrg.com [195.66.148.241]) by mx1.freebsd.org (Postfix) with ESMTP id 12AD58FC18 for ; Fri, 27 Aug 2010 12:20:45 +0000 (UTC) Received: from [192.168.1.131] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by ifdnrg20.ifdnrg.com (8.14.4/8.14.3) with ESMTP id o7RCKid1034273; Fri, 27 Aug 2010 13:20:44 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4C77AD87.9020905@ifdnrg.com> Date: Fri, 27 Aug 2010 13:20:23 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Frank Wall References: <20100827113915.GP30963@gold.inotronic-management.de> In-Reply-To: <20100827113915.GP30963@gold.inotronic-management.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: ClamAV 0.96.2 not working on FreeBSD 7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 12:20:46 -0000 On 27/08/2010 12:39, Frank Wall wrote: > Hi, > > I'm experiencing problems running ClamAV 0.96.2 on FreeBSD 7.1 (i386). > The clamd will stop working immediately after startup. The process > is still there, but unresponsive: > > i had something similar and eventually found that disabling JIT Bytecode compiler option, returned it to being stable. This only happened on one of my boxes though so i figured it was 'me'. Paul. -- ------------------------- 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 Fri Aug 27 12:48: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 3AB47106564A for ; Fri, 27 Aug 2010 12:48:31 +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 B67D18FC1A for ; Fri, 27 Aug 2010 12:48:30 +0000 (UTC) Received: from phosphorus (mail [77.73.248.111]) by mail.inotronic.de (8.14.4/8.14.3) with ESMTP id o7RCmSwE098954; Fri, 27 Aug 2010 14:48:28 +0200 (CEST) (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 o7RCmFtF098943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Aug 2010 14:48:18 +0200 (CEST) (envelope-from fwall@inotronic.de) X-Receipient-To: Received: from gold.inotronic-management.de (gold.inotronic-management.de [10.3.1.201]) by boron.inotronic.de (8.14.3/8.14.3) with ESMTP id o7RCmF6H099864; Fri, 27 Aug 2010 14:48:15 +0200 (CEST) (envelope-from fwall@inotronic.de) Date: Fri, 27 Aug 2010 14:48:15 +0200 From: Frank Wall To: Paul Macdonald Message-ID: <20100827124815.GR30963@gold.inotronic-management.de> References: <20100827113915.GP30963@gold.inotronic-management.de> <4C77AD87.9020905@ifdnrg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C77AD87.9020905@ifdnrg.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: ClamAV 0.96.2 not working on FreeBSD 7.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 12:48:31 -0000 On Fri, Aug 27, 2010 at 01:20:23PM +0100, Paul Macdonald wrote: > > i had something similar and eventually found that disabling JIT > Bytecode compiler option, returned it to being stable. > This only happened on one of my boxes though so i figured it was 'me'. Thanks for the hint. Setting "Bytecode" to "no" does the trick. Now version 0.96.2 runs without any problems on FreeBSD 7.1. But I don't consider this a "solution", it's a workaround to get things going again. Maybe the ClamAV people will provide a fix for this issue. Thanks - Frank From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 13:48: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 4DCE210656C8 for ; Fri, 27 Aug 2010 13:48:56 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) by mx1.freebsd.org (Postfix) with ESMTP id C06F78FC21 for ; Fri, 27 Aug 2010 13:48:55 +0000 (UTC) Received: from wiggles.bwns.ch (localhost [IPv6:::1]) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with SMTP id o7RDUM69055494 for ; Fri, 27 Aug 2010 15:30:23 +0200 (CEST) (envelope-from ehaupt@critical.ch) Date: Fri, 27 Aug 2010 15:30:22 +0200 From: Emanuel Haupt To: ports@FreeBSD.org Message-Id: <20100827153022.92508730.ehaupt@critical.ch> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: i7z for FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 13:48:56 -0000 How hard would it be to port i7z to FreeBSD? Seems like a very useful tool. http://code.google.com/p/i7z/ Emanuel From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 13:59:57 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 CF6CE106566B; Fri, 27 Aug 2010 13:59:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A62378FC16; Fri, 27 Aug 2010 13:59:57 +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 o7RDxvij028929; Fri, 27 Aug 2010 13:59:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7RDxvQu028925; Fri, 27 Aug 2010 13:59:57 GMT (envelope-from linimon) Date: Fri, 27 Aug 2010 13:59:57 GMT Message-Id: <201008271359.o7RDxvQu028925@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/149534: [maintainer-update] multimedia/mplayer and mencoder dependency corrections 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, 27 Aug 2010 13:59:57 -0000 Synopsis: [maintainer-update] multimedia/mplayer and mencoder dependency corrections Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Aug 27 13:59:43 UTC 2010 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=149534 From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 14:21:32 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 AC747106566B for ; Fri, 27 Aug 2010 14:21:32 +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 6504F8FC16 for ; Fri, 27 Aug 2010 14:21:32 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oozo9-000053-DJ for freebsd-ports@freebsd.org; Fri, 27 Aug 2010 16:21:29 +0200 Received: from g224055233.adsl.alicedsl.de ([92.224.55.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 16:21:29 +0200 Received: from rotkap by g224055233.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 16:21:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Fri, 27 Aug 2010 16:21:11 +0200 Organization: yes Lines: 15 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g224055233.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 14:21:32 -0000 Hi, why is archivers/xz marked as IGNORE? pkg_delete: package 'xz-4.999.9_1' is required by these other packages and may not be deinstalled: gtar-1.23_2 kdeutils-3.5.10_6 Heino From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 14:24:08 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 686A110656A8 for ; Fri, 27 Aug 2010 14:24:08 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE0F8FC1B for ; Fri, 27 Aug 2010 14:24:08 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Oozqi-000FI5-TG for freebsd-ports@freebsd.org; Fri, 27 Aug 2010 16:24:08 +0200 Date: Fri, 27 Aug 2010 16:24:08 +0200 From: Kurt Jaeger To: freebsd-ports@freebsd.org Message-ID: <20100827142408.GC67795@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: why is archivers/xz marked as IGNORE? 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, 27 Aug 2010 14:24:08 -0000 Hi! > why is archivers/xz marked as IGNORE? > > > > pkg_delete: package 'xz-4.999.9_1' is required by these other packages > and may not be deinstalled: > gtar-1.23_2 > kdeutils-3.5.10_6 Because it became part of the base system with 8.1. -- pi@opsec.eu +49 171 3101372 10 years to go ! From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 16:03: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 0E0CD106566C for ; Fri, 27 Aug 2010 16:03:53 +0000 (UTC) (envelope-from glen.j.barber@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 AFB158FC0A for ; Fri, 27 Aug 2010 16:03:52 +0000 (UTC) Received: by vws7 with SMTP id 7so3459733vws.13 for ; Fri, 27 Aug 2010 09:03:51 -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:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=ZBxXh2+d2bJbVvO2ryYUoxVjhAp4+MkxkHiYY5o27ZA=; b=bNPCK7F0aeVoTbHvhGisF2kJ7akohHcq/ZRk+ZQa/Vhwjq19xmpql+Luw/DZxJJljT rTQULy7qlqJlH2EiYMRjyKcG7KBlTLql8f9t+XsXCXPiVaSAC8GvBgJC73zkEcD/KaWI jVK/anTGSb7Puhio8RmCNsW5UKnevWnPNsUQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=kpdZQw5amWy5KoEEpEjpdy6b9p4HG/T4nH58Qh9CvCu3rt5Mrvm/UynyxYSwRFOKRC GrFNQd/wmz6PfpcGq8jk+QthM/v30O1By4U8fas9uXB/kPZMbRfCMxeY0B1QoUdseHES a8M09wbpBv7cXeHyPVpBHk/KXA71+1Svf3sYI= Received: by 10.220.61.6 with SMTP id r6mr632452vch.6.1282923288997; Fri, 27 Aug 2010 08:34:48 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id u1sm1677175vcf.46.2010.08.27.08.34.46 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 08:34:47 -0700 (PDT) Message-ID: <4C77DB15.5010501@gmail.com> Date: Fri, 27 Aug 2010 11:34:45 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 16:03:53 -0000 Hello, I have a few clamav instances running in jails on 32-bit hosts without any issues. A few days ago one of these jails was migrated to a 64-bit host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. The issue seems specific to 32bit/64bit compatibility. I have a gdb session available here: http://gist.github.com/549964 Any thoughts on if this is possible? Regards, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 16:33: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 D4B2F10656A6 for ; Fri, 27 Aug 2010 16:33:09 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 966018FC0A for ; Fri, 27 Aug 2010 16:33:09 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Op1ra-000HI5-HG; Fri, 27 Aug 2010 18:33:10 +0200 Date: Fri, 27 Aug 2010 18:33:10 +0200 From: Kurt Jaeger To: Glen Barber Message-ID: <20100827163310.GD67795@home.opsec.eu> References: <4C77DB15.5010501@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C77DB15.5010501@gmail.com> Cc: ports@freebsd.org Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 16:33:09 -0000 Hi! > I have a few clamav instances running in jails on 32-bit hosts without > any issues. A few days ago one of these jails was migrated to a 64-bit > host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. > > The issue seems specific to 32bit/64bit compatibility. I have a gdb > session available here: http://gist.github.com/549964 > > Any thoughts on if this is possible? Try Bytecode no in clamd.conf ? -- pi@opsec.eu +49 171 3101372 10 years to go ! From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 16:46:54 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 7EFB61065698 for ; Fri, 27 Aug 2010 16:46:54 +0000 (UTC) (envelope-from glen.j.barber@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 2986F8FC0C for ; Fri, 27 Aug 2010 16:46:52 +0000 (UTC) Received: by vws7 with SMTP id 7so3512800vws.13 for ; Fri, 27 Aug 2010 09:46:52 -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=z9uakOPaFPBigedmM8JkFVSxFx4YVI/8gIijvwf9cf0=; b=CTNaL4nzd9MIJLyZeEAE1HrAQ9jvanRBtJZlW8rggnscA4Xp525DHM6lHE8rTQWAmQ zntvtndZ0IeNv41GRhGJb80ehaCZ0k3qTN9SQ1MIBY75a2Dk+qxsUG1jGMAgTeZtdNKq 3kieTFUpqgSeTET0O+zWceYCPDATgCQx2qx3Q= 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=M6uR4AUUlQqQkYfMyWQr7OC+feWZFML2cjlmh1eB4lpHugPwEZenQFijyaciJGMjvJ 0O24jRfa2lx/GWq/2LGUpRebnQ+jmxl5rFS6G4vea+lIQJbY/GaEMXG2qi7aVPyEvmMF vRkkpdbmI3UpM6t7y0eoqRy1UG4xPOq4Zcfxg= Received: by 10.220.124.224 with SMTP id v32mr688347vcr.4.1282927612275; Fri, 27 Aug 2010 09:46:52 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id u29sm1715696vcr.1.2010.08.27.09.46.49 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 09:46:50 -0700 (PDT) Message-ID: <4C77EBF8.9020405@gmail.com> Date: Fri, 27 Aug 2010 12:46:48 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Kurt Jaeger References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> In-Reply-To: <20100827163310.GD67795@home.opsec.eu> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 16:46:54 -0000 On 8/27/10 12:33 PM, Kurt Jaeger wrote: > Hi! > >> I have a few clamav instances running in jails on 32-bit hosts without >> any issues. A few days ago one of these jails was migrated to a 64-bit >> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. >> >> The issue seems specific to 32bit/64bit compatibility. I have a gdb >> session available here: http://gist.github.com/549964 >> >> Any thoughts on if this is possible? > > Try > > Bytecode no > > in clamd.conf ? > It was set to 'yes' initially. I thought it was disabled with building without JIT. At any rate, no, it still segfaults with the same backtrace. Regards, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:06: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 B551E1065697 for ; Fri, 27 Aug 2010 17:06:53 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 814BB8FC21 for ; Fri, 27 Aug 2010 17:06:53 +0000 (UTC) Received: by pzk7 with SMTP id 7so1336623pzk.13 for ; Fri, 27 Aug 2010 10:06:53 -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=Ecgj2tzkWycDKvkQ4D00o4JH4OTe2Iy1eAbvl9QZ76c=; b=fK58QcWNvikETomjT4jjFNtdhehXEHtXZIioWeuu7J65rOAXYl5edrNPV3qKn6ptRF 6vupJ3Yfxq3pZNUwyRPnL/ocisjpVEn4svF4YyGi9uabV8cxEc+c162WjI/63F84I1Dv BbKFU4JYDz5pPI6cyNVj5j7xw/QO0PPZ0gRnI= 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=mLY13pkvgisvYU5DdL2wxoYpz2Psg30yUOY+OzkKZujdQwPTwVFPTZ8G6KskSCMbty XWV0cmRHr7JS7vq13v+qrZW11jXRyDl4I8P7UIvwFvDexwjpV5t4r1rMCCg2Y3VDQp3K wCi/Z8vZhs6By9k8JRuakuTzxy79q6oMMyBuA= Received: by 10.143.43.11 with SMTP id v11mr1515158wfj.86.1282928812883; Fri, 27 Aug 2010 10:06:52 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id p26sm1220634vcr.27.2010.08.27.10.06.50 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 10:06:51 -0700 (PDT) Message-ID: <4C77F0A9.6030807@gmail.com> Date: Fri, 27 Aug 2010 13:06:49 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jeremy Chadwick References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> In-Reply-To: <20100827165423.GA32102@icarus.home.lan> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 17:06:53 -0000 On 8/27/10 12:54 PM, Jeremy Chadwick wrote: > On Fri, Aug 27, 2010 at 12:46:48PM -0400, Glen Barber wrote: >> On 8/27/10 12:33 PM, Kurt Jaeger wrote: >>> Hi! >>> >>>> I have a few clamav instances running in jails on 32-bit hosts without >>>> any issues. A few days ago one of these jails was migrated to a 64-bit >>>> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. >>>> >>>> The issue seems specific to 32bit/64bit compatibility. I have a gdb >>>> session available here: http://gist.github.com/549964 >>>> >>>> Any thoughts on if this is possible? >>> >>> Try >>> >>> Bytecode no >>> >>> in clamd.conf ? >>> >> >> It was set to 'yes' initially. I thought it was disabled with building >> without JIT. At any rate, no, it still segfaults with the same backtrace. > > 1) Is clamd built with debugging symbols enabled? If not, you might want > to rebuild it with such, else it might be difficult to debug the > problem. > It wasn't initially, but is now. > Also, if the segfault happens after performing the above, can you > provide output from "bt full" instead of just "bt"? > Of course. The new backtrace is here: http://gist.github.com/553734 > 2) Was the software rebuilt from source after the upgrade from i386 to > amd64, or are you expecting the software to work without any hitches > running on amd64 with lib32 (32-bit compatibility libaries)? The latter > is not always possible/the case. > clamav was rebuilt from ports. I previously went as far as downgrading to the previous version, to rule out something between 0.96.1 and 0.96.2; same results there. > I have no familiarity with the software or functions in question, but an > initial guess would be that some piece of the code is making assumptions > about the size of pointers (expecting 4 (32-bit) rather than 8 > (64-bit)). Speculative on my part, but I ponder such when seeing code > like somefunc(sizeof(int)). > Thanks and regards, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:07:42 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 2DEC010656BB for ; Fri, 27 Aug 2010 17:07:42 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta04.westchester.pa.mail.comcast.net (qmta04.westchester.pa.mail.comcast.net [76.96.62.40]) by mx1.freebsd.org (Postfix) with ESMTP id E25268FC19 for ; Fri, 27 Aug 2010 17:07:41 +0000 (UTC) Received: from omta15.westchester.pa.mail.comcast.net ([76.96.62.87]) by qmta04.westchester.pa.mail.comcast.net with comcast id zPTE1e0081swQuc54UuSBT; Fri, 27 Aug 2010 16:54:26 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta15.westchester.pa.mail.comcast.net with comcast id zUuQ1e00J3LrwQ23bUuQRR; Fri, 27 Aug 2010 16:54:26 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 2AA609B425; Fri, 27 Aug 2010 09:54:23 -0700 (PDT) Date: Fri, 27 Aug 2010 09:54:23 -0700 From: Jeremy Chadwick To: Glen Barber Message-ID: <20100827165423.GA32102@icarus.home.lan> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C77EBF8.9020405@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 17:07:42 -0000 On Fri, Aug 27, 2010 at 12:46:48PM -0400, Glen Barber wrote: > On 8/27/10 12:33 PM, Kurt Jaeger wrote: > > Hi! > > > >> I have a few clamav instances running in jails on 32-bit hosts without > >> any issues. A few days ago one of these jails was migrated to a 64-bit > >> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. > >> > >> The issue seems specific to 32bit/64bit compatibility. I have a gdb > >> session available here: http://gist.github.com/549964 > >> > >> Any thoughts on if this is possible? > > > > Try > > > > Bytecode no > > > > in clamd.conf ? > > > > It was set to 'yes' initially. I thought it was disabled with building > without JIT. At any rate, no, it still segfaults with the same backtrace. 1) Is clamd built with debugging symbols enabled? If not, you might want to rebuild it with such, else it might be difficult to debug the problem. Also, if the segfault happens after performing the above, can you provide output from "bt full" instead of just "bt"? 2) Was the software rebuilt from source after the upgrade from i386 to amd64, or are you expecting the software to work without any hitches running on amd64 with lib32 (32-bit compatibility libaries)? The latter is not always possible/the case. I have no familiarity with the software or functions in question, but an initial guess would be that some piece of the code is making assumptions about the size of pointers (expecting 4 (32-bit) rather than 8 (64-bit)). Speculative on my part, but I ponder such when seeing code like somefunc(sizeof(int)). -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:18:32 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 0F1A01065674 for ; Fri, 27 Aug 2010 17:18:32 +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 B576E8FC17 for ; Fri, 27 Aug 2010 17:18:31 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Op2ZS-0004Qr-El for freebsd-ports@freebsd.org; Fri, 27 Aug 2010 19:18:30 +0200 Received: from g224055233.adsl.alicedsl.de ([92.224.55.233]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 19:18:30 +0200 Received: from rotkap by g224055233.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 19:18:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Date: Fri, 27 Aug 2010 19:16:15 +0200 Organization: yes Lines: 18 Message-ID: References: <20100827142408.GC67795@home.opsec.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: g224055233.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2010 17:18:32 -0000 Kurt Jaeger wrote: > Hi! > >> why is archivers/xz marked as IGNORE? >> >> >> >> pkg_delete: package 'xz-4.999.9_1' is required by these other packages >> and may not be deinstalled: >> gtar-1.23_2 >> kdeutils-3.5.10_6 > > Because it became part of the base system with 8.1. Ah, how can I gat this out of the dependecies? Heino From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:24:22 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 EF95C10656AC for ; Fri, 27 Aug 2010 17:24:22 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from mail.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) by mx1.freebsd.org (Postfix) with ESMTP id 98A2C8FC13 for ; Fri, 27 Aug 2010 17:24:22 +0000 (UTC) Received: from yuga.mahoroba.org (ume@yuga.mahoroba.org [IPv6:2001:2f0:104:8010:21b:d3ff:fe38:5381]) (user=ume mech=DIGEST-MD5 bits=0) by mail.mahoroba.org (8.14.4/8.14.4) with ESMTP/inet6 id o7RHOAsg037847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 28 Aug 2010 02:24:16 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 28 Aug 2010 02:24:10 +0900 Message-ID: From: Hajimu UMEMOTO To: rotkap@gmx.de In-Reply-To: References: <20100827142408.GC67795@home.opsec.eu> User-Agent: xcite1.58> Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.8 Emacs/23.2 (i386-portbld-freebsd8.1) MULE/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 8.1-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mail.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Sat, 28 Aug 2010 02:24:16 +0900 (JST) X-Virus-Scanned: clamav-milter 0.96.2 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on asuka.mahoroba.org Cc: freebsd-ports@freebsd.org Subject: Re: why is archivers/xz marked as IGNORE? 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, 27 Aug 2010 17:24:23 -0000 Hi, >>>>> On Fri, 27 Aug 2010 19:16:15 +0200 >>>>> Heino Tiedemann said: rotkaps> Kurt Jaeger wrote: > Hi! > >> why is archivers/xz marked as IGNORE? >> >> >> >> pkg_delete: package 'xz-4.999.9_1' is required by these other packages >> and may not be deinstalled: >> gtar-1.23_2 >> kdeutils-3.5.10_6 > > Because it became part of the base system with 8.1. rotkaps_spam_trap> Ah, how can I gat this out of the dependecies? rotkaps_spam_trap> Heino Rebuild and reinstall gtar and kdeutils. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:30:21 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 767221065670 for ; Fri, 27 Aug 2010 17:30:21 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECC28FC15 for ; Fri, 27 Aug 2010 17:30:20 +0000 (UTC) Received: (qmail 25434 invoked by uid 399); 27 Aug 2010 17:30:20 -0000 Received: from localhost (HELO ?192.168.0.142?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 27 Aug 2010 17:30:20 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C77F62B.3090904@FreeBSD.org> Date: Fri, 27 Aug 2010 10:30:19 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: rotkap@gmx.de References: In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Heino Tiedemann , freebsd-ports@freebsd.org Subject: Re: why is archivers/xz marked as IGNORE? 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, 27 Aug 2010 17:30:21 -0000 On 08/27/2010 07:21 AM, Heino Tiedemann wrote: > Hi, > > > why is archivers/xz marked as IGNORE? To fix up your system without rebuilding everything you could use ports-mgmt/portmaster: portmaster -d -e xz portmaster --check-depends When running the 2nd command when it tells you that xz is listed as a dependency but there is no installed version you can say "yes" when it asks if you want to remove the dependency data. hth, Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:32: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 4620B1065693 for ; Fri, 27 Aug 2010 17:32:13 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 29E828FC1C for ; Fri, 27 Aug 2010 17:32:12 +0000 (UTC) Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta10.emeryville.ca.mail.comcast.net with comcast id zSGM1e0060cQ2SLAAVYChR; Fri, 27 Aug 2010 17:32:12 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta10.emeryville.ca.mail.comcast.net with comcast id zVYA1e00Y3LrwQ28WVYBV6; Fri, 27 Aug 2010 17:32:12 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id B03C79B42E; Fri, 27 Aug 2010 10:32:10 -0700 (PDT) Date: Fri, 27 Aug 2010 10:32:10 -0700 From: Jeremy Chadwick To: Glen Barber Message-ID: <20100827173210.GA33018@icarus.home.lan> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C77F0A9.6030807@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 17:32:13 -0000 On Fri, Aug 27, 2010 at 01:06:49PM -0400, Glen Barber wrote: > On 8/27/10 12:54 PM, Jeremy Chadwick wrote: > > On Fri, Aug 27, 2010 at 12:46:48PM -0400, Glen Barber wrote: > >> On 8/27/10 12:33 PM, Kurt Jaeger wrote: > >>> Hi! > >>> > >>>> I have a few clamav instances running in jails on 32-bit hosts without > >>>> any issues. A few days ago one of these jails was migrated to a 64-bit > >>>> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. > >>>> > >>>> The issue seems specific to 32bit/64bit compatibility. I have a gdb > >>>> session available here: http://gist.github.com/549964 > >>>> > >>>> Any thoughts on if this is possible? > >>> > >>> Try > >>> > >>> Bytecode no > >>> > >>> in clamd.conf ? > >>> > >> > >> It was set to 'yes' initially. I thought it was disabled with building > >> without JIT. At any rate, no, it still segfaults with the same backtrace. > > > > 1) Is clamd built with debugging symbols enabled? If not, you might want > > to rebuild it with such, else it might be difficult to debug the > > problem. > > > > It wasn't initially, but is now. > > > Also, if the segfault happens after performing the above, can you > > provide output from "bt full" instead of just "bt"? > > > > Of course. The new backtrace is here: http://gist.github.com/553734 I want to make sure I understand the environment -- on a native i386 (32-bit) FreeBSD host, the software works fine. But on a native amd64 (64-bit) FreeBSD host, the software segfaults. Correct? If so -- it appears as if the system you're providing the backtrace from is a 32-bit system, or within a 32-bit environment? I would expect to see 64-bit addresses in the backtrace, yet they're all 32-bit. I'm not familiar with jailed environments (or the concept/possibility of running a mixed-architecture jail (e.g. 64-bit host OS with 32-bit jails)). I don't use lib32 on my amd64 systems. I did take a look at the clamav code itself (I'd have to spend a few hundred lines outlining it here and would rather not). My guess is that there's a conflict between what the running OS architecture is and what the build process determines the architecture is. Given that you have jails, and possibly a mixed architecture environment on a single host (e.g. 64-bit host OS with 32-bit jails), can you explain exactly how you go about building clamav, followed by how you go about running it? Thanks. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 17:58: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 082AB1065693 for ; Fri, 27 Aug 2010 17:58:29 +0000 (UTC) (envelope-from glen.j.barber@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 A61888FC0C for ; Fri, 27 Aug 2010 17:58:28 +0000 (UTC) Received: by vws7 with SMTP id 7so3603656vws.13 for ; Fri, 27 Aug 2010 10:58:27 -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=+3GJPhT+cQEee85OlwbnYGM2Ty57QuLcYx0x7MSoMK0=; b=T9UvqkpbfnZOvIpwoZbCctTOG0WbrO/+c4wC0H7iorLJYFNty1rsfpmnawHZUjGtPF Knjwa8AKi2V47/jOAiVgDPzjH9DFRce+2UqjLUzBQbOI92STB65coCMDQxxWLKEcvIXA t3nBY8NKIM7teJrIeLFV60qKuz92rzU0yZzUk= 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=jmfj+NhuQ+9WwTyh2yxp2ekKH/GxKwaiWzFKWLXGAgaXaJxryy/n1LNWE/Y6nPjKKM +T7U60stxwrhyQWH9qsbMjW8tniQm5O0bN1Qiha8Tyi/Jy2a1U3vRh/Be22gQN97B4R/ CfPhNxQLEcIdSuBdEAf8BSmkbH/v+7f/BRtP0= Received: by 10.220.61.140 with SMTP id t12mr735790vch.54.1282931907743; Fri, 27 Aug 2010 10:58:27 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id i23sm1757215vcr.10.2010.08.27.10.58.25 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 10:58:26 -0700 (PDT) Message-ID: <4C77FCC1.9070906@gmail.com> Date: Fri, 27 Aug 2010 13:58:25 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jeremy Chadwick References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827173210.GA33018@icarus.home.lan> In-Reply-To: <20100827173210.GA33018@icarus.home.lan> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 17:58:29 -0000 On 8/27/10 1:32 PM, Jeremy Chadwick wrote: >> Of course. The new backtrace is here: http://gist.github.com/553734 > > I want to make sure I understand the environment -- on a native i386 > (32-bit) FreeBSD host, the software works fine. But on a native amd64 > (64-bit) FreeBSD host, the software segfaults. Correct? > The clamav instance runs on a 64-bit host in a 32-bit jail. In a 32-bit host/32-bit jail environment, the software runs fine, as you suggest above. > If so -- it appears as if the system you're providing the backtrace from > is a 32-bit system, or within a 32-bit environment? I would expect to > see 64-bit addresses in the backtrace, yet they're all 32-bit. > > I'm not familiar with jailed environments (or the concept/possibility of > running a mixed-architecture jail (e.g. 64-bit host OS with 32-bit > jails)). I don't use lib32 on my amd64 systems. > To be honest, this is the first non-base software I've had an issue with in a mixed-arch environment. > I did take a look at the clamav code itself (I'd have to spend a few > hundred lines outlining it here and would rather not). My guess is that > there's a conflict between what the running OS architecture is and what > the build process determines the architecture is. > > Given that you have jails, and possibly a mixed architecture environment > on a single host (e.g. 64-bit host OS with 32-bit jails), can you > explain exactly how you go about building clamav, followed by how you go > about running it? > The build is done from ports with no special options excluding the latest build, being: make -DWITH_DEBUG DEBUG_FLAGS=-g The only make.conf entry is PERL_VERSION=5.10.1. The clamd service runs under djb's supervise (/usr/local/sbin/clamd). Additionally, port builds were done after setting UNAME_m and UNAME_p [1], but I haven't had luck with that overriding the machine hardware type. If this provides any clues, here's what file(1) sees, as well as ldd: % file /usr/local/sbin/clamd /usr/local/sbin/clamd: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.1, not stripped % ldd /usr/local/sbin/clamd /usr/local/sbin/clamd: libclamav.so.7 => /usr/local/lib/libclamav.so.7 (0x280ac000) libz.so.5 => /lib/libz.so.5 (0x281f8000) libbz2.so.4 => /usr/lib/libbz2.so.4 (0x2820a000) libm.so.5 => /lib/libm.so.5 (0x2821b000) libthr.so.3 => /lib/libthr.so.3 (0x28235000) libc.so.7 => /lib/libc.so.7 (0x2824a000) [1] - http://www.mail-archive.com/freebsd-amd64@freebsd.org/msg00248.html Cheers, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 18:13:31 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 AB72910656A8 for ; Fri, 27 Aug 2010 18:13:31 +0000 (UTC) (envelope-from gorgarath@xsmail.com) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 80BC58FC08 for ; Fri, 27 Aug 2010 18:13:31 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 614D53B3 for ; Fri, 27 Aug 2010 13:53:55 -0400 (EDT) Received: from oldweb2.messagingengine.com ([10.202.2.32]) by compute2.internal (MEProxy); Fri, 27 Aug 2010 13:53:55 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:from:to:content-transfer-encoding:content-type:mime-version:subject:date; s=smtpout; bh=N4LgIlbu54FMbXwr0xwMONOp5ag=; b=Gapq6FVWLs8/lP8w3ZHmDB0MwxxeYOsS7bdHJFIajMCYc24mZRJJtPGUPIMuNr2A1K/NlwMZo88T4vlOzfwAybUm0Qyy1NOeIUbV+FIDaLFX0a0qi4zRkdmTFyIAO7fR/y6vjYFoez0Fz+E9nsq8d2EDRaWFADkeor1t/at4oFo= Received: by oldweb2.messagingengine.com (Postfix, from userid 99) id 3D05F5CCACF; Fri, 27 Aug 2010 13:53:55 -0400 (EDT) Message-Id: <1282931635.28522.1392084879@webmail.messagingengine.com> X-Sasl-Enc: L4KhQCAv2CI8YphPmcuIQoMD/7SN90kjaWc7WR2zEG9b 1282931635 From: "John D McDonnell" To: ports@freebsd.org Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface Date: Fri, 27 Aug 2010 13:53:55 -0400 Cc: Subject: FreeRADIUS and E-Directory 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, 27 Aug 2010 18:13:31 -0000 Hello, I've a question about compiling FreeRADIUS with E-Directory support. In the FreeRADIUS 1.x branch, there is a toggle in options for compiling with support for e-dir. In the 2.x branch, there is no toggle. I have sent an e-mail to the FreeRADIUS mailing list and had it confirmed that FR still needs to be compiled with the e-dir option, but they were not sure how to do that in FreeBSD. While we are currently only checking MAC addresses, I would like to switch to usernames in order to tell who is using which computer when and need to tie into our Novell servers. Please reply to the list as I check the list with a different e-mail address. (It's an exchange account and I've found my mail to the list bounces.) Thanks in advance! -- John McDonnell Penn Cambria School District mcdonnjd@pcam.org From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 18:20: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 0429410656AE for ; Fri, 27 Aug 2010 18:20:32 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta01.emeryville.ca.mail.comcast.net (qmta01.emeryville.ca.mail.comcast.net [76.96.30.16]) by mx1.freebsd.org (Postfix) with ESMTP id DBF1C8FC18 for ; Fri, 27 Aug 2010 18:20:31 +0000 (UTC) Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta01.emeryville.ca.mail.comcast.net with comcast id zR891e0010x6nqcA1WLX0z; Fri, 27 Aug 2010 18:20:31 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta12.emeryville.ca.mail.comcast.net with comcast id zWLW1e00F3LrwQ28YWLWro; Fri, 27 Aug 2010 18:20:31 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 652019B425; Fri, 27 Aug 2010 11:20:30 -0700 (PDT) Date: Fri, 27 Aug 2010 11:20:30 -0700 From: Jeremy Chadwick To: Glen Barber Message-ID: <20100827182030.GA34525@icarus.home.lan> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827173210.GA33018@icarus.home.lan> <4C77FCC1.9070906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C77FCC1.9070906@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 18:20:32 -0000 On Fri, Aug 27, 2010 at 01:58:25PM -0400, Glen Barber wrote: > On 8/27/10 1:32 PM, Jeremy Chadwick wrote: > >> Of course. The new backtrace is here: http://gist.github.com/553734 > > > > I want to make sure I understand the environment -- on a native i386 > > (32-bit) FreeBSD host, the software works fine. But on a native amd64 > > (64-bit) FreeBSD host, the software segfaults. Correct? > > > > The clamav instance runs on a 64-bit host in a 32-bit jail. In a 32-bit > host/32-bit jail environment, the software runs fine, as you suggest above. > > > If so -- it appears as if the system you're providing the backtrace from > > is a 32-bit system, or within a 32-bit environment? I would expect to > > see 64-bit addresses in the backtrace, yet they're all 32-bit. > > > > I'm not familiar with jailed environments (or the concept/possibility of > > running a mixed-architecture jail (e.g. 64-bit host OS with 32-bit > > jails)). I don't use lib32 on my amd64 systems. > > > > To be honest, this is the first non-base software I've had an issue with > in a mixed-arch environment. Okay, so it's sort of what I thought. Your system has a series of include files on it that are for amd64 (64-bit), but clamav, when built within a 32-bit jail on that system, is (probably -- no proof, but it's an educated guess based on what's happening) detecting some 64-bit pieces through include files and making some incorrect assumptions about the size of some types. I'd really need to set up a testbed system/VM and get full instructions from start to finish on how to set up a 32-bit jail and so on, given that I've never done it. Otherwise, you're probably going to need to find someone who has a similar setup and can reproduce the problem, or give a developer root-level access to your system. > > I did take a look at the clamav code itself (I'd have to spend a few > > hundred lines outlining it here and would rather not). My guess is that > > there's a conflict between what the running OS architecture is and what > > the build process determines the architecture is. > > > > Given that you have jails, and possibly a mixed architecture environment > > on a single host (e.g. 64-bit host OS with 32-bit jails), can you > > explain exactly how you go about building clamav, followed by how you go > > about running it? > > The build is done from ports with no special options excluding the > latest build, being: > > make -DWITH_DEBUG DEBUG_FLAGS=-g > > The only make.conf entry is PERL_VERSION=5.10.1. > > The clamd service runs under djb's supervise (/usr/local/sbin/clamd). > Additionally, port builds were done after setting UNAME_m and UNAME_p > [1], but I haven't had luck with that overriding the machine hardware type. > > If this provides any clues, here's what file(1) sees, as well as ldd: > > % file /usr/local/sbin/clamd > /usr/local/sbin/clamd: ELF 32-bit LSB executable, Intel 80386, version 1 > (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.1, not > stripped > > % ldd /usr/local/sbin/clamd > /usr/local/sbin/clamd: > libclamav.so.7 => /usr/local/lib/libclamav.so.7 (0x280ac000) > libz.so.5 => /lib/libz.so.5 (0x281f8000) > libbz2.so.4 => /usr/lib/libbz2.so.4 (0x2820a000) > libm.so.5 => /lib/libm.so.5 (0x2821b000) > libthr.so.3 => /lib/libthr.so.3 (0x28235000) > libc.so.7 => /lib/libc.so.7 (0x2824a000) > > [1] - http://www.mail-archive.com/freebsd-amd64@freebsd.org/msg00248.html Right -- I understand the binary is 32-bit, but that's not where the problem lies (based on my guess). The binary obviously runs, or else you wouldn't be seeing a segfault or even get a remotely coherent backtrace in gdb. I'm not sure how to explain this in a way that's easily understandable (I'm assuming you're not a programmer. :-) ). My guess is that during compile-time, the compiler is kicking out some code that's based on sizeof(int) == 8 (64-bit), when that shouldn't be the case in a 32-bit environment. Include files could cause this problem too. There may be some "black magic" in the ports infrastructure (maybe even on a per-port basis) to work around this problem that the clamav port isn't making use of. I really don't know. Sorry I can't be of more help. I'm one of those guys who if he needs a 32-bit and 64-bit system, buys two physical systems. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 18:35:24 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 C90F61065698 for ; Fri, 27 Aug 2010 18:35:24 +0000 (UTC) (envelope-from glen.j.barber@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 6EBB18FC12 for ; Fri, 27 Aug 2010 18:35:24 +0000 (UTC) Received: by vws7 with SMTP id 7so3650166vws.13 for ; Fri, 27 Aug 2010 11:35:22 -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=YQ35tRlJBNXmbP15zuTqY83ypCGoqO5CJBBC09Oyg0Q=; b=Zm5Y/xJmTkpx2SEkIZ7/KZHWseWrRMHu4qqV8P1Oadg6g383nt9AzwBrdI+6mtW0NU +RzKGXl0w1WIAqFvHXUp0xRDL/o7UAax9yemrExQML7tmNDAD/Ox9UlQAFlzakkKcg9n bMdsfRv29EsDJS9aE5RePVW0B4YAWr2rdLOwA= 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=K+obvaoHdaWIyWn5YckJvvIKEhe/7SL3jyTmr1THud4To7KB1UGnBRkwgleSN5WDf9 fzdfnASSV8lulR6k1Yt6U8GmGPvupA1AGm4MXZtMZ25fKxCKHGjjKFqcsHBnl3Z3Anz8 1a358/nD8onFFnFVqZEM8TLRsxsek+KzjVsm4= Received: by 10.220.122.31 with SMTP id j31mr676940vcr.271.1282934118042; Fri, 27 Aug 2010 11:35:18 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id i23sm1779041vcr.10.2010.08.27.11.35.15 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 11:35:15 -0700 (PDT) Message-ID: <4C780562.3050509@gmail.com> Date: Fri, 27 Aug 2010 14:35:14 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Jeremy Chadwick References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827173210.GA33018@icarus.home.lan> <4C77FCC1.9070906@gmail.com> <20100827182030.GA34525@icarus.home.lan> In-Reply-To: <20100827182030.GA34525@icarus.home.lan> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kurt Jaeger Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 18:35:24 -0000 On 8/27/10 2:20 PM, Jeremy Chadwick wrote: >> To be honest, this is the first non-base software I've had an issue with >> in a mixed-arch environment. > > Okay, so it's sort of what I thought. Your system has a series of > include files on it that are for amd64 (64-bit), but clamav, when built > within a 32-bit jail on that system, is (probably -- no proof, but it's > an educated guess based on what's happening) detecting some 64-bit > pieces through include files and making some incorrect assumptions about > the size of some types. > > I'd really need to set up a testbed system/VM and get full instructions > from start to finish on how to set up a 32-bit jail and so on, given > that I've never done it. Otherwise, you're probably going to need to > find someone who has a similar setup and can reproduce the problem, or > give a developer root-level access to your system. > I've also posted to the clamav-users@ list (but it was the backtrace before -DWITH_DEBUG was set), but haven't had a reply. Unfortunately, this particular setup, I can't provide root access, however I might be able to do so on one of my personal machines. It will be some time before I get everything set up properly though. [snip] > > I'm not sure how to explain this in a way that's easily understandable > (I'm assuming you're not a programmer. :-) ). My guess is that during > compile-time, the compiler is kicking out some code that's based on > sizeof(int) == 8 (64-bit), when that shouldn't be the case in a 32-bit > environment. Include files could cause this problem too. > Not a C programmer. :-) > There may be some "black magic" in the ports infrastructure (maybe even > on a per-port basis) to work around this problem that the clamav port > isn't making use of. I really don't know. > > Sorry I can't be of more help. I'm one of those guys who if he needs a > 32-bit and 64-bit system, buys two physical systems. > No problem. I appreciate you taking the time to look at it this far. Cheers, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 19:04:40 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 CD5001065744 for ; Fri, 27 Aug 2010 19:04:40 +0000 (UTC) (envelope-from glen.j.barber@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 73BFE8FC12 for ; Fri, 27 Aug 2010 19:04:40 +0000 (UTC) Received: by vws7 with SMTP id 7so3686454vws.13 for ; Fri, 27 Aug 2010 12:04:39 -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=GAMmtttRp3WcyqTFQcyIHJumByxrwb9JrB1ynJcrq1w=; b=xbPTdsLd5Vcbl5+FQMckmFW/8Jj40uoz0ubkB4Sl/5a+ScAnNqrXoSNLLkpgXnNApD 6mTaYx9J76cXE8HR3TdEQWGe9bWexpS0o9Rv1BXHe4NV5rd+6nQnON3CvO7kKHctZV2N F/jAKVz3mUf3OnG/jgE5DmgpF0iRb+KNayqEE= 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=R4buXKoj56AGcCc8FyAT38cSHWU6k6iv+J5czbVCkyJmFOU37kOj99xHb1HDDNyRXv bFBFIoAVEgxqwW4h7XnhREeSyYlCwCHP4ilDFKd/PVuslMfFWpQGGyLKtHWeDJQhNopO rA/kSuNMf0IPxVqKnbur2vTO6CS+Yhhc+j7Sw= Received: by 10.220.59.5 with SMTP id j5mr726300vch.230.1282935878238; Fri, 27 Aug 2010 12:04:38 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id w31sm2616316vbs.5.2010.08.27.12.04.36 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 12:04:36 -0700 (PDT) Message-ID: <4C780C43.5010603@gmail.com> Date: Fri, 27 Aug 2010 15:04:35 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Kostik Belousov References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> In-Reply-To: <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kurt Jaeger , Jeremy Chadwick Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 19:04:40 -0000 Hello Kostik, On 8/27/10 2:58 PM, Kostik Belousov wrote: >> Of course. The new backtrace is here: http://gist.github.com/553734 > > I suspect that this was fixed in r210796/HEAD and r211138/RELENG_8. > I will check this out on a test machine. Thanks. >> >>> 2) Was the software rebuilt from source after the upgrade from i386 to >>> amd64, or are you expecting the software to work without any hitches >>> running on amd64 with lib32 (32-bit compatibility libaries)? The latter >>> is not always possible/the case. >>> >> >> clamav was rebuilt from ports. I previously went as far as downgrading >> to the previous version, to rule out something between 0.96.1 and >> 0.96.2; same results there. > > Was clamav rebuilt in the 32-bit jail ? At least your backtrace shows > 32-bit image being executed. > Yes, this is correct. Thanks again, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 19:07:43 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 1BA261065673 for ; Fri, 27 Aug 2010 19:07:43 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta08.westchester.pa.mail.comcast.net (qmta08.westchester.pa.mail.comcast.net [76.96.62.80]) by mx1.freebsd.org (Postfix) with ESMTP id B7AAE8FC16 for ; Fri, 27 Aug 2010 19:07:42 +0000 (UTC) Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta08.westchester.pa.mail.comcast.net with comcast id zPxr1e0061ei1Bg58X7iUZ; Fri, 27 Aug 2010 19:07:42 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta24.westchester.pa.mail.comcast.net with comcast id zX7g1e00L3LrwQ23kX7hDu; Fri, 27 Aug 2010 19:07:42 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id C1CC29B425; Fri, 27 Aug 2010 12:07:39 -0700 (PDT) Date: Fri, 27 Aug 2010 12:07:39 -0700 From: Jeremy Chadwick To: Kostik Belousov Message-ID: <20100827190739.GA35836@icarus.home.lan> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Kurt Jaeger , Glen Barber Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 19:07:43 -0000 On Fri, Aug 27, 2010 at 09:58:38PM +0300, Kostik Belousov wrote: > On Fri, Aug 27, 2010 at 01:06:49PM -0400, Glen Barber wrote: > > On 8/27/10 12:54 PM, Jeremy Chadwick wrote: > > > On Fri, Aug 27, 2010 at 12:46:48PM -0400, Glen Barber wrote: > > >> On 8/27/10 12:33 PM, Kurt Jaeger wrote: > > >>> Hi! > > >>> > > >>>> I have a few clamav instances running in jails on 32-bit hosts without > > >>>> any issues. A few days ago one of these jails was migrated to a 64-bit > > >>>> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when queried. > > >>>> > > >>>> The issue seems specific to 32bit/64bit compatibility. I have a gdb > > >>>> session available here: http://gist.github.com/549964 > > >>>> > > >>>> Any thoughts on if this is possible? > > >>> > > >>> Try > > >>> > > >>> Bytecode no > > >>> > > >>> in clamd.conf ? > > >>> > > >> > > >> It was set to 'yes' initially. I thought it was disabled with building > > >> without JIT. At any rate, no, it still segfaults with the same backtrace. > > > > > > 1) Is clamd built with debugging symbols enabled? If not, you might want > > > to rebuild it with such, else it might be difficult to debug the > > > problem. > > > > > > > It wasn't initially, but is now. > > > > > Also, if the segfault happens after performing the above, can you > > > provide output from "bt full" instead of just "bt"? > > > > > > > Of course. The new backtrace is here: http://gist.github.com/553734 > I suspect that this was fixed in r210796/HEAD and r211138/RELENG_8. Would that be these two? http://svn.freebsd.org/viewvc/base?view=revision&revision=210796 http://svn.freebsd.org/viewvc/base/head/sys/compat/freebsd32/freebsd32_misc.c?r1=210796&r2=210795&pathrev=210796 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/compat/freebsd32/freebsd32_misc.c.diff?r1=1.110;r2=1.111;f=h http://svn.freebsd.org/viewvc/base?view=revision&revision=211138 http://svn.freebsd.org/viewvc/base/stable/8/sys/compat/freebsd32/freebsd32_misc.c?r1=211138&r2=211137&pathrev=211138 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/compat/freebsd32/freebsd32_misc.c.diff?r1=1.93.2.13;r2=1.93.2.14;f=h Based on this PR? http://www.freebsd.org/cgi/query-pr.cgi?pr=149227 > > > 2) Was the software rebuilt from source after the upgrade from i386 to > > > amd64, or are you expecting the software to work without any hitches > > > running on amd64 with lib32 (32-bit compatibility libaries)? The latter > > > is not always possible/the case. > > > > > > > clamav was rebuilt from ports. I previously went as far as downgrading > > to the previous version, to rule out something between 0.96.1 and > > 0.96.2; same results there. > Was clamav rebuilt in the 32-bit jail ? At least your backtrace shows > 32-bit image being executed. > > > > > > I have no familiarity with the software or functions in question, but an > > > initial guess would be that some piece of the code is making assumptions > > > about the size of pointers (expecting 4 (32-bit) rather than 8 > > > (64-bit)). Speculative on my part, but I ponder such when seeing code > > > like somefunc(sizeof(int)). > Absolute nonsense. Well, it's not really nonsense, but I'd rather not go to great lengths to show how it's possible. In this specific case it would end up depending on what CMSG_LEN() does. clamav does have some code where CMSG_LEN() can get overridden (supposedly for Solaris 8 only). This is why I said I'd rather not post hundreds of lines of code; it's one of those situations that's demonstrated when debugged in real-time and not entirely by source analysis. Anyway, as I said, I don't have familiarity with environments where 32-bit code is being run on 64-bit archs. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 19:34:35 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 996B31065698 for ; Fri, 27 Aug 2010 19:34:35 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 30A2B8FC1E for ; Fri, 27 Aug 2010 19:34:34 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o7RIwcup072349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 Aug 2010 21:58:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o7RIwc5x035975; Fri, 27 Aug 2010 21:58:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o7RIwcva035974; Fri, 27 Aug 2010 21:58:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 27 Aug 2010 21:58:38 +0300 From: Kostik Belousov To: Glen Barber Message-ID: <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sUEwCCp6oxC9Oap7" Content-Disposition: inline In-Reply-To: <4C77F0A9.6030807@gmail.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org, Kurt Jaeger , Jeremy Chadwick Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 19:34:35 -0000 --sUEwCCp6oxC9Oap7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 27, 2010 at 01:06:49PM -0400, Glen Barber wrote: > On 8/27/10 12:54 PM, Jeremy Chadwick wrote: > > On Fri, Aug 27, 2010 at 12:46:48PM -0400, Glen Barber wrote: > >> On 8/27/10 12:33 PM, Kurt Jaeger wrote: > >>> Hi! > >>> > >>>> I have a few clamav instances running in jails on 32-bit hosts witho= ut > >>>> any issues. A few days ago one of these jails was migrated to a 64-= bit > >>>> host (8.1-RELEASE), where I noticed clamd (0.96.2_1) segfaults when = queried. > >>>> > >>>> The issue seems specific to 32bit/64bit compatibility. I have a gdb > >>>> session available here: http://gist.github.com/549964 > >>>> > >>>> Any thoughts on if this is possible? > >>> > >>> Try > >>> > >>> Bytecode no > >>> > >>> in clamd.conf ? > >>> > >> > >> It was set to 'yes' initially. I thought it was disabled with building > >> without JIT. At any rate, no, it still segfaults with the same backtr= ace. > >=20 > > 1) Is clamd built with debugging symbols enabled? If not, you might wa= nt > > to rebuild it with such, else it might be difficult to debug the > > problem. > >=20 >=20 > It wasn't initially, but is now. >=20 > > Also, if the segfault happens after performing the above, can you > > provide output from "bt full" instead of just "bt"? > >=20 >=20 > Of course. The new backtrace is here: http://gist.github.com/553734 I suspect that this was fixed in r210796/HEAD and r211138/RELENG_8. >=20 > > 2) Was the software rebuilt from source after the upgrade from i386 to > > amd64, or are you expecting the software to work without any hitches > > running on amd64 with lib32 (32-bit compatibility libaries)? The latter > > is not always possible/the case. > >=20 >=20 > clamav was rebuilt from ports. I previously went as far as downgrading > to the previous version, to rule out something between 0.96.1 and > 0.96.2; same results there. Was clamav rebuilt in the 32-bit jail ? At least your backtrace shows 32-bit image being executed. >=20 > > I have no familiarity with the software or functions in question, but an > > initial guess would be that some piece of the code is making assumptions > > about the size of pointers (expecting 4 (32-bit) rather than 8 > > (64-bit)). Speculative on my part, but I ponder such when seeing code > > like somefunc(sizeof(int)). Absolute nonsense. --sUEwCCp6oxC9Oap7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkx4Ct0ACgkQC3+MBN1Mb4hjMQCg936UkpSiEJ1wOF2jMmeCojN0 SxUAoM+/oeBs7wwOSSYNgiGUADXPOjtq =4w1R -----END PGP SIGNATURE----- --sUEwCCp6oxC9Oap7-- From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 19:45:23 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 7EB801065695 for ; Fri, 27 Aug 2010 19:45:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDC48FC17 for ; Fri, 27 Aug 2010 19:45:23 +0000 (UTC) Received: from elsa.codelab.cz (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 01FD819E02D; Fri, 27 Aug 2010 21:26:27 +0200 (CEST) Received: from [192.168.1.2] (ip-86-49-61-235.net.upcbroadband.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 7D67A19E023; Fri, 27 Aug 2010 21:26:24 +0200 (CEST) Message-ID: <4C78115F.2040803@quip.cz> Date: Fri, 27 Aug 2010 21:26:23 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6 MIME-Version: 1.0 To: Glen Barber References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> <4C780C43.5010603@gmail.com> In-Reply-To: <4C780C43.5010603@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , ports@freebsd.org, Kurt Jaeger , Jeremy Chadwick Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 19:45:23 -0000 Glen Barber wrote: > Hello Kostik, > > On 8/27/10 2:58 PM, Kostik Belousov wrote: >>> Of course. The new backtrace is here: http://gist.github.com/553734 >> >> I suspect that this was fixed in r210796/HEAD and r211138/RELENG_8. >> > > I will check this out on a test machine. Thanks. > >>> >>>> 2) Was the software rebuilt from source after the upgrade from i386 to >>>> amd64, or are you expecting the software to work without any hitches >>>> running on amd64 with lib32 (32-bit compatibility libaries)? The latter >>>> is not always possible/the case. >>>> >>> >>> clamav was rebuilt from ports. I previously went as far as downgrading >>> to the previous version, to rule out something between 0.96.1 and >>> 0.96.2; same results there. >> >> Was clamav rebuilt in the 32-bit jail ? At least your backtrace shows >> 32-bit image being executed. >> > > Yes, this is correct. Can you try it with original clamav 32-bit binary package? ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/clamav.tbz (or can you build your own on real 32-bit system instead of 32-bit jail on 64-bit host?) Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 19:53: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 D802E106566B for ; Fri, 27 Aug 2010 19:53:56 +0000 (UTC) (envelope-from glen.j.barber@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 7D6A88FC14 for ; Fri, 27 Aug 2010 19:53:56 +0000 (UTC) Received: by vws7 with SMTP id 7so3747999vws.13 for ; Fri, 27 Aug 2010 12:53:55 -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=YqTtXneIvlZ0HJSLGiwB2cp9r+TMM2wDJE0KC8lMV+A=; b=QG2qYS0DQzhCyg5vQcZecsOtq5IKaczdZGRwRmCaw3WxtdCQ8KetSy+qpAR34B3X65 NbxTBhIt64jLrg8bxM+s/myqIt5jpj4FHGfNWy3NZu43RPF1EaeifziTSzYDpBy+plOT fybTNAjLjc2QYW0cZbIILQKtJIHXUORuMeF+E= 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=RBDx9Z7pm169pojooTCQJ1doaFfsqu1Zv2+CJ+/3b/AbrRjvG6Dqfa5Eada0+pl5fO TuGXw+0QP5qeBcwSiQS1QybMnR30ku44/AKRWtAmw9muFWTu+oEoTtoKr6rIJBrjWwXk eYGd6neIVgTSaDlxjYwIR9cGrTgPnhkyO7D10= Received: by 10.220.124.85 with SMTP id t21mr758349vcr.145.1282938835531; Fri, 27 Aug 2010 12:53:55 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id r10sm332906vch.20.2010.08.27.12.53.53 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 12:53:54 -0700 (PDT) Message-ID: <4C7817D0.30006@gmail.com> Date: Fri, 27 Aug 2010 15:53:52 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> <4C780C43.5010603@gmail.com> <4C78115F.2040803@quip.cz> In-Reply-To: <4C78115F.2040803@quip.cz> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , ports@freebsd.org, Kurt Jaeger , Jeremy Chadwick Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 19:53:56 -0000 On 8/27/10 3:26 PM, Miroslav Lachman wrote: > Can you try it with original clamav 32-bit binary package? > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/clamav.tbz > > (or can you build your own on real 32-bit system instead of 32-bit jail > on 64-bit host?) > I've tried that already, unfortunately. Same result. Regards, -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Fri Aug 27 21:28: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 DAB9A1065675 for ; Fri, 27 Aug 2010 21:28:52 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from ifdnrg20.ifdnrg.com (outbound.ifdnrg.com [195.66.148.241]) by mx1.freebsd.org (Postfix) with ESMTP id 674D88FC1A for ; Fri, 27 Aug 2010 21:28:52 +0000 (UTC) Received: from [192.168.1.131] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by ifdnrg20.ifdnrg.com (8.14.4/8.14.3) with ESMTP id o7RL3OPo039059; Fri, 27 Aug 2010 22:03:25 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <4C782806.4080004@ifdnrg.com> Date: Fri, 27 Aug 2010 22:03:02 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Glen Barber References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> <4C780C43.5010603@gmail.com> <4C78115F.2040803@quip.cz> <4C7817D0.30006@gmail.com> In-Reply-To: <4C7817D0.30006@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , ports@freebsd.org, Kurt Jaeger , Miroslav Lachman <000.fbsd@quip.cz>, Jeremy Chadwick Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 21:28:52 -0000 On 27/08/2010 20:53, Glen Barber wrote: > On 8/27/10 3:26 PM, Miroslav Lachman wrote: >> Can you try it with original clamav 32-bit binary package? >> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/clamav.tbz >> >> (or can you build your own on real 32-bit system instead of 32-bit jail >> on 64-bit host?) >> > I've tried that already, unfortunately. Same result. > > Regards, > you've tried this yeah? On 27/08/2010 12:39, Frank Wall wrote: > Hi, > > I'm experiencing problems running ClamAV 0.96.2 on FreeBSD 7.1 (i386). > The clamd will stop working immediately after startup. The process > is still there, but unresponsive: > > i had something similar and eventually found that disabling JIT Bytecode compiler option, returned it to being stable. This only happened on one of my boxes though so i figured it was 'me'. Paul. -- ------------------------- 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 Fri Aug 27 21:50: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 BE3DD10656B5 for ; Fri, 27 Aug 2010 21:50:29 +0000 (UTC) (envelope-from glen.j.barber@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 5F9C58FC28 for ; Fri, 27 Aug 2010 21:50:29 +0000 (UTC) Received: by vws7 with SMTP id 7so3884678vws.13 for ; Fri, 27 Aug 2010 14:50: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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=bUGA/Kjyogm3RqDsDi+VuPcUaw2k4znQGRixnSnoF80=; b=wrCM8mhU7h5wsADfOrvp71916Bavk6HFgfOvnWkADxN1ymeYQ1huBCYucEPaASFp09 u3+BbjO82pk9KYltHsUjQEvghQzP7F5lvivQB+IkjsrSNQgHdglcnvPlQuKjz5DBvEgC b7gFtdxht0k/u5nnLRw/d6kWsLsmMrZpkuzag= 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=Els1WO0aAIpCIksbepZlOXxTg+obXkeGwpGkHg7ACHkhX7B90BRM9epcjEC5tjKqbZ iIQZSlq/Jkvl+v0+r0GpxCUXAqmsJtXttDUiiQagGIpjsq/sE/efdVqUXxZvTludclpj yb+2Euzgd7i0pu/lsrHSwsq8htR4diKc97SUg= Received: by 10.220.127.37 with SMTP id e37mr837772vcs.171.1282945828451; Fri, 27 Aug 2010 14:50:28 -0700 (PDT) Received: from schism.local (173-161-130-225-Philadelphia.hfc.comcastbusiness.net [173.161.130.225]) by mx.google.com with ESMTPS id j34sm1901862vcs.4.2010.08.27.14.50.26 (version=SSLv3 cipher=RC4-MD5); Fri, 27 Aug 2010 14:50:26 -0700 (PDT) Message-ID: <4C783321.6070106@gmail.com> Date: Fri, 27 Aug 2010 17:50:25 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Paul Macdonald References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> <4C780C43.5010603@gmail.com> <4C78115F.2040803@quip.cz> <4C7817D0.30006@gmail.com> <4C782806.4080004@ifdnrg.com> In-Reply-To: <4C782806.4080004@ifdnrg.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 27 Aug 2010 21:50:29 -0000 On 8/27/10 5:03 PM, Paul Macdonald wrote: > On 27/08/2010 20:53, Glen Barber wrote: >> On 8/27/10 3:26 PM, Miroslav Lachman wrote: >>> Can you try it with original clamav 32-bit binary package? >>> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/clamav.tbz >>> >>> >>> (or can you build your own on real 32-bit system instead of 32-bit jail >>> on 64-bit host?) >>> >> I've tried that already, unfortunately. Same result. >> >> Regards, >> > > On 27/08/2010 12:39, Frank Wall wrote: >> Hi, >> >> I'm experiencing problems running ClamAV 0.96.2 on FreeBSD 7.1 (i386). >> The clamd will stop working immediately after startup. The process >> is still there, but unresponsive: >> >> > > i had something similar and eventually found that disabling JIT > Bytecode compiler option, returned it to being stable. > This only happened on one of my boxes though so i figured it was 'me'. > > Paul. > > > you've tried this yeah? Yes. -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 10:00: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 1C5121065693 for ; Sat, 28 Aug 2010 10:00:12 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BED958FC12 for ; Sat, 28 Aug 2010 10:00:12 +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 o7SA0CpD095803 for ; Sat, 28 Aug 2010 10:00:12 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7SA0CIN095784 for ports@freebsd.org; Sat, 28 Aug 2010 10:00:12 GMT (envelope-from fenner) Date: Sat, 28 Aug 2010 10:00:12 GMT From: Bill Fenner Message-Id: <201008281000.o7SA0CIN095784@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder 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, 28 Aug 2010 10:00:13 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 12:50:57 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 790C01065697 for ; Sat, 28 Aug 2010 12:50:57 +0000 (UTC) (envelope-from naylor.b.david@gmail.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 F34DF8FC16 for ; Sat, 28 Aug 2010 12:50:56 +0000 (UTC) Received: by wyb33 with SMTP id 33so5494702wyb.13 for ; Sat, 28 Aug 2010 05:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=RdxAshQqS/XtHS9PFZgEoi5aKC+s5JfwTptg2Ayh7SY=; b=SPNNRQSHo+I6D/pwNwGYFjb42cYPFRre4bYCwoP0bTGEod44JSlUnCns1lzNJBDL56 dQZkp2V61IA/T1OlReOn96OLyHguASEmGEph0i1acXgCv4UsOEkWFPY/B0xgv06duY8G RPExrn4BS3zhQxqeCytEb0Wf138GYUGbVNZP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=itrl1KnEGRYc7+/9ZBMlSsyyaabJDbVawuTIRVvO6XcwdGkaeE5rfiSnzZ/rdpNqdC qdmKHznELgC/CDVJvN6Gj39ayf7anMJYNkrJZGZYU43VfTDQeERwvn/rKWzqlaanDCoH 1O0W9VvDB/6kWPBfdB+H5NlsZf56l71RSoXzs= Received: by 10.227.134.138 with SMTP id j10mr1933912wbt.207.1282998481353; Sat, 28 Aug 2010 05:28:01 -0700 (PDT) Received: from dragon.dg (41-132-25-181.dsl.mweb.co.za [41.132.25.181]) by mx.google.com with ESMTPS id e31sm4385694wbe.23.2010.08.28.05.27.56 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Aug 2010 05:28:00 -0700 (PDT) From: David Naylor Organization: Private To: Greg Lewis Date: Sat, 28 Aug 2010 14:28:02 +0200 User-Agent: KMail/1.13.5 (FreeBSD/9.0-CURRENT; KDE/4.4.5; amd64; ; ) References: <201006251808.29467.naylor.b.david@gmail.com> <861vazh881.fsf@gmail.com> <8662z58gid.fsf@gmail.com> In-Reply-To: <8662z58gid.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4421716.jxItr0NUF4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201008281428.06609.naylor.b.david@gmail.com> Cc: Anonymous , freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS and openjdk6 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, 28 Aug 2010 12:50:57 -0000 --nextPart4421716.jxItr0NUF4 Content-Type: multipart/mixed; boundary="Boundary-01=_TDQeMXi12GFUSlq" Content-Transfer-Encoding: 7bit --Boundary-01=_TDQeMXi12GFUSlq Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 20 August 2010 17:12:42 Anonymous wrote: > Anonymous writes: > > David Naylor writes: > >>> %% > >>> Index: java/openjdk6/Makefile > >>>=20 > >>> @@ -266,3 +267,6 @@ post-install: > >>> @${CAT} ${PKGMESSAGE} > >>> =20 > >>> .include > >>>=20 > >>> + > >>> +# XXX: use `?=3D' in bsd.port.mk > >>> +_MAKE_JOBS=3D > >>> %% > >>=20 > >> Yes, I prefer this approach. See attached for the patch that does thi= s. > >> I will file a PR about this shortly. > >=20 > > I've filed ports/148754 about defining empty _MAKE_JOBS so it's not > > forgotten. >=20 > That PR was recently committed. So, you can try to resurrect ports/148753. I've had a look at openjdk6 and it appears it really is MAKE_JOBS_UNSAFE. = =20 There are portions of it that are able to use make jobs and those are compi= led=20 using HOTSPOT_BUILD_JOBS. =20 I suggest that either: - openjdk stops using HOTSPOT_BUILD_JOBS and declares itself unsafe, or - declare itself make jobs safe and use HOTSPOT_BUILD_JOBS for those parts= =20 that can use it Attached is a patch that achieves the latter suggestion. =20 The problem with the port as it stands now is that it breaks with=20 =46ORCE_MAKE_JOBS, does not honour MAKE_JOBS_NUMBER and that it will consum= e a=20 lot of resources when building, more so than what is reasonably expected. = =20 Simply declaring the port make jobs unsafe does not fix the resource=20 consumption that some programs/scripts may take into account. =20 Taking the first option will result in slower build times when the port is = able=20 to build faster. =20 Taking the second option results in overriding a 'private' variable. There= is=20 precedent in ports for using that 'private' variable. With the recently=20 committed changes using the 'private' variable is less intrusive. =20 I recommend the second option. It allows the port to build as fast as=20 possible, to honour MAKE_JOBS_NUMBER and does not employ any hacks. =20 Regards --Boundary-01=_TDQeMXi12GFUSlq Content-Type: text/x-patch; charset="ISO-8859-1"; name="openjdk6.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="openjdk6.diff" diff -ur /usr/ports/java/openjdk6/Makefile openjdk6/Makefile =2D-- /usr/ports/java/openjdk6/Makefile 2010-07-15 22:29:26.000000000 +0200 +++ openjdk6/Makefile 2010-07-15 22:33:45.000000000 +0200 @@ -48,6 +48,7 @@ =20 # java extracts directly to the cwd WRKSRC=3D ${WRKDIR} +MAKE_JOBS_SAFE=3D yes =20 USE_GMAKE=3D yes USE_MOTIF=3D yes @@ -145,8 +146,10 @@ USE_DISPLAY=3D yes .endif =20 =2DBUILD_JOBS_NUMBER!=3D ${SYSCTL} -n kern.smp.cpus =2DMAKE_ENV+=3D HOTSPOT_BUILD_JOBS=3D${BUILD_JOBS_NUMBER} +.if !defined(DISABLE_MAKE_JOBS) +MAKE_ENV+=3D HOTSPOT_BUILD_JOBS=3D${MAKE_JOBS_NUMBER} +_MAKE_JOBS=3D +.endif =20 COPYDIRS=3D \ hotspot/src/os/linux/launcher \ --Boundary-01=_TDQeMXi12GFUSlq-- --nextPart4421716.jxItr0NUF4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEABECAAYFAkx5ANYACgkQUaaFgP9pFrLW6gCgjkdBwjA2jJKn+TveAldH84ms MKYAnAw/tS/qvVN/vdkenOlBJNaOVyxP =0U3J -----END PGP SIGNATURE----- --nextPart4421716.jxItr0NUF4-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 15:29:35 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 C65581065672 for ; Sat, 28 Aug 2010 15:29:35 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7023B8FC1C for ; Sat, 28 Aug 2010 15:29:35 +0000 (UTC) Received: by qwg5 with SMTP id 5so4084296qwg.13 for ; Sat, 28 Aug 2010 08:29:34 -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=7BA3RraY3Vz+B9Qs3XHwCnXf3dCBc0p7n//RvjXCUSM=; b=C1jGG6t4pmJ8jBeM4CkRjoGgIOv7bQ7nCaWCqtM+iFGwWgLCFv1TEILT6/kiYteNm/ PsOea1kRieAMMu3AdCR2LPq6KYUyNdNXGupE2AYlpwKi4y0rkTzkz5pqYHyBQdiKolIr jRxJL6+Y5t3aLxj3dstZtZQ6Sw7TULsGBRc1U= 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=vX14vZzLpgZM3uq8zr9sZjhju5RkmAd3lQtxooHyIwaPaWxUn4pjJgsvNiTmzIlYvl jVBtravwjqbKr5ZzFhDF9b40blC4+uZdOZhER3ar8HYZg8fcgC+CVmFCdmny3zoUDw6G nwJ0PI+McXvAAtnUqwXzMeoY6iBRx47sshmY8= Received: by 10.229.215.137 with SMTP id he9mr1509560qcb.149.1283009374593; Sat, 28 Aug 2010 08:29:34 -0700 (PDT) Received: from schism.local (75.97.128.170.res-cmts.sewb.ptd.net [75.97.128.170]) by mx.google.com with ESMTPS id f15sm5938057qcr.13.2010.08.28.08.29.32 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Aug 2010 08:29:32 -0700 (PDT) Message-ID: <4C792B5B.6060400@gmail.com> Date: Sat, 28 Aug 2010 11:29:31 -0400 From: Glen Barber User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Kostik Belousov References: <4C77DB15.5010501@gmail.com> <20100827163310.GD67795@home.opsec.eu> <4C77EBF8.9020405@gmail.com> <20100827165423.GA32102@icarus.home.lan> <4C77F0A9.6030807@gmail.com> <20100827185837.GZ2396@deviant.kiev.zoral.com.ua> <4C780C43.5010603@gmail.com> In-Reply-To: <4C780C43.5010603@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: security/clamav: Segmentation fault when running clamav in a 32-bit jail on a 64-bit host 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, 28 Aug 2010 15:29:35 -0000 On 8/27/10 3:04 PM, Glen Barber wrote: > Hello Kostik, > > On 8/27/10 2:58 PM, Kostik Belousov wrote: >>> Of course. The new backtrace is here: http://gist.github.com/553734 >> >> I suspect that this was fixed in r210796/HEAD and r211138/RELENG_8. >> > > I will check this out on a test machine. Thanks. > Hi Kostik, That was it. Thanks. -- Glen Barber From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 19:09: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 188AF10656A9 for ; Sat, 28 Aug 2010 19:09:40 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id AAD2E8FC1C for ; Sat, 28 Aug 2010 19:09:39 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id o7SIeIHT078302; Sat, 28 Aug 2010 11:40:18 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id o7SIeHcP078301; Sat, 28 Aug 2010 11:40:17 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 28 Aug 2010 11:40:17 -0700 From: Greg Lewis To: David Naylor Message-ID: <20100828184017.GA78278@misty.eyesbeyond.com> References: <201006251808.29467.naylor.b.david@gmail.com> <861vazh881.fsf@gmail.com> <8662z58gid.fsf@gmail.com> <201008281428.06609.naylor.b.david@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <201008281428.06609.naylor.b.david@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Anonymous , Greg Lewis , freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS and openjdk6 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, 28 Aug 2010 19:09:40 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Aug 28, 2010 at 02:28:02PM +0200, David Naylor wrote: > On Friday 20 August 2010 17:12:42 Anonymous wrote: > > Anonymous writes: > > > David Naylor writes: > > >>> %% > > >>> Index: java/openjdk6/Makefile > > >>> > > >>> @@ -266,3 +267,6 @@ post-install: > > >>> @${CAT} ${PKGMESSAGE} > > >>> > > >>> .include > > >>> > > >>> + > > >>> +# XXX: use `?=' in bsd.port.mk > > >>> +_MAKE_JOBS= > > >>> %% > > >> > > >> Yes, I prefer this approach. See attached for the patch that does this. > > >> I will file a PR about this shortly. > > > > > > I've filed ports/148754 about defining empty _MAKE_JOBS so it's not > > > forgotten. > > > > That PR was recently committed. So, you can try to resurrect ports/148753. > > I've had a look at openjdk6 and it appears it really is MAKE_JOBS_UNSAFE. > There are portions of it that are able to use make jobs and those are compiled > using HOTSPOT_BUILD_JOBS. > > I suggest that either: > - openjdk stops using HOTSPOT_BUILD_JOBS and declares itself unsafe, or It has already declared itself unsafe. > - declare itself make jobs safe and use HOTSPOT_BUILD_JOBS for those parts > that can use it > > Attached is a patch that achieves the latter suggestion. > > The problem with the port as it stands now is that it breaks with > FORCE_MAKE_JOBS, does not honour MAKE_JOBS_NUMBER and that it will consume a > lot of resources when building, more so than what is reasonably expected. > Simply declaring the port make jobs unsafe does not fix the resource > consumption that some programs/scripts may take into account. > > Taking the first option will result in slower build times when the port is able > to build faster. > > Taking the second option results in overriding a 'private' variable. There is > precedent in ports for using that 'private' variable. With the recently > committed changes using the 'private' variable is less intrusive. > > I recommend the second option. It allows the port to build as fast as > possible, to honour MAKE_JOBS_NUMBER and does not employ any hacks. I would argue that overriding a private variable is a hack (other ports doing it doesn't make it not a hack). Alternative patch attached which seems to achieve the same result from my perspective without overriding _MAKE_JOBS. > diff -ur /usr/ports/java/openjdk6/Makefile openjdk6/Makefile > --- /usr/ports/java/openjdk6/Makefile 2010-07-15 22:29:26.000000000 +0200 > +++ openjdk6/Makefile 2010-07-15 22:33:45.000000000 +0200 > @@ -48,6 +48,7 @@ > > # java extracts directly to the cwd > WRKSRC= ${WRKDIR} > +MAKE_JOBS_SAFE= yes > > USE_GMAKE= yes > USE_MOTIF= yes > @@ -145,8 +146,10 @@ > USE_DISPLAY= yes > .endif > > -BUILD_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus > -MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} > +.if !defined(DISABLE_MAKE_JOBS) > +MAKE_ENV+= HOTSPOT_BUILD_JOBS=${MAKE_JOBS_NUMBER} > +_MAKE_JOBS= > +.endif > > COPYDIRS= \ > hotspot/src/os/linux/launcher \ -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org --qMm9M+Fa2AknHoGS Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="Makefile.diff" Index: Makefile =================================================================== RCS file: /var/fcvs/ports/java/openjdk6/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 15 Aug 2010 05:23:06 -0000 1.28 +++ Makefile 28 Aug 2010 18:27:44 -0000 @@ -147,8 +147,14 @@ USE_DISPLAY= yes .endif -BUILD_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus +.if !defined(DISABLE_MAKE_JOBS) +.if defined(MAKE_JOBS_NUMBER) +BUILD_JOBS_NUMBER= ${MAKE_JOBS_NUMBER} +.else +BUILD_JOBS_NUMBER= `${SYSCTL} -n kern.smp.cpus` +.endif MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} +.endif COPYDIRS= \ hotspot/src/os/linux/launcher \ --qMm9M+Fa2AknHoGS-- From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 20:45: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 76CC9106566B; Sat, 28 Aug 2010 20:45:56 +0000 (UTC) (envelope-from swell.k@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 CD1D98FC13; Sat, 28 Aug 2010 20:45:55 +0000 (UTC) Received: by fxm4 with SMTP id 4so3038179fxm.13 for ; Sat, 28 Aug 2010 13:45:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=qxea4LpLRHfRz7hv8cojJ2s5e0Xmr0eCVT+iCkhzmrc=; b=MlBr6h0Rt9OloM4RSWPkL3mDTxgEqjFkFy0OocEK+JWhrnjYvaH3k3mF3KWyEl5x25 0EWAbCK1nC+Pu/ylPGgYaMj7x99rv6WAAWKMFU0WJpkfnl7kwPrpCUH0S+rgxQi7lw6a 1ojAK6Z/DsDNJKYSxYItoGvjEnGq7xYabrxnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ULLWZYnwmSlMkOCZOgT6X5S4y/lyw2ulkJBwAzWgbSFXLzTXINzrwlynZ+hyWDWFik oATYOFppzshDVXumOzp/n5024ddJcxwQ8yE7dCmW6FdaD91MxmlJMFrR8jjI3oBF0ABD LB5YKpYFMqMa9V3V8jQJp3fVGCC0lvSq2Mm8c= Received: by 10.223.119.143 with SMTP id z15mr18343faq.61.1283028354752; Sat, 28 Aug 2010 13:45:54 -0700 (PDT) Received: from localhost (tor-exit-proxy1-readme.formlessnetworking.net [208.53.142.37]) by mx.google.com with ESMTPS id b9sm2570251faq.31.2010.08.28.13.45.50 (version=SSLv3 cipher=RC4-MD5); Sat, 28 Aug 2010 13:45:54 -0700 (PDT) From: Anonymous To: Greg Lewis References: <201006251808.29467.naylor.b.david@gmail.com> <861vazh881.fsf@gmail.com> <8662z58gid.fsf@gmail.com> <201008281428.06609.naylor.b.david@gmail.com> <20100828184017.GA78278@misty.eyesbeyond.com> Date: Sun, 29 Aug 2010 00:44:39 +0400 In-Reply-To: <20100828184017.GA78278@misty.eyesbeyond.com> (Greg Lewis's message of "Sat, 28 Aug 2010 11:40:17 -0700") Message-ID: <86lj7q31s8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Greg Lewis , David Naylor , freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS and openjdk6 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, 28 Aug 2010 20:45:56 -0000 Greg Lewis writes: > I would argue that overriding a private variable is a hack (other ports > doing it doesn't make it not a hack). You could've spoke up in ports/148754 about your concern in order for portmgr@ to notice. The PR strived to be less intrusive than divorcing build jobs from make jobs. Besides, I think adding more clutter to Makefiles defeats purpose of having stuff in bsd.port.mk. > Alternative patch attached which seems to achieve the same result from > my perspective without overriding _MAKE_JOBS. Hardcoding kern.smp.cpus and ignoring MAKE_JOBS_SAFE/UNSAFE doesn't seem like a less hacky solution. I'd argue that it's more confusing because MAKE_JOBS_UNSAFE is not equal to DISABLE_MAKE_JOBS. > Index: Makefile > =================================================================== > RCS file: /var/fcvs/ports/java/openjdk6/Makefile,v > retrieving revision 1.28 > diff -u -r1.28 Makefile > --- Makefile 15 Aug 2010 05:23:06 -0000 1.28 > +++ Makefile 28 Aug 2010 18:27:44 -0000 > @@ -147,8 +147,14 @@ > USE_DISPLAY= yes > .endif > -BUILD_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus > +.if !defined(DISABLE_MAKE_JOBS) > +.if defined(MAKE_JOBS_NUMBER) > +BUILD_JOBS_NUMBER= ${MAKE_JOBS_NUMBER} > +.else > +BUILD_JOBS_NUMBER= `${SYSCTL} -n kern.smp.cpus` > +.endif > MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} > +.endif > COPYDIRS= \ > hotspot/src/os/linux/launcher \ From owner-freebsd-ports@FreeBSD.ORG Sat Aug 28 21:30: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 D00FE1065696; Sat, 28 Aug 2010 21:30:24 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id 74AF98FC1E; Sat, 28 Aug 2010 21:30:24 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id o7SLUN8Z079535; Sat, 28 Aug 2010 14:30:23 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id o7SLUMHS079534; Sat, 28 Aug 2010 14:30:22 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 28 Aug 2010 14:30:22 -0700 From: Greg Lewis To: Anonymous Message-ID: <20100828213022.GA78573@misty.eyesbeyond.com> References: <201006251808.29467.naylor.b.david@gmail.com> <861vazh881.fsf@gmail.com> <8662z58gid.fsf@gmail.com> <201008281428.06609.naylor.b.david@gmail.com> <20100828184017.GA78278@misty.eyesbeyond.com> <86lj7q31s8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86lj7q31s8.fsf@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Greg Lewis , David Naylor , freebsd-ports@freebsd.org Subject: Re: MAKE_JOBS and openjdk6 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, 28 Aug 2010 21:30:24 -0000 On Sun, Aug 29, 2010 at 12:44:39AM +0400, Anonymous wrote: > Greg Lewis writes: > > I would argue that overriding a private variable is a hack (other ports > > doing it doesn't make it not a hack). > > You could've spoke up in ports/148754 about your concern in order for > portmgr@ to notice. The PR strived to be less intrusive than divorcing > build jobs from make jobs. Besides, I think adding more clutter to > Makefiles defeats purpose of having stuff in bsd.port.mk. In that case, whichever way you cut it, we're deliberately trying to circumvent what is in bsd.port.mk. > > Alternative patch attached which seems to achieve the same result from > > my perspective without overriding _MAKE_JOBS. > > Hardcoding kern.smp.cpus and ignoring MAKE_JOBS_SAFE/UNSAFE doesn't seem > like a less hacky solution. I'd argue that it's more confusing because > MAKE_JOBS_UNSAFE is not equal to DISABLE_MAKE_JOBS. The patch I attached (a) does not ignore MAKE_JOBS_{SAFE,UNSAFE} and (b) the first patch similarly uses DISABLE_MAKE_JOBS. The first patch does the following: 1. Sets MAKE_JOBS_SAFE _erroneously_ (the port is _not_ MAKE_JOBS_SAFE) purely so it can force the setting of MAKE_JOBS_NUMBER. 2. Overrides passing of -j to the make invocation by fiddling the private variable _MAKE_JOBS, which it has to do because of (1). The one I just provided 1. Leaves the port correctly marked as MAKE_JOBS_UNSAFE and doesn't mess with any private variables. 2. Respects MAKE_JOB_NUMBER if it is set and otherwise uses the sysctl kern.smp.cpus, the latter being what the port _already_ does. > > Index: Makefile > > =================================================================== > > RCS file: /var/fcvs/ports/java/openjdk6/Makefile,v > > retrieving revision 1.28 > > diff -u -r1.28 Makefile > > --- Makefile 15 Aug 2010 05:23:06 -0000 1.28 > > +++ Makefile 28 Aug 2010 18:27:44 -0000 > > @@ -147,8 +147,14 @@ > > USE_DISPLAY= yes > > .endif > > > -BUILD_JOBS_NUMBER!= ${SYSCTL} -n kern.smp.cpus > > +.if !defined(DISABLE_MAKE_JOBS) > > +.if defined(MAKE_JOBS_NUMBER) > > +BUILD_JOBS_NUMBER= ${MAKE_JOBS_NUMBER} > > +.else > > +BUILD_JOBS_NUMBER= `${SYSCTL} -n kern.smp.cpus` > > +.endif > > MAKE_ENV+= HOTSPOT_BUILD_JOBS=${BUILD_JOBS_NUMBER} > > +.endif > > > COPYDIRS= \ > > hotspot/src/os/linux/launcher \ -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org