Date: Wed, 30 Oct 2013 07:55:53 -0700 (PDT) From: Beeblebrox <zaphod@berentweb.com> To: freebsd-ports-bugs@freebsd.org Subject: math/p5-Math-GSL build fail Message-ID: <1383144953204-5856670.post@n5.nabble.com>
next in thread | raw e-mail | index | archive | help
math/p5-Math-GSL does not build for almost a month now. Fails with below. Does not accept USE_GCC in the make line and insists on clang, so I can't provide gcc output. --------------------------------- /usr/include/stdio.h:243:51: note: passing argument to parameter here int fprintf(FILE * restrict, const char * restrict, ...); ^ xs/Roots_wrap.1.15.c:3839:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security] fprintf(__stderrp, 'FDF_FUNC'); ^~~~~~~~~~ xs/Roots_wrap.1.15.c:3840:7: error: void function '_wrap_gsl_root_fdfsolver_set' should not return a value [-Wreturn-type] return (gsl_nan()); ^ ~~~~~~~~~~~ xs/Roots_wrap.1.15.c:4323:14: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign] clientdata = clientdata; ~~~~~~~~~~ ^ ~~~~~~~~~~ 9 warnings and 2 errors generated. error building .o file from 'xs/Roots_wrap.1.15.c' at inc/GSLBuilder.pm line 286. *** [do-build] Error code 2 Stop in /usr/ports/math/p5-Math-GSL. ----- FreeBSD-9.2-stable_amd64_root-on-zfs_clang-only-world -- View this message in context: http://freebsd.1045724.n5.nabble.com/math-p5-Math-GSL-build-fail-tp5856670.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1383144953204-5856670.post>