Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716836 - sys-apps/proot-5.1.0-r2 : ./.../cli.c: fatal error: execinfo.h: No such file or directory
Summary: sys-apps/proot-5.1.0-r2 : ./.../cli.c: fatal error: execinfo.h: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on: 829854
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-04-09 17:44 UTC by Toralf Förster
Modified: 2022-01-21 09:05 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.15 KB, text/plain)
2020-04-09 17:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,402.53 KB, text/plain)
2020-04-09 17:44 UTC, Toralf Förster
Details
environment (environment,56.92 KB, text/plain)
2020-04-09 17:44 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,30.66 KB, application/x-bzip)
2020-04-09 17:44 UTC, Toralf Förster
Details
sys-apps:proot-5.1.0-r2:20200409-161016.log (sys-apps:proot-5.1.0-r2:20200409-161016.log,2.92 KB, text/plain)
2020-04-09 17:44 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.48 KB, application/x-bzip)
2020-04-09 17:44 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 2020-04-09 17:44:19 UTC
echo #endif /* BUILD_H */ >> build.h
x86_64-gentoo-linux-musl-gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I. -I./ -O2 -pipe -march=native -Wall -Wextra -MD -c ./cli/cli.c -o cli/cli.o
./cli/cli.c:33:10: fatal error: execinfo.h: No such file or directory
   33 | #include <execinfo.h>      /* backtrace_symbols(3), */
      |          ^~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20200328-201618

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Apr  9 15:39:21 UTC 2020
/var/db/repos/musl	Wed Apr  8 18:15:58 UTC 2020

emerge -qpvO sys-apps/proot
[ebuild  N    ] sys-apps/proot-5.1.0-r2  USE="-care -static -test"
Comment 1 Toralf Förster gentoo-dev 2020-04-09 17:44:22 UTC
Created attachment 631662 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-09 17:44:25 UTC
Created attachment 631664 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-09 17:44:28 UTC
Created attachment 631666 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-09 17:44:31 UTC
Created attachment 631668 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-09 17:44:34 UTC
Created attachment 631670 [details]
sys-apps:proot-5.1.0-r2:20200409-161016.log
Comment 6 Toralf Förster gentoo-dev 2020-04-09 17:44:37 UTC
Created attachment 631672 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2022-01-21 09:05:48 UTC
The bug has been closed via the following commit(s):

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

commit b678ff1362a8416e109899b4794446c8380dbd5f
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2022-01-21 09:02:19 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2022-01-21 09:05:39 +0000

    sys-apps/proot: version bump
    
    Closes: https://bugs.gentoo.org/716836
    Closes: https://bugs.gentoo.org/829854
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 sys-apps/proot/Manifest                            |  1 +
 .../proot/files/proot-5.3.0-lib-paths-fix.patch    | 21 +++++++
 sys-apps/proot/files/proot-5.3.0-makefile.patch    | 11 ++++
 sys-apps/proot/proot-5.3.0.ebuild                  | 72 ++++++++++++++++++++++
 4 files changed, 105 insertions(+)