Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871024 - sys-auth/pam_yubico-2.26-r1 - pam_yubico.c: error: call to undeclared function mkostemp; ISO C99 and
Summary: sys-auth/pam_yubico-2.26-r1 - pam_yubico.c: error: call to undeclared functio...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL: https://github.com/Yubico/yubico-pam/...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 19:43 UTC by Toralf Förster
Modified: 2023-02-12 07:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.61 KB, text/plain)
2022-09-17 19:43 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,9.21 KB, application/x-bzip)
2022-09-17 19:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,145.33 KB, text/plain)
2022-09-17 19:43 UTC, Toralf Förster
Details
environment (environment,105.93 KB, text/plain)
2022-09-17 19:43 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.24 KB, application/x-bzip)
2022-09-17 19:43 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.43 KB, application/x-bzip)
2022-09-17 19:43 UTC, Toralf Förster
Details
sys-auth:pam_yubico-2.26-r1:20220917-182535.log (sys-auth:pam_yubico-2.26-r1:20220917-182535.log,14.67 KB, text/plain)
2022-09-17 19:43 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.54 KB, application/x-bzip)
2022-09-17 19:43 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 19:43:00 UTC
too long lines were shrinked:

clang -DPACKAGE_NAME=\"pam_yubico\" -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" -DPACKAGE_STRING=\"pam_yubico\ 2.26\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -D
libtool: compile:  clang -DPACKAGE_NAME=\"pam_yubico\" -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
libtool: compile:  clang -DPACKAGE_NAME=\"pam_yubico\" -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
libtool: compile:  clang -DPACKAGE_NAME=\"pam_yubico\" -DPACKAGE_TARNAME=\"pam_yubico\" -DPACKAGE_VERSION=\"2.26\" "-DPACKAGE_STRING=\"pam_yubico 2.26\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"pam_yubico\" -DVERSION=\"2.26\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
pam_yubico.c:657:8: error: call to undeclared function 'mkostemp'; 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-20220916-040004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] 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:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit b52426ab59140c6df4176918b769845ddbc714c4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 17:46:47 2022 +0000

    2022-09-17 17:46:47 UTC

emerge -qpvO sys-auth/pam_yubico
[ebuild  N    ] sys-auth/pam_yubico-2.26-r1  USE="-ldap -test"
Comment 1 Toralf Förster gentoo-dev 2022-09-17 19:43:01 UTC
Created attachment 809287 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 19:43:02 UTC
Created attachment 809290 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-17 19:43:04 UTC
Created attachment 809293 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 19:43:05 UTC
Created attachment 809296 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 19:43:06 UTC
Created attachment 809299 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 19:43:07 UTC
Created attachment 809302 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-17 19:43:08 UTC
Created attachment 809305 [details]
sys-auth:pam_yubico-2.26-r1:20220917-182535.log
Comment 8 Toralf Förster gentoo-dev 2022-09-17 19:43:09 UTC
Created attachment 809308 [details]
temp.tar.bz2