Advertisement
Guest User

Untitled

a guest
Apr 19th, 2023
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. root@server1:/home/stuart# patch -p1 < patch-6497-fix-tbbparallelpipeline.patch
  2. can't find file to patch at input line 17
  3. Perhaps you used the wrong -p or --strip option?
  4. The text leading up to this was:
  5. --------------------------
  6. |From c760cb2282e14ef0a7cb546677eedd92763beb56 Mon Sep 17 00:00:00 2001
  7. |From: michael spreng <code@m.spreng.ch>
  8. |Date: Sun, 18 Dec 2022 19:55:38 +0100
  9. |Subject: [PATCH] make it tolerant of TBB 2020
  10. |
  11. |---
  12. | src/extractor/edge_based_graph_factory.cpp | 19 ++++++++++++
  13. | src/extractor/extractor.cpp | 34 ++++++++++++++++++++++
  14. | src/guidance/guidance_processing.cpp | 19 ++++++++++++
  15. | src/partitioner/recursive_bisection.cpp | 8 +++++
  16. | 4 files changed, 80 insertions(+)
  17. |
  18. |diff --git a/src/extractor/edge_based_graph_factory.cpp b/src/extractor/edge_based_graph_factory.cpp
  19. |index 547fece7c7..09d2ef42fb 100644
  20. |--- a/src/extractor/edge_based_graph_factory.cpp
  21. |+++ b/src/extractor/edge_based_graph_factory.cpp
  22. --------------------------
  23. File to patch:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement