Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jul 2014 21:45:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191642] New: comms/wspr does not build properly
Message-ID:  <bug-191642-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: paul@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.



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