Re: [wsjt-devel] JTSDK Nix v2.0.12 Available
Hello Alan, All, I've update JTSDK Nix SVN trunk with your changes for Fedora 21 / 22. To use the updated sources from SVN: * svn co https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-nix/trunk jtsdk * cd jtsdk * ./autogen.sh && make && sudo make uninstall && sudo make install Before building WSJT-X, ensure you build Hamlib3 first, as WSJT-X uses Hamlib3 from Bill's ( G4WJS ) Git repo rather than the pre-packaged repository version of Hamlib. I've installed Fedora 22 on a new partition for testing. I'm still working through the package dependencies so full testing of all apps is a ways off yet. I'll be in Yellowstone, WY over the weekend, and may not get the testing done until next week. If there are any additional issues, post them to the list. 73's Greg, KI7MT On 07/30/2015 04:01 PM, Alan VK2ZIW wrote: > Hi Greg, > > Fedora 21 x86_64 > > "./autogen.sh" ran fine. > > "make" failed: > > Package : JTSDK 2.0.12 > /bin/sh: -c: line 0: syntax error near unexpected token `(' > /bin/sh: -c: line 0: `echo " Distribution ..: "Fedora release 21 > (Twenty One)" x86_64"' > Makefile:96: recipe for target 'make-summary' failed > make: *** [make-summary] Error 1 > > So I changed DESC in Makefile, removed "()". > > Running "make install" failed: > ..Changing /home/alanb/jtsdk Ownership to: [ alanb ] > /usr/bin/chown: invalid group: ‘alanb:alanb’ > Makefile:116: recipe for target 'install' failed > make: *** [install] Error 1 > > --- > My system does not have a group named "alanb", > this is up to the sys-admin. > > Thanks > > Alan VK2ZIW > > > > > > On Thu, 30 Jul 2015 14:52:07 -0600, KI7MT wrote >> Hi Pino, >> >> Thanks for catching the URL Typo: >> >> Correct SVN TAGS URL for jtsdk-nix-2.0.12: >> >> svn co https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-nix/tags/jtsdk- >> nix-2.0.12 >> >> 73's >> Greg, KI7MT >> >> -- >> ___ >> wsjt-devel mailing list >> wsjt-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > > Alan > > Man's greatest waste of time: Worshipping the wrong God. > Consider Jesus. > --- > Alan Beard Unix Support Technician from 1984 to today > 70 Wedmore Rd. Sun Solaris, AIX, HP/UX, Linux, SCO, MIPS > Emu Heights N.S.W. 2750 Routers, terminal servers, printers, terminals etc.. > +61 2 47353013 (h) Support Programming, shell scripting, "C", assembler > 0414 353013 (mobile) After uni, electronics tech > -- ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel
Re: [wsjt-devel] JTSDK Nix v2.0.12 Available
Hi ALan, Ah, ok, that's good to know. Maybe a change in Makefile.in should be made. I've not specifically tested changing ownership to just $USER, rather than both $USER:$USER ( user and group). I'll do some testing on that for the next update. To make sure I've got your edits correct, can you send me a quick patch between the orig, and modified Makefile and / or Makefile.in ? Thanks. 73's Greg, KI7MT On 7/30/2015 4:01 PM, Alan VK2ZIW wrote: > Hi Greg, > > Fedora 21 x86_64 > > "./autogen.sh" ran fine. > > "make" failed: > > Package : JTSDK 2.0.12 > /bin/sh: -c: line 0: syntax error near unexpected token `(' > /bin/sh: -c: line 0: `echo " Distribution ..: "Fedora release 21 > (Twenty One)" x86_64"' > Makefile:96: recipe for target 'make-summary' failed > make: *** [make-summary] Error 1 > > So I changed DESC in Makefile, removed "()". > > Running "make install" failed: > ..Changing /home/alanb/jtsdk Ownership to: [ alanb ] > /usr/bin/chown: invalid group: ‘alanb:alanb’ > Makefile:116: recipe for target 'install' failed > make: *** [install] Error 1 > > --- > My system does not have a group named "alanb", > this is up to the sys-admin. > > Thanks > > Alan VK2ZIW > > > > > > On Thu, 30 Jul 2015 14:52:07 -0600, KI7MT wrote >> Hi Pino, >> >> Thanks for catching the URL Typo: >> >> Correct SVN TAGS URL for jtsdk-nix-2.0.12: >> >> svn co https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-nix/tags/jtsdk- >> nix-2.0.12 >> >> 73's >> Greg, KI7MT >> >> -- >> ___ >> wsjt-devel mailing list >> wsjt-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel > > > Alan > > Man's greatest waste of time: Worshipping the wrong God. > Consider Jesus. > --- > Alan Beard Unix Support Technician from 1984 to today > 70 Wedmore Rd. Sun Solaris, AIX, HP/UX, Linux, SCO, MIPS > Emu Heights N.S.W. 2750 Routers, terminal servers, printers, terminals etc.. > +61 2 47353013 (h) Support Programming, shell scripting, "C", assembler > 0414 353013 (mobile) After uni, electronics tech > -- ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel
Re: [wsjt-devel] JTSDK Nix v2.0.12 Available
Hi Greg, Fedora 21 x86_64 "./autogen.sh" ran fine. "make" failed: Package : JTSDK 2.0.12 /bin/sh: -c: line 0: syntax error near unexpected token `(' /bin/sh: -c: line 0: `echo " Distribution ..: "Fedora release 21 (Twenty One)" x86_64"' Makefile:96: recipe for target 'make-summary' failed make: *** [make-summary] Error 1 So I changed DESC in Makefile, removed "()". Running "make install" failed: ..Changing /home/alanb/jtsdk Ownership to: [ alanb ] /usr/bin/chown: invalid group: ‘alanb:alanb’ Makefile:116: recipe for target 'install' failed make: *** [install] Error 1 --- My system does not have a group named "alanb", this is up to the sys-admin. Thanks Alan VK2ZIW On Thu, 30 Jul 2015 14:52:07 -0600, KI7MT wrote > Hi Pino, > > Thanks for catching the URL Typo: > > Correct SVN TAGS URL for jtsdk-nix-2.0.12: > > svn co https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-nix/tags/jtsdk- > nix-2.0.12 > > 73's > Greg, KI7MT > > -- > ___ > wsjt-devel mailing list > wsjt-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wsjt-devel Alan Man's greatest waste of time: Worshipping the wrong God. Consider Jesus. --- Alan Beard Unix Support Technician from 1984 to today 70 Wedmore Rd. Sun Solaris, AIX, HP/UX, Linux, SCO, MIPS Emu Heights N.S.W. 2750 Routers, terminal servers, printers, terminals etc.. +61 2 47353013 (h) Support Programming, shell scripting, "C", assembler 0414 353013 (mobile) After uni, electronics tech -- ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel
Re: [wsjt-devel] JTSDK Nix v2.0.12 Available
Hi Pino, Thanks for catching the URL Typo: Correct SVN TAGS URL for jtsdk-nix-2.0.12: svn co https://svn.code.sf.net/p/jtsdk/jtsdk/jtsdk-nix/tags/jtsdk-nix-2.0.12 73's Greg, KI7MT -- ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel