ports/173447: devel/st makefile is missing a file
Kevin Day
kevin at your.org
Wed Nov 7 17:30:01 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list