[Bug 222041] math/pari: fix install without thread
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 4 00:49:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222041
Bug ID: 222041
Summary: math/pari: fix install without thread
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: citrin+pr at citrin.ru
CC: yuri at rawbw.com
Flags: maintainer-feedback?(yuri at rawbw.com)
CC: yuri at rawbw.com
Created attachment 186048
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186048&action=edit
Fix build with threads disabled
When threads are disabled (PTHREADS=off MPI=off) math/pari install fail with an
error:
/usr/bin/strip
/tmp/p/usr/ports/math/pari/work/stage/usr/local/lib/libpari-gmp*.so.*
strip: open
/tmp/p/usr/ports/math/pari/work/stage/usr/local/lib/libpari-gmp*.so.* failed:
No such file or directory
Attached patch fixes it.
Also please consider removing MAKE_JOBS_UNSAFE. At least on my system it builds
whith make jobs enabled.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list