#56534 closed defect (fixed)
py-protobuf, py-protobuf3: builds extension in destroot phase
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | kencu (Ken), mascguy (Christopher Nielsen) | |
Port: | py-protobuf py-protobuf3 |
Description
Why do py-protobuf and py-protobuf3 build the extension in the destroot and test phases? Why don't they do that in the build phase?
Change History (8)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
Owner: | blair deleted |
---|---|
Port: | py-protobuf, py-protobuf3 → py-protobuf py-protobuf3 |
comment:2 Changed 4 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:3 Changed 4 years ago by mascguy (Christopher Nielsen)
comment:4 Changed 4 years ago by mascguy (Christopher Nielsen)
Regardless, should this ticket be assigned to the port maintainer, @tobypeterson?
comment:5 Changed 4 years ago by mf2k (Frank Schima)
Owner: | set to tobypeterson |
---|
comment:6 Changed 4 years ago by tobypeterson
Assume it's related to the use of --cpp_implementation
- no idea why it does that.
comment:7 Changed 4 years ago by tobypeterson
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:8 Changed 4 years ago by tobypeterson
Now also passing --cpp_implementation
during build. It's still needed during other phases to ensure that the built C++ extension is actually installed/tested.
Note: See
TracTickets for help on using
tickets.
Just noticed this peculiarity too, while investigating install failures for
py-protobuf3
:I suppose these failures are worthy of another ticket...?