Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871168 - net-firewall/conntrack-tools-1.4.6-r1 - read_config_yy.c:1678:16: error: call to undeclared function 'yylex';
Summary: net-firewall/conntrack-tools-1.4.6-r1 - read_config_yy.c:1678:16: error: cal...
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: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 09:12 UTC by Toralf Förster
Modified: 2022-11-24 08:44 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.68 KB, text/plain)
2022-09-18 09:12 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.79 KB, application/x-bzip)
2022-09-18 09:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,172.87 KB, text/plain)
2022-09-18 09:12 UTC, Toralf Förster
Details
environment (environment,95.07 KB, text/plain)
2022-09-18 09:12 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.53 KB, application/x-bzip)
2022-09-18 09:12 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,19.32 KB, application/x-bzip)
2022-09-18 09:12 UTC, Toralf Förster
Details
net-firewall:conntrack-tools-1.4.6-r1:20220918-084808.log (net-firewall:conntrack-tools-1.4.6-r1:20220918-084808.log,129.93 KB, text/plain)
2022-09-18 09:12 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.60 KB, application/x-bzip)
2022-09-18 09:12 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 2022-09-18 09:12:43 UTC
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]
        dlog(LOG_WARNING, "`IPv6_interface' not required, ignoring");
        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
read_config_lex.l:149:3: error: call to undeclared function 'dlog'; ISO C99 and

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220916-040004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit 70514a1ff9d0747d358718998c62f7b3fbede9bf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 08:31:53 2022 +0000

    2022-09-18 08:31:52 UTC

emerge -qpvO net-firewall/conntrack-tools
[ebuild  N    ] net-firewall/conntrack-tools-1.4.6-r1  USE="cthelper cttimeout -doc -systemd -verify-sig"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 09:12:44 UTC
Created attachment 810175 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 09:12:45 UTC
Created attachment 810178 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 09:12:46 UTC
Created attachment 810181 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-18 09:12:48 UTC
Created attachment 810184 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-18 09:12:49 UTC
Created attachment 810187 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 09:12:50 UTC
Created attachment 810190 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-18 09:12:51 UTC
Created attachment 810193 [details]
net-firewall:conntrack-tools-1.4.6-r1:20220918-084808.log
Comment 8 Toralf Förster gentoo-dev 2022-09-18 09:12:52 UTC
Created attachment 810196 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-11-24 08:40:48 UTC
The bug has been closed via the following commit(s):

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

commit 8bc234767b0bb665c2cb28a46be27a8f4835d48a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-24 08:37:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-24 08:37:30 +0000

    net-firewall/conntrack-tools: fix build w/ clang 16
    
    Closes: https://bugs.gentoo.org/871168
    Signed-off-by: Sam James <sam@gentoo.org>

 .../conntrack-tools-1.4.7-r1.ebuild                | 114 +++++++++++++++++++++
 ...kefile.am-don-t-suppress-various-warnings.patch |  28 +++++
 ...k-tools-1.4.5-0002-Fix-Wstrict-prototypes.patch |  19 ++++
 ...5-0003-Fix-Wimplicit-function-declaration.patch |  56 ++++++++++
 4 files changed, 217 insertions(+)