Package Updated.
Thanks for your help not_anonymous.
vy73 DL1CAF
Search Criteria
Package Details: grig 0.8.0-4
Package Actions
| Package Base: | grig |
|---|---|
| Description: | Rig control (cat) program |
| Upstream URL: | http://groundstation.sourceforge.net/grig/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | Allan |
| Maintainer: | CarstenF |
| Last Packager: | CarstenF |
| Votes: | 13 |
| First Submitted: | 2008-12-19 03:40 |
| Last Updated: | 2015-02-22 00:49 |
Required by (1)
Sources
- grig.desktop
- g_thread.patch
- http://downloads.sourceforge.net/groundstation/grig-0.8.0.tar.gz
Latest Comments
Comment by CarstenF
Comment by not_anonymous
OR (another way to fix), change the configure to:
LIBS=-lm ./configure --prefix=/usr
Comment by not_anonymous
AND....(drum roll please).....the fix:
diff PKGBUILD.fixed PKGBUILD
22,23d21
<
< export LDFLAGS="-lm $LDFLAGS"
Comment by not_anonymous
/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
Hello Everybody
the patch was applied.
Grig now compiles again :-)
vy73 DL1CAF
Comment by CarstenF
Please add the Patch from "lachesis" then grig works again.
Thanks
vy 73 DL1CAF
Comment by lachesis
--- 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
Having the same problem -
main.o: In function `main':
main.c:(.text.startup+0x86): undefined reference to `g_thread_supported'
Comment by strata
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
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
Depends on intltool.
Comment by ur6lad
0.8.0
Anonymous comment
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