Kron4ek / Conty

Easy to use unprivileged Linux container packed into a single portable executable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUR packages not built

dashfader opened this issue · comments

commented

I tried to build mcpelauncher-linux-git & mcpelauncher-ui-git into Conty, but it seems to be the AUR packages wasn't built

Looking at the logs, it seems to be complaining about invalid option right after yay done installing. After that, it just continues to build as usual but without the intended AUR packages that i wanted to install

:: Processing package changes...
installing yay...
Optional dependencies for yay
    sudo: privilege elevation [installed]
    doas: privilege elevation
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
Checking if packages are present in the AUR, please wait...
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
 -> invalid option 'nocleanmenu'
mv: cannot stat '/home/runner/work/Conty/Conty/root.x86_64/home/aur/bad_aur_pkglist.txt': No such file or directory

I also already specified it in create-arch-bootstrap.sh

# If you want to install AUR packages, specify them in this variable
- export aur_packagelist=""
+ export aur_packagelist="mcpelauncher-linux-git mcpelauncher-ui-git"

Thanks for the report, will try to fix this.

commented

You're welcome!
Thanks for your effort too because Conty has been very useful to me, looking forward to the progress

Should work now.

commented

Just tested it and it does works now

Once again, thank you so much for your effort!