Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 10:21:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231479] lang/julia: build stuck while running libwhich -p libopenblasp.so using synth
Message-ID:  <bug-231479-7788-gNBem9DP5O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231479-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231479-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231479

--- Comment #9 from Iblis Lin <iblis@hs.ntnu.edu.tw> ---
libwhich only presents in 0.7/1.0.

Maybe we can build julia without it.
Could you try this patch out?
and make sure your julia is functional.

diff --git a/lang/julia/files/patch-base_Makefile
b/lang/julia/files/patch-base_Makefile
new file mode 100644
index 000000000000..f8bafef4f5b7
--- /dev/null
+++ b/lang/julia/files/patch-base_Makefile
@@ -0,0 +1,11 @@
+--- base/Makefile.orig 2018-09-20 04:08:53 UTC
++++ base/Makefile
+@@ -109,7 +109,7 @@ ifneq ($(OS), WINNT)
+ # put a symlink in the private libdir.
+ # System package managers may want to install these links manually,
+ # but if not, this will try to create the proper symlink to the right min=
or
version.
+-all: symlink_system_libraries
++all:
+ SYMLINK_SYSTEM_LIBRARIES :=3D
+=20
+ # if it's a symlink, pick up the symlink target instead, for one level of
indirection

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231479-7788-gNBem9DP5O>