Skip to content

Instantly share code, notes, and snippets.

@rpannek
Created May 27, 2016 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpannek/e8e29c70ef869b36bb7b68549e4ec581 to your computer and use it in GitHub Desktop.
Save rpannek/e8e29c70ef869b36bb7b68549e4ec581 to your computer and use it in GitHub Desktop.
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 12 -e MAKEFLAGS=
| W A R N I N G Messages like:
|
| gmake[2]: Entering directory `/tmp/cdrtools-2.01/libschily'
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/cvmod.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/dat.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fcons.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fdown.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fdup.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/ffileread.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/ffilewrite.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fgetline.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fgetstr.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/file_raise.d: No such file or directory
| ../RULES/r-gmake.dep:76: OBJ/<arch-dir>/fileclose.d: No such file or directory
| ....
|
| are caused by a GNU make bug and not by the Schily makefile system.
|
| The related bug has been reported to the GNU make maintainers in 1998 but
| as the bug has not yet been fixed, it seems that GNU make is unmaintained :-(
| A working highly portable make program is at
|
| https://sourceforge.net/projects/s-make/files/
|
| You may switch off this warning by calling "gmake GMAKE_NOWARN=true ..."
| ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/conf"
| make[1]: Entering directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/conf'
| make[1]: Nothing to be done for 'all'.
| make[1]: Leaving directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/conf'
| ==> MAKING "all" ON SUBDIRECTORY "SRCROOT/inc"
| make[1]: Entering directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/inc'
| ==> MAKING "all" ON SUBCOMPONENT "SRCROOT/inc/align_test.mk"
| make[2]: Entering directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/inc'
| ==> COMPILING "OBJ/x86_64-linux-cc/align_test.o"
| In file included from align_test.c:28:0:
| ../include/schily/libport.h:89:13: error: conflicting types for 'usleep'
| extern int usleep __PR((int usec));
| ^
| In file included from ../include/schily/unistd.h:45:0,
| from ../include/schily/param.h:42,
| from ../include/schily/stdint.h:37,
| from ../include/schily/inttypes.h:30,
| from ../include/schily/utypes.h:32,
| from align_test.c:27:
| /usr/include/unistd.h:463:12: note: previous declaration of 'usleep' was here
| extern int usleep (__useconds_t __useconds);
| ^
| ../RULES/r-gmake.obj:51: recipe for target 'OBJ/x86_64-linux-cc/align_test.o' failed
| make[2]: *** [OBJ/x86_64-linux-cc/align_test.o] Error 1
| make[2]: Leaving directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/inc'
| ../RULES/rules.mks:23: recipe for target 'all' failed
| make[1]: *** [all] Error 1
| make[1]: Leaving directory '/home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/cdrtools-3.01/inc'
| RULES/rules1.dir:25: recipe for target 'all' failed
| make: *** [all] Error 1
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /home/rpannek/Projects/jlr/nuc/build/tmp/work/x86_64-linux/cdrtools-native/3.01a31-r0/temp/log.do_compile.5114)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment