https://bugs.openldap.org/show_bug.cgi?id=9840
Issue ID: 9840 Summary: Fix parallel build failures Product: OpenLDAP Version: 2.5.9 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: yi.zhao@windriver.com Target Milestone: ---
Created attachment 899 --> https://bugs.openldap.org/attachment.cgi?id=899&action=edit 0001-ldif-filter-fix-parallel-build-failure.patch
I found there are two parallel build errors for ldif-filter and libraries:
ldif-filter: ld: cannot find slapd-common.o: No such file or directory
libraries: ../../build/shtool mkdir -p TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib mkdir: cannot create directory 'TOPDIR/tmp-glibc/work/cortexa15t2hf-neon-wrs-linux-gnueabi/openldap/2.5.9-r0/image/usr/lib': File exists make[1]: *** [Makefile:288: install-local] Error 1
I have attached 2 patches to fix these issues.
https://bugs.openldap.org/show_bug.cgi?id=9840
--- Comment #1 from Yi Zhao yi.zhao@windriver.com --- Created attachment 900 --> https://bugs.openldap.org/attachment.cgi?id=900&action=edit 0002-libraries-Makefile.in-ignore-the-mkdir-errors.patch
https://bugs.openldap.org/show_bug.cgi?id=9840
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Assignee|bugs@openldap.org |quanah@openldap.org Target Milestone|--- |2.5.13
https://bugs.openldap.org/show_bug.cgi?id=9840
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/524/
https://bugs.openldap.org/show_bug.cgi?id=9840
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- head:
• d7c0417b by Yi Zhao at 2022-05-09T16:48:25+00:00 ITS#9840 - ldif-filter: fix parallel build failure
• d75de4d6 by Yi Zhao at 2022-05-09T16:48:43+00:00 ITS#9840 - libraries/Makefile.in: ignore the mkdir errors
RE26:
• 7d977f51 by Yi Zhao at 2022-05-12T15:43:35+00:00 ITS#9840 - ldif-filter: fix parallel build failure
• 71f24015 by Yi Zhao at 2022-05-12T15:43:40+00:00 ITS#9840 - libraries/Makefile.in: ignore the mkdir errors
RE25:
• 5fa4331f by Yi Zhao at 2022-05-12T15:44:34+00:00 ITS#9840 - ldif-filter: fix parallel build failure
• f5e926b2 by Yi Zhao at 2022-05-12T15:44:37+00:00 ITS#9840 - libraries/Makefile.in: ignore the mkdir errors
https://bugs.openldap.org/show_bug.cgi?id=9840
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED