Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Adélie Package Tree Adélie Package Tree
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 354
    • Issues 354
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie Linux
  • Adélie Package TreeAdélie Package Tree
  • Issues
  • #1

Closed
Open
Created Apr 16, 2016 by Emily@emily🤖

system/python3 (3.4.3): cannot be built in bootstrap: "cannot find -lpython3.4m"

Bugzilla ID 1
Reporter A. Wilcox (awilfox)
Assignee A. Wilcox (awilfox)
Reported 2016-04-16 13:55:07 -0500
Modified 2016-04-17 15:19:20 -0500
Status RESOLVED FIXED
Version 1.0-ALPHA1
Hardware Adélie Linux / Intel x86 (64-bit)
Importance Normal / normal

Description

Created attachment 1
build.log

Build log is attached.

Every single module that it attempts to build results in:
/usr/libexec/gcc/x86_64-foxkit-linux-musl/ld: cannot find -lpython3.4m

and so Python 3.4 won't merge into the bootstrap image. This precludes the usage of Portage++ inside Adélie, because no version of Python can be merged (see bug for 3.3 failure).

portage -pqv / --info of python:3.4:

[ebuild N ] dev-lang/python-3.4.3-r1 to /usr/x86_64-foxkit-linux-musl/ USE="ipv6 ncurses readline ssl threads xml -build -examples -gdbm -hardened -sqlite -tk -wininst" ELIBC="(-uclibc)"

Portage++ 2.2.27_p26 (python 3.4.3-final-0, adelie/1.0/x86_64, gcc-4.9.3, musl-1.1.14, 4.5.0-ciall x86_64)

                     System Settings  

=================================================================
System uname: Linux-4.5.0-ciall-x86_64-Intel-R-_Xeon-R-CPU_E3-1280_v3@_3.60GHz-with-gentoo-2.2
KiB Mem: 16392864 total, 3860916 free
KiB Swap: 0 total, 0 free
Timestamp of repository gentoo: Tue, 12 Apr 2016 21:00:01 +0000
sh bash 4.3_p42-r2
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
sys-devel/binutils: 2.25.1-r1::gentoo
Repositories:

gentoo
location: /usr/portage
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: 10

adelie
location: /usr/local/portage-adelie
sync-type: git
sync-uri: https://code.foxkit.us/adelie/packages.git
priority: 500

Installed sets: @dev-kit
ACCEPT_KEYWORDS="amd64 x86_64"
ACCEPT_LICENSE="* -@EULA -AGPL-3 -AGPL-3+ -EULA"
CFLAGS="-O2 -ggdb -march=nocona -mtune=core2 -fno-omit-frame-pointer -mfpmath=sse"
CHOST="x86_64-foxkit-linux-musl"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -ggdb -march=nocona -mtune=core2 -fno-omit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
PKGDIR="/usr/x86_64-foxkit-linux-musl/packages/"
PORTAGE_TMPDIR="/usr/x86_64-foxkit-linux-musl/tmp/"
USE="cxx ipv6 modules pam threads unicode x86_64 xattr" ABI_X86="64" ELIBC="musl" KERNEL="linux" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4" USERLAND="GNU"
Unset: EMERGE_DEFAULT_OPTS, PORTAGE_BUNZIP2_COMMAND

Edited Feb 02, 2022 by Zach van Rijn
Assignee
Assign to
Time tracking