Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875536 - net-misc/netkit-bootpd-2.4-r1 - readfile.c: error: implicit declaration of function ctime [-Werror=implicit-function-declaration]
Summary: net-misc/netkit-bootpd-2.4-r1 - readfile.c: error: implicit declaration of fu...
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: PMASKED
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-05 21:14 UTC by Toralf Förster
Modified: 2022-10-08 09:45 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.71 KB, text/plain)
2022-10-05 21:14 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,70.09 KB, application/x-bzip)
2022-10-05 21:14 UTC, Toralf Förster
Details
environment (environment,58.65 KB, text/plain)
2022-10-05 21:14 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.37 KB, application/x-bzip)
2022-10-05 21:14 UTC, Toralf Förster
Details
net-misc:netkit-bootpd-2.4-r1:20221005-205238.log (net-misc:netkit-bootpd-2.4-r1:20221005-205238.log,10.28 KB, text/plain)
2022-10-05 21:14 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.94 KB, application/x-bzip)
2022-10-05 21:15 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-05 21:14:53 UTC
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DSYSLOG -DVEND_CMU -DDEBUG    -DSYSLOG -DDEBUG -Dlinux   -c dovend.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DSYSLOG -DVEND_CMU -DDEBUG    -DSYSLOG -DDEBUG -Dlinux   -c readfile.c
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DSYSLOG -DVEND_CMU -DDEBUG    -DSYSLOG -DDEBUG -Dlinux   -c hash.c
readfile.c: In function readtab:
readfile.c:347:33: error: implicit declaration of function ctime [-Werror=implicit-function-declaration]
  347 |                 strcpy(timestr, ctime(&(st.st_mtime)));
      |                                 ^~~~~

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.2
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)	IcedTea JDK 3.16.0 [icedtea-bin-8]
2)	OpenJDK 11.0.16.1_p1 [openjdk-11]
3)	OpenJDK 17.0.5_p5 [openjdk-17]
4)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
6)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-11 
  [3]   openjdk-17 
  [4]   openjdk-bin-8 
  [5]   openjdk-bin-11 
  [6]   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 cccde2173f7365f8a10662336999252f9c56d4bf
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Oct 5 20:33:56 2022 +0000

    2022-10-05 20:33:56 UTC

emerge -qpvO net-misc/netkit-bootpd
[ebuild  N    ] net-misc/netkit-bootpd-2.4-r1
Comment 1 Toralf Förster gentoo-dev 2022-10-05 21:14:54 UTC
Created attachment 821680 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-05 21:14:55 UTC
Created attachment 821683 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-05 21:14:57 UTC
Created attachment 821686 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-05 21:14:58 UTC
Created attachment 821689 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-05 21:14:59 UTC
Created attachment 821692 [details]
net-misc:netkit-bootpd-2.4-r1:20221005-205238.log
Comment 6 Toralf Förster gentoo-dev 2022-10-05 21:15:00 UTC
Created attachment 821695 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-10-05 23:05:17 UTC
The bug has been referenced in the following commit(s):

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

commit 30d858240ebec182ec01b72af3895542123228dd
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-10-05 23:04:02 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-10-05 23:04:02 +0000

    profiles: mask net-misc/netkit-bootpd for removal
    
    Bug: https://bugs.gentoo.org/875536
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 profiles/package.mask | 7 +++++++
 1 file changed, 7 insertions(+)
Comment 8 Larry the Git Cow gentoo-dev 2022-10-08 09:45:21 UTC
The bug has been closed via the following commit(s):

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

commit 51e951660a7af7a3789a1bed2953e5e246ab0235
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-10-08 09:45:04 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-10-08 09:45:04 +0000

    profiles: unmask net-misc/netkit-bootpd again
    
    Closes: https://bugs.gentoo.org/875536
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 7 -------
 1 file changed, 7 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 8138af2ff99aecb0e0ee73db84125d135e7de6eb
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-10-08 09:45:03 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-10-08 09:45:03 +0000

    net-misc/netkit-bootpd: update EAPI 6 -> 8
    
    Bug: https://bugs.gentoo.org/875536
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-misc/netkit-bootpd/Manifest                    |   1 +
 .../netkit-bootpd/files/netkit-bootpd-2.4.patch    | 701 ---------------------
 ...d-2.4-r1.ebuild => netkit-bootpd-2.4-r2.ebuild} |  16 +-
 3 files changed, 9 insertions(+), 709 deletions(-)