Confirmed same error, Kubuntu 22.04 up to date as of today. Error: Symbol ‘ncand‘ at (1) is USE associated from module ‘q65‘ and cannot occur in COMMON /home/nu0c/src/build/build/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65c.f90:93:3:
73 -Jim NU0C On Tue, 12 Mar 2024 00:59:57 +0000 Stan Gammons via wsjt-devel <wsjt-devel@lists.sourceforge.net> wrote: > I'm seeing the same error on Kubuntu 22.04 > > uname -a > Linux radio2 5.15.0-100-generic #110-Ubuntu SMP Wed Feb 7 13:27:48 UTC 2024 > x86_64 x86_64 x86_64 GNU/Linux > > [ 95%] Building Fortran object > qmap/libqmap/CMakeFiles/qmap_impl.dir/moon2.f90.o > [ 95%] Building Fortran object > qmap/libqmap/CMakeFiles/qmap_impl.dir/moondop.f90.o > [ 95%] Building Fortran object > qmap/libqmap/CMakeFiles/qmap_impl.dir/q65b.f90.o > /home/stan/wsjtx274/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65b.f90:1:60: > > 1 | subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, & > | 1 > Warning: Unused dummy argument ‘mousedf’ at (1) [-Wunused-dummy-argument] > /home/stan/wsjtx274/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65b.f90:3:70: > > 3 | newdat,nagain,bClickDecode,max_drift,offset,ndepth,datetime,nCFOM, & > | 1 > Warning: Unused dummy argument ‘ncfom’ at (1) [-Wunused-dummy-argument] > /home/stan/wsjtx274/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65b.f90:1:47: > > 1 | subroutine q65b(nutc,nqd,fcenter,nfcal,nfsample,ikhz,mousedf,ntol, & > | 1 > Warning: Unused dummy argument ‘nfsample’ at (1) [-Wunused-dummy-argument] > [ 96%] Building Fortran object > qmap/libqmap/CMakeFiles/qmap_impl.dir/q65c.f90.o > /home/stan/wsjtx274/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65c.f90:24:32: > > 24 | common/decodes/ndecodes,ncand,nQDecoderDone,nWDecoderBusy, & > | 1 > Error: Symbol ‘ncand’ at (1) is USE associated from module ‘q65’ and cannot > occur in COMMON > /home/stan/wsjtx274/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65c.f90:93:3: > > 93 | 999 return > | 1 > Warning: Label 999 at (1) defined but not used [-Wunused-label] > make[5]: *** [qmap/libqmap/CMakeFiles/qmap_impl.dir/build.make:323: > qmap/libqmap/CMakeFiles/qmap_impl.dir/q65c.f90.o] Error 1 > make[4]: *** [CMakeFiles/Makefile2:2157: > qmap/libqmap/CMakeFiles/qmap_impl.dir/all] Error 2 > make[3]: *** [Makefile:156: all] Error 2 > make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:73: > wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2 > make[1]: *** [CMakeFiles/Makefile2:279: CMakeFiles/wsjtx-build.dir/all] Error > 2 > make: *** [Makefile:91: all] Error 2 > > 73 > > Stan > KM4HQE > > On 3/11/24 13:24, Kari Sillanmäki via wsjt-devel wrote: > > > Hi Josh, > > > > I got the same error on my Linux Mint 21,1 > > ( Linux abc 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 > > x86_64 x86_64 x86_64 GNU/Linux ) > > > > but on my Raspberry 5 running Debian GNU/Linux 12 (bookworm) > > ( Linux cde 6.1.0-rpi8-rpi-2712 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 > > (2024-01-25) aarch64 GNU/Linux ) > > > > the build succeeded. > > > > Something different between Fortran compilers, I guess. > > > > 73's de Kari, oh2gqc > > > > On 3/11/24 19:26, Josh Rovero via wsjt-devel wrote: > > > >> On Fedora Core 39, 64 bit, (uname -a > >> Linux fedora 6.7.7-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Mar 1 > >> 16:53:59 UTC 2024 x86_64 GNU/Linux, gcc version 13.2.1 20231205 (Red Hat > >> 13.2.1-6) (GCC)) > >> I get the following errors building RC4: > >> > >> [ 94%] Building Fortran object > >> qmap/libqmap/CMakeFiles/qmap_impl.dir/q65c.f90.o > >> /home/josh/Downloads/wsjtx-2.7.0/src/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65c.f90:24:32: > >> > >> 24 | common/decodes/ndecodes,ncand,nQDecoderDone,nWDecoderBusy, & > >> | 1 > >> Error: Symbol ‘ncand’ at (1) is USE associated from module ‘q65’ and > >> cannot occur in COMMON > >> /home/josh/Downloads/wsjtx-2.7.0/src/wsjtx-prefix/src/wsjtx/qmap/libqmap/q65c.f90:93:3: > >> > >> 93 | 999 return > >> | 1 > >> Warning: Label 999 at (1) defined but not used [-Wunused-label] > >> make[5]: *** [qmap/libqmap/CMakeFiles/qmap_impl.dir/build.make:323: > >> qmap/libqmap/CMakeFiles/qmap_impl.dir/q65c.f90.o] Error 1 > >> make[4]: *** [CMakeFiles/Makefile2:2157: > >> qmap/libqmap/CMakeFiles/qmap_impl.dir/all] Error 2 > >> make[3]: *** [Makefile:156: all] Error 2 > >> make[2]: *** [CMakeFiles/wsjtx-build.dir/build.make:73: > >> wsjtx-prefix/src/wsjtx-stamp/wsjtx-build] Error 2 > >> make[1]: *** [CMakeFiles/Makefile2:279: CMakeFiles/wsjtx-build.dir/all] > >> Error 2 > >> make: *** [Makefile:91: all] Error 2 > >> > >> -- > >> > >> P.J. "Josh" Rovero http://www.roveroresearch.org > >> Ham Radio: KK1D > >> > >> _______________________________________________ > >> wsjt-devel mailing list > >> wsjt-devel@lists.sourceforge.net > >> > >> https://lists.sourceforge.net/lists/listinfo/wsjt-deve -- 73 -Jim NU0C _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel