Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875035 - net-nntp/suck-4.3.4 - chkhistory_db.c: error: implicit declaration of function strlen [-Werror=implicit-function-declaration]
Summary: net-nntp/suck-4.3.4 - chkhistory_db.c: error: implicit declaration of functio...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Haelwenn (lanodan) Monnier
URL:
Whiteboard:
Keywords: PullRequest
: 882319 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-04 16:37 UTC by Toralf Förster
Modified: 2024-03-21 02:19 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.44 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,236.76 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
environment (environment,76.27 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.86 KB, application/x-bzip)
2022-10-04 16:37 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,6.70 KB, application/x-bzip)
2022-10-04 16:37 UTC, Toralf Förster
Details
net-nntp:suck-4.3.4:20221004-100147.log (net-nntp:suck-4.3.4:20221004-100147.log,11.88 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.61 KB, application/x-bzip)
2022-10-04 16:37 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-10-04 16:37:51 UTC
x86_64-pc-linux-gnu-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int   -I. -I.  -DHAVE_CONFIG_H -DSUCK_VERSION=\"4.3.4\"    ssort.c 
x86_64-pc-linux-gnu-gcc -c  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int  -I. -I.  -DHAVE_CONFIG_H -DSUCK_VERSION=\"4.3.4\"    -DUSE_GDBM chkhistory_db.c
x86_64-pc-linux-gnu-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int   -I. -I.  -DHAVE_CONFIG_H -DSUCK_VERSION=\"4.3.4\"    db.c 
chkhistory_db.c: In function check_history:
chkhistory_db.c:235:23: error: implicit declaration of function strlen [-Werror=implicit-function-declaration]
  235 |         input.dsize = strlen(msgid)+1;
      |                       ^~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20221002-183753

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

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

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit 9f618b8c2264f1184e219c8eec46be18af4ea9cb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 09:33:57 2022 +0000

    2022-10-04 09:33:56 UTC

emerge -qpvO net-nntp/suck
[ebuild  N    ] net-nntp/suck-4.3.4  USE="ssl -perl"
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:37:52 UTC
Created attachment 819466 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:37:54 UTC
Created attachment 819469 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:37:55 UTC
Created attachment 819472 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:37:56 UTC
Created attachment 819475 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:37:57 UTC
Created attachment 819478 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:37:58 UTC
Created attachment 819481 [details]
net-nntp:suck-4.3.4:20221004-100147.log
Comment 7 Toralf Förster gentoo-dev 2022-10-04 16:37:59 UTC
Created attachment 819484 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:29:40 UTC
*** Bug 882319 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2024-03-21 02:19:38 UTC
The bug has been closed via the following commit(s):

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

commit 9c0c78c41756c4c7d0c6d709ae81d0b952fbc21f
Author:     Haelwenn (lanodan) Monnier <contact@hacktivis.me>
AuthorDate: 2024-03-15 18:26:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-21 02:17:46 +0000

    net-nntp/suck: add 4.3.5
    
    Closes: https://bugs.gentoo.org/875035
    Closes: https://bugs.gentoo.org/927069
    Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
    Closes: https://github.com/gentoo/gentoo/pull/35770
    Signed-off-by: Sam James <sam@gentoo.org>

 net-nntp/suck/Manifest          |  1 +
 net-nntp/suck/suck-4.3.5.ebuild | 68 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)