Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 22:03:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 188114] math/py-numpy is broken on 9.2-STABLE - gcc48/libgfortran.so.3 not found
Message-ID:  <bug-188114-21822-vwhj8Kpucc@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188114-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188114-21822@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=188114

--- Comment #9 from Thierry Thomas <thierry@FreeBSD.org> ---
Created attachment 147418
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147418&action=edit
This patch re-adds LDFLAGS to fix the problem.

$LDFLAGS was intentionally removed with the hereunder comment:

# ignore LDFLAGS from env, as it overrides internal flags (e.g. -shared) for
some reason

This proposed patch re-adds it (with the needed '-shared'), so that it takes
the value set by 'USES= fortran', which fixes the reported problem.

Indirectly this fixes some dependent ports like math/py-matplotlib and
cad/freecad (resurrection in progress).

-- 
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-188114-21822-vwhj8Kpucc>