Bug 208274 - comms/wsjt: can't find the Python and f2py and fail to build
Summary: comms/wsjt: can't find the Python and f2py and fail to build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 01:57 UTC by takefu
Modified: 2016-03-25 14:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hamradio)


Attachments
wsjt.patch (5.53 KB, patch)
2016-03-25 01:57 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2016-03-25 01:57:06 UTC
Created attachment 168590 [details]
wsjt.patch

can't find the Python and f2py and fail to build

build requires the following ports
  math/py-numpy
  lang/python

portlint(1) some compliant
Remove the duplicate ${WRKSRC}

---
python f2py-3.4.py -c -I. --fcompiler=gnu95 --f77exec=gfortran48 --f90exec=gfortran48 \
--opt="-cpp -fbounds-check" -L/usr/local/lib -L/usr/local/lib  -Wl,-rpath=/usr/local/lib/gcc48  -L/usr/local/lib/gcc48 -B/usr/local/bin -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 \
-lpthread -L/usr/local/lib -lportaudio -lsamplerate -lfftw3f libjt.a -m Audio ftn_init.f90 ftn_quit.f90 \
audio_init.f90 spec.f90 getfile.f90 azdist0.f90 \
astro0.f90 chkt0.f90
python: not found
Makefile:106: recipe for target 'WsjtMod/Audio.so' failed
gmake[1]: *** [WsjtMod/Audio.so] Error 127
gmake[1]: Leaving directory '/usr/ports/comms/wsjt/work/wsjt-r5745'
*** Error code 2

Stop.
make: stopped in /usr/ports/comms/wsjt
---
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-25 14:36:09 UTC
A commit references this bug:

Author: db
Date: Fri Mar 25 14:35:34 UTC 2016
New revision: 411846
URL: https://svnweb.freebsd.org/changeset/ports/411846

Log:
  "can't find the Python and f2py and fail to build"
  Patch provided hard codes the full python path to use.

  PR:		ports/208274
  Submitted by:	takefu@airport.fm

Changes:
  head/comms/wsjt/Makefile
  head/comms/wsjt/files/patch-configure.ac
  head/comms/wsjt/pkg-plist