Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Install & execute gr-gsm is failing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 10:31 am    Post subject: Install & execute gr-gsm is failing Reply with quote

Hello everyone,

after a lot of struggling around with packet dependencies of old and new packets i finally managed to install the net-wireless/gr-gsm packet on my Pentoo 5.16.4.

But if i try to start grgsm_livemon i get this error:
Code:
pentoo@pentoo / $ grgsm_livemon
/usr/bin/grgsm_livemon:13: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.version import StrictVersion
Traceback (most recent call last):
  File "/usr/bin/grgsm_livemon", line 25, in <module>
    from PyQt5 import Qt
ModuleNotFoundError: No module named 'PyQt5'


pentoo@pentoo / $ sudo nano /usr/bin/grgsm_livemon
Code:

#!/usr/bin/python3.10
# -*- coding: utf-8 -*-

#
# SPDX-License-Identifier: GPL-3.0
#
# GNU Radio Python Flow Graph
# Title: Gr-gsm Livemon
# Author: Piotr Krysik
# Description: Interactive monitor of a single C0 channel with analysis performed by Wireshark (command to run wireshark: sudo wireshark -k -f udp -Y gsmtap >
# GNU Radio version: 3.8.4.0

from distutils.version import StrictVersion

if __name__ == '__main__':
    import ctypes
    import sys
    if sys.platform.startswith('linux'):
        try:
            x11 = ctypes.cdll.LoadLibrary('libX11.so')
            x11.XInitThreads()
        except:
            print("Warning: failed to XInitThreads()")

from PyQt5 import Qt
from gnuradio import qtgui
from gnuradio.filter import firdes
import sip
from gnuradio import blocks
from gnuradio import gr
import sys
import signal
from argparse import ArgumentParser
from gnuradio.eng_arg import eng_float, intx
from gnuradio import eng_notation
from gnuradio.qtgui import Range, RangeWidget
from grgsm import arfcn
...


QT5 version 5.15.4-r1 is installed:
Code:
pentoo@pentoo / $ qtchooser -print-env
QT_SELECT="default"
QTTOOLDIR="/usr/lib64/qt5/bin"
QTLIBDIR="/usr/lib64


GNU-Radiocompanion 3.8.4.0 is working fine.
Python 3.9.13 & 3.10.6 are installed.

So does i am missing a link or connection between the QT5 lib and python?

Thank you for your (incoming) help!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 11:11 am    Post subject: Reply with quote

The PyQt5 python module is provided by dev-python/PyQt5 package.

-- edit --
Welcome to gentoo forum!
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 11:15 am    Post subject: Reply with quote

Hello mister admin and thank you for your reply!
Well, my pentoo is telling that this package is already installed:
Code:

pentoo@pentoo / $ sudo emerge --search dev-python/PyQt5

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.
 
[ Results for search key : dev-python/PyQt5 ]
Searching...

*  dev-python/PyQt5
      Latest version available: 5.15.6
      Latest version installed: 5.15.4-r1
      Size of files: 3164 KiB
      Homepage:      https://www.riverbankcomputing.com/software/pyqt/ https://pypi.org/project/PyQt5/
      Description:   Python bindings for the Qt framework
      License:       GPL-3

*  dev-python/PyQt5-sip
      Latest version available: 12.10.1
      Latest version installed: 12.9.0
      Size of files: 119 KiB
      Homepage:      https://www.riverbankcomputing.com/software/sip/ https://pypi.org/project/PyQt5-sip/
      Description:   sip extension module for PyQt5
      License:       || ( GPL-2 GPL-3 SIP )

*  dev-python/PyQt6 [ Masked ]
      Latest version available: 6.3.1
      Latest version installed: [ Not Installed ]
      Size of files: 992 KiB
      Homepage:      https://www.riverbankcomputing.com/software/pyqt/
      Description:   Python bindings for the Qt framework
      License:       GPL-3

Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 11:28 am    Post subject: Reply with quote

Can you post emerge -pv net-wireless/gr-gsm dev-python/PyQt5 output?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 11:35 am    Post subject: Reply with quote

Code:
pentoo@pentoo / $ emerge -pv net-wireless/gr-gsm dev-python/PyQt5

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ~] net-wireless/gr-gsm-20210505-r1::pentoo  USE="-doc" PYTHON_SINGLE_TARGET="python3_10 -python3_9" 0 KiB
[binary     U  ] dev-python/PyQt5-5.15.6-3::gentoo [5.15.4-r1::gentoo] USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" PYTHON_TARGETS="python3_10* -python3_8 -python3_9* (-python3_11)" 3272 KiB
[binary   R    ]  dev-python/dbus-python-1.2.18-48::gentoo  USE="-doc -examples -test" PYTHON_TARGETS="python3_10* -python3_8 -python3_9* (-python3_11)" 145 KiB
[binary     U  ]  dev-python/PyQt5-sip-12.10.1-3:0/12::gentoo [12.9.0:0/12::gentoo] PYTHON_TARGETS="python3_10* -python3_8 -python3_9* (-python3_11)" 78 KiB

Total: 4 packages (2 upgrades, 2 reinstalls, 3 binaries), Size of downloads: 3494 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/dbus-python:0

  (dev-python/dbus-python-1.2.18-48:0/0::gentoo, binary scheduled for merge) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9" pulled in by
    dev-python/dbus-python[python_targets_python3_10(-)] required by (dev-python/PyQt5-5.15.6-3:0/0::gentoo, binary scheduled for merge) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

  (dev-python/dbus-python-1.2.18-1:0/0::gentoo, installed) USE="-doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by
    dev-python/dbus-python[python_targets_python3_9(-)] required by (media-sound/jack2-1.9.19-1:2/2::gentoo, installed) USE="alsa classic dbus pam readline -doc -ieee1394 -libsamplerate -metadata -opus -sndfile" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
    >=dev-python/dbus-python-1[python_targets_python3_9(-)] required by (net-wireless/bluez-5.62-r3-10:0/3::gentoo, installed) USE="cups deprecated extra-tools mesh obex readline test-programs udev -btpclient -debug -doc -experimental -midi (-selinux) -systemd -test" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    dev-python/dbus-python[python_targets_python3_9(-)] required by (net-im/pidgin-2.14.8-1:0/2::gentoo, installed) USE="dbus gstreamer gtk ncurses networkmanager nls perl (pie) python spell xscreensaver (-aqua) -debug -doc -eds -gadu -gnutls -groupwise -idn -meanwhile -prediction -sasl -tcl -tk -zephyr -zeroconf" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    dev-python/dbus-python[python_targets_python3_9(-)] required by (net-dns/avahi-0.8-r5-11:0/0::gentoo, installed) USE="dbus gdbm gtk introspection ipv6 mdnsresponder-compat nls python qt5 -autoipd -bookmarks -doc -howl-compat -mono (-selinux) -systemd -test" ABI_X86="32 (64) (-x32)" PYTHON_SINGLE_TARGET="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    dev-python/dbus-python[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/PyQt5-5.15.4-r1-1:0/0::gentoo, installed) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

dev-python/PyQt5:0

  (dev-python/PyQt5-5.15.6-3:0/0::gentoo, binary scheduled for merge) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9" pulled in by
    dev-python/PyQt5 (Argument)

  (dev-python/PyQt5-5.15.4-r1-1:0/0::gentoo, installed) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by
    dev-python/PyQt5[gui,widgets,opengl,svg,python_targets_python3_9(-)] required by (dev-python/pyqtgraph-0.12.3-1:0/0::gentoo, installed) USE="opengl svg -doc -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                             
    dev-python/PyQt5[python_targets_python3_9(-),testlib] required by (net-wireless/urh-2.9.2-1:0/0::gentoo, installed) USE="audio bladerf hackrf limesdr plutosdr rtlsdr uhd -airspy -sdrplay" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    dev-python/PyQt5[opengl,python_targets_python3_9(-)] required by (net-wireless/gnuradio-3.8.4.0-2:0/3.8.4.0::gentoo, installed) USE="alsa analog audio channels digital dtv fec filter grc jack modtool oss qt5 sdl trellis uhd utils vocoder wavelet zeromq -ctrlport -doc -examples -performance-counters -portaudio -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    dev-python/PyQt5[python_targets_python3_9(-)] required by (dev-python/QtPy-1.11.2-1:0/0::gentoo, installed) USE="gui opengl printsupport pyqt5 svg xml -declarative -designer -help -location -multimedia -network -positioning -pyside2 -sensors -serialport -speech -sql -test -testlib -webchannel -webengine -websockets -widgets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
    dev-python/PyQt5[gui,widgets,python_targets_python3_9(-)] required by (dev-python/matplotlib-3.4.3-r1-1:0/0::gentoo, installed) USE="cairo qt5 (-doc) -examples -excel -gtk3 -latex -test -tk -webagg -wxwidgets" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    dev-python/PyQt5[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/qt-py-1.3.3-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                     
    dev-python/PyQt5[gui,widgets,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (app-editors/qhexedit2-0.8.6_p20190316-1:0/0::gentoo, installed) USE="gui python -doc" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                   
    >=dev-python/PyQt5-5.11.3[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-util/dwarf-debugger-1.0.9_p20200521-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                               

dev-python/PyQt5-sip:0

  (dev-python/PyQt5-sip-12.10.1-3:0/12::gentoo, binary scheduled for merge) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9" pulled in by
    >=dev-python/PyQt5-sip-12.9:0/12=[python_targets_python3_10(-)] required by (dev-python/PyQt5-5.15.6-3:0/0::gentoo, binary scheduled for merge) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             

  (dev-python/PyQt5-sip-12.9.0-1:0/12::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by
    >=dev-python/PyQt5-sip-4.19.25:0/12=[python_targets_python3_9(-)] required by (dev-python/PyQt5-5.15.4-r1-1:0/0::gentoo, installed) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    >=dev-python/PyQt5-sip-4.19.25:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/PyQt5-5.15.4-r1-1:0/0::gentoo, installed) USE="bluetooth dbus gui multimedia network opengl printsupport sql ssl svg testlib widgets -debug -declarative -designer -examples -gles2-only -help -location -positioning -sensors -serialport -speech -webchannel -websockets -x11extras -xmlpatterns" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


!!! The following installed packages are masked:
- sys-devel/binutils-2.37_p1::gentoo (masked by: package.mask)
/var/db/repos/gentoo/profiles/package.mask:
# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
# (and others, updated later)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.

- dev-util/android-sdk-build-tools-30.0.3::pentoo (masked by: android license(s))
A copy of the 'android' license is located at '/var/db/repos/gentoo/licenses/android'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


 * IMPORTANT: 18 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 11:50 am    Post subject: Reply with quote

As I guessed you have a problem with python targets, try running an emerge -uUDa @ world.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 12:00 pm    Post subject: Reply with quote

Code:

pentoo@pentoo / $ sudo emerge -uUDa @world

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

 * IMPORTANT: 18 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/icu:0

  (dev-libs/icu-71.1-r1-63:0/71.1::gentoo, binary scheduled for merge) USE="verify-sig -debug -doc -examples -static-libs -test" ABI_X86="32 (64) (-x32)" pulled in by
    dev-libs/icu:0/71.1= required by (dev-qt/qtcore-5.15.5-r3-1:5/5.15.5::gentoo, binary scheduled for merge) USE="icu -debug -old-kernel -systemd -test" ABI_X86="(64)"
                ^^^^^^^^                                                                                                                                                                                                                                                                                                     
    (and 9 more with the same problem)

  (dev-libs/icu-70.1-r1-5:0/70.1::gentoo, installed) USE="-debug -doc -examples -static-libs" ABI_X86="32 (64) (-x32)" pulled in by
    dev-libs/icu:0/70.1= required by (app-emulation/open-vm-tools-11.3.5_p18557794:0/0::gentoo, installed) USE="X deploypkg dnet fuse icu pam resolutionkms ssl vgauth -doc -gtkmm -multimon" ABI_X86="(64)"
                ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


!!! All ebuilds that could satisfy ">=sys-apps/portage-3.0.32[python_targets_python3_10(-)]" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/portage-9999::gentoo (masked by: missing keyword)
- sys-apps/portage-3.0.36::gentoo (masked by: ~amd64 keyword)

(dependency required by "app-portage/gentoolkit-0.6.1-r3::gentoo" [binary])
(dependency required by "pentoo/pentoo-core-2022.2-r2::pentoo" [ebuild])
(dependency required by "pentoo/pentoo-system-2021.4-r1::pentoo" [installed])
(dependency required by "pentoo/pentoo-2015.1::pentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


:cry:
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 12:10 pm    Post subject: Reply with quote

Code:
!!! All ebuilds that could satisfy ">=sys-apps/portage-3.0.32[python_targets_python3_10(-)]" have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-apps/portage-9999::gentoo (masked by: missing keyword)
- sys-apps/portage-3.0.36::gentoo (masked by: ~amd64 keyword)

(dependency required by "app-portage/gentoolkit-0.6.1-r3::gentoo" [binary])
(dependency required by "pentoo/pentoo-core-2022.2-r2::pentoo" [ebuild])
(dependency required by "pentoo/pentoo-system-2021.4-r1::pentoo" [installed])
(dependency required by "pentoo/pentoo-2015.1::pentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

I don't know pentoo but you installed keyworded package (~amd64) that require a keyworded portage version, so you should unmask =sys-apps/portage-3.0.36.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 12:26 pm    Post subject: Reply with quote

I don't know either, it seems broken till infinity. The sad part is that i installed pentoo and the full gr-gsm package back in february this year, it just worked as intended with a simple emerge.
It is my bad that i didn't save it to any persistent storage...

Due to package dependencies changes like glibc, different python versions and so on, it seems broken.

I give up, took me enough hours and finally to come over here.

Thank you for your time sir.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 12:45 pm    Post subject: Reply with quote

Re-sync your tree because =sys-apps/portage-3.0.36 has been stabilized now.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 15, 2022 2:20 pm    Post subject: Reply with quote

Okay, so the weird ~amd64 thing is gone after i did a emerge --sync with the new package.mask files.

But i got new trouble here:
Code:
pentoo@pentoo / $ sudo emerge =sys-apps/portage-3.0.36

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

 * IMPORTANT: 18 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild     U  ] sys-apps/portage-3.0.36::gentoo [3.0.30-r1::gentoo] USE="(ipc) native-extensions rsync-verify (xattr) -apidoc (-build) -doc -gentoo-dev (-selinux) -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 1088 KiB
[binary   R    ]  app-portage/gemato-16.2-2::gentoo  USE="gpg -test -tools" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 99 KiB
[binary     U  ]   dev-python/requests-2.28.1-34::gentoo [2.27.1::gentoo] USE="-socks5 -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 131 KiB
[nomerge       ] sys-apps/portage-3.0.36::gentoo [3.0.30-r1::gentoo] USE="(ipc) native-extensions rsync-verify (xattr) -apidoc (-build) -doc -gentoo-dev (-selinux) -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[nomerge       ]  dev-python/setuptools-63.4.3-1::gentoo [60.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary     U  ]   dev-python/setuptools_scm-7.0.5-34::gentoo [6.3.2::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 97 KiB
[ebuild     U  ]   dev-python/certifi-3021.3.16-r2::gentoo [3021.3.16-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 14 KiB
[binary     U  ]    dev-python/setuptools-63.4.3-1::gentoo [60.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 897 KiB
[nomerge       ] dev-python/requests-2.28.1-34::gentoo [2.27.1::gentoo] USE="-socks5 -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary     U  ]  dev-python/urllib3-1.26.11-1::gentoo [1.26.7::gentoo] USE="-brotli -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 218 KiB
[binary     U  ]   dev-python/six-1.16.0-r1-36::gentoo [1.16.0::gentoo] USE="-doc -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 57 KiB
[binary     U  ]   dev-python/PySocks-1.7.1-r2-37::gentoo [1.7.1-r1::gentoo] PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 57 KiB
[binary     U  ]  dev-python/idna-3.3-r1-37::gentoo [3.3::gentoo] USE="-test%" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 119 KiB
[binary     U  ]  dev-python/charset_normalizer-2.1.0-35::gentoo [2.0.9::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 98 KiB
[nomerge       ] dev-python/requests-2.28.1-34::gentoo [2.27.1::gentoo] USE="-socks5 -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[nomerge       ]  dev-python/certifi-3021.3.16-r2::gentoo [3021.3.16-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary  N     ]   dev-python/wheel-0.37.1-r1-57::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 75 KiB
[nomerge       ] dev-python/setuptools_scm-7.0.5-34::gentoo [6.3.2::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[nomerge       ]  dev-python/setuptools-63.4.3-1::gentoo [60.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary  N     ]   dev-python/nspektr-0.4.0-52::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 39 KiB
[binary     U  ]    dev-python/packaging-21.3-r2-57::gentoo [21.3-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 89 KiB
[binary     U  ]     dev-python/pyparsing-3.0.9-56::gentoo [3.0.6::gentoo] USE="-examples -test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 243 KiB
[nomerge       ] dev-python/certifi-3021.3.16-r2::gentoo [3021.3.16-r1::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary  N     ]  dev-python/gpep517-9-1::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 45 KiB
[binary  N     ]   dev-python/installer-0.5.1-r1-54::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 269 KiB
[nomerge       ] dev-python/setuptools_scm-7.0.5-34::gentoo [6.3.2::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary     U  ]  dev-python/typing-extensions-4.3.0-28::gentoo [4.0.1::gentoo] PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 68 KiB
[nomerge       ] dev-python/setuptools-63.4.3-1::gentoo [60.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary  N     ]  dev-python/ordered-set-4.1.0-57::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 44 KiB
[binary  N     ]  dev-python/jaraco-text-3.8.1-22::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 47 KiB
[binary     U  ]  dev-python/appdirs-1.4.4-r2-57::gentoo [1.4.4-r1::gentoo] PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 43 KiB
[nomerge       ] dev-python/nspektr-0.4.0-52::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)"
[binary  N     ]  dev-python/jaraco-functools-3.5.1-22::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 43 KiB
[binary  N     ]  dev-python/jaraco-context-4.1.2-22::gentoo  USE="-test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 39 KiB
[nomerge       ] dev-python/setuptools-63.4.3-1::gentoo [60.5.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)"
[binary     U  ]  dev-python/tomli-2.0.1-r1-55::gentoo [2.0.0::gentoo] USE="-test" PYTHON_TARGETS="python3_10* (-pypy3) -python3_8 -python3_9* (-python3_11)" 53 KiB
[binary  N     ]  dev-python/more-itertools-8.14.0-3::gentoo  USE="-doc -test" PYTHON_TARGETS="python3_10 (-pypy3) -python3_8 -python3_9 (-python3_11)" 108 KiB

Total: 25 packages (15 upgrades, 9 new, 1 reinstall, 23 binaries), Size of downloads: 4071 KiB

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-python/setuptools:0

  (dev-python/setuptools-63.4.3-1:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    dev-python/setuptools[python_targets_python3_10(-)] required by (dev-python/setuptools_scm-7.0.5-34:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                         
    >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] required by (sys-apps/portage-3.0.36:0/0::gentoo, ebuild scheduled for merge) USE="(ipc) native-extensions rsync-verify (xattr) -apidoc (-build) -doc -gentoo-dev (-selinux) -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] required by (dev-python/certifi-3021.3.16-r2:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    >=dev-python/setuptools-62.6.0[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] required by (dev-python/certifi-3021.3.16-r2:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
    ^^                      ^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

  (dev-python/setuptools-60.5.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    dev-python/setuptools[python_targets_python3_9(-)] required by (dev-python/namespace-zope-1-r1-1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (app-forensics/volatility3-2.0.0-1:0/0::pentoo, installed) USE="-crypto -disasm -jsonschema -yara" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                                                                                         
    dev-python/setuptools[python_targets_python3_9(-)] required by (dev-python/namespace-ruamel-1-1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                           
    >=dev-python/setuptools-41[python_targets_python3_9(-)] required by (dev-python/virtualenv-20.13.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                         
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/zope-interface-5.4.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                               
    dev-python/setuptools[python_targets_python3_9(-)] required by (net-analyzer/net-snmp-5.9.1-r1-1:0/40::gentoo, installed) USE="X bzip2 ipv6 lm-sensors perl python ssl zlib -doc -elf -kmem -mfd-rewrites -minimal -mysql -netlink -pcap -pci -rpm (-selinux) -smux -tcpd -ucd-compat" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/apkid-2.1.2-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                           
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/setuptools_scm-6.3.2-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                               
    dev-python/setuptools[python_targets_python3_9(-)] required by (dev-python/namespace-google-1-r1-1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                   
    dev-python/setuptools[python_targets_python3_9(-)] required by (dev-python/simplesoapy-1.5.1-r1-1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
                                                                                                                                                                                                                                                                   
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/certifi-3021.3.16-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/rdflib-6.1.1-1:0/0::gentoo, installed) USE="sqlite -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                 
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-util/scons-4.2.0-r1-11:0/0::gentoo, installed) USE="-doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_8"
                                                                                                                                                                                                                                                                                                                     
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] required by (dev-python/lsassy-2.1.4-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                     
    dev-python/setuptools[python_targets_python3_9(-)] required by (dev-python/incremental-21.3.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                       
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (net-analyzer/wfuzz-3.1.0-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                     
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/xlutils-2.0.0-r1-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                               
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/aiosmb-0.2.50-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/sqlalchemy_utc-0.12.0-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                                     
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/pyaxmlparser-0.3.26-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                           
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/minikerberos-0.2.14-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                                   
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/shodan-1.25.0-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-util/dwarf-debugger-1.0.9_p20200521-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                   
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/msldap-0.3.30-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/asysocks-0.1.2-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                             
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (app-misc/gplaycli-3.29-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                   
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/litecli-1.5.0-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                     
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/minidump-0.0.18-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                               
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/pylnk3-0.4.2-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                   
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/neo4j-4.2.1-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                           
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/frida-python-15.1.14-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                           
    >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (net-analyzer/scapy-2.4.5-1:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                               
    >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/xtract-0.1_alpha3-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                                 

dev-python/setuptools_scm:0

  (dev-python/setuptools_scm-7.0.5-34:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    dev-python/setuptools_scm[python_targets_python3_10(-)] required by (dev-python/setuptools-63.4.3-1:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                         

  (dev-python/setuptools_scm-6.3.2-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    dev-python/setuptools_scm[python_targets_python3_9(-)] required by (dev-python/setuptools-60.5.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                       

dev-python/tomli:0

  (dev-python/tomli-2.0.1-r1-55:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    >=dev-python/tomli-1.2.3[python_targets_python3_10(-)] required by (dev-python/gpep517-9-1:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                 
    dev-python/tomli[python_targets_python3_10(-)] required by (dev-python/setuptools_scm-7.0.5-34:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                     
    >=dev-python/tomli-2.0.1[python_targets_python3_10(-)] required by (dev-python/setuptools-63.4.3-1:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
    ^^                 ^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                   

  (dev-python/tomli-2.0.0-10:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    dev-python/tomli[python_targets_python3_9(-)] required by (dev-python/setuptools_scm-6.3.2-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                 

dev-python/packaging:0

  (dev-python/packaging-21.3-r2-57:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    dev-python/packaging[python_targets_python3_10(-)] required by (dev-python/wheel-0.37.1-r1-57:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                   
    dev-python/packaging[python_targets_python3_10(-)] required by (dev-python/setuptools_scm-7.0.5-34:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                         
    >=dev-python/packaging-21.3-r2[python_targets_python3_10(-)] required by (dev-python/nspektr-0.4.0-52:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
    ^^                     ^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                               
    (and 1 more with the same problems)

  (dev-python/packaging-21.3-r1-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    dev-python/packaging[python_targets_python3_9(-)] required by (dev-python/setuptools_scm-6.3.2-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                     

dev-python/pyparsing:0

  (dev-python/pyparsing-3.0.9-56:0/0::gentoo, binary scheduled for merge) USE="-examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    >=dev-python/pyparsing-3.0.7-r1[python_targets_python3_10(-)] required by (dev-python/packaging-21.3-r2-57:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
    ^^                     ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                   

  (dev-python/pyparsing-3.0.6-1:0/0::gentoo, installed) USE="-examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    >=dev-python/pyparsing-2.2.1[python_targets_python3_9(-)] required by (dev-python/matplotlib-3.4.3-r1-1:0/0::gentoo, installed) USE="cairo qt5 (-doc) -examples -excel -gtk3 -latex -test -tk -webagg -wxwidgets" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    >=dev-python/pyparsing-2.4.2[python_targets_python3_9(-)] required by (net-proxy/mitmproxy-7.0.4-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                           
    >=dev-python/pyparsing-3.0.6[python_targets_python3_9(-)] required by (dev-python/packaging-21.3-r1-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                         
    dev-python/pyparsing[python_targets_python3_9(-)] required by (app-exploits/empire-4.3.3-1:0/0::pentoo, installed) USE="-java -powershell" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                         
    dev-python/pyparsing[python_targets_python3_9(-)] required by (dev-python/rdflib-6.1.1-1:0/0::gentoo, installed) USE="sqlite -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                       
    dev-python/pyparsing[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (dev-python/pydot-1.4.2-r3-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                               
    >=dev-python/pyparsing-2.3.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (net-analyzer/wfuzz-3.1.0-1:0/0::pentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                   

dev-python/certifi:0

  (dev-python/certifi-3021.3.16-r2:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9" pulled in by
    >=dev-python/certifi-2016.9.26[python_targets_python3_10(-)] required by (dev-python/setuptools-63.4.3-1:0/0::gentoo, binary scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                               
    >=dev-python/certifi-2017.4.17[python_targets_python3_10(-)] required by (dev-python/requests-2.28.1-34:0/0::gentoo, binary scheduled for merge) USE="-socks5 -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 (-pypy3) (-python3_11) -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                                         

  (dev-python/certifi-3021.3.16-r1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8" pulled in by
    >=dev-python/certifi-2016.9.26[python_targets_python3_9(-)] required by (dev-python/setuptools-60.5.0-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                           
    >=dev-python/certifi-2015.11.20.1[python_targets_python3_9(-)] required by (net-proxy/mitmproxy-7.0.4-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                               
    dev-python/certifi[python_targets_python3_9(-)] required by (dev-python/httpcore-0.14.3-1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                 
    >=dev-python/certifi-2017.4.17[python_targets_python3_9(-)] required by (dev-python/requests-2.27.1-1:0/0::gentoo, installed) USE="-socks5 -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 (-pypy3) -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                     
    dev-python/certifi[python_targets_python3_9(-)] required by (dev-python/httpx-0.21.3-1:0/0::gentoo, installed) USE="-cli -test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                       
    dev-python/certifi[python_targets_python3_9(-)] required by (dev-python/matplotlib-3.4.3-r1-1:0/0::gentoo, installed) USE="cairo qt5 (-doc) -examples -excel -gtk3 -latex -test -tk -webagg -wxwidgets" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
    dev-python/certifi[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (app-exploits/deathstar-20210519-1:0/0::pentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"
                                                                                                                                                                                                                                                                                                                       
    dev-python/certifi[python_targets_python3_9(-)?,python_targets_python3_10(-)?] required by (net-analyzer/theHarvester-4.0.3-1:0/0::pentoo, installed) USE="-spyse" ABI_X86="(64)" PYTHON_TARGETS="python3_9 -python3_10"                                                                                                                                                                                                                                                                                                                         


(message is much longer but i am not allowed to post it fullhere)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Thu Sep 15, 2022 2:36 pm    Post subject: Reply with quote

DerLix wrote:
(message is much longer but i am not allowed to post it fullhere)

Please post the full output with wgetpaste of emerge -uUDav @world --backtrack=50 command.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Mon Sep 19, 2022 7:13 am    Post subject: Reply with quote

Code:
pentoo@pentoo ~ $ sudo emerge -uUDav @world --backtrack=50

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

 * IMPORTANT: 18 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.


Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/icu:0

  (dev-libs/icu-71.1-r1-65:0/71.1::gentoo, binary scheduled for merge) USE="verify-sig -debug -doc -examples -static-libs -test" ABI_X86="32 (64) (-x32)" pulled in by
    dev-libs/icu:0/71.1=[abi_x86_32(-),abi_x86_64(-)] required by (net-libs/libpsl-0.21.0-8:0/0::gentoo, binary scheduled for merge) USE="icu man -idn" ABI_X86="32 (64) (-x32)"
                ^^^^^^^^                                                                                                                                                                                                                                                                                                             
    (and 10 more with the same problem)

  (dev-libs/icu-70.1-r1-5:0/70.1::gentoo, installed) USE="-debug -doc -examples -static-libs" ABI_X86="32 (64) (-x32)" pulled in by
    >=dev-libs/icu-3.6:0/70.1=[abi_x86_32(-),abi_x86_64(-)] required by (dev-libs/boost-1.78.0-r2-2:0/1.78.0::gentoo, installed) USE="bzip2 icu lzma nls python zlib zstd -context -debug -doc -mpi -numpy -tools" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8"
                      ^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
    (and 1 more with the same problem)

net-wireless/gnuradio:0

  (net-wireless/gnuradio-3.10.3.0-r2-1:0/3.10.3.0::gentoo, binary scheduled for merge) USE="alsa analog audio channels digital dtv fec filter grc iio modtool network oss qt5 sdl soapy trellis uhd utils vocoder wavelet zeromq -ctrlport -doc -examples -jack -performance-counters -portaudio -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9" pulled in by
    >=net-wireless/gnuradio-3.9.0.0:0/3.10.3.0=[python_single_target_python3_10(-)] required by (net-wireless/gr-osmosdr-0.2.3_p20210128-r1-1:0/0.2.3_p20210128::gentoo, binary scheduled for merge) USE="airspy bladerf hackrf iqbalance python rtlsdr soapy uhd -doc -sdrplay (-xtrx)" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9"
    ^^                      ^^^^^^^^^^^^^^^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
    net-wireless/gnuradio:0/3.10.3.0=[python_single_target_python3_10(-)] required by (net-wireless/gr-rds-0.0_p20220804-r1-1:0/0.0_p20220804::gentoo, binary scheduled for merge) USE="" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_9"
                         ^^^^^^^^^^^^                                                                                                                                                                                                                                                                                                             
    net-wireless/gnuradio:0=[python_single_target_python3_8(-)?,python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] required by (net-wireless/gr-ieee802154-0.0_p20210719-r2:0/0.0_p20210719::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                                                                                               
    (and 1 more with the same problems)

  (net-wireless/gnuradio-3.8.4.0-2:0/3.8.4.0::gentoo, installed) USE="alsa analog audio channels digital dtv fec filter grc jack modtool oss qt5 sdl trellis uhd utils vocoder wavelet zeromq -ctrlport -doc -examples -performance-counters -portaudio -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_9 -python3_8" pulled in by
    >=net-wireless/gnuradio-3.8.0:0/3.8.4.0= required by (net-wireless/gr-gsm-20210505-r1:0/0::pentoo, installed) USE="-doc" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_9"
                                 ^^^^^^^^^^^                                                                                                                                                                                                                                                           

dev-libs/boost:0

  (dev-libs/boost-1.79.0:0/1.79.0::gentoo, ebuild scheduled for merge) USE="bzip2 icu lzma mpi nls python zlib zstd -context -debug -doc -numpy -tools" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python3_10 (-python3_11) -python3_8 -python3_9" pulled in by
    dev-libs/boost:=[python,python_targets_python3_10(-)] required by (net-wireless/gr-ieee802154-0.0_p20210719-r2:0/0.0_p20210719::gentoo, ebuild scheduled for merge) USE="" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9"
                                                                                                                                                                                                                                                                                                                                                 
    dev-libs/boost:0/1.79.0= required by (net-wireless/gqrx-2.15.9-2:0/0::gentoo, binary scheduled for merge) USE="pulseaudio -gr-audio -portaudio" ABI_X86="(64)"
                  ^^^^^^^^^^                                                                                                                                                                                                                                                     
    (and 11 more with the same problems)

  (dev-libs/boost-1.78.0-r2-2:0/1.78.0::gentoo, installed) USE="bzip2 icu lzma nls python zlib zstd -context -debug -doc -mpi -numpy -tools" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python3_9 -python3_10 -python3_8" pulled in by
    dev-libs/boost:0/1.78.0= required by (net-wireless/gr-gsm-20210505-r1:0/0::pentoo, installed) USE="-doc" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_9"
                  ^^^^^^^^^^                                                                                                                                                                                                                                                           

dev-libs/libffi:0

  (dev-libs/libffi-3.4.2-r2-1:0/8::gentoo, binary scheduled for merge) USE="-debug (-exec-static-trampoline) (-experimental-loong) -pax-kernel -static-libs -test" ABI_X86="32 (64) (-x32)" pulled in by
    dev-libs/libffi:0/8= required by (dev-lang/ruby-2.7.6-86:2.7/2.7::gentoo, binary scheduled for merge) USE="ipv6 rdoc ssl -berkdb -debug -doc -examples -gdbm -jemalloc -jit -rubytests -socks5 -static-libs -systemtap -tk -xemacs" ABI_X86="(64)"
                   ^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
    (and 10 more with the same problem)

  (dev-libs/libffi-3.3-r2-3:0/7::gentoo, installed) USE="-debug -pax-kernel -static-libs -test" ABI_X86="32 (64) (-x32)" pulled in by
    dev-libs/libffi:0/7= required by (dev-lang/python-3.9.13_p6:3.9/3.9::gentoo, installed) USE="ensurepip gdbm hardened lto ncurses pgo readline sqlite ssl tk verify-sig xml -bluetooth -build -examples -test" ABI_X86="(64)"
                   ^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

NOTE: Use the '--verbose-conflicts' option to display parents omitted above

!!! The slot conflict(s) shown above involve package(s) which may need to
!!! be rebuilt in order to solve the conflict(s). However, the following
!!! package(s) cannot be rebuilt for the reason(s) shown:

  (dev-libs/boost-1.78.0-r2-2:0/1.78.0::gentoo, installed): ebuild is masked or unavailable


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to satisfy "dev-python/six[python_targets_python3_9(-)]".
!!! One of the following packages is required to complete your request:
- dev-python/six-1.16.0-r1::gentoo (Change USE: +python_targets_python3_9)
(dependency required by "net-wireless/gnuradio-3.8.4.0::gentoo" [installed])
(dependency required by "net-wireless/gr-gsm-20210505-r1::pentoo" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon Sep 19, 2022 8:08 am    Post subject: Reply with quote

Can you post grep -ri python /etc/portage command output?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Mon Sep 19, 2022 8:20 am    Post subject: Reply with quote

Code:
pentoo@pentoo ~ $ grep -ri python /etc/portage
/etc/portage/postsync.d/ungit:#!/usr/bin/env python3
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Mon Sep 19, 2022 5:03 pm    Post subject: Reply with quote

Can you post sudo emerge -uUDav @world --backtrack=50 --verbose-conflicts output with wgetpaste?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
DerLix
n00b
n00b


Joined: 15 Sep 2022
Posts: 9

PostPosted: Thu Sep 29, 2022 8:55 am    Post subject: Reply with quote

Finally i did it with Ubuntu 22 and a grgsm fork for GNU Radio 3.10

-Install Gnuradio-companion 3.10
-Get this nice fork for GNURadio 3.10:
https://github.com/bkerler/gr-gsm/tree/maint-3.10 (thanks to all who made it)

follow the installation instructions.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum