From owner-freebsd-ports@FreeBSD.ORG Thu Mar 18 03:45: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 0D37B1065672 for ; Thu, 18 Mar 2010 03:45:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF1308FC0C for ; Thu, 18 Mar 2010 03:45:48 +0000 (UTC) Received: by pva18 with SMTP id 18so1014229pva.13 for ; Wed, 17 Mar 2010 20:45:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+u46iiZisDC3QDNA0INcHC4GbkwX46VZHtd5tI2d1Mc=; b=nxwXgcUkT7WPrvZIlg704v1iTPGnKGs/3/xEp+kXG2lMr2AkSyG+Jn2NMI6c/6Q/KE NbCk1sg+w9RtmKyipDIDF4DPmvVX9jMVv6oxP+jwNP6QHBe/D0Ssgza/tXHemFWe+6z9 qgIu5bqaGcTRlIhlHG4SVDFbhSj3EIYPvTN84= 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 :cc:content-type; b=oVr/g4rlGyCM+lhElz0EFHy/q3RXw1BFW2CG+Q7UNIHGvAcNQLSaXy+/m8m2YF6Ayu SBOrU/0M0cOKt0MrTdCigL3V2T1GBrUXyOVZNZBOh1sTdXWlZkEwHDC0s9fvSfDd2wyP EdYO7z1h+eKcZX1VIozuZCQmSrGZ73rzDaiOE= MIME-Version: 1.0 Received: by 10.143.27.20 with SMTP id e20mr1004095wfj.256.1268883948303; Wed, 17 Mar 2010 20:45:48 -0700 (PDT) In-Reply-To: <970380131003172038g7f8697efsc79f1e279b226e8@mail.gmail.com> References: <970380131003171146g73c81069t4fff06a349c2acc3@mail.gmail.com> <970380131003171835i19383b57nc52886cc6e64ce25@mail.gmail.com> <9DAB6E99-9E7F-4444-BC25-5BF219A90E88@mac.com> <970380131003171900n1dfcab48o4f9d65ff761cf513@mail.gmail.com> <5EB1BD7C-F1AC-4FA7-B918-C7A661776CFD@mac.com> <970380131003171926y8ad3288x42a86507ea967873@mail.gmail.com> <970380131003171930t725c381av4ae8e508e2ec18e2@mail.gmail.com> <970380131003171935p64ecd09atde87db155692e7cd@mail.gmail.com> <970380131003172038g7f8697efsc79f1e279b226e8@mail.gmail.com> Date: Wed, 17 Mar 2010 22:45:47 -0500 Message-ID: <6201873e1003172045q4ba1d556la40afb9fb80b8755@mail.gmail.com> From: Adam Vande More To: Jason Garrett Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: amatus@gnu.org, FreeBSD Ports Subject: Re: lang/guile fails to build on amd64 / 9-CURRENT 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, 18 Mar 2010 03:45:49 -0000 On Wed, Mar 17, 2010 at 10:38 PM, Jason Garrett wrote: > CC'ing port maintainer > > Here is the commit for timeb.h being deprecated and adding the #warning > > http://www.mail-archive.com/svn-src-all@freebsd.org/msg20965.html > > Solutions are to either use a replacement for timeb.h (unknown by me > at this point), quit using timeb.h (not sure how guile depends on > this), or omit the -Werror from > /usr/ports/lang/guile/work/guile-1.8.6/Makefile and > /usr/ports/lang/guile-1.8.6/libguile/Makefile. > > Maintainer, please direct on how to proceed. As it sits without > modification the port is broken, even with -Wno-error set in > /etc/make.conf. > I'm not sure about that. The no-error stuff I believe is a CURRENT thing, at least when running betas and stuff you'll run into the warnings as errors thing. The port builds fine on other branches and I suspect would continue to build on CURRENT if you got rid of whatever controlling the compile setting. Nevertheless, it seems the port should be fixed to use sys/time.h and gettimeofday(2) instead. Just the way it looks to me, I'm no expert here. -- Adam Vande More