[Bug 191642] New: comms/wspr does not build properly
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 5 21:45:41 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191642
Bug ID: 191642
Summary: comms/wspr does not build properly
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: Normal
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: paul at dokas.name
When built using the existing port, comms/wspr gives this error:
% wspr
Traceback (most recent call last):
File "/usr/local//bin/wspr.py", line 25, in <module>
from WsprMod import w
ImportError: /usr/local/lib/python2.7/site-packages/WsprMod/w.so: Undefined
symbol "padevsub_"
How-To-Repeat:
Build comms/wspr and run wspr
Fix:
The problem is the following section of comms/wspr/files/patch-Makefile.in
-SRCS2C = padevsub.c start_threads.c sound.c gmtime2.c ptt_unix.c \
+SRCS2C = start_threads.c sound.c gmtime2.c ptt_unix.c \
nhash.c fthread.c
OBJS2C = ${SRCS2C:.c=.o}
+padevsub.o: padevsub.c
+ ${CC} ${CPPFLAGS} ${CFLAGS} -c padevsub.c
+
Back out these changes causes comms/wspr to build and run correctly.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list