Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871282 - net-analyzer/ipaudit-1.0_beta2-r1 - ipdbase.c: error: call to undeclared library function memcmp with type
Summary: net-analyzer/ipaudit-1.0_beta2-r1 - ipdbase.c: error: call to undeclared libr...
Status: RESOLVED FIXED
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:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 10:51 UTC by Toralf Förster
Modified: 2022-10-09 10:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.98 KB, text/plain)
2022-09-18 10:51 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.34 KB, application/x-bzip)
2022-09-18 10:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,98.15 KB, text/plain)
2022-09-18 10:51 UTC, Toralf Förster
Details
environment (environment,26.96 KB, text/plain)
2022-09-18 10:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.18 KB, application/x-bzip)
2022-09-18 10:51 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.51 KB, application/x-bzip)
2022-09-18 10:51 UTC, Toralf Förster
Details
net-analyzer:ipaudit-1.0_beta2-r1:20220918-103114.log (net-analyzer:ipaudit-1.0_beta2-r1:20220918-103114.log,19.88 KB, text/plain)
2022-09-18 10:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,13.16 KB, application/x-bzip)
2022-09-18 10:51 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 10:51:13 UTC
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c total.c
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c hash.c
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c ipaudit.c
clang -DHAVE_CONFIG_H -I. -I. -I.     -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -c ipdbase.c
ipdbase.c:106:11: error: call to undeclared library function 'memcmp' with type
      'int (const void *, const void *, unsigned long)'; ISO C99 and later do
      not support implicit function declarations

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

  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)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 242cd1a84f2a8e702a79f513d0ae26ce7648d849
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 09:46:48 2022 +0000

    2022-09-18 09:46:48 UTC

emerge -qpvO net-analyzer/ipaudit
[ebuild  N    ] net-analyzer/ipaudit-1.0_beta2-r1  USE="-mysql"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 10:51:14 UTC
Created attachment 810973 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 10:51:15 UTC
Created attachment 810976 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 10:51:16 UTC
Created attachment 810979 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-18 10:51:17 UTC
Created attachment 810982 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-18 10:51:18 UTC
Created attachment 810985 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 10:51:19 UTC
Created attachment 810988 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-18 10:51:20 UTC
Created attachment 810991 [details]
net-analyzer:ipaudit-1.0_beta2-r1:20220918-103114.log
Comment 8 Toralf Förster gentoo-dev 2022-09-18 10:51:21 UTC
Created attachment 810994 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2022-10-09 10:39:22 UTC
The bug has been closed via the following commit(s):

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

commit 586c136ef094cb691b9b5907a4818cffcbd9426b
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-09 10:25:44 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-09 10:38:37 +0000

    net-analyzer/ipaudit: add 1.1
    
    Beta had several problems to fix for #871282, but this
    handles all of them. Not really runtime tested though.
    
    Closes: https://bugs.gentoo.org/871282
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-analyzer/ipaudit/Manifest           |  1 +
 net-analyzer/ipaudit/ipaudit-1.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)