Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 866053

Summary: net-proxy/haproxy-2.6.4 - include/.../tools.h: fatal error: execinfo.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: arkamar, idl0r
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/29637
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
net-proxy:haproxy-2.6.4:20220822-155055.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-08-22 16:22:38 UTC
too long lines were shrinked:

x86_64-gentoo-linux-musl-gcc -Iinclude -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wextra -Wundef -Wdeclaration-after-statement -Wfatal-errors -Wtype-limits -Wshift-negative-value -Wshift-overflow=2 -Wduplicated-cond -Wnull-dereference -fwrapv -Wno-address-of-packed-member -Wno-unused-labe
x86_64-gentoo-linux-musl-gcc -Iinclude -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wextra -Wundef -Wdeclaration-after-statement -Wfatal-errors -Wtype-limits -Wshift-negative-value -Wshift-overflow=2 -Wduplicated-cond -Wnull-dereference -fwrapv -Wno-address-of-packed-member -Wno-unused-labe
x86_64-gentoo-linux-musl-gcc -Iinclude -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wextra -Wundef -Wdeclaration-after-statement -Wfatal-errors -Wtype-limits -Wshift-negative-value -Wshift-overflow=2 -Wduplicated-cond -Wnull-dereference -fwrapv -Wno-address-of-packed-member -Wno-unused-labe
In file included from src/ev_epoll.c:25:
include/haproxy/tools.h:27:10: fatal error: execinfo.h: No such file or directory
   27 | #include <execinfo.h>
      |          ^~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j4-20220820-180012

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-12.2.0 *
clang/llvm (if any):
clang version 14.0.6
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.6
Python 3.10.6
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.62.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.15_p10 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.3_p7 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-11 
  [2]   openjdk-bin-17  system-vm

php cli:

  HEAD of ::gentoo
commit dc2399dbee639662075cf69bd5aa72a3494ab2ca
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 22 15:16:52 2022 +0000

    2022-08-22 15:16:52 UTC

emerge -qpvO net-proxy/haproxy
[ebuild  N    ] net-proxy/haproxy-2.6.4  USE="crypt net_ns pcre prometheus-exporter ssl threads zlib (-51degrees) -doc -examples -lua -pcre-jit -slz (-systemd) -tools -vim-syntax (-wurfl)" LUA_SINGLE_TARGET="-lua5-3 -lua5-4"
Comment 1 Toralf Förster gentoo-dev 2022-08-22 16:22:39 UTC
Created attachment 800485 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-08-22 16:22:41 UTC
Created attachment 800487 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-08-22 16:22:42 UTC
Created attachment 800489 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-08-22 16:22:44 UTC
Created attachment 800491 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-08-22 16:22:45 UTC
Created attachment 800493 [details]
net-proxy:haproxy-2.6.4:20220822-155055.log
Comment 6 Toralf Förster gentoo-dev 2022-08-22 16:22:46 UTC
Created attachment 800495 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2023-02-19 19:55:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6377b4c91315f0b5e1da1177e347627b8033852b

commit 6377b4c91315f0b5e1da1177e347627b8033852b
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-02-17 15:11:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-02-19 19:55:49 +0000

    net-proxy/haproxy: fix musl support in all available versions
    
    TARGET needs to be set to linux-musl for proper musl support. It is
    available since version 2.2, therefore all currently present ebuilds are
    updated appropriately.
    
    Closes: https://bugs.gentoo.org/866053
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/29637
    Signed-off-by: Sam James <sam@gentoo.org>

 net-proxy/haproxy/haproxy-2.2.25.ebuild   | 9 +++++++--
 net-proxy/haproxy/haproxy-2.2.29.ebuild   | 7 ++++++-
 net-proxy/haproxy/haproxy-2.2.9999.ebuild | 9 +++++++--
 net-proxy/haproxy/haproxy-2.4.18.ebuild   | 9 +++++++--
 net-proxy/haproxy/haproxy-2.4.22.ebuild   | 7 ++++++-
 net-proxy/haproxy/haproxy-2.4.9999.ebuild | 9 +++++++--
 net-proxy/haproxy/haproxy-2.6.9.ebuild    | 7 ++++++-
 net-proxy/haproxy/haproxy-2.6.9999.ebuild | 9 +++++++--
 net-proxy/haproxy/haproxy-2.7.3.ebuild    | 7 ++++++-
 net-proxy/haproxy/haproxy-2.7.9999.ebuild | 9 +++++++--
 net-proxy/haproxy/haproxy-9999.ebuild     | 9 +++++++--
 11 files changed, 73 insertions(+), 18 deletions(-)