Bug 252685 - Making devel/blitz depend on onetbb
Summary: Making devel/blitz depend on onetbb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks: 252648
  Show dependency treegraph
 
Reported: 2021-01-14 21:33 UTC by Ganael LAPLANCHE
Modified: 2021-01-15 14:17 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE freebsd_committer freebsd_triage 2021-01-14 21:33:30 UTC
Hello,

As a maintainer of devel/blitz, could you have a look at PR #252648:

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

In short, TBB version 2021 will soon be available as devel/onetbb but the port you maintain does not build correctly with it, see the following Poudriere run:

  http://box.martymac.org/FreeBSD-Packages/build.html?mastername=FBSD122amd64-tbb-migr&build=2021-01-13_22h35m17s

and error logs:

http://box.martymac.org/FreeBSD-Packages/data/FBSD122amd64-tbb-migr/2021-01-13_22h35m17s/logs/errors/blitz-1.0.2_3.log

[box.martymac.org] Installing onetbb-2021.1.1...
[box.martymac.org] Extracting onetbb-2021.1.1: .......... done
===>   blitz-1.0.2_3 depends on file: /usr/local/include/tbb/atomic.h - not found
*** Error code 1

Could you try to provide a patch (important: *by replying to this PR*) to facilitate the migration to devel/onetbb ?

To help you modifying your port, expected patches to devel/tbb and devel/onetbb are available in PR #252648.

Thanks for your contribution,
Best regards,

Ganael.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-01-14 21:55:04 UTC
Marked the TBB option BROKEN.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-14 21:55:40 UTC
A commit references this bug:

Author: yuri
Date: Thu Jan 14 21:55:01 UTC 2021
New revision: 561605
URL: https://svnweb.freebsd.org/changeset/ports/561605

Log:
  devel/blitz: Mark the TBB option broken until the upstream updates the project to be compatible with oneTBB

  PR:		252685
  Reported by:	martymac

Changes:
  head/devel/blitz/Makefile
Comment 3 Ganael LAPLANCHE freebsd_committer freebsd_triage 2021-01-15 14:17:15 UTC
Thanks!