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

"Error: exit status 1" when exporting a binary #73

Closed
mattjschmidt opened this issue Jan 17, 2023 · 2 comments
Closed

"Error: exit status 1" when exporting a binary #73

mattjschmidt opened this issue Jan 17, 2023 · 2 comments

Comments

@mattjschmidt
Copy link

mattjschmidt commented Jan 17, 2023

apx version 1.4.1-2

Repro steps:

  1. Create fresh aur container (apx init --aur)
  2. Install the necessary packages to be able to build packages inside the aur container (sudo pacman -S --needed git base-devel)
  3. Install gotop from the aur (apx install --aur gotop)
  4. Try to export gotop (apx export --aur --bin gotop)

Expected Result:
I can either run gotop using a desktop shortcut or via terminal (apx run gotop)

Actual Result:
The following is printed in console and neither shortcuts are available to gotop: "Error: exit status 1"

Screenshot from 2023-01-16 23-22-52

@matbme
Copy link
Member

matbme commented Jan 31, 2023

This should have been fixed by #80, could you update and check whether the issue still happens?

@mattjschmidt
Copy link
Author

After the update, this is fixed! Thank you!

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