Description of problem: I hit a build failure with the latest version of clisp because of this definition in /usr/include/gdbm.h: # define GDBM_UNKNOWN_UPDATE GDBM_ERR_UNKNOWN_ERROR There is no such macro as GDBM_ERR_UNKNOWN_ERR. There is a GDBM_UNKNOWN_ERROR on the other hand. Version-Release number of selected component (if applicable): gdbm-1.13-1.fc27 How reproducible: Always Steps to Reproduce: 1. Build clisp, or any program that refers to GDBM_UNKNOWN_UPDATE Actual results: Compilation failure due to an undefined macro. Expected results: Successful build. Additional info:
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'.
This has been fixed in the latest upstream release: /* This one was never used and will be removed in the future */ -# define GDBM_UNKNOWN_UPDATE GDBM_ERR_UNKNOWN_ERROR +# define GDBM_UNKNOWN_UPDATE GDBM_UNKNOWN_ERROR
Created A PR against rawhide: https://src.fedoraproject.org/rpms/gdbm/pull-request/1
gdbm-1.14-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-639290a9b9
gdbm-1.14-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-639290a9b9
gdbm-1.14-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.