From owner-freebsd-ports@FreeBSD.ORG Thu Apr 4 08:21:33 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A84B336E for ; Thu, 4 Apr 2013 08:21:33 +0000 (UTC) (envelope-from mario.pranjic@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) by mx1.freebsd.org (Postfix) with ESMTP id 6D68EE43 for ; Thu, 4 Apr 2013 08:21:33 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id f13so1123426vbg.0 for ; Thu, 04 Apr 2013 01:21:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=3L48C1WwAWPHXdU3HA9YFjErnC+Qv2UWsAtMzimhN3I=; b=tEPyfl85d77z8zXswc/KBSg3NCMOINmUf/80fqu7MFwM+2iAYPnApB3qkdrGCt6I0n MQWBb/+Bw1/JqPhndqQePlRJ8exo8I9ed0kBUj4GZo+ITPO6F+/12iRJpnJxTOzdtsWB AkLnEwbhx4VEsofoYN9JY9ZZTUfV8PnSCSheqZKCSsYtoPSTsM3GiN1mZ8zBJk7iopEp k2gnALXOlc7mp4kOrHYl9/CsNry15/ipxZs1W8BYFPvu/TnCvBi+qcaESMtd/qfvAvp0 JIqM+bODGsB2SRcvEkiECupNXZphen7LUia2IsCQ0WDdbMUcL/RI9RmvERnIGbCRMM+X IIdg== MIME-Version: 1.0 X-Received: by 10.52.75.65 with SMTP id a1mr3336535vdw.79.1365063692911; Thu, 04 Apr 2013 01:21:32 -0700 (PDT) Received: by 10.220.62.12 with HTTP; Thu, 4 Apr 2013 01:21:32 -0700 (PDT) In-Reply-To: References: Date: Thu, 4 Apr 2013 10:21:32 +0200 Message-ID: Subject: Re: mailman compile problem From: Mario Polario To: William Grzybowski Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Apr 2013 08:21:33 -0000 Hi! Thank you, that did the trick. :) Now, when it comes to usiing mailman with postfix I get: mail-wrapper: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "nobody", but the system's mail server executed the mail script as group "mailman". Try tweaking the mail server to run the script as group "nobody", or re-run configure, providing the command line option `--with-mail-gid=mailman'. What is the best way to solve this group mismatch issue? Thanx! Best regards, Mario. On Wed, Apr 3, 2013 at 1:30 PM, William Grzybowski wrote: > On Wed, Apr 3, 2013 at 8:23 AM, Mario Polario > wrote: > > Hi! > > > > I'm trying to compile new version of mailman on 9.1 release: > > 9.1-RELEASE-p1 > > > > Whatever I try, I get stuck with: > > > > SyntaxError: invalid syntax > > /usr/local/bin/python3.3 ../build/bin/msgfmt.py -o > > zh_TW/LC_MESSAGES/mailman.mo zh_TW/LC_MESSAGES/mailman.po > > File "../build/bin/msgfmt.py", line 86 > > 0x950412deL, # Magic > > ^ > > SyntaxError: invalid syntax > > > > > > Any help is more than welcomed! > > mailman is not ready for python 3, use 2.7: > > make PYTHON_VERSION=2.7 install > > We should fix it with USE_PYTHON= 2.7- in Makefile. > > > > -- > William Grzybowski > ------------------------------------------ > Curitiba/PR - Brasil >