Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2017 19:41:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 219089] audio/openal-soft: cannot preempt symbol  (WITH_LLD_IS_LD)
Message-ID:  <bug-219089-13-GDjQwaRTOd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219089-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219089-13@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=3D219089

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

Author: emaste
Date: Wed Aug 30 19:40:15 UTC 2017
New revision: 448999
URL: https://svnweb.freebsd.org/changeset/ports/448999

Log:
  audio/openal-soft: set LLD_UNSAFE

  Linking with LLD currently fails due to preemption of symbols with
  protected visibility in a shared object:

  /usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent
  >>> defined in libopenal.so.1.18.0
  >>> referenced by examples/altonegen.c
  >>>               CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)

  /usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext
  >>> defined in libopenal.so.1.18.0
  >>> referenced by examples/altonegen.c
  >>>               CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)

  /usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice
  >>> defined in libopenal.so.1.18.0
  >>> referenced by examples/altonegen.c
  >>>               CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
  ...

  (Ports that depend on audio/openal-soft may also need to be tagged with
  LLD_UNSAFE.)

  PR:           219089
  Approved by:  kwm
  Sponsored by: The FreeBSD Foundation

Changes:
  head/audio/openal-soft/Makefile

--=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-219089-13-GDjQwaRTOd>