[Bug 252766] Making graphics/instant-meshes depend on onetbb

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 17 08:04:18 UTC 2021


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

            Bug ID: 252766
           Summary: Making graphics/instant-meshes depend on onetbb
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: martymac at FreeBSD.org
                CC: greg at unrelenting.technology
            Blocks: 252648
             Flags: maintainer-feedback?(greg at unrelenting.technology)
                CC: greg at unrelenting.technology
             Flags: maintainer-feedback?(greg at unrelenting.technology)

Hello,

As a maintainer of graphics/instant-meshes, 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-15_15h54m22s/logs/errors/instant-meshes-0.0.42_10.log

/wrkdirs/usr/ports/graphics/instant-meshes/work/instant-meshes-0.0-42-g4a083f4/src/main.cpp:173:29:
error: expected ';' after expression
    tbb::task_scheduler_init init(nprocs == -1 ?
tbb::task_scheduler_init::automatic : nprocs);
                            ^
                            ;
/wrkdirs/usr/ports/graphics/instant-meshes/work/instant-meshes-0.0-42-g4a083f4/src/main.cpp:173:10:
error: no member named 'task_scheduler_init' in namespace 'tbb'
    tbb::task_scheduler_init init(nprocs == -1 ?
tbb::task_scheduler_init::automatic : nprocs);
    ~~~~~^
/wrkdirs/usr/ports/graphics/instant-meshes/work/instant-meshes-0.0-42-g4a083f4/src/main.cpp:173:55:
error: no member named 'task_scheduler_init' in namespace 'tbb'
    tbb::task_scheduler_init init(nprocs == -1 ?
tbb::task_scheduler_init::automatic : nprocs);
                                                 ~~~~~^
3 errors generated.


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.

You will also need suitesparse patches from PR #252651 as suitesparse does not
build with oneTbb.

Thanks for your contribution,
Best regards,

Ganael.


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252648
[Bug 252648] Intel oneAPI tbb - Migrating from devel/tbb to devel/onetbb (main
PR)
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list