Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Sep 2018 11:43:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        games@FreeBSD.org
Subject:   [Bug 226980] openal-using ports fail to link when lld is the system linker
Message-ID:  <bug-226980-32059-trRoi8hLtJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226980-32059@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226980-32059@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=226980

--- Comment #56 from commit-hook@freebsd.org ---
A commit references this bug:

Author: tobik
Date: Sun Sep  2 11:42:21 UTC 2018
New revision: 478788
URL: https://svnweb.freebsd.org/changeset/ports/478788

Log:
  graphis/reallyslick: Fix build with Clang 6

  hyperspace.cpp:387:19: error: non-constant-expression cannot be narrowed from
type 'double' to 'float' in initializer list [-Wc++11-narrowing]
          float diff[3] = {flarepos[0] - camPos[0], flarepos[1] - camPos[1],
flarepos[2] - camPos[2]};
                           ^~~~~~~~~~~~~~~~~~~~~~~

 
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/reallyslick-0.9.1_20.log

  - Attempt build on arm* again; the error message is the same as on amd64/i386
  - Mark as LLD_UNSAFE when compiled with FREEALUT=on because of OpenAL [1]

  PR:           226980 [1]

Changes:
  head/graphics/reallyslick/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226980-32059-trRoi8hLtJ>