From owner-freebsd-perl@FreeBSD.ORG Tue Jan 30 10:36:59 2007 Return-Path: X-Original-To: freebsd-perl@freebsd.org Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94AE416A402 for ; Tue, 30 Jan 2007 10:36:59 +0000 (UTC) (envelope-from p.zbierski@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id 553AB13C441 for ; Tue, 30 Jan 2007 10:36:59 +0000 (UTC) (envelope-from p.zbierski@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1185665wri for ; Tue, 30 Jan 2007 02:36:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CO7WFRu6nWmJji3Aanua5ZS2pBciPkHIND6KEJX72ZJFZoCBFuqNoqo4hqLBGvV6HnGmMs3JzwoUMK7d49UW//ksKvNwgGuqwOCO3UQ1H0Gjw2aQkFhbXrOmQjkmuIKIe6Iqgi8c5woHXgbf9g7m2hWrfdi3JGV28w+9NAb7yW4= Received: by 10.78.170.17 with SMTP id s17mr3293149hue.1170153418183; Tue, 30 Jan 2007 02:36:58 -0800 (PST) Received: by 10.78.134.14 with HTTP; Tue, 30 Jan 2007 02:36:52 -0800 (PST) Message-ID: <8e40d8120701300236m187ea8dfyd9e48608571bc63c@mail.gmail.com> Date: Tue, 30 Jan 2007 10:36:52 +0000 From: "Pawel Zbierski" To: freebsd-perl@freebsd.org In-Reply-To: <20070130022654.GA89983@utopia.leeym.com> MIME-Version: 1.0 References: <8e40d8120701290330h5569c5dfl81689f83d37e2090@mail.gmail.com> <20070130022654.GA89983@utopia.leeym.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: error while compiling Unix-Syslog-0.100 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 10:36:59 -0000 2007/1/30, Yen-Ming Lee : > > > > Hi, > > I once encountered this error message, and the problem is that my system > time > is incorrectly configured so that the newly created Makefile is older than > Makefile.PL and the other files. > > Please check if it's the same problem as mine. > > regards, > -- > Yen-Ming Lee [utf7:+Z05fZWYO] | KeyID:0x5EB52E51 | Taipei, Taiwan Yes, that was it. Thanks. =)