From owner-svn-ports-all@freebsd.org Sun Jun 11 15:25:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B300D89120; Sun, 11 Jun 2017 15:25:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CF55B6A11D; Sun, 11 Jun 2017 15:25:53 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5BFPqs8049380; Sun, 11 Jun 2017 15:25:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5BFPq7R049379; Sun, 11 Jun 2017 15:25:52 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706111525.v5BFPq7R049379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 11 Jun 2017 15:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443393 - head/math/giacxcas 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.23 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: Sun, 11 Jun 2017 15:25:54 -0000 Author: antoine Date: Sun Jun 11 15:25:52 2017 New Revision: 443393 URL: https://svnweb.freebsd.org/changeset/ports/443393 Log: Mark BROKEN: fails to link libtool: link: g++5 -shared -nostdlib /usr/lib/crti.o /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.3/5.4.0/crtbeginS.o .libs/input_lexer.o .libs/sym2poly.o .libs/gausspol.o .libs/threaded.o .libs/moyal.o .libs/maple.o .libs/ti89.o .libs/mathml.o .libs/misc.o .libs/permu.o .libs/quater.o .libs/desolve.o .libs/input_parser.o .libs/symbolic.o .libs/index.o .libs/modpoly.o .libs/modfactor.o .libs/ezgcd.o .libs/derive.o .libs/solve.o .libs/intg.o .libs/intgab.o .libs/risch.o .libs/lin.o .libs/series.o .libs/subst.o .libs/vecteur.o .libs/sparse.o .libs/csturm.o .libs/tex.o .libs/global.o .libs/ifactor.o .libs/alg_ext.o .libs/gauss.o .libs/isom.o .libs/plot.o .libs/plot3d.o .libs/rpn.o .libs/prog.o .libs/pari.o .libs/cocoa.o .libs/unary.o .libs/usual.o .libs/identificateur.o .libs/gen.o .libs/tinymt32.o .libs/first.o .libs/TmpLESystemSolver.o .libs/TmpFGLM.o .libs/help.o -L/wrkdirs/usr/ports/math/giacxcas/work/CoCoALib-0.9950/lib -L/wrkdirs/usr/ports/math/giacxcas/work/fltk-1.3.0/l ib -L/usr/local/lib -L/usr/local/lib/gcc5 -lcocoa -lpari -lgsl -lgslcblas -lintl -lrt -lpthread -llapack -lblas -lgfortran -lpng -lmpfr -lgmp -L/usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.3/5.4.0 -L/usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.3/5.4.0/../../../../../x86_64-portbld-freebsd10.3/lib -L/usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.3/5.4.0/../../.. -lstdc++ -lm -lssp_nonshared -lc -lgcc_s /usr/local/lib/gcc5/gcc/x86_64-portbld-freebsd10.3/5.4.0/crtendS.o /usr/lib/crtn.o -fstack-protector -Wl,-rpath=/usr/local/lib/gcc5 -Wl,-rpath=/usr/local/lib/gcc5 -Wl,-rpath=/usr/local/lib/gcc5 -B/usr/local/bin -fstack-protector -Wl,-rpath=/usr/local/lib/gcc5 -Wl,-soname -Wl,libgiac.so.0 -o .libs/libgiac.so.0.0.0 /usr/local/bin/ld: PARI_stack_limit: TLS definition in /usr/local/lib/libpari.so section .tbss mismatches non-TLS reference in .libs/pari.o /usr/local/lib/libpari.so: error adding symbols: Bad value collect2: error: ld returned 1 exit status Reported by: pkg-fallout Modified: head/math/giacxcas/Makefile Modified: head/math/giacxcas/Makefile ============================================================================== --- head/math/giacxcas/Makefile Sun Jun 11 15:24:07 2017 (r443392) +++ head/math/giacxcas/Makefile Sun Jun 11 15:25:52 2017 (r443393) @@ -18,6 +18,8 @@ COMMENT= Computer algebra system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to link + BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgmp.so:math/gmp \ libpng.so:graphics/png \