Nate Bargmann | 1 Feb 2011 02:37
Picon
Favicon
Gravatar

Re: time for a new hamlib release? Yes! Let's go!

* On 2011 31 Jan 16:39 -0600, Stephane Fillod wrote:
> Mon, Jan 31, 2011, Nate Bargmann skribis:
> > * On 2011 31 Jan 12:47 -0600, Kamal Mostafa wrote:
> > > It has been about five months since the release of hamlib-1.2.12, and
> > > we've had lots of fixes since.  Nate and Stephane, might we aim for a
> > > 1.2.13 release in the near future?
> > 
> > Yes, I've been considering making such an announcement to target
> > mid-late February for 1.2.13.
> 
> Kamal is right to ask for a new release.
> Mid-late February sounds like a good target. 
> 
> In my plate, I have to complete the V4L2 backend, some fixes here and
> there (ARS/EA4TX, ..), make sure the FUNcube Dongle backend works fine
> under Windows (any beta-tester?), find a way to emulate fdopen() on
> Windows in order to make rigctld.exe/rotctld.exe working (ideas are
> welcome), catch up some mail, ..

Heh, you're busy as well.  :-)

 
> The plan sounds sensible. Even though I'm no totally fluent in git, it's
> going to be all right for me. However, what about the others developers?
> the drop-by contributors? tight-following beta-testers? Previously, they
> had to go from cvs to svn, is the learning curve of git not too steep?
> I'm not against going the git-way, I just want to make sure that's fine
> with everybody before making the switch. So people, let us know your
> thoughts until the version 1.2.13 releases.

(Continue reading)

Martin Ewing | 1 Feb 2011 02:52
Picon
Gravatar

Re: time for a new hamlib release? Yes! Let's go!

Stephane -

Thanks for asking!  As a person who these days rarely checks in new code (my backend works so well!), I am not eager to learn yet another code management system.

On the other hand, I can appreciate some of the git capabilities that Nate has outlined.  The benefit will be mainly for people concerned with publishing new versions and variants -- not so much for the likes of me.  Mais, c'est la vie.  I can deal with it.

73
Martin
AA6E

On Mon, Jan 31, 2011 at 5:37 PM, Stephane Fillod <f8cfe <at> free.fr> wrote:


The plan sounds sensible. Even though I'm no totally fluent in git, it's
going to be all right for me. However, what about the others developers?
the drop-by contributors? tight-following beta-testers? Previously, they
had to go from cvs to svn, is the learning curve of git not too steep?
I'm not against going the git-way, I just want to make sure that's fine
with everybody before making the switch. So people, let us know your
thoughts until the version 1.2.13 releases.

Thanks
--
Stephane - F8CFE


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer



--
Martin Ewing
Branford, Connecticut
martin.s.ewing <at> gmail.com
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Rob Frohne | 1 Feb 2011 03:53
Favicon

Fwd: Re: Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem

Hi Guys,

Here is Alex's reply.

Rob

-------- Original Message -------- Subject: Resent-From: Date: From: To:
Re: Re: [Hamlib-developer] Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem
<rob.frohne <at> wallawalla.edu>
Tue, 1 Feb 2011 09:23:42 +0800
Alex Lee <alexlee188 <at> gmail.com>
<rob.frohne <at> wallawalla.edu>


Hi Rob,

I just checked out the latest hamlib svn (r3031) and built it.  I have libusb-dev from the stock Ubuntu 10.04LTS distribution.

When run:

alex <at> downstairs:~/hamlib/trunk$ rigctl -V
rigctl: error while loading shared libraries: libhamlib.so.2: cannot open shared object file: No such file or directory

alex <at> downstairs:~/hamlib$ ls /usr/local/lib
hamlib          libhamlib.so          libjackserver.so        pkgconfig
jack            libhamlib++.so        libjackserver.so.0      python2.6
libhamlib.a     libhamlib.so.2        libjackserver.so.0.1.0  site_ruby
libhamlib++.a   libhamlib++.so.2      libjack.so
libhamlib.la    libhamlib.so.2.0.13   libjack.so.0
libhamlib++.la  libhamlib++.so.2.0.5  libjack.so.0.1.0


It looks like hamlib uses its own libtool instead of the distribution's libtool.  This maybe the cause of the problem.

Anyway, I pointed out the possible problem with the latest svn version of hamlib to try to help Rob to solve the problem of supporting his KTH-SDR rig.  His problem seems to be resolved after he has added libusb-dev.  He built r3024, I think.

I have no problem with the stock hamlib from the Ubuntu distribution (old version of hamlib) as it supports the USB softrock.

73  Alex



On Tue, Feb 1, 2011 at 5:39 AM, Rob Frohne <frohro <at> wallawalla.edu> wrote:
Hi Alex,

Is the problem with hamlib perhaps what Nate was suggesting  below with libusb?  They are getting ready to release another version of hamlib and I would like to make sure that this is fixed.

Thanks,

Rob
-------- Original Message -------- Subject: Resent-From: Date: From: Organization: To:
Re: [Hamlib-developer] Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem
<rob.frohne <at> wallawalla.edu>
Mon, 31 Jan 2011 15:17:00 -0600
Nate Bargmann <n0nb <at> n0nb.us>
Amateur Radio!
<hamlib-developer <at> lists.sourceforge.net>


* On 2011 31 Jan 15:01 -0600, Rob Frohne wrote: > Hi Nate, Stephane, Kamal, et. al., > > Are you aware of this problem? I saw your note about a new release > coming soon, and thought I'd check. First I have seen mention of this. > The latest svn r3028 or so has a bug preventing the loading of the > hamlib-kit > libraries, such that all the "kits" are not supported. SVN r3027 and r3028 did touch this area as these patches added two new rigs to the kit backend. I just checked and it was Rob PA0RWE who wrote the list yesterday asking about only a few kit models were showing. It turned out that he was missing libusb-dev 2:0.1.12-1 and he reported that was indeed the case and after installing that package and rebuilding Hamlib they are available. Hopefully, someone can pass this bit of info on to Alex so he can test the latest SVN again and see if that solves the problem he observed. I can verify that libusb-1.0-0-dev is not recognized by Hamlib's configure script. I don't know why off hand. 73, de Nate >> -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Ham radio, Linux, bikes, and more: http://n0nb.us/index.html ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Hamlib-developer mailing list Hamlib-developer <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hamlib-developer

Attachment (frohro.vcf): text/x-vcard, 298 bytes
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Nate Bargmann | 1 Feb 2011 04:46
Picon
Favicon
Gravatar

Re: Fwd: Re: Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem

* On 2011 31 Jan 20:55 -0600, Rob Frohne wrote:
> Hi Guys,
> 
> Here is Alex's reply.
> 
> Rob
> 
> -------- Original Message --------
> Hi Rob,
> 
> I just checked out the latest hamlib svn (r3031) and built it.  I
> have libusb-dev from the stock Ubuntu 10.04LTS distribution.
> 
> When run:
> 
> alex <at> downstairs:~/hamlib/trunk$ rigctl -V
> rigctl: error while loading shared libraries: libhamlib.so.2: cannot
> open shared object file: No such file or directory

That appears as though ldconfig needs to be run which does not happen
automatically upon installation from a local build as it does with a
.deb package installation.  If ldconfig was run, check /etc/ld.so.conf.d
for a file named libc.conf which should have a line in it as:

/usr/local/lib

That file was installed automatically on my new Debian Unstable
installation on this desktop.  It may need to be added manually.

> alex <at> downstairs:~/hamlib$ ls /usr/local/lib
> hamlib          libhamlib.so          libjackserver.so        pkgconfig
> jack            libhamlib++.so        libjackserver.so.0      python2.6
> libhamlib.a     libhamlib.so.2        libjackserver.so.0.1.0  site_ruby
> libhamlib++.a   libhamlib++.so.2      libjack.so
> libhamlib.la <http://libhamlib.la>    libhamlib.so.2.0.13   libjack.so.0
> libhamlib++.la  libhamlib++.so.2.0.5  libjack.so.0.1.0

If it has been a long time since a local built version of Hamlib was
installed, ldconfig will need to be run as most of the libraries are in
/usr/local/lib/hamlib, but since rigctl is complaining of not being able
to open libhamlib.so.2, I think the problem is the former case described
above.

73, de Nate >>

--

-- 

"The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true."

Ham radio, Linux, bikes, and more: http://n0nb.us/index.html

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Stephane Fillod | 1 Feb 2011 09:32
Picon
Favicon

Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem

Mon, Jan 31, 2011, Nate Bargmann skribis:
[...]
> I can verify that libusb-1.0-0-dev is not recognized by Hamlib's
> configure script.  I don't know why off hand.

The libusb API changed when going from libusb-0.1 to libusb-1.0. So far,
IMHO libusb-1.0 is not sufficiently distributed for hamlib to switch over,
but that should happen end of this year, maybe next year.

73
--

-- 
Stephane - F8CFE

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Stefano Speretta | 1 Feb 2011 10:42
Picon

Re: time for a new hamlib release? Yes! Let's go!

On 1/31/2011 11:37 PM, Stephane Fillod wrote:
> In my plate, I have to complete the V4L2 backend, some fixes here and
> there (ARS/EA4TX, ..), make sure the FUNcube Dongle backend works fine
> under Windows (any beta-tester?), find a way to emulate fdopen() on
> Windows in order to make rigctld.exe/rotctld.exe working (ideas are
> welcome), catch up some mail, ..
>
I actually tried to compile Hamlib under cygwin/mingw to test FUNcube 
Dongle under
windows but without success. Is there a guide on how to compile Hamlib 
under windows?

Regards,
Stefano Speertta

--

-- 
Stefano Speretta
ISIS - Innovative Solutions In Space BV
Molengraaffsingel 12-14
2629 JD Delft
The Netherlands

Phone:   +31(0)15 256 9018
Fax:     +31(0)15 257 3969
E-mail:  s.speretta <at> isispace.nl
Web:     www.isispace.nl

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Rob Frohne | 1 Feb 2011 08:25
Favicon

Fwd: Re: Re: Fwd: Re: Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem

Hi Nate,

Another reply from Alex,

I'm CCing him on this so you can correspond directly.

73,

Rob
KL7NA


-------- Original Message -------- Subject: Resent-From: Date: From: To:
Re: Re: [Hamlib-developer] Fwd: Re: Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem
<rob.frohne <at> wallawalla.edu>
Tue, 1 Feb 2011 12:38:02 +0800
Alex Lee <alexlee188 <at> gmail.com>
<rob.frohne <at> wallawalla.edu>, <n0nb <at> n0nb.us>


Hi Rob & Nate,

See below:  aor and kit failed to load

73  Alex

alex <at> downstairs:~/hamlib/trunk$ sudo ldconfig
alex <at> downstairs:~/hamlib/trunk$ rigctl -V
rigctl, Hamlib 1.2.13svn

Copyright (C) 2000-2010 Stephane Fillod
Copyright (C) 2000-2003 Frank Singleton
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
alex <at> downstairs:~/hamlib/trunk$ rigctl -l
rig: loading backend dummy
dummy: _init called
rig_register (1)
rig_register (2)
rig: loading backend yaesu
yaesu: initrigs2_yaesu called
rig_register (121)
rig_register (127)
rig_register (110)
rig_register (105)
rig_register (106)
rig_register (107)
rig_register (109)
rig_register (120)
rig_register (101)
rig_register (122)
rig_register (123)
rig_register (111)
rig_register (115)
rig_register (113)
rig_register (114)
rig_register (128)
rig_register (131)
rig_register (116)
rig_register (103)
rig_register (124)
rig_register (104)
rig_register (125)
rig_register (129)
rig_register (132)
rig_register (130)
rig_register (117)
rig_register (119)
rig_register (118)
rig_register (126)
rig: loading backend kenwood
initrigs2_kenwood called
rig_register (213)
rig_register (201)
rig_register (225)
rig_register (203)
rig_register (204)
rig_register (216)
rig_register (224)
rig_register (205)
rig_register (207)
rig_register (209)
rig_register (210)
rig_register (222)
rig_register (214)
rig_register (230)
rig_register (221)
rig_register (229)
rig_register (202)
rig_register (211)
rig_register (206)
rig_register (208)
rig_register (215)
rig_register (226)
rig_register (217)
rig_register (220)
rig_register (223)
rig_register (227)
rig_register (231)
rig_register (231)
rig_register (228)
rig_register (219)
rig: loading backend icom
icom: _init called
rig_register (355)
rig_register (309)
rig_register (310)
rig_register (311)
rig_register (313)
rig_register (314)
rig_register (315)
rig_register (319)
rig_register (320)
rig_register (321)
rig_register (322)
rig_register (323)
rig_register (346)
rig_register (324)
rig_register (328)
rig_register (330)
rig_register (326)
rig_register (327)
rig_register (347)
rig_register (357)
rig_register (363)
rig_register (329)
rig_register (362)
rig_register (345)
rig_register (356)
rig_register (360)
rig_register (361)
rig_register (331)
rig_register (312)
rig_register (316)
rig_register (332)
rig_register (334)
rig_register (344)
rig_register (335)
rig_register (336)
rig_register (358)
rig_register (337)
rig_register (338)
rig_register (339)
rig_register (340)
rig_register (341)
rig_register (342)
rig_register (343)
rig_register (303)
rig_register (304)
rig_register (306)
rig_register (307)
rig_register (352)
rig_register (353)
rig_register (351)
rig_register (364)
rig_register (365)
rig_register (354)
rig: loading backend pcr
pcr: init called
rig_register (402)
rig_register (401)
rig_register (403)
rig_register (404)
rig: loading backend aor
rig:  lt_dlopen("hamlib-aor") failed (file not found), trying static symbols...
rig:  dlsym(initrigs2_aor) failed (rigctl: undefined symbol: initrigs2_aor)
rig:  lt_dlopen("hamlib-aor") failed ((null))
rig: loading backend jrc
jrc: _init called
rig_register (606)
rig_register (607)
rig_register (605)
rig: loading backend uniden
uniden: _init called
rig_register (803)
rig_register (812)
rig_register (802)
rig_register (801)
rig_register (806)
rig_register (804)
rig_register (810)
rig_register (811)
rig: loading backend drake
drake: _init called
rig_register (902)
rig_register (903)
rig: loading backend lowe
lowe: _init called
rig_register (1004)
rig: loading backend racal
racal: _init called
rig_register (1103)
rig_register (1105)
rig: loading backend wj
wj: _init called
rig_register (1204)
rig: loading backend skanti
skanti: _init called
rig_register (1402)
rig_register (1404)
rig: loading backend winradio
winradio: _init called
rig_register (1501)
rig_register (1502)
rig_register (1503)
rig_register (1504)
rig_register (1505)
rig_register (1506)
rig_register (1507)
rig: loading backend tentec
tentec: _init called
rig_register (1601)
rig_register (1607)
rig_register (1608)
rig_register (1602)
rig_register (1609)
rig_register (1611)
rig_register (1603)
rig_register (1612)
rig_register (1604)
rig_register (1605)
rig: loading backend alinco
alinco: _init called
rig_register (1701)
rig: loading backend kachina
kachina: _init called
rig_register (1801)
rig: loading backend rpcrig
rpcrig: _init called
rig_register (1901)
rig: loading backend tapr
tapr: _init called
rig_register (2201)
rig: loading backend flexradio
initrigs2_flexradio called
rig_register (2301)
rig_register (2303)
rig: loading backend rft
rft: _init called
rig_register (2401)
rig: loading backend kit
rig:  lt_dlopen("hamlib-kit") failed (file not found), trying static symbols...
rig:  dlsym(initrigs2_kit) failed (rigctl: undefined symbol: initrigs2_kit)
rig:  lt_dlopen("hamlib-kit") failed ((null))
rig: loading backend tuner
tuner: _init called
rig_register (2601)
rig: loading backend rs
rs: _init called
rig_register (2701)
rig_register (2702)
rig: loading backend prm80
prm80: _init called
rig_register (2801)
Rig# Mfgr                   Model                   Vers.       Status
1504 Winradio               WR-3100                 0.6         Untested
352 Optoelectronics        OptoScan535             0.3         Beta
304 Icom                   IC-275                  0.7.1       Beta
336 Icom                   IC-R10                  0.7         Untested
320 Icom                   IC-736                  0.7         Untested
208 Kenwood                TS-811                  0.8.0.6     Untested
224 Kenwood                TS-680S                 0.8.1       Beta
128 Yaesu                  FT-950                  0.22.1      Stable
2801 Philips/Simoco         PRM8060                 0.1         Untested
2401 RFT                    EKD-500                 0.4         Alpha
1601 Ten-Tec                TT-550                  0.2         Beta
1505 Winradio               WR-3150                 0.6         Untested
1105 Racal                  RA3702                  0.1         Alpha
801 Uniden                 BC780xlt                0.3         Untested
401 Icom                   IC-PCR1000              0.8         Beta
353 Optoelectronics        OptoScan456             0.3         Beta
337 Icom                   IC-R71                  0.7         Untested
321 Icom                   IC-737                  0.7         Untested
209 Kenwood                TS-850                  0.8.0       Beta
225 Kenwood                TS-140S                 0.8.1       Beta
129 Yaesu                  FT-2000                 0.22        Stable
113 Yaesu                  FT-900                  0.1         Untested
1 Hamlib                 Dummy                   0.5         Beta
1602 Ten-Tec                TT-538 Jupiter          0.4         Beta
1506 Winradio               WR-3500                 0.6         Untested
802 Uniden                 BC245xlt                0.3         Untested
402 Icom                   IC-PCR100               0.8         Beta
354 Icom                   IC ID-1                 0.7         Untested
306 Icom                   IC-471                  0.7         Untested
338 Icom                   IC-R72                  0.7         Untested
322 Icom                   IC-738                  0.7         Untested
226 Kenwood                TM-D700                 0.5         Beta
210 Kenwood                TS-870S                 0.8.0       Beta
130 Yaesu                  FTDX-9000               0.22        Untested
114 Yaesu                  FT-920                  2010-08-23  Stable
2 Hamlib                 NET rigctl              0.3         Beta
1603 Ten-Tec                RX-320                  0.6         Stable
1507 Winradio               WR-3700                 0.6         Untested
803 Uniden                 BC895xlt                0.3         Untested
403 Icom                   IC-PCR1500              0.8         Beta
307 Icom                   IC-475                  0.7.1       Beta
339 Icom                   IC-R75                  0.7         Beta
323 Icom                   IC-746                  0.7         Beta
355 Icom                   IC-703                  0.7         Untested
227 Kenwood                TM-V7                   0.5         Beta
211 Kenwood                TS-940S                 0.8.0.6     Alpha
131 Yaesu                  FT-980                  0.1         Alpha
115 Yaesu                  FT-890                  0.1         Stable
1604 Ten-Tec                RX-340                  0.3         Untested
1204 Watkins-Johnson        WJ-8888                 0.2         Untested
804 Radio Shack            PRO-2052                0.3         Untested
404 Icom                   IC-PCR2500              0.8         Beta
340 Icom                   IC-R7000                0.7.0       Alpha
356 Icom                   IC-7800                 0.7.2       Untested
324 Icom                   IC-751                  0.7.1       Beta
228 Kenwood                TS-480                  0.8.1       Untested
132 Yaesu                  FT-DX5000               0.22        Alpha
116 Yaesu                  FT-990                  0.2         Alpha
1701 Alinco                 DX-77                   0.7         Beta
1605 Ten-Tec                RX-350                  0.1         Untested
341 Icom                   IC-R7100                0.7.0       Untested
357 Icom                   IC-756PROIII            0.7.1       Beta
309 Icom                   IC-706                  0.7.1       Untested
229 Elecraft               K3                      20101030    Beta
213 Kenwood                TS-950SDX               0.8         Beta
117 Yaesu                  FRG-100                 0.4         Beta
101 Yaesu                  FT-847                  0.5         Beta
902 Drake                  R-8A                    0.5.1       Beta
806 Uniden                 BC250D                  0.3         Untested
342 Icom                   ICR-8500                0.7.1       Beta
358 Icom                   IC-R20                  0.7         Untested
326 Icom                   IC-756                  0.7         Alpha
310 Icom                   IC-706MkII              0.7.1       Untested
230 Kenwood                TRC-80                  0.8         Alpha
214 Kenwood                TS-2000                 0.8.3       Beta
118 Yaesu                  FRG-9600                0.2         Untested
1607 Ten-Tec                TT-516 Argonaut V       0.2         Stable
903 Drake                  R-8B                    0.5         Untested
343 Icom                   IC-R9000                0.7         Untested
327 Icom                   IC-756PRO               0.7         Untested
311 Icom                   IC-706MkIIG             0.7.2       Stable
231 Kenwood                TS-590S                 0.8         Untested
215 Kenwood                R-5000                  0.6         Alpha
119 Yaesu                  FRG-8800                0.2         Untested
103 Yaesu                  FT-1000D                0.0.6       Alpha
1608 Ten-Tec                TT-565 Orion            0.4         Beta
344 Icom                   IC-910                  0.7         Beta
312 Icom                   IC-707                  0.7         Untested
360 Icom                   IC-7000                 0.7.2       Beta
328 Icom                   IC-761                  0.7.1       Stable
216 Kenwood                TS-570S                 0.8.1       Stable
104 Yaesu                  MARK-V FT-1000MP        0.0.5       Alpha
120 Yaesu                  FT-817                  0.5.1       Beta
2601 Video4Linux            SW/FM radio             0.2         Beta
2201 TAPR                   DSP-10                  0.2         Alpha
1801 Kachina                505DSP                  0.3         Alpha
1609 Ten-Tec                TT-585 Paragon          0.3         Beta
361 Icom                   IC-7200                 0.7         Untested
345 Icom                   IC-78                   0.7         Untested
329 Icom                   IC-765                  0.7         Stable
313 Icom                   IC-718                  0.7.1       Beta
217 Kenwood                TH-D7A                  0.5         Alpha
201 Kenwood                TS-50S                  0.8         Untested
105 Yaesu                  FT-747GX                0.4         Beta
121 Yaesu                  FT-100                  0.4         Beta
1402 Skanti                 TRP8000                 0.2         Untested
810 Uniden                 BCD-396T                0.3         Alpha
362 Icom                   IC-7700                 0.7.1       Stable
330 Icom                   IC-775                  0.7.1       Untested
346 Icom                   IC-746PRO               0.7         Stable
314 Icom                   IC-725                  0.7.1       Stable
202 Kenwood                TS-440                  0.8.0.6     Alpha
122 Yaesu                  FT-857                  0.4         Beta
106 Yaesu                  FT-757GX                0.4         Beta
1611 Ten-Tec                TT-588 Omni VII         0.3         Alpha
811 Uniden                 BCD-996T                0.3         Alpha
331 Icom                   IC-781                  0.7.1       Untested
363 Icom                   IC-7600                 0.7         Beta
347 Icom                   IC-756PROII             0.7         Alpha
315 Icom                   IC-726                  0.7         Stable
219 Kenwood                TH-F6A                  0.5         Beta
203 Kenwood                TS-450S                 0.8         Beta
123 Yaesu                  FT-897                  0.3.3       Beta
107 Yaesu                  FT-757GXII              0.4         Stable
1612 Ten-Tec                RX-331                  0.1         Beta
1404 Skanti                 TRP 8255 S R            0.1         Untested
1004 Lowe                   HF-235                  0.3         Alpha
812 Uniden                 BC898T                  0.3         Untested
364 Ten-Tec                Delta II                0.1         Untested
332 Icom                   IC-820H                 0.7         Alpha
316 Icom                   IC-728                  0.7         Untested
220 Kenwood                TH-F7E                  0.5         Beta
204 Kenwood                TS-570D                 0.8.1       Stable
124 Yaesu                  FT-1000MP               0.1         Beta
2701 Rohde&Schwarz          ESMC                    0.1         Alpha
2301 Flex-radio             SDR-1000                0.2         Untested
1901 Hamlib                 RPC rig                 0.3         Beta
1501 Winradio               WR-1000                 0.6         Untested
605 JRC                    NRD-525                 0.1         Alpha
365 Icom                   IC-92D                  0.7         Untested
221 Elecraft               K2                      20110118    Beta
205 Kenwood                TS-690S                 0.8.1       Beta
125 Yaesu                  MARK-V Field FT-1000MP  0.0.5       Alpha
109 Yaesu                  FT-767GX                0.2         Beta
2702 Rohde&Schwarz          EB200                   0.1         Untested
1502 Winradio               WR-1500                 0.6         Untested
606 JRC                    NRD-535D                0.6         Stable
334 Icom                   IC-821H                 0.7         Alpha
206 Kenwood                TS-711                  0.8.0.6     Untested
222 Kenwood                TS-930                  0.8         Untested
126 Yaesu                  VR-5000                 0.2         Alpha
110 Yaesu                  FT-736R                 0.3         Stable
2303 DTTS Microwave Society DttSP IPC               0.1         Alpha
1503 Winradio               WR-1550                 0.6         Untested
1103 Racal                  RA6790/GM               0.1         Untested
607 JRC                    NRD-545 DSP             0.6         Beta
351 Ten-Tec                Omni VI Plus            0.2         Beta
303 Icom                   IC-271                  0.7         Untested
335 Icom                   IC-970                  0.7         Untested
319 Icom                   IC-735                  0.7.1       Beta
223 Kenwood                TH-G71                  0.5         Beta
207 Kenwood                TS-790                  0.8.2       Alpha
111 Yaesu                  FT-840                  0.1         Untested
127 Yaesu                  FT-450                  0.22.1      Beta
alex <at> downstairs:~/hamlib/trunk$ 


On Tue, Feb 1, 2011 at 11:58 AM, Rob Frohne <frohro <at> wallawalla.edu> wrote:
Hi Alex,

I must be the local relay station here.  :-)  Anyway, have you tried running ldconfig manually?

73,

Rob

-------- Original Message -------- Subject: Resent-From: Date: From: Organization: To:
Re: [Hamlib-developer] Fwd: Re: Re: Fwd: [dttsp-linux] Workaround for WSPR install - hamlib problem
<rob.frohne <at> wallawalla.edu>
Mon, 31 Jan 2011 21:46:22 -0600
Nate Bargmann <n0nb <at> n0nb.us>
Amateur Radio!
<hamlib-developer <at> lists.sourceforge.net>


* On 2011 31 Jan 20:55 -0600, Rob Frohne wrote: > Hi Guys, > > Here is Alex's reply. > > Rob > > -------- Original Message -------- > Hi Rob, > > I just checked out the latest hamlib svn (r3031) and built it. I > have libusb-dev from the stock Ubuntu 10.04LTS distribution. > > When run: > > alex <at> downstairs:~/hamlib/trunk$ rigctl -V > rigctl: error while loading shared libraries: libhamlib.so.2: cannot > open shared object file: No such file or directory That appears as though ldconfig needs to be run which does not happen automatically upon installation from a local build as it does with a .deb package installation. If ldconfig was run, check /etc/ld.so.conf.d for a file named libc.conf which should have a line in it as: /usr/local/lib That file was installed automatically on my new Debian Unstable installation on this desktop. It may need to be added manually. > alex <at> downstairs:~/hamlib$ ls /usr/local/lib > hamlib libhamlib.so libjackserver.so pkgconfig > jack libhamlib++.so libjackserver.so.0 python2.6 > libhamlib.a libhamlib.so.2 libjackserver.so.0.1.0 site_ruby > libhamlib++.a libhamlib++.so.2 libjack.so > libhamlib.la <http://libhamlib.la> libhamlib.so.2.0.13 libjack.so.0 > libhamlib++.la libhamlib++.so.2.0.5 libjack.so.0.1.0 If it has been a long time since a local built version of Hamlib was installed, ldconfig will need to be run as most of the libraries are in /usr/local/lib/hamlib, but since rigctl is complaining of not being able to open libhamlib.so.2, I think the problem is the former case described above. 73, de Nate >> -- "The optimist proclaims that we live in the best of all possible worlds. The pessimist fears this is true." Ham radio, Linux, bikes, and more: http://n0nb.us/index.html
------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Hamlib-developer mailing list Hamlib-developer <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hamlib-developer

Attachment (frohro.vcf): text/x-vcard, 298 bytes
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Kamal Mostafa | 1 Feb 2011 19:23
Favicon
Gravatar

Re: switching to git

On Mon, 2011-01-31 at 23:37 +0100, Stephane Fillod wrote:
> Mon, Jan 31, 2011, Nate Bargmann skribis:
> > Here is the second thing I've been thinking about.  As the archives
> > attest, I've been using Git and liking it.  I hope there are no
> > objections to making Git our default repository.
> 
> The plan sounds sensible. Even though I'm no totally fluent in git, it's
> going to be all right for me. However, what about the others developers?

I like the idea of switching to git.  I find it to be more powerful than
svn and much faster for the tasks that I do most frequently (e.g.
examining the commit logs).

> the drop-by contributors? tight-following beta-testers? Previously, they
> had to go from cvs to svn, is the learning curve of git not too steep?

Actually using git for many source code management tasks does indeed
present a much steeper learning curve than using svn, but I do not think
that will actually affect drop-by contributors or beta-testers: Simply
pulling or updating a tree is no more complex with git than with svn
(its just one command either way).  The more complicated aspects of git
all relate to check-ins and tree management, which the aforementioned
contributors won't generally be doing anyway.

73 de KA6MAL

 -Kamal
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Kamal Mostafa | 1 Feb 2011 20:06
Favicon
Gravatar

Re: hamlib's bundled libtool

> -------- Original Message -------- 
>                           Subject: 
> Re: Re: [Hamlib-developer] Fwd:
> [dttsp-linux] Workaround for WSPR
> install - hamlib problem
>                       Resent-From: 
> <rob.frohne <at> wallawalla.edu>
>                              Date: 
> Tue, 1 Feb 2011 09:23:42 +0800
>                              From: 
> Alex Lee <alexlee188 <at> gmail.com>
>                                To: 
> <rob.frohne <at> wallawalla.edu>

Hi Alex-

Looks like 'ldconfig' was indeed the key to letting rigctl find your
libhamlib.so.2 and not a problem with libtool.

For the record though...

> It looks like hamlib uses its own libtool instead of the
> distribution's libtool.  This maybe the cause of the problem.

The hamlib source does contain a bundled copy of the libtool source, but
hamlib can be configured to ignore it and use the distribution's libtool
instead.  (To do so, you must manually edit configure.ac, search for
"libtool" and switch a few commented out lines per the instructions
there).  This thread offers further details:
http://comments.gmane.org/gmane.linux.hams.hamlib.devel/2374

FYI, the Debian and Ubuntu and Gentoo distro hamlib packages are built
with that configuration change -- they use the distribution's libtool
not the hamlib bundled copy.

The logic behind this scheme is to allow people to easily build hamlib
on distributions which don't supply a native libtool.  In my opinion,
this actually causes more trouble than benefit for most people trying to
build hamlib.  I'll re-open that discussion with the hamlib-developers
team.

73 de KA6MAL

 -Kamal

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer
Kamal Mostafa | 1 Feb 2011 20:06
Favicon
Gravatar

remove hamlib's bundled libtool?

Hi Hamlib-developers-

I re-propose my proposal that we remove the bundled libtool from the
hamlib source altogether and depend on the distro to provide it, same as
we do for any other dependency.

For reference, see the previous discuss of this at:
http://comments.gmane.org/gmane.linux.hams.hamlib.devel/2374

Nate, you previously expressed a preference to leave in the embedded
libtool for the sake of developers... Can I convince you otherwise?  I
think that:
(a) Virtually all modern distro's provide libtool.
(b) Very few people will try to build hamlib on any remaining distro
that doesn't provide libtool.
(c) The small set of people in (b) will likely be savvy enough to find
and build their own libtool -- if they can find and build hamlib from
scratch, why shouldn't they be able to build libtool as well?

Comments anyone?

73 de KA6MAL

 -Kamal

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Hamlib-developer mailing list
Hamlib-developer <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hamlib-developer

Gmane