Redcore Linux Project Forum

Unfortunately, no one can be told what Redcore Linux is. You have to see it for yourself!

You are not logged in.

#1 Re: Software : install, uninstall, update, upgrade » Upgrade Error » 2025-09-17 22:59:56

V3n3RiX wrote:

Before the update, run :

emerge --deselect xf86-video-vmware

Then it will work.

Thanks smile

#2 Software : install, uninstall, update, upgrade » Upgrade Error » 2025-09-17 22:53:47

nuno_nunes
Replies: 3

I have a problem during the update.

sudo sisyphus -e
* Messages for package dev-util/mesa_clc-25.1.9:

* ERROR: dev-util/mesa_clc-25.1.9::gentoo failed (compile phase):
* ninja -v -j2 -l0 failed
* Call stack:
* ebuild.sh, line 143: Called src_compile
* environment, line 2393: Called meson_src_compile
* environment, line 1810: Called eninja
* environment, line 1252: Called die
* The specific code snippet:
* "$@" || die -n "${*} failed"
* If you need support, please post the output of `emerge --info '=dev-util/mesa_clc-25.1.9::gentoo'`,
* the full build log, and the output of `emerge -pqv '=dev-util/mesa_clc-25.1.9::gentoo'`.
* The full build log is located at '/var/tmp/portage/dev-util/mesa_clc-25.1.9/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-util/mesa_clc-25.1.9/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/mesa_clc-25.1.9/work/mesa_clc-25.1.9-build'
* S: '/var/tmp/portage/dev-util/mesa_clc-25.1.9/work/mesa-25.1.9'
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/_emerge/main.py", line 1314, in emerge_main
x["porttree"].dbapi.close_caches()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/_emerge/actions.py", line 4057, in run_action
emerge_config.args,
^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/_emerge/actions.py", line 685, in action_build
del mydepgraph
^^^^^
File "/usr/lib/python3.13/site-packages/_emerge/Scheduler.py", line 1302, in merge
writemsg_level(line, noiselevel=-1)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/portage/util/__init__.py", line 151, in writemsg_level
writemsg(msg, noiselevel=noiselevel, fd=fd)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/portage/util/__init__.py", line 125, in writemsg
fd.write(mystr)
~~~~~~~~^^^^^^
BlockingIOError: [Errno 11] write could not complete without blocking

During handling of the above exception, another exception occurred:

Traceback (most recent call):
File "/usr/lib/python-exec/python3.13/emerge", line 57, in main
retval = emerge_main()
File "/usr/lib/python3.13/site-packages/_emerge/main.py", line 1328, in emerge_main
File "/usr/lib/python3.13/site-packages/portage/output.py", line 349, in xtermTitleReset
"turn off title setting"
File "/usr/lib/python3.13/site-packages/portage/output.py", line 302, in xtermTitle
BlockingIOError: [Errno 11] write could not complete without blocking

And the system update does not complete

#3 Re: Software : install, uninstall, update, upgrade » sisyphus is a not work after update the system » 2023-10-10 18:16:50

After reinstall

nuno-redcore ~ # sisyphus upgrade
Traceback (most recent call last):o entrada de esconderijo nenhuma.
  File "/usr/bin/sisyphus", line 301, in <module>
    app()
  File "/usr/lib/python3.10/site-packages/typer/main.py", line 213, in __call__
    return get_command(self)()
  File "/usr/lib/python3.10/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3.10/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.10/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3.10/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/typer/main.py", line 496, in wrapper
    return callback(**use_params)  # type: ignore
  File "/usr/bin/sisyphus", line 214, in upgrade
    sisyphus.upgrade.start()
  File "/usr/lib/python3.10/site-packages/sisyphus/upgrade.py", line 21, in start
    sisyphus.update.start()
  File "/usr/lib/python3.10/site-packages/animation/decorators.py", line 139, in wrapper
    ret = func(*args, **kwargs)
  File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 28, in start
    syncAll()
  File "/usr/lib/python3.10/site-packages/sisyphus/update.py", line 18, in syncAll
    sisyphus.syncdb.remoteTable()
  File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 28, in remoteTable
    remoteCSV()
  File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 13, in remoteCSV
    packagesCsvURL, descriptionsCsvURL = sisyphus.getenv.csvURL()
  File "/usr/lib/python3.10/site-packages/sisyphus/getenv.py", line 33, in csvURL
    packagesCsvURL = csvURL.replace(
AttributeError: 'list' object has no attribute 'replace'
nuno-redcore ~ # 

I try last comands is a not work

#4 Re: Software : install, uninstall, update, upgrade » sisyphus is a not work after update the system » 2023-10-10 16:07:05

V3n3RiX wrote:

That means the system is not fully upgraded, and your latest attempt failed somehow. Try this :

emerge --sync
cd /opt/redcore-build
git fetch --unshallow
git fetch --all
git reset --hard 5361e6b8970e53046955ac5071d9122990cf77ec
emerge -va1 sisyphus sisyphus-qt
sisyphus branch master
sisyphus rescue
sisyphus upgrade

This should work. If you have issues, please let me know.

Is a not work, try again this reinstall this a system

thanks

#5 Software : install, uninstall, update, upgrade » sisyphus is a not work after update the system » 2023-10-09 20:12:23

nuno_nunes
Replies: 8

Good night for all

Yesterday is update this a redcore linux after update the system this sisyphus

nuno@nuno-redcore ~ $ sudo sisyphus update
Traceback (most recent call last):
  File "/usr/bin/sisyphus", line 3, in <module>
    import sisyphus
  File "/usr/lib/python3.10/site-packages/sisyphus/__init__.py", line 1, in <module>
    from .autoremove import *
  File "/usr/lib/python3.10/site-packages/sisyphus/autoremove.py", line 11, in <module>
    import sisyphus.syncdb
  File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 5, in <module>
    import urllib3
ModuleNotFoundError: No module named 'urllib3'
nuno@nuno-redcore ~ $ sudo sisyphus upgrade
Traceback (most recent call last):
  File "/usr/bin/sisyphus", line 3, in <module>
    import sisyphus
  File "/usr/lib/python3.10/site-packages/sisyphus/__init__.py", line 1, in <module>
    from .autoremove import *
  File "/usr/lib/python3.10/site-packages/sisyphus/autoremove.py", line 11, in <module>
    import sisyphus.syncdb
  File "/usr/lib/python3.10/site-packages/sisyphus/syncdb.py", line 5, in <module>
    import urllib3
ModuleNotFoundError: No module named 'urllib3'
nuno@nuno-redcore ~ $

Board footer

Powered by FluxBB