Bug #6117
Many small bugs prevent a clean build on SPARC
Start date:
2015-08-11
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
When I attempt to build illumos on SPARC, many small bugs prevent a clean build. Here's a selection of the error messages from the build logs:
sh[1]: cd: libfksmbsrv: [No such file or directory] dmake: Warning: Command failed for target `libfksmbsrv' (cd screen; ed - < maketerm.ed) '\n' appended '\n' appended ? line too long /usr/ccs/bin/m4 < ../common/xlate.m4 > xlate.c sh: line 1: /usr/ccs/bin/m4: not found *** Error code 127 /usr/ccs/bin/m4 < ../common/xlate64.m4 > xlate64.c sh: line 1: /usr/ccs/bin/m4: not found *** Error code 127 ../screen/keyname.c:1:24: error: extra tokens at end of #include directive ../screen/keyname.c:2: error: stray '\' in program ../screen/keyname.c:2: error: stray '\' in program ../screen/keyname.c:2: error: 'n' undeclared here (not in a function)
There are also many missing library build dependancies.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit fca4268092e9961ebb9b5e0098dcebc545023586
commit fca4268092e9961ebb9b5e0098dcebc545023586 Author: Gary Mills <gary_mills@fastmail.fm> Date: 2015-09-19T14:07:23.000Z 6117 Many small bugs prevent a clean build on SPARC Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>