View previous topic :: View next topic |
Author |
Message |
hedmo Veteran
Joined: 29 Aug 2009 Posts: 1331 Location: sweden
|
Posted: Thu Mar 17, 2022 2:55 pm Post subject: system broke after changing CHOST(solved) |
|
|
Hi all
After quite some time i decided to go with the advice from my bug : https://bugs.gentoo.org/785604
and changing my CHOST . but after :
Code: |
emerge --ask --oneshot sys-devel/gcc
|
i am getting :
Code: |
megabox / # emerge --ask --oneshot sys-libs/glibc
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.9/emerge", line 46, in <module>
from _emerge.main import emerge_main
File "/usr/lib/python3.9/site-packages/_emerge/main.py", line 22, in <module>
from portage.sync import _SUBMODULE_PATH_MAP
File "/usr/lib/python3.9/site-packages/portage/sync/__init__.py", line 9, in <module>
from portage.sync.controller import SyncManager
File "/usr/lib/python3.9/site-packages/portage/sync/controller.py", line 21, in <module>
from portage.package.ebuild.doebuild import _check_temp_dir
File "/usr/lib/python3.9/site-packages/portage/package/ebuild/doebuild.py", line 116, in <module>
from portage.util.compression_probe import _compressors
File "/usr/lib/python3.9/site-packages/portage/util/compression_probe.py", line 4, in <module>
import ctypes
File "/usr/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ImportError: libgcc_s.so.1: cannot open shared object file: No such file or directory
megabox / #
|
i am following this : https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable
regards hedmo
Last edited by hedmo on Sun Apr 03, 2022 3:44 pm; edited 1 time in total |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1972
|
Posted: Thu Mar 17, 2022 6:22 pm Post subject: |
|
|
Try running ldconfig? |
|
Back to top |
|
|
hedmo Veteran
Joined: 29 Aug 2009 Posts: 1331 Location: sweden
|
Posted: Thu Mar 17, 2022 7:23 pm Post subject: |
|
|
sam_ wrote: | Try running ldconfig? |
sam_
Thanks emerge has started. will hold it open a bit more.
regards hedmo |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Thu Mar 17, 2022 7:52 pm Post subject: |
|
|
Moved from Portage & Programming to Gentoo on ARM.
emerge --info says its an arm system _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
hedmo Veteran
Joined: 29 Aug 2009 Posts: 1331 Location: sweden
|
Posted: Thu Mar 17, 2022 8:31 pm Post subject: |
|
|
NeddySeagoon
Yes . You are right . It is an arm system. Thanks for putting it in correct spot.
Regards hedmo |
|
Back to top |
|
|
|