Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 1188893 [details] rpm OS X build log Description of problem: After checking out rpm git master (currently git hash 9571218), it fails to build on OS X. Version-Release number of selected component (if applicable): rpm 4.13~git.95781218 How reproducible: Always Steps to Reproduce: 1. Clone rpm to an OS X machine with build deps available 2. Run "autoreconf -fiv" 3. Run "CFLAGS="$CFLAGS -DLUA_COMPAT_ALL -DLUA_COMPAT_MODULE" LIBS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure --prefix=/usr/local --with-beecrypt --with-external-db --with-imaevm=no" Actual results: During configure, the following error occurs: configure: error: conditional "LIBDW" was never defined. Usually this means the macro was only invoked conditionally. Expected results: Configure works, and I can build+install with "make && make install" Additional info:
https://github.com/rpm-software-management/rpm/pull/78