brandonegbert
brandonegbert
> The way i worked around this was to use a git compiled version of winetricks and change the reference in modorganizer2.yaml (should be around line 318) from the lutris...
`sudo winetricks --self-update` seemed to fix the system one for me though I'm not sure that would be the best guidance for every user that encounters the issue.
I had actually assumed this behavior was a bug. I want to share a link to the comments on the instant I'm reading on. I share a lot of threads...
Oh, it's supposed to be using the local one from the earlier step but isn't because the tags aren't consistent. Changing: ``` image: stable-diffusion-webui-rocm:rocm5.5 ``` to ``` image: stable-diffusion-webui-rocm:latest ```...
Reproduced: ``` [begbert@torrent clean-chroot-manager]$ cd contrib/ [begbert@torrent contrib]$ ls bar foo README.md [begbert@torrent contrib]$ less README.md [begbert@torrent contrib]$ cd foo/ [begbert@torrent foo]$ ccm s [sudo] password for begbert: ----> Attempting...
Same thing: ``` [begbert@torrent foo]$ ccm s ----> Attempting to build package... ==> Synchronizing chroot copy [/scratch/.buildroot/root] -> [begbert]...done :: Synchronizing package databases... core is up to date extra 7.7...
``` grep -E -v '^(#|$)' ~/.config/clean-chroot-manager.conf CHROOTPATH64="/scratch/.buildroot" THREADS=33 PKGEXT= PACKAGER= RUNNAMCAP= RUNDISTCC= DISTCC_THREADS= grep -E -v '^(#|$)' /scratch/.buildroot/begbert/etc/pacman.conf [options] CacheDir = /var/cache/pacman/pkg/ HoldPkg = pacman glibc Architecture = auto CheckSpace...
``` cat /scratch/.buildroot/begbert/etc/pacman.conf # # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives # # GENERAL OPTIONS # [options] # The following paths are commented out...
Raw Arch Linux. The install is 2-3 years old. https://archlinux.org/news/git-migration-announcement/ was when they made that change. I didn't bother to make updates for it because I don't use the testing...
I added this to my `/etc/pacman.conf`: ``` #[core-testing] #Include = /etc/pacman.d/mirrorlist ``` Then did `ccm n; ccm c` and retried the foobar test and it works now.