Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664368 - net-firewall/rtsp-conntrack-3.7 : /.../nf_nat_rtsp.c:451:27: error: passing argument 2 of nf_nat_setup_info from incompatible pointer type [-Werror=incompatible-pointer-types]
Summary: net-firewall/rtsp-conntrack-3.7 : /.../nf_nat_rtsp.c:451:27: error: passing a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-23 16:14 UTC by Toralf Förster
Modified: 2018-08-27 10:04 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.60 KB, text/plain)
2018-08-23 16:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,65.61 KB, text/plain)
2018-08-23 16:14 UTC, Toralf Förster
Details
environment (environment,120.47 KB, text/plain)
2018-08-23 16:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.93 KB, application/x-bzip)
2018-08-23 16:14 UTC, Toralf Förster
Details
net-firewall:rtsp-conntrack-3.7:20180822-204855.log (net-firewall:rtsp-conntrack-3.7:20180822-204855.log,8.55 KB, text/plain)
2018-08-23 16:14 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.09 KB, application/x-bzip)
2018-08-23 16:15 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 2018-08-23 16:14:42 UTC
/var/tmp/portage/net-firewall/rtsp-conntrack-3.7/work/rtsp/nf_nat_rtsp.c: In function ‘expected’:
/var/tmp/portage/net-firewall/rtsp-conntrack-3.7/work/rtsp/nf_nat_rtsp.c:451:27: error: passing argument 2 of ‘nf_nat_setup_info’ from incompatible pointer type [-Werror=incompatible-pointer-types]
     nf_nat_setup_info(ct, &range, NF_NAT_MANIP_DST);
                           ^~~~~~
In file included from /var/tmp/portage/net-firewall/rtsp-conntrack-3.7/work/rtsp/nf_nat_rtsp.c:35:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib-hardened_test_20180820-192742

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)




emerge -qpv net-firewall/rtsp-conntrack
[ebuild  N    ] net-firewall/rtsp-conntrack-3.7
Comment 1 Toralf Förster gentoo-dev 2018-08-23 16:14:45 UTC
Created attachment 544628 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-08-23 16:14:48 UTC
Created attachment 544630 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-08-23 16:14:51 UTC
Created attachment 544632 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-08-23 16:14:54 UTC
Created attachment 544634 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-08-23 16:14:57 UTC
Created attachment 544636 [details]
net-firewall:rtsp-conntrack-3.7:20180822-204855.log
Comment 6 Toralf Förster gentoo-dev 2018-08-23 16:15:00 UTC
Created attachment 544638 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-08-27 10:04:13 UTC
The bug has been closed via the following commit(s):

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

commit 6b2a4d2b552d8a3c3fcdc9bb75d074f153fdf34c
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2018-08-27 10:01:35 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2018-08-27 10:03:56 +0000

    net-firewall/rtsp-conntrack: fix compatibility with kernel 4.18
    
    Port compatibility patch to make package work with wider kernel range.
    Bump to EAPI 7.
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/664368
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../files/rtsp-conntrack-3.7-linux-4.18.patch      | 28 ++++++++++++++++++++++
 .../rtsp-conntrack/rtsp-conntrack-3.7.ebuild       | 17 ++++---------
 2 files changed, 33 insertions(+), 12 deletions(-)