Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870709 - net-proxy/dante-1.4.1-r6 - config_parse.y: error: call to undeclared function addmonitor; ISO C99
Summary: net-proxy/dante-1.4.1-r6 - config_parse.y: error: call to undeclared function...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
: 882103 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 13:55 UTC by Toralf Förster
Modified: 2023-02-11 05:10 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.94 KB, text/plain)
2022-09-17 13:55 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,84.78 KB, application/x-bzip)
2022-09-17 13:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,18.63 KB, text/plain)
2022-09-17 13:55 UTC, Toralf Förster
Details
environment (environment,82.54 KB, text/plain)
2022-09-17 13:55 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.53 KB, application/x-bzip)
2022-09-17 13:55 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,74.04 KB, application/x-bzip)
2022-09-17 13:55 UTC, Toralf Förster
Details
net-proxy:dante-1.4.1-r6:20220917-114745.log.bz2 (net-proxy:dante-1.4.1-r6:20220917-114745.log.bz2,20.33 KB, application/x-bzip)
2022-09-17 13:55 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,128.05 KB, application/x-bzip)
2022-09-17 13: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 2022-09-17 13:55:15 UTC
^
config_parse.y:3914:1: warning: a function definition without a prototype is
      deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
config_parse.y:1649:4: error: call to undeclared function 'addmonitor'; ISO C99
      and later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

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

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

gcc-config -l:
 [1] 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:
  (none found)
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit f38006d84550ea73795e41f9b7abbc5418aa128e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 09:46:47 2022 +0000

    2022-09-17 09:46:46 UTC

emerge -qpvO net-proxy/dante
[ebuild  N    ] net-proxy/dante-1.4.1-r6  USE="pam -debug -kerberos (-selinux) -static-libs -tcpd -upnp"
Comment 1 Toralf Förster gentoo-dev 2022-09-17 13:55:16 UTC
Created attachment 807268 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 13:55:17 UTC
Created attachment 807271 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-17 13:55:18 UTC
Created attachment 807274 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 13:55:19 UTC
Created attachment 807277 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 13:55:20 UTC
Created attachment 807280 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 13:55:23 UTC
Created attachment 807283 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-17 13:55:24 UTC
Created attachment 807286 [details]
net-proxy:dante-1.4.1-r6:20220917-114745.log.bz2
Comment 8 Toralf Förster gentoo-dev 2022-09-17 13:55:25 UTC
Created attachment 807289 [details]
temp.tar.bz2
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:48:57 UTC
*** Bug 882103 has been marked as a duplicate of this bug. ***
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-11 05:10:51 UTC
See issues in configure too:
```
-ignoreme: warning: incompatible integer to pointer conversion passing 'unsigned char' to parameter of type 'void *' [-Wint-conversion]
+ignoreme: error: incompatible integer to pointer conversion passing 'unsigned char' to parameter of type 'void *' [-Wint-conversion]
 memcpy(c, ifr.ifr_hwaddr.sa_data, 1);
```