From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 24 08:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1823937B401 for ; Thu, 24 Apr 2003 08:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 953D643FDF for ; Thu, 24 Apr 2003 08:20:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3OFKAUp024192 for ; Thu, 24 Apr 2003 08:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3OFKAmt024189; Thu, 24 Apr 2003 08:20:10 -0700 (PDT) Date: Thu, 24 Apr 2003 08:20:10 -0700 (PDT) Message-Id: <200304241520.h3OFKAmt024189@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anton Berezin Subject: Re: ports/51353: failed to build ports/lang/perl-5.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anton Berezin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 15:20:11 -0000 The following reply was made to PR ports/51353; it has been noted by GNATS. From: Anton Berezin To: Frank Altpeter Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/51353: failed to build ports/lang/perl-5.8 Date: Thu, 24 Apr 2003 17:02:32 +0200 Frank, On Thu, Apr 24, 2003 at 04:50:16PM +0200, Frank Altpeter wrote: > You wrote on 2003-04-24 16:45:53 +0200: > > On Thu, Apr 24, 2003 at 04:41:30PM +0200, Frank Altpeter wrote: > > > You wrote on 2003-04-24 16:36:45 +0200: > > > > On Thu, Apr 24, 2003 at 04:22:27PM +0200, Frank Altpeter wrote: > > > > > > > > > >Number: 51353 > > > > > >Category: ports > > > > > >Synopsis: failed to build ports/lang/perl-5.8 > > > > > > > > > >Description: > > > > > The Digest::MD5 part of the perl-5.8 port fails to build. > > > > > > > > Frank, would you please tell me, for the reference, the PORTREVISION of > > > > the lang/perl5.8 port you are trying to build? > > > Oh, of course yes... it's revision 5, fetched via cvsup today > > > morning at Thu Apr 24 08:00:00 CEST 2003 > > > > Thanks. One more question: do you happen to have patchlevel.h in > > /usr/include or in /usr/local/include? If yes, what does it contain and > > what package/port did it come from? > /usr/local/include/patchlevel.h: > ------------------------------------------------------------------------ > > #define PATCHLEVEL 0 > ------------------------------------------------------------------------ > > root@murphy:~ 0# pkg_info -W /usr/local/include/patchlevel.h > root@murphy:~ 0# > > Hmmm... none ... that's strange, isn't it? Well, yeah. I remember this file was popping into the picture before, but I forgot what port was the culprit. On the other hand, I do believe, that the troublesome port was fixed and does not install patchlevel.h any more. So in your case, I think, it is a leftover from some old package which is no longer listed in /var/db/pkg. Aaaaaaaanyway, I would suggest you to rm it and then to rebuild lang/perl5.8 - doing make clean in there first. This should help. Please tell me whether it did, so I can close the PR. %Anton. -- Perl is strongly typed, it just has very few types. -- Dan Sugalski