Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

mauricev

Members
  • Posts

    75
  • Joined

  • Last visited

Posts posted by mauricev

  1. did you update ego yet? should be 2.0.9 I think..

    try

    emerge -1 app-admin/ego

    then you can use:

    ego sync

    to synchronize the portage tree

     

    may be that then you need to update your portage

    but updating ego worked for me.

    This results in the same error.

    vm meta-repo # sudo emerge -1 -v app-admin/ego
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    emerge: there are no ebuilds to satisfy "dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
    (dependency required by "dev-python/chardet-3.0.4::python-kit" [ebuild])
    (dependency required by "dev-python/requests-2.12.5::python-kit" [ebuild])
    (dependency required by "app-admin/ego-2.0.9::core-kit" [ebuild])
    (dependency required by "app-admin/ego" [argument])
    
    
  2. After updating to the new scheme of syncing the portage tree, I'm having trouble with getting anything that requires python to emerge.

     

    For example, I get this

    !!! The ebuild selected to satisfy "sys-boot/boot-update" has unmet requirements.
    - sys-boot/boot-update-1.8.2::core-kit USE="" PYTHON_SINGLE_TARGET="-python3_4 -python3_5 -python3_6" PYTHON_TARGETS="-python3_4 -python3_5 -python3_6"
    
      The following REQUIRED_USE flag constraints are unsatisfied:
        exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 )
    
      The above constraints are a subset of the following complete expression:
        exactly-one-of ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 )
    
    

    despite the fact I have this in /etc/portage/make.conf

    PYTHON_TARGETS="python2_7 python3_6"
    PYTHON_SINGLE_TARGET="python3_6"
    
    

    It requires me to manually supply in package.use

    sys-boot/boot-update python_single_target_python3_4 python_targets_python3_4
    

    and it has to be 3.4. 3.6 won't work.

     

    Then I get this

    emerge: there are no ebuilds to satisfy "dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)]".
    

    Despite the fact it's already emerged

    [ebuild   R    ] dev-python/setuptools-36.4.0::python-kit  USE="{-test}" PYTHON_TARGETS="python2_7 -pypy -pypy3 -python3_4 (-python3_5) (-python3_6)" 0 KiB
    
  3. The output of "eselect profile list" doesn't list any selection, so I tried to select one by "eselect profile set 1". That resulted in this error 
     
    
    /etc/portage/make.profile exists but is not a symlink
    
    make.profile is actually a directory containing a file called parent. Its contents are
     
    gentoo:funtoo/1.0/linux-gnu/arch/x86-64bit
    gentoo:funtoo/1.0/linux-gnu/arch/x86-64bit/subarch/generic_64
    gentoo:funtoo/1.0/linux-gnu/build/current
    gentoo:funtoo/1.0/linux-gnu/flavor/core
    

    Is there something wrong here?

  4. After a fresh install, running emerge -vpe world results in emerge wanting to add the following packages.

    [ebuild  N     ] app-text/sgml-common-0.6.3-r5::gentoo  126 KiB
    [ebuild  N     ] sys-devel/autoconf-archive-2016.09.16::gentoo  610 KiB
    [ebuild  N     ] dev-libs/libaio-0.3.110::gentoo  USE="-static-libs {-test}" ABI_X86="(64) -32 (-x32)" 42 KiB
    [ebuild  N     ] dev-util/gperf-3.0.4::gentoo  961 KiB
    [ebuild  N     ] app-text/build-docbook-catalog-1.21::gentoo  5 KiB
    [ebuild  N     ] app-text/docbook-xsl-stylesheets-1.79.1-r1::gentoo  USE="-ruby" 21,454 KiB
    [ebuild  N     ] app-text/docbook-xml-dtd-4.1.2-r6:4.1.2::gentoo  74 KiB
    [ebuild  N     ] virtual/perl-Parse-CPAN-Meta-1.441.700-r2::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-CPAN-Meta-YAML-0.18.0-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-version-0.991.600-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-podlators-4.70.0-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-Text-ParseWords-3.300.0-r2::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-Perl-OSType-1.9.0-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-Module-Metadata-1.0.31-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-Getopt-Long-2.480.0-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-ExtUtils-ParseXS-3.310.0-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-ExtUtils-Manifest-1.700.0-r3::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-ExtUtils-Install-2.40.0-r2::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-ExtUtils-CBuilder-0.280.225-r1::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-JSON-PP-2.273.0-r4::gentoo  0 KiB
    [ebuild  N     ] virtual/perl-CPAN-Meta-2.150.5-r1::gentoo  0 KiB
    [ebuild  N     ] sys-fs/mdadm-4.0::gentoo  USE="static" 500 KiB
    [ebuild  N     ] dev-util/boost-build-1.62.0-r1::gentoo  USE="python -examples {-test}" PYTHON_TARGETS="python2_7" 82,533 KiB
    [ebuild  N     ] sys-block/thin-provisioning-tools-0.6.3::gentoo  USE="-static {-test}" 195 KiB
    [ebuild  N     ] dev-python/cython-0.25.2::gentoo  USE="-doc -emacs {-test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6" 1,664 KiB
    [ebuild  N     ] sys-fs/lvm2-2.02.145::gentoo  USE="lvm1 readline static thin -clvm -cman -corosync -device-mapper-only -lvm2create_initrd -openais (-selinux) -static-libs -systemd -udev" 1,940 KiB
    [ebuild  N     ] dev-perl/Module-Build-0.421.800::gentoo  USE="{-test}" 299 KiB
    [ebuild  N     ] dev-util/gtk-doc-am-1.25-r1::gentoo  658 KiB
    [ebuild  N     ] dev-perl/TermReadKey-2.330.0::gentoo  81 KiB
    [ebuild  N     ] dev-perl/Text-CharWidth-0.40.0-r1::gentoo  9 KiB
    [ebuild  N     ] dev-perl/XML-Parser-2.440.0::gentoo  232 KiB
    [ebuild  N     ] dev-perl/SGMLSpm-1.1-r1::gentoo  112 KiB
    [ebuild  N     ] dev-perl/Text-WrapI18N-0.60.0-r1::gentoo  4 KiB
    [ebuild  N     ] dev-util/intltool-0.51.0-r1::gentoo  159 KiB
    [ebuild  NS    ] sys-devel/automake-1.13.4-r1:1.13::gentoo [1.15-r2:1.15::gentoo] 1,416 KiB
    [ebuild  NS    ] sys-devel/automake-1.14.1-r1:1.14::gentoo [1.15-r2:1.15::gentoo] 1,455 KiB
    [ebuild  N     ] app-text/opensp-1.5.2-r4::gentoo  USE="nls -doc -static-libs {-test}" 1,486 KiB
    [ebuild  N     ] sys-fs/cryptsetup-1.7.2::gentoo  USE="gcrypt nls python -kernel -libressl -nettle -openssl -pwquality -reencrypt -static -static-libs -udev -urandom" PYTHON_TARGETS="python2_7 python3_4 -python3_5" 1,195 KiB
    [ebuild  N     ] app-text/openjade-1.3.2-r7::gentoo  USE="-static-libs" 874 KiB
    [ebuild  N     ] dev-libs/libxslt-1.1.29-r1::gentoo  USE="crypt python -debug -examples -static-libs" ABI_X86="(64) -32 (-x32)" PYTHON_TARGETS="python2_7" 3,349 KiB
    [ebuild  N     ] sys-kernel/genkernel-3.4.40.13::gentoo  USE="cryptsetup -btrfs (-ibm) (-selinux)" 12,966 KiB
    [ebuild  N     ] app-text/po4a-0.47-r1::gentoo  USE="{-test}" LINGUAS="-af -ca -cs -da -de -eo -es -et -eu -fr -hr -id -it -ja -kn -ko -nb -nl -pl -pt -pt_BR -ru -sl -sv -uk -vi -zh_CN -zh_HK" 2,334 KiB
    

    How can it need these packages all of a sudden given that funtoo is running without them right now? 

  5. No, I followed the instructions of the install guide, so only 5.3.0 is installed. However, I worked around it by replacing genkernel with genkernel-next.

     

    Also, grub-mkconfig -o /boot/grub/grub.cfg doesn't work properly as it's used in the guide. There is an initramfs prebuilt for debian. It uses this one despite its claiming to use the one just built. The debian one must be replaced by the one just built manually (or use genkernel to rebuild the debian one).

  6. The problem appears to be when the initramfs is created, grub uses the default debian one and not the just created one. I had to replace it manually and then remake the grub.cfg file. The zfs commands are in the correct initramfs.

     

    However, the import of the pool still fails with the error

    libgcc_s.so.1 must be installed for pthread_cancel to work.
    
  7. I'm trying to boot with a zfs root pool. The boot is failing because the init can't find zfs commands. This makes sense as the root pool, where the zfs commands live, is not yet mounted. This makes sense, but how can it be resolved?

    init: line 390: /sbin/zpool: not found
    
    init: line 671: zfs: not found
    
  8. It looks like I have portage 2.4 and the current version is 2.4.3

    [ebuild     U  ] sys-apps/portage-2.4.3-r1::gentoo [2.4.0::gentoo] USE="(ipc) xattr -build -doc -epydoc (-selinux)" LINGUAS="-ru" PYTHON_TARGETS="python2_7 -pypy -python3_4 (-python3_5) (-python3_3%*)" 898 KiB
    

    But portage is insisting on downloading some old version

    >>> Emerging (1 of 1) sys-apps/portage-2.4.3-r1::gentoo
    >>> Downloading 'http://distfiles.gentoo.org/distfiles/portage-2.3.2.tar.bz2'
    

    Why is doing this and how can I fix it?

×
×
  • Create New...