Coder Social home page Coder Social logo

Comments (12)

picodotdev avatar picodotdev commented on June 13, 2024 1

Givin a look to the alis.log has the following message at package installation.

error: package 'gnome-extra' was not found

So, no packages and flatpak installation is expected. Not sure why failed for you gnome-extra, maybe mirror error?, I tried in my machine sudo pacman -S gnome-extra without pacman issue. Maybe you can try without gnome-extra to see if happens the same with other package or not.

from alis.

picodotdev avatar picodotdev commented on June 13, 2024

That is the checks function/step output, the checks function checks the packages to install are valid and exists, the packages are installed later on packages function.

After the scripts ends, are the packages installed? is the packages function/step executed?

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

The script ends. I'm believe the packages were not installed, because it was executed in an instant.
I'll check again just to be sure.

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

Tested again: the packages were not installed. =(

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

Also: the packages step were not executed. Noticed this now.

from alis.

picodotdev avatar picodotdev commented on June 13, 2024

Any error message in logs when scripts ends? or after checks step? are you executing alis.sh or alis-packages.sh?

In your screenshoot log sems you are executing alis-packges.sh, but I see your user jayson and in other traces picodotdev.

can you provide the full log?

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

May I send the asciinema file? I don't know where the log is saved.

alis-packages.asciinema.log

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

I re executed the packages installation and got an error on gnome-extra package. It was saying the package does not exists, but if I try to install it manually, it is found by pacman, but it is not an actual package.
The log I sent 2 minutes ago gave an error on a different package.

EDIT: What I was trying to say is that gnome-extra is not a actual package, but pacman itself is able to install it (it is a meta-package?).

from alis.

picodotdev avatar picodotdev commented on June 13, 2024

checking the asciinema.log the problem seems to be in this line.

pacman_uninstall "pulseaudio pulseaudio-bluetooth"

Its is trying to install pipewire but for that is need to remove pulseaudio pulseaudio-bluetooth packages before, the script checks if they exist (are installed) with -Qi but on deleting with -Rdd fails saying they not exist (are not installed), should not happen.

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

Well, I have more information that may help.

In the previous tries, I first executed the alis.sh script, rebooted, downloaded the scripts again (inside my user folder), and then tried to install the packages with alis-packages.sh.

I was able to install most packages. I skipped pipewire-pulse and gnome-extra. I got an error about my user name (I don't really remember what happened, I did this too many times today, lol). I then found out it was trying to do some stuff with your user (picodotdev). I changed the USER_NAME variable in alis-commons.conf to my username and it worked!

It didn't install any flatpak packages though, saying that I did not had permission.
Tried re executing the script after that with sudo, but got other errors: first, the script tried to execute arch-chroot, but it wasn't installed (I was logged on the real Arch installation, not on the Arch ISO). Installed arch-install-scripts after that and tried again, but then got an error about chrooting to mnt.

I now started the process again, but tried to install all the packages during installation. It worked almost 100%. Didn't install gnome-extra and any flatpak package, but was able to finish without interruption.

alis.log
alis.asciinema.txt
alis.conf.txt
alis-packages.conf.txt

If you need more information, I'm willing to do that process again. It's a VM, so it's not so difficult to start from scratch.

from alis.

jaysonwcs avatar jaysonwcs commented on June 13, 2024

Will try

from alis.

JSouthGB avatar JSouthGB commented on June 13, 2024

That is the checks function/step output, the checks function checks the packages to install are valid and exists, the packages are installed later on packages function.

After the scripts ends, are the packages installed? is the packages function/step executed?

I'm having the same issue. I've been trying this off and on since yesterday. Nothing from lines 24 and 35 are being installed. (firefox and my additional PACKAGES_PACMAN_CUSTOM=. Not even git from line 33. I've also never seen a log file for alis appear in /var/log.

I've adjusted the script to install KDE, and I've minimized what's installed (removed some of the broader packages). That works with no issues.

I've also tried running the alis-packages.conf stand alone, I see the output from pacman -Syi, but still nothing is installed.

EDIT Disregard, I found the log file and discovered I had an AUR package mixed in with PACMAN. Once I removed it, the scripts worked flawlessly.

from alis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.