gpg-signatures are corrupted, hamlib.org leads to a dead sourceforge-link.
Search Criteria
Package Details: hamlib 1.2.15.3-2
Package Actions
| Package Base: | hamlib |
|---|---|
| Description: | Ham radio equipment control libraries |
| Upstream URL: | http://hamlib.org |
| Category: | lib |
| Licenses: | |
| Submitter: | Allan |
| Maintainer: | maze |
| Last Packager: | None |
| Votes: | 29 |
| First Submitted: | 2008-12-19 03:41 |
| Last Updated: | 2014-04-22 13:43 |
Required by (13)
Sources
Latest Comments
Comment by AIM54Phoenix
Comment by Nycroth
Just tried to install hamlib but got the error "line 40: cd: /home/keller/downloads/hamlib/pkg/hamlib/usr/lib/perl5/site_perl/: No such file or directory". There is no perl directory in the lib directory. There is one for hamlib and another for pkgconfig. What should I do?
Comment by maze
Updated package to reflect the new packaging standards for binary locations.
Comment by phillid
Description should contain 'Ham' not 'HAM' :)
Comment by AxPU
The easiest way seems to be to append the following commands to the end of the package() section of the PKGBUILD
mv $pkgdir/usr/sbin/rpc.rigd $pkgdir/usr/bin/rpc.rigd
mv $pkgdir/usr/sbin/rpc.rotd $pkgdir/usr/bin/rpc.rotd
rm -d $pkgdir/usr/sbin
Maybe there is a better/more elegant way but this does work here!
Comment by swiftgeek
please move those to /usr/bin
hamlib /usr/sbin/rpc.rigd
hamlib /usr/sbin/rpc.rotd
Comment by nickoe
I have found that I had to unset PERL_MM_OPT to build.
Comment by ur6lad
1.2.15.3
Comment by CarstenF
A newer version of hamlib is available.
The new version has the releas number 1.2.15.3
Please update the PKGBUILD to the new Version
Thanks.
vy 73 Carsten, DL1CAF
Comment by rasteenb
rpcgen has the location of "cpp" hardcoded, and that location is currently wrong (in arch).
Add the following line to the PKGBUILD directly before the "make" line.
sed -i 's|= rpcgen|= rpcgen -Y /usr/bin|' */Makefile
Details available at https://bbs.archlinux.org/viewtopic.php?id=144555
Comment by ur6lad
Done.
Comment by asdil12
please switch download from https to http - https fails with:
Unknown SSL protocol error in connection to downloads.sourceforge.net:443
Comment by ur6lad
1.2.15
Anonymous comment
Flagged out-of-date
Version 1.2.15 released 2012-02-02
New models: TT-599 Eagle, IC-RX7, IC-1275, HiQSDR, ADAT ADT-200A, DttSP UDP, TM-D710
New rotator backends: Celestron (telescope mount)
Fixes and features: K3, various other rigs
Update LGPL/GPL header boilerplate
Quell various compiler errors
Add CM108 PTT capability
Comment by vic.pozd
I has error:
Only one of PREFIX or INSTALL_BASE can be given. Not both.
Comment by ur6lad
Update source link
Comment by ur6lad
1.2.14.
Anybody use USRP? Hamlib supports it.
Comment by ur6lad
Fix it.
Tnx!
Anonymous comment
The PKBUILD is incompatible with python3, but the simple solution is to set the environment for python2. I built OK with 2.7 (2.5 also works) by adding this line to the top of build:
export PYTHON="/usr/bin/python2.7"
Comment by AxPU
Thank you, compiles and works fine now here!
Comment by ur6lad
Hm-m-m. I looked in the package: files from site_perl/current there. But when I run makepkg I have the same error with mv.
I rewrite this piece of PKGBUILD.
Comment by AxPU
makepackage hangs at the following steps:
# fix perl module location
cd $pkgdir/usr/lib/perl5/site_perl/
mkdir current/
mv ?.?*.?/* current/
rmdir ?.?*.?
Reason: ?.?*.?/* seemingly points to nothing.
Uncommenting the whole block allows compiling without error but I cannot try the compiled version at the moment since I need my system working for the next two weeks so I`ll rather stay with the previus running version for the moment. Can you confirm if this stepp is still necessary or is it an artefact of previous versions of hamlib?
Comment by ur6lad
1.2.11
Tnx to SamuelJones!
Anonymous comment
http://aur.pastebin.com/BFSdm9Aq
is a working PKGBUILD based upon UR2LAD's to make hamlib-1.2.11