Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of aur-git packages failes #4

Open
grzesuav opened this issue Mar 28, 2018 · 3 comments
Open

Handling of aur-git packages failes #4

grzesuav opened this issue Mar 28, 2018 · 3 comments

Comments

@grzesuav
Copy link
Contributor

I added some *-git packages to the profile, installation works fine but any subsequent invocation fails on first *-git package on the list - probably output is not handled well - I tried nail down the issue, but I am not python-not-even-begginer. Could you add support for *-git packages support or point to a place where fix should be made ?

Thanks and regards !

@ajlende
Copy link
Owner

ajlende commented Mar 29, 2018

I'll take a look at it over the weekend when I have a little more time. Your hunch is probably correct, but I'll have to try it out to verify and fix it.

@ajlende
Copy link
Owner

ajlende commented Mar 31, 2018

@grzesuav I think I fixed it. Try out the change on the aur-update-fix branch.

@grzesuav
Copy link
Contributor Author

grzesuav commented Apr 4, 2018

@ajlende For sure works where package is up to date, now checking how it behaves when they are some changes, but it seems to be stucked.

I include zsh-zim-git and what I can see

Installing lscolors-git
:: Package lscolors-git not found in repositories, trying AUR...
:: resolving dependencies...
:: looking for inter-conflicts...
:: lscolors-git latest revision -- fetching

AUR Packages  (1) lscolors-git-latest

:: Proceed with installation? [Y/n] 
:: Retrieving package(s)...
:: Checking lscolors-git integrity...
==> Making package: lscolors-git r220.4d5aeed-1 (Wed Apr  4 23:52:31 CEST 2018)
==> Retrieving sources...
-> Updating LS_COLORS git repo...
Fetching origin
==> Validating source files with md5sums...
LS_COLORS ... Skipped
:: lscolors-git is up-to-date -- skipping
Installing zsh-zim-git
:: Package zsh-zim-git not found in repositories, trying AUR...
:: resolving dependencies...
:: looking for inter-conflicts...
:: zsh-zim-git latest revision -- fetching

AUR Packages  (1) zsh-zim-git-latest

:: Proceed with installation? [Y/n] 
:: Retrieving package(s)...
:: Checking zsh-zim-git integrity...
==> Making package: zsh-zim-git r343.01e2766-3 (Wed Apr  4 23:52:37 CEST 2018)
==> Retrieving sources...
-> Updating zim git repo...
Fetching origin
From git://github.com/Eriner/zim
e1a2a38..56b61e2  master              -> master
02289fe..26d5dcf  refs/pull/250/head  -> refs/pull/250/head
+ 8530c52...746b61e refs/pull/250/merge -> refs/pull/250/merge  (forced update)
* [new ref]         refs/pull/252/head  -> refs/pull/252/head
* [new ref]         refs/pull/252/merge -> refs/pull/252/merge
* [new ref]         refs/pull/253/head  -> refs/pull/253/head
* [new ref]         refs/pull/253/merge -> refs/pull/253/merge
* [new ref]         refs/pull/255/head  -> refs/pull/255/head
-> Found zim.install
-> Found zshrc
==> Validating source files with sha384sums...
zim ... Skipped
zim.install ... Passed
zshrc ... Passed

and its stucked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants