[Bug 239712] graphics/blender: Build fails during compilation - Undefined references in libflite_cmu_us_kal.so.1 and libflite_cmu_us_awb.so.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 8 13:08:59 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239712

Ross McKelvie <ross at exitzero.uk> changed:

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

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

Having done some reading (also pointed out in bug #239567, comment #5) around
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 linking
will work correctly but does at least mean that architectures without the LLVM
linker will not definitely be broken.

Updated proposed patch and poudriere testport log attached.

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


More information about the freebsd-ports-bugs mailing list