From owner-freebsd-ports-bugs@freebsd.org Fri Jul 29 19:48:10 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 94525BA8444 for ; Fri, 29 Jul 2016 19:48:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 69BF91204 for ; Fri, 29 Jul 2016 19:48:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u6TJmAmx094435 for ; Fri, 29 Jul 2016 19:48:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210168] [patch] math/gsl: update to 2.1 Date: Fri, 29 Jul 2016 19:48:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2016 19:48:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210168 --- Comment #5 from Rainer Hurling --- I just added a new PR (bug #211444), which updates math/ocamlgsl to 1.19.1. This updates builds with math/gsl 2.1. Other than mentiond in comment #4, math/orpie does not build with updated math/ocamlgsl. Instead, it gives two errors: mlgsl_sf.c:261:51: error: too many arguments to function call, expected 3, = have 4 SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ mlgsl_sf.c:56:22: note: expanded from macro 'GSL_MODE_val' #define GSL_MODE_val Int_val ^ mlgsl_sf.c:95:43: note: expanded from macro 'SF4' ML4(gsl_sf_##name, conv1, conv2, conv3, conv4, copy_double) \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ ./wrappers.h:74:66: note: expanded from macro 'ML4' CAMLreturn(convr(name(conv1(arg1), conv2(arg2), conv3(arg3), conv4(arg4= )))) ; } ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~= ~~~~ mlgsl_sf.c:261:1: error: too many arguments to function call, expected 4, h= ave 5 SF4(ellint_D, Double_val, Double_val, Double_val, GSL_MODE_val) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mlgsl_sf.c:96:3: note: expanded from macro 'SF4' ML4_res(gsl_sf_##name##_e, conv1, conv2, conv3, conv4) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mlgsl_sf.c:77:62: note: expanded from macro 'ML4_res' name(conv1(arg1), conv2(arg2), conv3(arg3), conv4(arg4), &res); \ ~~~~ ^~~~ /usr/local/include/gsl/gsl_sf_ellint.h:84:1: note: 'gsl_sf_ellint_D_e' decl= ared here int gsl_sf_ellint_D_e(double phi, double k, gsl_mode_t mode, gsl_sf_result * result); ^ So, at least six ports will fail after update of math/gsl and math/ocamlgsl. --=20 You are receiving this mail because: You are the assignee for the bug.=