monotone - Bugs: bug #22914, make on OpenBSD 4.0 exits: Don't...
You are not allowed to post comments on this tracker with your current authentication level.
bug #22914: make on OpenBSD 4.0 exits: Don't know how to make TXT2CFLAGS (make line 8849)
Submitter: | Allan Stokes <maxent> | ||
Submitted: | Mon 14 Apr 2008 03:44:16 PM UTC | ||
Category: | portability | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | ||
mtn version --full: | Presently building monotone-0.40 as downloaded 13 April 2008 |
Spam posted by anonymous | |
Mon 14 Apr 2008 03:44:16 PM UTC, original submission:
|
Allan Stokes <maxent> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Installing gmake seems to have cleared up this problem. I'm filing a bug because the INSTALL document at:
http://www.monotone.ca/INSTALL
makes no mention of gmake as a (possible) requirement on some platforms.
If you are wondering what choked the OpenBSD make utility, line 8849 is the last "fi" statement associated with the target
$(RECURSIVE_TARGETS):
The target
mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
follows immediately after a blank line.
The compile just finished while I was reporting this. "make check" fails with the same error. "gmake check" is now busy grinding away.
Resolution: either make the Makefile more portable, or document gmake as a possible requirement on some platforms.