rhino-linux / os

Rhino Linux ISO Builder.
GNU General Public License v3.0
49 stars 11 forks source link

BUG: This Pacscript does not work on ubuntu:mantic/ubuntu:23.10 #60

Closed constantius24 closed 10 months ago

constantius24 commented 11 months ago

Rhino Linux Version: A numerical version for Rhino Linux. Example: 2023.3, - Version number can be found by running neofetch (preinstalled) or with the "Your System" application.

Platform: [CPU 64 AMD ]

Describe the bug A clear and concise description of what the bug

Hello. I have that info when iam trying update system. I cant update 5 packages. output:

[!] ERROR: This Pacscript does not work on ubuntu:mantic/ubuntu:23.10

INFO: Packages can be upgraded
Upgradable: 5
    rhino-core @ pacstall/pacstall-programs ( 2023.3-pacstall1 -> 2023.3-pacstall4 )
    unicorn-desktop-git @ pacstall/pacstall-programs ( 0.0.1-pacstall13~git2cb7b758 -> 0.0.1-pacstall13~git3e8dc7d6 )
    vscodium-deb @ pacstall/pacstall-programs ( 1.81.1.23222 -> 1.83.0.23277 )
    nala-deb @ pacstall/pacstall-programs ( 0.13.0 -> 0.14.0 )
    rhino-pkg-git @ pacstall/pacstall-programs ( 0.1.1-pacstall1~gitff81157f -> 0.1.2-pacstall1~git5ddaba48 )

Do you want to upgrade rhino-core? [Y/n] y
(rhino-core) Do you want to view/edit the pacscript? [y/N] y
[+] INFO: Sourcing pacscript
[!] ERROR: This Pacscript does not work on ubuntu:mantic/ubuntu:23.10

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

axtloss commented 11 months ago

This is not a rhino-system issue. You have installed an application using pacstrap which does not support ubuntu mantic.

ajstrongdev commented 11 months ago

Member

I have to ask @axtloss what do you mean by pacstrap, as Pacstall itself is different to Pacstrap. Irrc Pacstrap is arch specific is it not

ajstrongdev commented 11 months ago

@constantius24 Unfortunately you have not filled the bug report out with required information correctly. You are supposed to remove descriptions I give. They are there for a reason.

I need to know:

Elsie19 commented 11 months ago

Also next time please ``` quote your output.

axtloss commented 11 months ago

Member

I have to ask @axtloss what do you mean by pacstrap, as Pacstall itself is different to Pacstrap. Irrc Pacstrap is arch specific is it not

yes sorry I meant pacstall, I confused them

constantius24 commented 11 months ago

"You have installed an application using pacstrap which does not support ubuntu mantic".

( No pacstrap is not installed ) what should i do? Uninstall rhino-core? expected behaviour update rhino-core. Rhino linux 23.3 AMD64 BIT

ajstrongdev commented 10 months ago

"You have installed an application using pacstrap which does not support ubuntu mantic".

( No pacstrap is not installed ) what should i do? Uninstall rhino-core? expected behaviour update rhino-core. Rhino linux 23.3 AMD64 BIT

Never remove Rhino Core, that's literally the metapackage for the OS. The problem was caused by Ubuntu, we have made a workaround and it should be solved now. Try run rpk update -y in a terminal, if that doesn't work then I have a different solution.

ajstrongdev commented 10 months ago

By the way, you opened the issue in the wrong repository originally, meaning me and axtloss were assigned when it should've been @oklopfer, This is an OS issue, the rhino-system issue is for bugs specifically with the application, the application runs rhino-pkg which could not complete due to an OS error with Ubuntu changing their packaging.

constantius24 commented 10 months ago

ok works. thanks a lot