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

sync: unexpected error input contains a loop #1039

Open
Technetium1 opened this issue Nov 9, 2022 · 1 comment
Open

sync: unexpected error input contains a loop #1039

Technetium1 opened this issue Nov 9, 2022 · 1 comment
Labels

Comments

@Technetium1
Copy link

Technetium1 commented Nov 9, 2022

Before filing a bug, check the following:

  1. Do you use the latest release of aurutils and its dependencies? If so,
    is the issue reproducible from the master branch?
  1. Does the package conform to
    PKGBUILD(5) and the
    AUR package guidelines?
  • Probably
  1. Does the package provide the correct metadata on the
    AUR RPC interface?
  • Yes
  1. Does the package build with makepkg -s or extra-x86_64-build ?
  • Couldn't get that far.
  1. Does the package use internal makepkg functions? (see FS#43502)
  • No
  1. Is the problem reproducible, and not due to a misconfiguration of
    pacman, makepkg, sudoers, gpg or others?
  • I think so.

If yes to all, create a debug log:
Using 10b.r222.g1991455c-1

AUR_DEBUG=1 aur <name> <arguments> >aurutils.log 2>&1

pkgname-proton.log.txt
pkgbase-proton.log.txt
pkgbase-afdko.log.txt
pkgname-afdko.log.txt


Other:

@AladW
Copy link
Member

AladW commented Nov 28, 2022

It's a cyclic dependency: tsort: -: input contains a loop. You would have the same problem if you built with makepkg and not specified the --nocheck flag. aur-sync also supports the latter flag.

I guess some diagnostic could be added to aur-sync that either the packages are faulty, or need bootstrapping with --nocheck.

@AladW AladW added the question label Nov 28, 2022
@AladW AladW added this to the 12 milestone Feb 3, 2023
@AladW AladW removed this from the 12 milestone Feb 21, 2023
@AladW AladW changed the title Unexpected error from aur depends depends: unexpected error input contains a loop May 17, 2023
@AladW AladW changed the title depends: unexpected error input contains a loop sync: unexpected error input contains a loop May 17, 2023
@AladW AladW modified the milestone: 19 Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants