Changes between Initial Version and Version 2 of Ticket #62725


Ignore:
Timestamp:
Apr 21, 2021, 11:19:51 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62725

    • Property Owner set to cjones051073
    • Property Status changed from new to assigned
    • Property Summary changed from py-tensorflow-validation: build requires bazel, but latter not added to build dependencies to py-tensorflow-data-validation: build requires bazel, but latter not added to build dependencies
  • Ticket #62725 – Description

    initial v2  
    2828}}}
    2929
    30 Digging into the problem a bit: It looks like the Bazel portgroup doesn't add `bazel` as a build dependency, when `bazel.build_cmd` is set to an empty string. (And the portfile for `py-tensorflow-validation` sets it to empty.) The problem is, per the logs above, Bazel is needed.
     30Digging into the problem a bit: It looks like the Bazel portgroup doesn't add `bazel` as a build dependency, when `bazel.build_cmd` is set to an empty string. (And the portfile for `py-tensorflow-data-validation` sets it to empty.) The problem is, per the logs above, Bazel is needed.
    3131
    3232The Bazel portgroup was changed on 4/13/2021, adding the aforementioned behavior: