Package Details: oh-my-zsh-git r7424.c690f7316-1

Git Clone URL: https://aur.archlinux.org/oh-my-zsh-git.git (read-only, click to copy)
Package Base: oh-my-zsh-git
Description: A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community
Upstream URL: https://github.com/ohmyzsh/ohmyzsh
Licenses: MIT
Submitter: phoenixlzx
Maintainer: MarcinWieczorek
Last Packager: MarcinWieczorek
Votes: 472
Popularity: 2.20
First Submitted: 2012-10-24 12:04 (UTC)
Last Updated: 2024-11-03 11:29 (UTC)

Dependencies (7)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 18 Next › Last »

MarcinWieczorek commented on 2024-12-30 16:18 (UTC)

This doesn't necessarily have to be an issue. Maybe the way yay updates cached repos. Look at your log:

1  devel/oh-my-zsh-git  r7441.f733dc340-1 -> latest-commit

Does this mean that yay is trying to update from r7441 (which is outdated by just one commit) to the latest one? Why does it try to build r7279.677f5010d-1 then? If the build succeeded you would go back 200 commits ;) Verify your yay configuration, try to build with stock config both yay's and makepkg's (in case yay overrides it).

t0m5k1 commented on 2024-12-29 21:26 (UTC)

@MarcinWieczorek

hmm, thanks for that. It worked, Does this mean yay is having an issue with this now?

MarcinWieczorek commented on 2024-12-29 16:13 (UTC)

@t0m5k1 thanks for commenting. Please try to reproduce without yay.

git clone https://aur.archlinux.org/oh-my-zsh-git.git
cd oh-my-zsh-git
makepkg

t0m5k1 commented on 2024-12-27 00:53 (UTC)

Getting the following from yay, seems like ongoing install issues. Any ideas why this continues to happen?

:: Searching AUR for updates...
:: Checking development packages...
 -> Packages not in AUR: hyprland-qtutils  lib32-libva-vdpau-driver
 -> Flagged Out Of Date AUR Packages: davfs2  gstreamer0.10  gstreamer0.10-base  gstreamer0.10-base-plugins  netextender  pkgtools  remmina-plugin-rdesktop
:: 1 package to upgrade/install.
1  devel/oh-my-zsh-git  r7441.f733dc340-1 -> latest-commit
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
 -> Excluding packages may cause partial upgrades and break systems
==> 
AUR Explicit (1): oh-my-zsh-git-latest-commit
:: PKGBUILD up to date, skipping download: oh-my-zsh-git
  1 oh-my-zsh-git                    (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/t0m5k1/.cache/yay/oh-my-zsh-git
HEAD is now at 1d2a8e0 Fixed patch
Removing oh-my-zsh-git-r7441.f733dc340-1-any.pkg.tar.zst
Removing oh-my-zsh-git/
Removing pkg/
Skipping repository src/oh-my-zsh-git
Removing src/0001-zshrc.patch
==> Making package: oh-my-zsh-git r7279.677f5010d-1 (Fri 27 Dec 2024 00:47:42 GMT)
==> Retrieving sources...
  -> Cloning oh-my-zsh-git git repo...
Cloning into bare repository '/home/t0m5k1/.cache/yay/oh-my-zsh-git/oh-my-zsh-git'...
remote: Enumerating objects: 109335, done.
remote: Counting objects: 100% (11002/11002), done.
remote: Compressing objects: 100% (556/556), done.
remote: Total 109335 (delta 10747), reused 10453 (delta 10446), pack-reused 98333 (from 3)
Receiving objects: 100% (109335/109335), 128.70 MiB | 7.57 MiB/s, done.
Resolving deltas: 100% (60334/60334), done.
  -> Found 0001-zshrc.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    oh-my-zsh-git ... Skipped
    0001-zshrc.patch ... Passed
:: (1/1) Parsing SRCINFO: oh-my-zsh-git
==> Making package: oh-my-zsh-git r7279.677f5010d-1 (Fri 27 Dec 2024 00:48:01 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating oh-my-zsh-git git repo...
  -> Found 0001-zshrc.patch
==> Validating source files with sha256sums...
    oh-my-zsh-git ... Skipped
    0001-zshrc.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of oh-my-zsh-git git repo...
Cloning into 'oh-my-zsh-git'...
done.
==> Starting prepare()...
patching file zshrc
Hunk #1 FAILED at 2.
1 out of 3 hunks FAILED -- saving rejects to file zshrc.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: oh-my-zsh-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
oh-my-zsh-git - exit status 4

MarcinWieczorek commented on 2024-11-08 21:59 (UTC)

Thanks for the feedback @PrfStrwberry. Thank you all for commenting on the issue. I'm quite responsive in regard of my packages, at least I'm trying to. I'm actively using this one.

PrfStrwberry commented on 2024-11-03 16:56 (UTC)

Latest update fixes the issue. Thank you.

PrfStrwberry commented on 2024-11-01 17:44 (UTC)

Do I have to apply this fix every time I am updating my system or do I wait until the package is updated?

TheDrewAbides commented on 2024-11-01 10:30 (UTC) (edited on 2024-11-01 10:31 (UTC) by TheDrewAbides)

For those of us who aren't robots and are half awake:

cd ~/.cache/paru/clone/oh-my-zsh-git

nano -w +8 0001-zshrc.patch

Add quotes, example -export ZSH="$HOME/.oh-my-zsh"

nano -w +26 PKGBUILD

Change sha256sum to 7688703d2d304703bbb2e48b1365ef18eeb9ddbf1be6acb787af09ed51e5302a

makepkg -si

Tada.

JanusDC commented on 2024-10-31 20:43 (UTC)

I followed @ollosh's instructions, and they worked perfectly. It took me a while to notice that I had to apply @xythrez's patch instead of @quest's, which is the patch just before @ollosh's comment.