Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692428 - net-wireless/irda-utils-0.9.18-r6 : irdadump.c:286:16: error: SIOCGSTAMP undeclared (first use in this function)
Summary: net-wireless/irda-utils-0.9.18-r6 : irdadump.c:286:16: error: SIOCGSTAMP unde...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: linux-headers-5.2
  Show dependency tree
 
Reported: 2019-08-18 07:54 UTC by Toralf Förster
Modified: 2019-08-18 09:09 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.74 KB, text/plain)
2019-08-18 07:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,172.62 KB, text/plain)
2019-08-18 07:54 UTC, Toralf Förster
Details
environment (environment,89.45 KB, text/plain)
2019-08-18 07:55 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.93 KB, application/x-bzip)
2019-08-18 07:55 UTC, Toralf Förster
Details
net-wireless:irda-utils-0.9.18-r6:20190818-002011.log (net-wireless:irda-utils-0.9.18-r6:20190818-002011.log,8.46 KB, text/plain)
2019-08-18 07:55 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.30 KB, application/x-bzip)
2019-08-18 07:55 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 2019-08-18 07:54:40 UTC
 [CC]  irdadump.c
irdadump.c: In function ‘irdadump_loop’:
irdadump.c:286:16: error: ‘SIOCGSTAMP’ undeclared (first use in this function); did you mean ‘SIOCGARP’?
  286 |  if (ioctl(fd, SIOCGSTAMP, curr_time) < 0) {
      |                ^~~~~~~~~~
      |                SIOCGARP

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20190815-021810

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.37.0 *



emerge -qpvO net-wireless/irda-utils
[ebuild  N    ] net-wireless/irda-utils-0.9.18-r6
Comment 1 Toralf Förster gentoo-dev 2019-08-18 07:54:43 UTC
Created attachment 587266 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-18 07:54:46 UTC
Created attachment 587268 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-18 07:55:25 UTC
Created attachment 587270 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-18 07:55:28 UTC
Created attachment 587272 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-18 07:55:32 UTC
Created attachment 587274 [details]
net-wireless:irda-utils-0.9.18-r6:20190818-002011.log
Comment 6 Toralf Förster gentoo-dev 2019-08-18 07:55:35 UTC
Created attachment 587276 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-08-18 09:09:30 UTC
The bug has been closed via the following commit(s):

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

commit e62786ddceb7376cb9abf97d0b89fdc62ea7dcb3
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2019-08-18 09:08:57 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2019-08-18 09:09:21 +0000

    net-wireless/irda-utils: pull SIOCGSTAMP, bug #692428
    
    https://wiki.gentoo.org/wiki/Linux_headers_5.2_porting_notes/SIOCGSTAMP
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/692428
    Package-Manager: Portage-2.3.71, Repoman-2.3.17
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 .../irda-utils/files/irda-utils-0.9.18-SIOCGSTAMP.patch       | 11 +++++++++++
 net-wireless/irda-utils/irda-utils-0.9.18-r6.ebuild           |  3 ++-
 2 files changed, 13 insertions(+), 1 deletion(-)