ocket8888 commented on issue #7251: URL: https://github.com/apache/trafficcontrol/issues/7251#issuecomment-1370155060
I think you meant to put [your comment](https://github.com/apache/trafficcontrol/issues/7238#issuecomment-1370147059) here. The short answer is "no". By popular demand, here's enough of the output from `make --debug` to see the issue: ``` Updating makefiles.... Updating goal targets.... File 'traffic_ops/traffic_ops.rpm' does not exist. File '../../dist/traffic_ops-7.1.0-12307.02d4a142.el8..rpm' does not exist. Must remake target '../../dist/traffic_ops-7.1.0-12307.02d4a142.el8..rpm'. "./../../pkg" -v -8 traffic_ops_build Building traffic_ops_build. Pulling traffic_ops_build ... done Creating build_traffic_ops_build_run ... done ``` As an inconvenient side-effect, `make` always attempts to call `pkg` to build the RPM because it's not actually making the file that `make` expects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
