Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 23:44:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363842 - head/lang/ecl
Message-ID:  <201408022344.s72Niu6d052427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408022344.s72Niu6d052427>