Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870727 - net-vpn/vpnc-0.5.3_p550-r3 - src/config.c: error: call to undeclared function gettimeofday; ISO C99
Summary: net-vpn/vpnc-0.5.3_p550-r3 - src/config.c: error: call to undeclared function...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 14:00 UTC by Toralf Förster
Modified: 2022-09-27 09:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.97 KB, text/plain)
2022-09-17 14:00 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,20.93 KB, text/plain)
2022-09-17 14:00 UTC, Toralf Förster
Details
environment (environment,90.11 KB, text/plain)
2022-09-17 14:00 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.58 KB, application/x-bzip)
2022-09-17 14:00 UTC, Toralf Förster
Details
net-vpn:vpnc-0.5.3_p550-r3:20220917-121455.log (net-vpn:vpnc-0.5.3_p550-r3:20220917-121455.log,3.77 KB, text/plain)
2022-09-17 14:00 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.51 KB, application/x-bzip)
2022-09-17 14:00 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 14:00:44 UTC
too long lines were shrinked:

clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -W -Wall -Wmissing-declarations -Wwrite-strings   -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\"  -c -o src/isakmp-pkt.o src/isakmp-pkt.c
clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -W -Wall -Wmissing-declarations -Wwrite-strings   -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\"  -c -o src/tunip.o src/tunip.c
clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -W -Wall -Wmissing-declarations -Wwrite-strings   -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\"  -c -o src/config.o src/config.c
clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -W -Wall -Wmissing-declarations -Wwrite-strings   -DCRYPTO_GNUTLS -DVERSION=\"0.5.3\"  -c -o src/dh.o src/dh.c
src/config.c:58:2: error: call to undeclared function 'gettimeofday'; 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 2be4f11d1103e9d0fe6cdcf770492a7d6c7ab1e5
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 11:01:50 2022 +0000

    2022-09-17 11:01:49 UTC

emerge -qpvO net-vpn/vpnc
[ebuild  N    ] net-vpn/vpnc-0.5.3_p550-r3  USE="gnutls resolvconf (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2022-09-17 14:00:45 UTC
Created attachment 807406 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 14:00:46 UTC
Created attachment 807409 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-17 14:00:48 UTC
Created attachment 807412 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-17 14:00:50 UTC
Created attachment 807415 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-17 14:00:51 UTC
Created attachment 807418 [details]
net-vpn:vpnc-0.5.3_p550-r3:20220917-121455.log
Comment 6 Toralf Förster gentoo-dev 2022-09-17 14:00:52 UTC
Created attachment 807421 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-09-27 09:55:24 UTC
The bug has been closed via the following commit(s):

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

commit 1053a057f3af62989c9f20d67f100f3d83b7679c
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2022-09-27 09:55:11 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2022-09-27 09:55:11 +0000

    net-vpn/vpnc: add 0.5.3_p20220927
    
    Closes: https://bugs.gentoo.org/870727
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-vpn/vpnc/Manifest                    |  2 +
 net-vpn/vpnc/vpnc-0.5.3_p20220927.ebuild | 85 ++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)