All,

I feel that this can't be as complicated as I’m making it. I’ve been on
Ubuntu for a couple of years and just getting back into the Centos/RedHat
world again so i'm a little rusty with yum and it's repos.

I'm running Centos 7 on an older laptop

Memory: 3.3G

Processor: AMD® A6-1450 apu with radeon(tm) hd graphics × 4

Graphics: AMD® Kabini

OS Type: 64-bit

I've made a couple of attempts to get WSJT-X installed but keep running
into problems.


   1.

   Download RPM file from
   http://physics.princeton.edu/pulsar/K1JT/wsjtx.html

 http://physics.princeton.edu/pulsar/K1JT/wsjtx-2.1.2.x86_64.rpm



$ sudo rpm -i wsjtx-2.1.2-devel-x86_64.rpm



error: Failed dependencies:

libc.so.6(GLIBC_2.27)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libgfortran.so.5()(64bit) is needed by wsjtx-2.1.2-1.x86_64

libgfortran.so.5(GFORTRAN_8)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libm.so.6(GLIBC_2.27)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libm.so.6(GLIBC_2.29)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libreadline.so.8()(64bit) is needed by wsjtx-2.1.2-1.x86_64

libstdc++.so.6(CXXABI_1.3.11)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libstdc++.so.6(GLIBCXX_3.4.21)(64bit) is needed by wsjtx-2.1.2-1.x86_64

libstdc++.so.6(GLIBCXX_3.4.22)(64bit) is needed by wsjtx-2.1.2-1.x86_64

qt5-qtsvg is needed by wsjtx-2.1.2-1.x86_64

systemd-udev is needed by wsjtx-2.1.2-1.x86_64

$ sudo dnf install fftw-libs-single qt5-qtmultimedia qt5-qtserialport

Last metadata expiration check: 0:00:31 ago on Sat 28 Mar 2020 12:29:01 AM
EDT.

Package fftw-libs-single-3.3.3-8.el7.x86_64 is already installed.

Package qt5-qtmultimedia-5.9.7-1.el7.x86_64 is already installed.

Package qt5-qtserialport-5.9.7-1.el7.x86_64 is already installed.

Dependencies resolved.

Nothing to do.


   1.

   Install from source file
   https://physics.princeton.edu/pulsar/K1JT/wsjtx-2.1.2.tgz


$ mkdir ~/build

     $ cd ~/build

    $ mv ~/Downloads/wsjtx-2.1.2.tgz .

     $ tar xzf wsjtx-2.0.0.tgz

     $ mkdir build

     $ cd build

     $ cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.1.2

Configuring done

  Generating done

  Build files have been written to: ~/build/build

$ cmake --build .

…

[ 15%] Performing download step (verify and extract) for 'hamlib'

-- verifying file...

     file='~/build/wsjtx-2.1.2/src/hamlib.tgz'

-- verifying file... done

-- extracting...

      src='~/build/wsjtx-2.1.2/src/hamlib.tgz'

    dst='~//build/build/hamlib-prefix/src/hamlib'

…

----------------------------------------------------------------------

 Hamlib Version 4.0~git configuration:

 Prefix         ~/build/build/hamlib-prefix

 Preprocessor   gcc -E

 C Compiler     gcc -g -O2 -fPIC -fdata-sections -ffunction-sections

 C++ Compiler   g++ -g -O2

 Package features:

    With C++ binding                no

    With Perl binding               no

    With Python binding             no

    With TCL binding                no

    With Lua binding                no

    With rigmem XML support         no

    With Readline support           no

    Enable HTML rig feature matrix  no

    Enable WinRadio                 yes

    Enable USRP                     no

    Enable USB backends             yes

    Enable shared libs              no

    Enable static libs              yes

-----------------------------------------------------------------------

…

Libraries have been installed in:

   ~/build/build/hamlib-prefix/lib

…

Built target hamlib-install

Scanning dependencies of target wsjtx-build

…

checking for module 'hamlib'

--   package 'hamlib' not found

-- Found hamlib

CMake Error at
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):

 Could NOT find hamlib (missing: hamlib_LIBRARY_DIRS) (Required is at least

   version "3")

Call Stack (most recent call first):

/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315
(_FPHSA_FAILURE_MESSAGE)

   CMake/Modules/Findhamlib.cmake:88 (find_package_handle_standard_args)

   CMakeLists.txt:873 (find_package)


-- Configuring incomplete, errors occurred!

See also
"~/build/build/wsjtx-prefix/src/wsjtx-build/CMakeFiles/CMakeOutput.log".

gmake[2]: *** [wsjtx-prefix/src/wsjtx-stamp/wsjtx-configure] Error 1

gmake[1]: *** [CMakeFiles/wsjtx-build.dir/all] Error 2

gmake: *** [all] Error 2


I messed around trying a couple other things but kept ending up with the CMake
Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108
(message):

 Could NOT find hamlib (missing: hamlib_LIBRARY_DIRS) (Required is at least

   version "3")

Thanks for any help ahead of time.
Ron
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to