Bug #13284
demo_rdb build fails on SPARC
100%
Description
When building on SPARC after #13260, I see
dmake: Warning: Can't find `../../../../../Makefile.master.64': No such file or directory
dmake: Fatal error in reader: Makefile, line 57: Read of include file `../../../../../Makefile.master.64' failed
dmake: Warning: Target `clean' not remade because of errors
dmake: Warning: Command failed for target `demo_rdb'
dmake: Warning: Target `clobber' not remade because of errors
dmake: Warning: Command failed for target `sgs'
dmake: Warning: Target `clobber' not remade because of errors
dmake: Warning: Target `clobber' not remade because of errors
The SPARC build is sufficiently slow that I had fixed it before it actually got to using it for real. The fix is clear - the shuffling around lost a level in the directory hierarchy, so the sparcv9 Makefile needs one level removing from the include the same way the amd64 Makefile was modified.
Related issues
Updated by Peter Tribble 4 months ago
- Related to Bug #13260: librtld_db demo should be built separately added
Updated by Peter Tribble 4 months ago
With the fix, build and packaging is clean on SPARC, and verified that there are no changes on x86 builds.
Updated by Electric Monk 4 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 6d96b4576425f4553ac02099504f0c92248a6c3a
commit 6d96b4576425f4553ac02099504f0c92248a6c3a Author: Peter Tribble <peter.tribble@gmail.com> Date: 2020-11-06T19:59:38.000Z 13284 demo_rdb build fails on SPARC Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>