Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875023 - net-dialup/ppp-2.4.9-r8 - sys-linux.c: error: call to undeclared function sif6down; ISO C99 and
Summary: net-dialup/ppp-2.4.9-r8 - sys-linux.c: error: call to undeclared function sif...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 882217 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-04 16:37 UTC by Toralf Förster
Modified: 2023-08-29 11:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.99 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,75.54 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
environment (environment,109.35 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.55 KB, application/x-bzip)
2022-10-04 16:37 UTC, Toralf Förster
Details
net-dialup:ppp-2.4.9-r8:20221004-070608.log (net-dialup:ppp-2.4.9-r8:20221004-070608.log,26.54 KB, text/plain)
2022-10-04 16:37 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,30.50 KB, application/x-bzip)
2022-10-04 16:37 UTC, Toralf Förster
Details
build.log (2.5.0-r3) (ppp-2.5.0-r3:20230829-131728.log,100.29 KB, text/plain)
2023-08-29 11:27 UTC, ernsteiswuerfel
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:07 UTC
too long lines were shrinked:

    if (current_option == "defaultmetric")
                       ^  ~~~~~~~~~~~~~~~
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULT
clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -D_GNU_SOURCE -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/usr/include/openssl -DUSE_PAM -DHAVE_MULT
sys-linux.c:362:2: error: call to undeclared function 'sif6down'; 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_systemd-j4-20221003-222746

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

gcc-config -l:
 [1] 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 Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-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 ef407c12abfbf94dcd066be9fa251eabdc7d978d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 06:47:48 2022 +0000

    2022-10-04 06:47:48 UTC

emerge -qpvO net-dialup/ppp
[ebuild  N    ] net-dialup/ppp-2.4.9-r8  USE="eap-tls pam systemd -activefilter -atm -dhcp -gtk -ipv6 -radius"
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:37:09 UTC
Created attachment 819388 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:37:10 UTC
Created attachment 819391 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:37:11 UTC
Created attachment 819394 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:37:12 UTC
Created attachment 819397 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:37:14 UTC
Created attachment 819400 [details]
net-dialup:ppp-2.4.9-r8:20221004-070608.log
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:37:15 UTC
Created attachment 819403 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:32:00 UTC
*** Bug 882217 has been marked as a duplicate of this bug. ***
Comment 8 ernsteiswuerfel archtester 2023-08-29 11:27:26 UTC
Created attachment 868980 [details]
build.log (2.5.0-r3)

Current stable 2.5.0-r3 builds just fine with clang-16.

Closing as obsolete.