Package Details: grig 0.8.0-4

Package Base: grig
Description: Rig control (cat) program
Upstream URL: http://groundstation.sourceforge.net/grig/
Category: multimedia
Licenses: GPL
Submitter: Allan
Maintainer: CarstenF
Last Packager: CarstenF
Votes: 13
First Submitted: 2008-12-19 03:40
Last Updated: 2015-02-22 00:49

Dependencies (2)

Required by (1)

Sources

Latest Comments

Comment by CarstenF

2015-02-22 00:50

Package Updated.

Thanks for your help not_anonymous.
vy73 DL1CAF

Comment by not_anonymous

2015-02-21 03:53

OR (another way to fix), change the configure to:
LIBS=-lm ./configure --prefix=/usr

Comment by not_anonymous

2015-02-21 01:06

AND....(drum roll please).....the fix:
diff PKGBUILD.fixed PKGBUILD
22,23d21
<
< export LDFLAGS="-lm $LDFLAGS"

Comment by not_anonymous

2015-02-21 01:03

/usr/bin/ld: rig-gui-smeter-conv.o: undefined reference to symbol 'sincos@@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:367: recipe for target 'grig' failed

Comment by CarstenF

2014-07-14 15:19

Hello Everybody
the patch was applied.

Grig now compiles again :-)

vy73 DL1CAF

Comment by CarstenF

2014-03-03 14:39

Please add the Patch from "lachesis" then grig works again.
Thanks

vy 73 DL1CAF

Comment by lachesis

2013-07-05 02:46

--- grig-0.8.0/src/main.c 2011-06-27 06:02:28.000000000 -0400
+++ grig-0.8.0.2/src/main.c 2013-07-04 22:44:16.086945567 -0400
@@ -182,8 +182,7 @@
the program if threads are not supported... then why doesn''t it work
on FreeBSD?
*/
- if (!g_thread_supported ())
- g_thread_init (NULL);
+ g_thread_init (NULL);


Threads are always supported in modern versions of glib. See https://mail.gnome.org/archives/commits-list/2013-February/msg05916.html.

Comment by einseenai

2013-06-03 21:12

Having the same problem -
main.o: In function `main':
main.c:(.text.startup+0x86): undefined reference to `g_thread_supported'

Comment by strata

2013-06-03 13:20

Anyone else get this?

main.o: In function `main':
main.c:(.text.startup+0x86): undefined reference to `g_thread_supported'

Not sure if my own system or if this error has returned.

Comment by pmcnabb

2013-05-06 03:01

When building this package I get:

main.o: In function `main':
main.c:(.text.startup+0x86): undefined reference to `g_thread_supported'

Has anyone run across this?

Comment by fil0

2012-02-27 20:23

Depends on intltool.

Comment by ur6lad

2012-02-26 07:57

0.8.0

Anonymous comment

2012-02-19 15:17

Flagged out-of-date 0.8.0 is the latest version as of the time of this writing.

Changelog:
- Frequency entry via keypad (thanks to Alessandro Zummo).
- Arrow LEFT/RIGHT will change the frequency with the smallest step. This can be used for tuning using external devices like the Powermate.
* Support for VFO->MEM and MEM->VFO function. - Support on/off rig functions.
- Added an extra gigahertz digit in lcd display
- Added antenna control
- French l10n
- Fixed crash that occurs when mouse is clicked between MHz and kHz digits. Reported as Ubuntu bug 517816.
- Requires Gtk+ 2.12 and Hamlib 1.2.8