Advertisement
Guest User

Untitled

a guest
Jun 10th, 2022
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. martin@jama /OE/build/poky $ diff -rq build-st-*/tmp/work/x86_64-linux/perl-native/*/perl-5.36.0 | grep ^Only | grep -v Makefile.old
  2. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: bitcount.h
  3. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: generate_uudmap
  4. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: install.man-make-native-4.3.j2.trace.d.log
  5. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: opmini.c
  6. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: perlmini.c
  7. Only in build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0: uudmap.h
  8. martin@jama /OE/build/poky $ diff -uNr build-st-fail/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0/ext/re/Makefile build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0/ext/re/Makefile
  9. --- build-st-fail/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0/ext/re/Makefile 2022-06-10 13:31:23.633131743 +0200
  10. +++ build-st-ok/tmp/work/x86_64-linux/perl-native/5.36.0-r0/perl-5.36.0/ext/re/Makefile 2022-06-10 15:06:33.760520141 +0200
  11. @@ -832,6 +832,7 @@
  12. $(PERL_INCDEP)/INTERN.h \
  13. $(PERL_INCDEP)/XSUB.h \
  14. $(PERL_INCDEP)/av.h \
  15. + $(PERL_INCDEP)/bitcount.h \
  16. $(PERL_INCDEP)/charclass_invlists.h \
  17. $(PERL_INCDEP)/config.h \
  18. $(PERL_INCDEP)/cop.h \
  19. @@ -904,6 +905,7 @@
  20. $(PERL_INCDEP)/utf8.h \
  21. $(PERL_INCDEP)/utfebcdic.h \
  22. $(PERL_INCDEP)/util.h \
  23. + $(PERL_INCDEP)/uudmap.h \
  24. $(PERL_INCDEP)/vutil.h \
  25. $(PERL_INCDEP)/warnings.h \
  26. $(PERL_INCDEP)/zaphod32_hash.h
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement