From owner-freebsd-ports@FreeBSD.ORG Thu Jul 5 10:40:51 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63CF416A468 for ; Thu, 5 Jul 2007 10:40:51 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id C72BB13C459 for ; Thu, 5 Jul 2007 10:40:50 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 05 Jul 2007 10:40:49 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp037) with SMTP; 05 Jul 2007 12:40:49 +0200 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/WLa5ZBHPWZWKWPaW2xjg4dSfV5Y/GjJBvbH14CL /HrRbWsKwqk2/c Message-ID: <468CCAB0.3000704@gmx.de> Date: Thu, 05 Jul 2007 12:40:48 +0200 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.4 (X11/20070616) MIME-Version: 1.0 To: pav@FreeBSD.org References: <1183451940.2558.87.camel@pav.hide.vol.cz> <468A522B.3030307@gmx.de> <468A5784.9070509@gmx.de> <1183471659.1551.21.camel@pav.hide.vol.cz> In-Reply-To: <1183471659.1551.21.camel@pav.hide.vol.cz> X-Enigmail-Version: 0.95.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 Cc: freebsd-ports@FreeBSD.org, linimon@FreeBSD.org Subject: Re: [Fwd: freehdl-0.0.4_1 failed on i386 7] 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, 05 Jul 2007 10:40:51 -0000 Pav Lucistnik wrote: > [LoN]Kamikaze píše v út 03. 07. 2007 v 16:04 +0200: >> [LoN]Kamikaze wrote: >>> Pav Lucistnik wrote: >>>> -------- Přeposlaná zpráva -------- >>>>> Od: User Ports-i386 >>>>> Komu: kris@freebsd.org, linimon@freebsd.org, pav@freebsd.org >>>>> Předmět: freehdl-0.0.4_1 failed on i386 7 >>>>> Datum: Tue, 3 Jul 2007 02:20:29 GMT >>>>> >>>>> ... >>>>> >>>>> c++ -DPACKAGE_NAME=\"freehdl\" -DPACKAGE_TARNAME=\"freehdl\" >>>>> -DPACKAGE_VERSION=\"0.0.4\" "-DPACKAGE_STRING=\"freehdl 0.0.4\"" >>>>> -DPACKAGE_BUGREPORT=\"edwin@ds.e-technik.uni-dortmund.de\" -DSTDC_HEADERS=1 >>>>> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 >>>>> -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 >>>>> -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DYYTEXT_POINTER=1 -DHAVE_FLEXLEXER_H=1 >>>>> -DHAVE_GETOPT_H=1 -DSIZEOF_INT=4 -DHAVE_VASPRINTF=1 -DHAVE_ALLOCA=1 >>>>> -DHAVE_SOCKET=1 -I. -I. -I .. -I .. -O2 -fno-strict-aliasing -pipe -MT >>>>> vital_timing.lo -MD -MP -MF .deps/vital_timing.Tpo -c vital_timing.cc -o >>>>> vital_timing.o >/dev/null 2>&1 >>>>> gmake[2]: *** [vital_timing.lo] Error 1 >>>>> gmake[2]: Leaving directory `/work/a/ports/cad/freehdl/work/freehdl-0.0.4/ieee' >>>>> gmake[1]: *** [all] Error 2 >>>>> gmake[1]: Leaving directory `/work/a/ports/cad/freehdl/work/freehdl-0.0.4/ieee' >>>>> gmake: *** [all-recursive] Error 1 >>>>> *** Error code 2 >>>>> >>>>> Stop in /a/ports/cad/freehdl. >>>>> ================================================================ >>>>> build of /usr/ports/cad/freehdl ended at Tue Jul 3 02:20:39 UTC 2007 >>> I was able to reproduce this on 6-Stable using gcc42 from ports and I will >>> report this to the appropriate freehdl developers. Thank you for informing me. >> >> I have to revoke that statement. Neither the mailing list, nor the emails >> listed in AUTHORS are reachable. It's as if the project was silently abandoned. >> >> As a workaround, please try to add USE_GCC=3.4 to cad/freehdl/Makefile and tell >> me weather it works. > > I'm afraid you're supposed to tell me if adding USE_GCC works :) > I'd much prefer fixing the port to compile with gcc42 than forcing old > GCC on users - GCC is 40MB download. It's probably something trivial, > anyway. Removing >/dev/null from the Makefiles will be a good first step > to figure it out. > If only I found these >/dev/null . But autotools and GNU Make are a mystery to me. Also I don't see why someone would hide error messages on purpose.