#2413 src/responder/ifp/ifp_iface_generated.c is (re-)generated for each build and at the wrong place
Closed: Duplicate None Opened 9 years ago by gisburn.

src/responder/ifp/ifp_iface_generated.c always pops-up after a clean $ git clone ... # and build in the $ git diff # output:

git diff | fgrep '+++'
+++ b/src/responder/ifp/ifp_iface_generated.c

... which shouldn't happen for two reasons:
1. Per simo it should only be generated on demand and not for each build
2. It's a generated file and should not live in src/. The problem is that it can cause trouble if someone builds for different architectures from the same sources or does parallel builds. The window for accidents is small... but when it happens chaos will reign...


It is a duplicate of another ticket #2344

resolution: => duplicate
status: new => closed

Metadata Update from @gisburn:
- Issue set to the milestone: NEEDS_TRIAGE

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3455

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata