mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 13:21:24 +00:00
poppler: fix racing build issue
There is a racing issue in world build while multilib enabled:
...log.do_install...
CMake Error at utils/po/ca/cmake_install.cmake:46 (file):
file INSTALL cannot find
"TOPDIR/tmp/work/core2-32-wrs-linux/poppler/25.08.0/build/utils/po/ca/pdfsig.gmo":
No such file or directory.
Call Stack (most recent call first):
utils/po/cmake_install.cmake:47 (include)
utils/cmake_install.cmake:243 (include)
cmake_install.cmake:229 (include)
...log.do_install...
The issue has reported to upstream [1][2] and upstream tried to fix it [3],
but the issue still existed. The catalan translation of pdfsig is not
vital for poppler. So revert upstream commit "pdfsig: Catalan translation"
to workaround
[1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1550
[1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1551
[2] 053acd5d2b
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b66ce03e27
commit
cf34333304
@ -0,0 +1,43 @@
|
|||||||
|
From 83ad73024c69d41fda302f39acf50c381684890e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
|
Date: Tue, 21 Oct 2025 02:39:36 -0700
|
||||||
|
Subject: [PATCH] workaround build racing
|
||||||
|
|
||||||
|
There is a racing issue in world build while multilib enabled:
|
||||||
|
|
||||||
|
...log.do_install...
|
||||||
|
CMake Error at utils/po/ca/cmake_install.cmake:46 (file):
|
||||||
|
file INSTALL cannot find
|
||||||
|
"TOPDIR/tmp/work/core2-32-wrs-linux/poppler/25.08.0/build/utils/po/ca/pdfsig.gmo":
|
||||||
|
No such file or directory.
|
||||||
|
Call Stack (most recent call first):
|
||||||
|
utils/po/cmake_install.cmake:47 (include)
|
||||||
|
utils/cmake_install.cmake:243 (include)
|
||||||
|
cmake_install.cmake:229 (include)
|
||||||
|
...log.do_install...
|
||||||
|
|
||||||
|
Revert "pdfsig: Catalan translation" to workaround
|
||||||
|
|
||||||
|
This reverts commit 99f5416d9bfb6a34bbc5cbcb368e258b98fd3f08.
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [Yocto specific]
|
||||||
|
|
||||||
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||||
|
---
|
||||||
|
utils/po/ca/CMakeLists.txt | 4 ----
|
||||||
|
1 file changed, 4 deletions(-)
|
||||||
|
delete mode 100644 utils/po/ca/CMakeLists.txt
|
||||||
|
|
||||||
|
diff --git a/utils/po/ca/CMakeLists.txt b/utils/po/ca/CMakeLists.txt
|
||||||
|
deleted file mode 100644
|
||||||
|
index 3225131c..00000000
|
||||||
|
--- a/utils/po/ca/CMakeLists.txt
|
||||||
|
+++ /dev/null
|
||||||
|
@@ -1,4 +0,0 @@
|
||||||
|
-get_filename_component(_lang ${CMAKE_CURRENT_SOURCE_DIR} NAME)
|
||||||
|
-gettext_process_po_files(${_lang} ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES
|
||||||
|
- pdfsig.po
|
||||||
|
-)
|
||||||
|
--
|
||||||
|
2.49.0
|
||||||
|
|
||||||
@ -7,6 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
|
|||||||
file://0001-Do-not-overwrite-all-our-build-flags.patch \
|
file://0001-Do-not-overwrite-all-our-build-flags.patch \
|
||||||
file://basename-include.patch \
|
file://basename-include.patch \
|
||||||
file://0001-cmake-Do-not-use-isystem.patch \
|
file://0001-cmake-Do-not-use-isystem.patch \
|
||||||
|
file://0001-workaround-build-racing.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0"
|
SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user