Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871495 - www-servers/gatling-0.16-r3 - ftp.c: error: call to undeclared library function alloca with type
Summary: www-servers/gatling-0.16-r3 - ftp.c: error: call to undeclared library functi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 16:46 UTC by Toralf Förster
Modified: 2022-09-20 19:32 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.77 KB, text/plain)
2022-09-18 16:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,191.41 KB, text/plain)
2022-09-18 16:46 UTC, Toralf Förster
Details
environment (environment,63.05 KB, text/plain)
2022-09-18 16:46 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.64 KB, application/x-bzip)
2022-09-18 16:46 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.38 KB, application/x-bzip)
2022-09-18 16:46 UTC, Toralf Förster
Details
www-servers:gatling-0.16-r3:20220918-164025.log (www-servers:gatling-0.16-r3:20220918-164025.log,7.82 KB, text/plain)
2022-09-18 16:46 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-18 16:46:39 UTC
rm -f trycrypt
clang -c mime.c -o mime.o -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include/libowfat
clang -c ftp.c -o ftp.o -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include/libowfat
clang -c http.c -o http.o -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include/libowfat
ftp.c:42:11: error: call to undeclared library function 'alloca' with type
      'void *(unsigned long)'; 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-10.3.1
 [3] 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 86a956236f795efeb2d0fa11443b295b56e4be57
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 15:46:46 2022 +0000

    2022-09-18 15:46:46 UTC

emerge -qpvO www-servers/gatling
[ebuild  N    ] www-servers/gatling-0.16-r3  USE="ssl -diet"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 16:46:41 UTC
Created attachment 812032 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 16:46:44 UTC
Created attachment 812035 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-18 16:46:46 UTC
Created attachment 812038 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-18 16:46:47 UTC
Created attachment 812041 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-18 16:46:48 UTC
Created attachment 812044 [details]
temp.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 16:46:49 UTC
Created attachment 812047 [details]
www-servers:gatling-0.16-r3:20220918-164025.log
Comment 7 Larry the Git Cow gentoo-dev 2022-09-20 19:32:16 UTC
The bug has been closed via the following commit(s):

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

commit 81c8e794315833732c1e89eb18734b50b90c5276
Author:     Arsen Arsenović <arsen@aarsen.me>
AuthorDate: 2022-09-18 19:09:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-20 19:31:58 +0000

    www-servers/gatling: add patches for Clang 16
    
    Closes: https://bugs.gentoo.org/871495
    Signed-off-by: Arsen Arsenović <arsen@aarsen.me>
    Signed-off-by: Sam James <sam@gentoo.org>

 ...-0001-try-alloca-socket-fix-Wimplicit-int.patch | 41 ++++++++++++++
 www-servers/gatling/gatling-0.16-r4.ebuild         | 64 ++++++++++++++++++++++
 2 files changed, 105 insertions(+)