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

whipper-git pkgver() step errors #64

Open
wararjey opened this issue Jul 17, 2021 · 4 comments
Open

whipper-git pkgver() step errors #64

wararjey opened this issue Jul 17, 2021 · 4 comments

Comments

@wararjey
Copy link

Hello,
when trying to build whipper-git I am seeing these error messages in the log:

  Jul 17 08:33:22 monster update-aurto[131605]:   -> Erstelle Arbeitskopie des whipper git Repos...
  Jul 17 08:33:22 monster update-aurto[131605]: Klone nach 'whipper' ...
  Jul 17 08:33:22 monster update-aurto[131605]: Fertig.
  Jul 17 08:33:22 monster update-aurto[131605]: Zu neuem Branch 'makepkg' gewechselt
  Jul 17 08:33:22 monster update-aurto[131605]: ==> Beginne pkgver()...
  Jul 17 08:33:22 monster update-aurto[131605]: WARNING: The wheel package is not available.
  Jul 17 08:33:22 monster update-aurto[131605]: /usr/bin/python3: No module named pip
  Jul 17 08:33:22 monster update-aurto[131605]: Traceback (most recent call last):
  Jul 17 08:33:22 monster update-aurto[131605]:   File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
  Jul 17 08:33:22 monster update-aurto[131605]:     subprocess.check_call(cmd)
  Jul 17 08:33:22 monster update-aurto[131605]:   File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
  --

Originally, I thought the missing makedep for python-pip might be the cause for this.

However, when building manually in a clean chroot, the package builds normally....

Regards,

@alexheretic
Copy link
Owner

alexheretic commented Jul 17, 2021 via email

@wararjey
Copy link
Author

I just did that and re-created the root chroot. aurutils did not display any error messages. With the re-created chroot root I removed and re-added the whipper-git package to aurto. No error messages, either. I'll let the nightly update run and check the logs again tomorrow...

@wararjey
Copy link
Author

wararjey commented Jul 18, 2021

Nightly -git update run shows the same error. messages. Strangely enough, it is only the whipper-git package that seems to have this. I guess it might have something to do with that package's pkgver() code, but I am not sure why the python call should be a problem there...
Oh wait, do makedepends get installed before the pkgver() step, or before the prepare()/build() step?

@AladW
Copy link

AladW commented Mar 29, 2022

Possibly related: aurutils/aurutils#771

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

3 participants