Bug 174105 - Building x11-wm/windowmaker fails
Summary: Building x11-wm/windowmaker fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-04 12:00 UTC by Jens Grassel
Modified: 2012-12-07 20:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Grassel 2012-12-04 12:00:00 UTC
If I try to build windowmaker from ports it fails with the following error message:

main.o: In function `main':
main.c:(.text+0x983): undefined reference to `inotify_init'
main.c:(.text+0x9b9): undefined reference to `inotify_add_watch'

Fix: 

Adding -linotify to LD_FLAGS in the Makefile fixes the problem.
How-To-Repeat: portmaster x11-wm/windowmaker
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-04 16:37:01 UTC
Maintainer of x11-wm/windowmaker,

Please note that PR ports/174105 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174105

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-04 16:37:02 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2012-12-07 20:57:48 UTC
State Changed
From-To: feedback->closed

Unable to reproduce.