Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662474 - net-analyzer/fragroute-1.2.6 : pcaputil.h:12:9: error: conflicting types for pcap_open
Summary: net-analyzer/fragroute-1.2.6 : pcaputil.h:12:9: error: conflicting types for ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-30 16:20 UTC by Toralf Förster
Modified: 2019-02-17 14:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.96 KB, text/plain)
2018-07-30 16:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,114.62 KB, text/plain)
2018-07-30 16:21 UTC, Toralf Förster
Details
environment (environment,89.84 KB, text/plain)
2018-07-30 16:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.36 KB, application/x-bzip)
2018-07-30 16:21 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.70 KB, application/x-bzip)
2018-07-30 16:21 UTC, Toralf Förster
Details
net-analyzer:fragroute-1.2.6:20180730-002734.log (net-analyzer:fragroute-1.2.6:20180730-002734.log,9.79 KB, text/plain)
2018-07-30 16:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.32 KB, application/x-bzip)
2018-07-30 16:21 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-07-30 16:20:56 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include -I/usr/include -I/usr/include    -O2 -pipe -march=native -Wall -c -o pcaputil.o pcaputil.c
In file included from pcaputil.c:27:0:
pcaputil.h:12:9: error: conflicting types for ‘pcap_open’
 pcap_t *pcap_open(char *device);
         ^~~~~~~~~
In file included from /usr/include/pcap.h:43:0,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_libressl_20180727-201601

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

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

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




emerge -qpv net-analyzer/fragroute
[ebuild  N    ] net-analyzer/fragroute-1.2.6
Comment 1 Toralf Förster gentoo-dev 2018-07-30 16:20:59 UTC
Created attachment 541742 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-30 16:21:02 UTC
Created attachment 541744 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-07-30 16:21:05 UTC
Created attachment 541746 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-07-30 16:21:08 UTC
Created attachment 541748 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-07-30 16:21:11 UTC
Created attachment 541750 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-30 16:21:13 UTC
Created attachment 541752 [details]
net-analyzer:fragroute-1.2.6:20180730-002734.log
Comment 7 Toralf Förster gentoo-dev 2018-07-30 16:21:16 UTC
Created attachment 541754 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-02-17 14:17:59 UTC
The bug has been closed via the following commit(s):

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

commit e2c5f5be51b7e3144c853d05d2bd055be0074afa
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-02-17 14:15:34 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-02-17 14:17:54 +0000

    net-analyzer/fragroute: Fix pcap_open clash
    
    Package-Manager: Portage-2.3.60, Repoman-2.3.12
    Fixes: https://bugs.gentoo.org/662474
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 .../files/fragroute-1.2.6-pcap_open.patch          | 44 ++++++++++++++++++++
 net-analyzer/fragroute/fragroute-1.2.6-r1.ebuild   | 47 ++++++++++++++++++++++
 2 files changed, 91 insertions(+)