Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742512 - media-radio/grig-0.8.1 : rig-daemon.c: error: freq_range_t {aka struct freq_range_list} has no member named start
Summary: media-radio/grig-0.8.1 : rig-daemon.c: error: freq_range_t {aka struct freq_r...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-14 16:04 UTC by Toralf Förster
Modified: 2020-09-26 13:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.06 KB, text/plain)
2020-09-14 16:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,144.08 KB, text/plain)
2020-09-14 16:04 UTC, Toralf Förster
Details
environment (environment,77.17 KB, text/plain)
2020-09-14 16:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.33 KB, application/x-bzip)
2020-09-14 16:04 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,8.20 KB, application/x-bzip)
2020-09-14 16:04 UTC, Toralf Förster
Details
media-radio:grig-0.8.1:20200913-223532.log (media-radio:grig-0.8.1:20200913-223532.log,42.33 KB, text/plain)
2020-09-14 16:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.61 KB, application/x-bzip)
2020-09-14 16:04 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-09-14 16:04:27 UTC
      |        ^~~~~~~~~
rig-daemon.c: In function ‘rig_daemon_exec_cmd’:
rig-daemon.c:1677:56: error: ‘freq_range_t’ {aka ‘struct freq_range_list’} has no member named ‘start’; did you mean ‘startf’?
 1677 |           (get->freq1 >= myrig->state.rx_range_list[i].start)    &&
      |                                                        ^~~~~
      |                                                        startf

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-20200910-071536

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 10.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
  [5]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.46.0 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Sep 13 10:05:36 PM UTC 2020

emerge -qpvO media-radio/grig
[ebuild  N    ] media-radio/grig-0.8.1
Comment 1 Toralf Förster gentoo-dev 2020-09-14 16:04:28 UTC
Created attachment 660162 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-09-14 16:04:30 UTC
Created attachment 660165 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-09-14 16:04:32 UTC
Created attachment 660168 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-09-14 16:04:33 UTC
Created attachment 660171 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-09-14 16:04:34 UTC
Created attachment 660174 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-09-14 16:04:36 UTC
Created attachment 660177 [details]
media-radio:grig-0.8.1:20200913-223532.log
Comment 7 Toralf Förster gentoo-dev 2020-09-14 16:04:37 UTC
Created attachment 660180 [details]
temp.tbz2
Comment 8 Thomas Beierlein gentoo-dev 2020-09-26 13:30:04 UTC
Does not work with newer >=media-libs/hamlib-4 as they changed the API.
Comment 9 Larry the Git Cow gentoo-dev 2020-09-26 13:33:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f67f5c317712072ffb03f5572ae698f3c0a93f1

commit 3f67f5c317712072ffb03f5572ae698f3c0a93f1
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2020-09-26 13:32:15 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2020-09-26 13:32:48 +0000

    media-radio/grig: Limit dependecy to <media-libs/hamlib-3.4
    
    Newer hamlib made incompatible changes to the API. So grif only work
    with the old one.
    
    Closes: https://bugs.gentoo.org/742512
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 media-radio/grig/grig-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)