Opened 15 years ago
Last modified 14 years ago
#206 closed defect
Remove ugliness from share/test Makefile.am — at Version 3
Reported by: | Juergen Reuter | Owned by: | ALL |
---|---|---|---|
Priority: | P2 | Milestone: | |
Component: | configure | Version: | 2.0.0rc2 |
Severity: | critical | Keywords: | structure |
Cc: |
Description (last modified by )
make distcheck is broken my .m4 -> .sin conversion and idiosyncracies in the builddir /srcdir entanglement.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Now it seems to work up to those permission errors which do not do any harm (cf. below). Problem is that I have to go exclusively via the srcdir and omit the builddir, because otherwise I have to copy files over again, which is bullshit.
/usr/bin/m4 ../../../share/test/testsuite.m4 ../../../share/test/mssmtest-ee2.m4 > ../../../share/test/mssmtest-ee2.sin /bin/sh: ../../../share/test/mssmtest-ee2.sin: Permission denied make[3]: [mssmtest-ee2.sin] Error 1 (ignored) /usr/bin/m4 ../../../share/test/testsuite.m4 ../../../share/test/mssmtest-en.m4 > ../../../share/test/mssmtest-en.sin /bin/sh: ../../../share/test/mssmtest-en.sin: Permission denied make[3]: [mssmtest-en.sin] Error 1 (ignored) /usr/bin/m4 ../../../share/test/testsuite.m4 ../../../share/test/mssmtest-tt.m4 > ../../../share/test/mssmtest-tt.sin /bin/sh: ../../../share/test/mssmtest-tt.sin: Permission denied make[3]: [mssmtest-tt.sin] Error 1 (ignored) /usr/bin/m4 ../../../share/test/testsuite.m4 ../../../share/test/mssmtest-tn.m4 > ../../../share/test/mssmtest-tn.sin /bin/sh: ../../../share/test/mssmtest-tn.sin: Permission denied make[3]: [mssmtest-tn.sin] Error 1 (ignored)
comment:3 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Priority: | P1 → P3 |
Severity: | blocker → normal |
Summary: | make distcheck is broken by m4 -> sin conversion → Remove ugliness from share/test Makefile.am |
it's working. About the rest I don't care. Now someone who knows Autotools better has to clean up the mess :-s .
Note: See
TracTickets for help on using
tickets.
Specifically a broken make distcheck means THAT ALL OTHER ACTIVITIES have to stop before that problem is settled. This absolutely highest priority.