Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 17:23:49 GMT
From:      Kevin Day <kevin@your.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173447: devel/st makefile is missing a file
Message-ID:  <201211071723.qA7HNnUK030823@red.freebsd.org>
Resent-Message-ID: <201211071730.qA7HU1ua058368@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173447
>Category:       ports
>Synopsis:       devel/st makefile is missing a file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 07 17:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Day
>Release:        9.0-RELEASE
>Organization:
Your.Org
>Environment:
>Description:
ports devel/st has a FreeBSD supplied makefile in files/Makefile.main which builds okay, but is missing a file. Attempting to use libst anywhere produces:

/usr/local/lib/libst.so: undefined reference to `_st_eventsys'
/usr/local/lib/libst.so: undefined reference to `st_set_eventsys'


>How-To-Repeat:
Build and link anything to libst

>Fix:
--- files/Makefile.main~	2008-10-19 08:58:53.000000000 -0700
+++ files/Makefile.main	2012-11-07 09:08:46.000000000 -0800
@@ -8,7 +8,7 @@
 LIB=		st
 NO_PROFILE=	yes
 
-SRCS=		io.c key.c sched.c stk.c sync.c
+SRCS=		io.c key.c sched.c stk.c sync.c event.c
 CFLAGS+=	-DFREEBSD
 
 .include <bsd.lib.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211071723.qA7HNnUK030823>