https://bugs.openldap.org/show_bug.cgi?id=9954
Issue ID: 9954 Summary: RE26 make test fails on riscv64 Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: michael@stroeder.com Target Milestone: ---
Created attachment 929 --> https://bugs.openldap.org/attachment.cgi?id=929&action=edit Excerpt of OBS' build log
In openSUSE build system make test fails for RE26 on riscv64 (see attached file including tests/testrun/slapd.1.log).
https://bugs.openldap.org/show_bug.cgi?id=9954
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Howard Chu hyc@openldap.org --- All you needed to provide was the slapd error messages:
[ 4383s] 63797b55.33d3c0e4 0x4002f2d120 backend_startup_one: starting "o=OpenLDAP Project,l=Internet" [ 4383s] 63797b55.33d4f5bb 0x4002f2d120 mdb_db_open: "o=OpenLDAP Project,l=Internet" [ 4383s] 63797b55.33da784c 0x4002f2d120 mdb_db_open: database "o=OpenLDAP Project,l=Internet": dbenv_open(/home/abuild/rpmbuild/BUILD/openldap-2.6.4/tests/testrun/db.1.a). [ 4383s] 63797b55.34722770 0x4002f2d120 mdb_db_open: database "o=OpenLDAP Project,l=Internet" cannot be opened: Operation not supported (95). Restore from backup! [ 4383s] 63797b55.3489533f 0x4002f2d120 backend_startup_one (type=mdb, suffix="o=OpenLDAP Project,l=Internet"): bi_db_open failed! (95) [ 4383s] 63797b55.348c0a39 0x4002f2d120 slapd shutdown: initiated [ 4383s] 63797b55.34b9325f 0x4002f2d120 slapd destroy: freeing system resources. [ 4383s] 63797b55.356a96a7 0x4002f2d120 slapd stopped.
This indicates that the filesystem you're using doesn't support mmap. Since we know that OpenLDAP and LMDB works fine on riscv64 with ext4 filesystem, I see no bug here. closing this ITS.
https://bugs.openldap.org/show_bug.cgi?id=9954
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Status|RESOLVED |VERIFIED