Bug 1365278 - FTBFS: rpm git master (currently 9571218) does not build on OS X
Summary: FTBFS: rpm git master (currently 9571218) does not build on OS X
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: rpm
Version: rawhide
Hardware: Unspecified
OS: Mac OS
unspecified
unspecified
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-08 19:23 UTC by Neal Gompa
Modified: 2016-08-10 12:02 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-08-10 12:02:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
rpm OS X build log (16.14 KB, text/plain)
2016-08-08 19:23 UTC, Neal Gompa
no flags Details

Description Neal Gompa 2016-08-08 19:23:39 UTC
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:


Note You need to log in before you can comment on or make changes to this bug.