Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Aug 2019 13:08:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239712] graphics/blender: Build fails during compilation - Undefined references in libflite_cmu_us_kal.so.1 and libflite_cmu_us_awb.so.1
Message-ID:  <bug-239712-7788-4obF9gdgye@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239712-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239712-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=3D239712

Ross McKelvie <ross@exitzero.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #206362|0                           |1
        is obsolete|                            |
 Attachment #206363|0                           |1
        is obsolete|                            |

--- Comment #5 from Ross McKelvie <ross@exitzero.uk> ---
Created attachment 206368
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206368&action=
=3Dedit
Proposed Makefile patch v2

Having done some reading (also pointed out in bug #239567, comment #5) arou=
nd
the transition to the LLVM linker and discovering that:
(a) It may already be the default linker (see WITH_LLD_IS_LD in src.conf(5))
and (b) The LLVM linker is not available on all architectures,

I propose to wrap the LDFLAGS in an if statement as per the workaround
suggested in bug #239567, comment #6.  Note this doesn't guarantee that lin=
king
will work correctly but does at least mean that architectures without the L=
LVM
linker will not definitely be broken.

Updated proposed patch and poudriere testport log attached.

--=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-239712-7788-4obF9gdgye>