Bug 214579 - devel/tbb: libtbb.so does not have a SONAME
Summary: devel/tbb: libtbb.so does not have a SONAME
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 19:34 UTC by Yuri Victorovich
Modified: 2020-11-20 00:35 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (martymac)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-11-16 19:34:52 UTC
stage-qa in dependent packages prints such warnings:

> Error: /usr/local/bin/ospBenchmark is linked to /usr/local/lib/libtbb.so which does not have a SONAME.  devel/tbb needs to be fixed.
> Error: /usr/local/bin/ospBenchmark is linked to /usr/local/lib/libtbbmalloc.so which does not have a SONAME.  devel/tbb needs to be fixed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-21 11:16:27 UTC
A commit references this bug:

Author: martymac
Date: Mon Nov 21 11:15:47 UTC 2016
New revision: 426704
URL: https://svnweb.freebsd.org/changeset/ports/426704

Log:
  - Add missing SONAME [1]
  - Use Clang-specific build files when appropriate

  PR:		214579 [1]
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> [1]

Changes:
  head/devel/tbb/Makefile
  head/devel/tbb/files/patch-FreeBSD.gcc.inc
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2016-11-21 11:17:16 UTC
Fixed, thanks!