Bug 132447

Summary: x11-wm/awesome 3.1.2 fails to link.
Product: Ports & Packages Reporter: Benjamin A'Lee <bma>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-awesome none

Description Benjamin A'Lee 2009-03-09 10:40:02 UTC
Trying to compile awesome gives hundreds of "undefined reference" errors, all relating to Lua:

Fix: 

Symlinking the contents of /usr/local/lib/lua51 to /usr/local/lib/ fixed this. I assume there's a better solution, though.
How-To-Repeat: cd /usr/ports/x11-wm/awesome; make install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-09 10:40:20 UTC
Maintainer of x11-wm/awesome,

Please note that PR ports/132447 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/132447

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-09 10:40:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Nikos Ntarmos 2009-03-09 11:56:20 UTC
There was an issue with cmake prior to version 2.6.1_2 that failed to
detect lua (see ports/130862). Please update your cmake port and try
again.

Cheers.

\n\n
Comment 4 Benjamin A'Lee 2009-03-10 09:36:06 UTC
On Tue, Mar 10, 2009 at 11:00:54AM +0200, Nikos Ntarmos wrote:
> There was an issue with cmake prior to version 2.6.1_2 that failed to
> detect lua (see ports/130862). Please update your cmake port and try
> again.

Yes, I noticed cmake wasn't up to date after I reported this, and
wondered if it was related.

-- 
Benjamin M. A'Lee || mail: bma@subvert.org.uk
web: http://subvert.org.uk/~bma/ || gpg: 0xBB6D2FA0
Comment 5 Nikos Ntarmos 2009-03-10 13:51:48 UTC
I've attached a patch to add a version check for cmake, also including
some post-release bug-fixes and bumping the portrevision.

Thanks.

\n\n
Comment 6 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-11 20:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-03-13 11:21:14 UTC
araujo      2009-03-13 11:21:03 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/awesome       Makefile 
    x11-wm/awesome/files patch-client.c 
  Added files:
    x11-wm/awesome/files patch-awesome.c patch-utils-awsetbg 
  Log:
  - Add a version check for cmake.
  - Fix some related bugs.
  - Bump PORTREVISION.
  
  PR:             ports/132447
  Submitted by:   "Benjamin M. A'Lee" <bma@subvert.org.uk>
  Reviewed by:    Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
  
  Revision  Changes    Path
  1.17      +3 -1      ports/x11-wm/awesome/Makefile
  1.1       +23 -0     ports/x11-wm/awesome/files/patch-awesome.c (new)
  1.2       +12 -0     ports/x11-wm/awesome/files/patch-client.c
  1.1       +11 -0     ports/x11-wm/awesome/files/patch-utils-awsetbg (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Marcelo Araujo freebsd_committer freebsd_triage 2009-03-13 11:21:34 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!