Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888887 - sys-apps/proot-5.3.0 - python.c:(.text+<snip>): undefined reference to PyInit_proot
Summary: sys-apps/proot-5.3.0 - python.c:(.text+<snip>): undefined reference to PyInit...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-29 20:08 UTC by Toralf Förster
Modified: 2022-12-29 20:08 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.06 KB, text/plain)
2022-12-29 20:08 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,89.93 KB, application/x-bzip)
2022-12-29 20:08 UTC, Toralf Förster
Details
environment (environment,61.93 KB, text/plain)
2022-12-29 20:08 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,571 bytes, application/x-bzip)
2022-12-29 20:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.34 KB, application/x-bzip)
2022-12-29 20:08 UTC, Toralf Förster
Details
sys-apps:proot-5.3.0:20221229-194546.log (sys-apps:proot-5.3.0:20221229-194546.log,25.08 KB, text/plain)
2022-12-29 20:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.38 KB, application/x-bzip)
2022-12-29 20:08 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-12-29 20:08:42 UTC
too long lines were shrinked:

x86_64-pc-linux-gnu-objcopy --input-target binary --output-target `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep 'file format' | awk '{print $4}'` --binary-architecture `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep architecture | cut -f 1 -d , | awk '{print $2}'` loade
x86_64-pc-linux-gnu-objcopy --input-target binary --output-target `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep 'file format' | awk '{print $4}'` --binary-architecture `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep architecture | cut -f 1 -d , | awk '{print $2}'` loade
x86_64-pc-linux-gnu-objcopy --input-target binary --output-target `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep 'file format' | awk '{print $4}'` --binary-architecture `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep architecture | cut -f 1 -d , | awk '{print $2}'` pytho
x86_64-pc-linux-gnu-objcopy --input-target binary --output-target `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep 'file format' | awk '{print $4}'` --binary-architecture `env LC_ALL=C x86_64-pc-linux-gnu-objdump -f cli/cli.o | grep architecture | cut -f 1 -d , | awk '{print $2}'` proot
x86_64-pc-linux-gnu-gcc -o proot cli/cli.o cli/proot.o cli/note.o execve/enter.o execve/exit.o execve/shebang.o execve/elf.o execve/ldso.o execve/auxv.o execve/aoxp.o path/binding.o path/glue.o path/canon.o path/path.o path/proc.o path/temp.o syscall/seccomp.o syscall/syscall.o syscall/chain.o sysca
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: extension/python/python.o: in function `init_python_env.part.0':
python.c:(.text+0x1f7): undefined reference to `PyInit__proot'
collect2: error: ld returned 1 exit status
make: *** [GNUmakefile:180: proot] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-j4-20221226-050004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.6
Python 3.10.9
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
4)	Eclipse Temurin JRE 17.0.5_p8 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-jre-bin-17 

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

  HEAD of ::gentoo
commit 58f1d67b7e200890ad6a7f56391bdbff2ad39199
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Dec 29 18:48:08 2022 +0000

    2022-12-29 18:48:08 UTC

emerge -qpvO sys-apps/proot
[ebuild  N    ] sys-apps/proot-5.3.0  USE="-care -doc -test"
Comment 1 Toralf Förster gentoo-dev 2022-12-29 20:08:43 UTC
Created attachment 845681 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-29 20:08:48 UTC
Created attachment 845683 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-12-29 20:08:49 UTC
Created attachment 845685 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-12-29 20:08:50 UTC
Created attachment 845687 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-12-29 20:08:51 UTC
Created attachment 845689 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-29 20:08:52 UTC
Created attachment 845691 [details]
sys-apps:proot-5.3.0:20221229-194546.log
Comment 7 Toralf Förster gentoo-dev 2022-12-29 20:08:54 UTC
Created attachment 845693 [details]
temp.tar.bz2