From owner-svn-ports-all@FreeBSD.ORG Sat Aug 2 23:44:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D2DC2D1; Sat, 2 Aug 2014 23:44:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AEE62D3A; Sat, 2 Aug 2014 23:44:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s72Niuxn052428; Sat, 2 Aug 2014 23:44:56 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s72Niu6d052427; Sat, 2 Aug 2014 23:44:56 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201408022344.s72Niu6d052427@svn.freebsd.org> From: Antoine Brodin Date: Sat, 2 Aug 2014 23:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363842 - head/lang/ecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 23:44:56 -0000 Author: antoine Date: Sat Aug 2 23:44:55 2014 New Revision: 363842 URL: http://svnweb.freebsd.org/changeset/ports/363842 QAT: https://qat.redports.org/buildarchive/r363842/ Log: Mark broken: Fails to link with new libgc cc -L/usr/local/lib -pthread -Wl,--rpath,/usr/local/lib -L/usr/local/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -leclatomic -lgmp -lgc-threaded -lffi -pthread -lm ;\ fi libeclmin.a(cosh.o): In function `ecl_cosh_long_float': numbers/cosh.o.c:(.text+0x151): warning: coshl has lower than advertised precision libeclmin.a(sinh.o): In function `ecl_sinh_long_float': numbers/sinh.o.c:(.text+0x151): warning: sinhl has lower than advertised precision libeclmin.a(tanh.o): In function `ecl_tanh_long_float': numbers/tanh.o.c:(.text+0x151): warning: tanhl has lower than advertised precision libeclmin.a(alloc_2.o): In function `init_alloc': alloc_2.o.c:(.text+0x614): undefined reference to `GC_start_call_back' libeclmin.a(alloc_2.o): In function `si_gc_stats': alloc_2.o.c:(.text+0xcfb): undefined reference to `GC_print_stats' alloc_2.o.c:(.text+0xdf6): undefined reference to `GC_print_stats' alloc_2.o.c:(.text+0xe30): undefined reference to `GC_print_stats' Reported by: pkg-fallout Modified: head/lang/ecl/Makefile Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Sat Aug 2 21:57:14 2014 (r363841) +++ head/lang/ecl/Makefile Sat Aug 2 23:44:55 2014 (r363842) @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}s/${PORTNAME MAINTAINER= olgeni@FreeBSD.org COMMENT= ANSI Common Lisp implementation +BROKEN= Fails to link with new libgc + LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp MAKE_JOBS_UNSAFE= yes