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

Not possible to install on Manjaro via Add/Remove Software #32

Open
vawaver opened this issue Feb 15, 2022 · 2 comments
Open

Not possible to install on Manjaro via Add/Remove Software #32

vawaver opened this issue Feb 15, 2022 · 2 comments

Comments

@vawaver
Copy link

vawaver commented Feb 15, 2022

When I try to install via Add/Remove Software on Manjaro it is not possible.
I found the log
`Preparing...
Cloning conky-manager2-git build files...
Generating conky-manager2-git information...
Checking conky-manager2-git dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building conky-manager2-git...
==> Making package: conky-manager2-git 2.7-3 (Ut 15. február 2022, 16:49:46)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating conky-manager2-git git repo...
Fetching origin
-> Found conky-manager2-git.install
-> Found perm.patch
==> Validating source files with sha1sums...
conky-manager2-git ... Skipped
conky-manager2-git.install ... Passed
perm.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of conky-manager2-git git repo...
Cloning into 'conky-manager2-git'...
done.
==> Starting prepare()...
patching file src/makefile
Hunk #1 FAILED at 29.
1 out of 1 hunk FAILED -- saving rejects to file src/makefile.rej
==> ERROR: A failure occurred in prepare().
Aborting...`

Is it possible to fix it?
Thank you.

@zcot
Copy link
Owner

zcot commented Feb 17, 2022

I do not know who is responsible for this Add/Remove Software entry. There is some other 3rd party action going on. Maybe this is from AUR, maybe from some custom script related to Manjaro, I do not know.

The line says:

==> Starting prepare()...
patching file src/makefile
Hunk https://github.com/zcot/conky-manager2/pull/1 FAILED at 29.

There must be some patch that was created and the problem might be there, I do not know about any patches. I do not participate with any AUR or Manjaro activity.

I am not sure you can not just simply install the program as mentioned in this installation guide. I just ran a test using Manjaro Xfce and more or less followed the guide on this repository. I used other commands but it worked out fine:
dependencies:
pamac install vala gcc make
build the program, and install:

git clone https://github.com/zcot/conky-manager2.git
cd conky-manager2
make
sudo make install

@TinMan1325
Copy link

I do not know who is responsible for this Add/Remove Software entry. There is some other 3rd party action going on. Maybe this is from AUR, maybe from some custom script related to Manjaro, I do not know.

The line says:

==> Starting prepare()...
patching file src/makefile
Hunk https://github.com/zcot/conky-manager2/pull/1 FAILED at 29.

There must be some patch that was created and the problem might be there, I do not know about any patches. I do not participate with any AUR or Manjaro activity.

I am not sure you can not just simply install the program as mentioned in this installation guide. I just ran a test using Manjaro Xfce and more or less followed the guide on this repository. I used other commands but it worked out fine: dependencies: pamac install vala gcc make build the program, and install:

git clone https://github.com/zcot/conky-manager2.git
cd conky-manager2
make
sudo make install

Thank you, this worked

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