From owner-freebsd-ports@FreeBSD.ORG Tue Jul 19 23:20:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D51B16A41F for ; Tue, 19 Jul 2005 23:20:54 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E859343D46 for ; Tue, 19 Jul 2005 23:20:53 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.135] (port=43455 helo=smtp4.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1Dv1OO-0002fr-Ls; Wed, 20 Jul 2005 01:20:52 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:64282 helo=desktop.homenet) by smtp4.home.nl with esmtp (Exim 4.30) id 1Dv1ON-00066K-Mf; Wed, 20 Jul 2005 01:20:51 +0200 From: Danny Pansters To: freebsd-ports@freebsd.org, Paul Schmehl Date: Wed, 20 Jul 2005 01:19:02 +0200 User-Agent: KMail/1.8 References: <06543995613FEECBF556C90F@utd59514.utdallas.edu> In-Reply-To: <06543995613FEECBF556C90F@utd59514.utdallas.edu> X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507200119.02863.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: Subject: Re: Problem with Postfix upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 23:20:54 -0000 On Wednesday 20 July 2005 00:47, Paul Schmehl wrote: > I just upgraded Postfix on a server, and now I'm getting pipe errors in the > maillog. > > Jul 19 17:38:47 stovebolt postfix/pipe[4354]: fatal: invalid option: ? > Jul 19 17:38:48 stovebolt postfix/master[4180]: warning: process > /usr/local/libexec/postfix/pipe pid 4354 exit status 1 > Jul 19 17:38:48 stovebolt postfix/master[4180]: warning: > /usr/local/libexec/postfix/pipe: bad command startup -- throttling > > Googling reveals that this is apparently a problem with the FreeBSD port > linking with what Weitse calls "a braindead GNU GETOPT". Does anyone know > about this problem? Is it possible to reverse the upgrade without linking > to the same braindead GETOPT? > > How do I fix the problem? > That would suggest that either the port is broken or perhaps not supported on your (4.x?) system. Or that Wietse has a solution for it and that should go into the port (maybe using our libc's getopts rather than gnu's). Someone at some stage probably would like a patch. I don't know more about this to comment any further but this seems to be the scenario at work here. HTH, Dan