mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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
This commit is contained in:
parent
9d3ee67dde
commit
c4670741e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363842
@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}s/${PORTNAME}s/13.5/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user