Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921135 - net-irc/psybnc-2.3.2.9-r4 - tools/autoconf.c: error: implicit declaration of function time [-Wimplicit-function-declaration]
Summary: net-irc/psybnc-2.3.2.9-r4 - tools/autoconf.c: error: implicit declaration of ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-12-31 18:38 UTC by Toralf Förster
Modified: 2024-03-12 04:04 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.78 KB, text/plain)
2023-12-31 18:38 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,211.33 KB, text/plain)
2023-12-31 18:38 UTC, Toralf Förster
Details
environment (environment,64.80 KB, text/plain)
2023-12-31 18:38 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,964 bytes, application/x-xz)
2023-12-31 18:38 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,31.16 KB, application/x-xz)
2023-12-31 18:38 UTC, Toralf Förster
Details
net-irc:psybnc-2.3.2.9-r4:20231231-180635.log (net-irc:psybnc-2.3.2.9-r4:20231231-180635.log,2.36 KB, text/plain)
2023-12-31 18:38 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,54.18 KB, application/x-xz)
2023-12-31 18:38 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,16.32 KB, application/x-xz)
2023-12-31 18:38 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 2023-12-31 18:38:07 UTC
make -j4 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' 
Initializing bouncer compilation
[*] Running Conversion Tool for older psyBNC Data.
Using existent configuration File.
[*] Running Autoconfig.
tools/autoconf.c: In function main:
tools/autoconf.c:483:27: error: implicit declaration of function time [-Wimplicit-function-declaration]
  483 |                     srand(time(NULL)+getpid());
      |                           ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-20231228-120810

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 0fb20ac495494eced91eeb1f35619925915ef958
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Dec 31 17:47:02 2023 +0000

    2023-12-31 17:47:02 UTC

emerge -qpvO net-irc/psybnc
[ebuild  N    ] net-irc/psybnc-2.3.2.9-r4  USE="ipv6 multinetwork oidentd scripting -ssl"
Comment 1 Toralf Förster gentoo-dev 2023-12-31 18:38:08 UTC
Created attachment 881119 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-31 18:38:09 UTC
Created attachment 881120 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-31 18:38:11 UTC
Created attachment 881121 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-31 18:38:11 UTC
Created attachment 881122 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-31 18:38:12 UTC
Created attachment 881123 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-31 18:38:13 UTC
Created attachment 881124 [details]
net-irc:psybnc-2.3.2.9-r4:20231231-180635.log
Comment 7 Toralf Förster gentoo-dev 2023-12-31 18:38:14 UTC
Created attachment 881125 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-31 18:38:15 UTC
Created attachment 881126 [details]
temp.tar.xz
Comment 9 orbea 2024-03-06 06:15:19 UTC
Wants time.h.

tools/autoconf.c:48:1: note: ‘time’ is defined in header ‘<time.h>’; this is probably fixable by adding ‘#include <time.h>’
Comment 10 Larry the Git Cow gentoo-dev 2024-03-12 04:04:15 UTC
The bug has been referenced in the following commit(s):

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

commit d47ad57298ce0b2d3eb72db960d901af9d84ed5a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-12 04:03:27 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-12 04:03:44 +0000

    net-irc/psybnc: drop 2.3.2.9-r4
    
    Bug: https://bugs.gentoo.org/921135
    Signed-off-by: Sam James <sam@gentoo.org>

 net-irc/psybnc/Manifest                 |   1 -
 net-irc/psybnc/psybnc-2.3.2.9-r4.ebuild | 166 --------------------------------
 2 files changed, 167 deletions(-)