Skip to content

duplicate target and header names #210

@kgraeper

Description

@kgraeper

Description

We want to deploy the shared libaries to a target, but here a some bazel targets with the same name, which produce the same .so file. This is causing issues if you want to use the baselibs shared libs in a flattened way.
Current workaround is to have a a lot of subfolders and have a long list of folder is LD_LIBRARY_PATH.

also there a some header files with the same name. This also prevents from collecting all the baselibs header files from collecting them in one folder.

example files:
libi_runtime.so × 2 (score_communication)
libruntime.so × 4 (score_communication)
libsample_ptr.so × 3 (score_communication)
libtracing_runtime.so × 2 (score_communication)

Error Occurrence Rate

Reproducible

How to reproduce

build

Supporting Information

No response

Classification

minor

Affected Version

0.5

Expected Closure Version

0.5

Category

  • Safety Related
  • Security Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions