You are not logged in.

#1 2022-12-17 08:53:52

rezad
Member
Registered: 2014-09-17
Posts: 177

pikaman.py error for pikaur installation.

I am getting this error when I want to makepkg from aur the pikaur package.

https://github.com/actionless/pikaur/issues/682

==> Removing existing $pkgdir/ directory...
==> Starting build()...
make: which: No such file or directory
# find pikaur -type f -name '*.py' -not -name 'argparse.py' \
        #
./maintenance_scripts/pikaman.py README.md pikaur.1
make: ./maintenance_scripts/pikaman.py: Permission denied
make: *** [Makefile:41: pikaur.1] Error 127
make: *** Waiting for unfinished jobs....
find pikaur -type f -name '*.py' \
        | xargs xgettext --language=python --add-comments --sort-output \
                --default-domain=pikaur --from-code=UTF-8 \
                --keyword='translate' --keyword='translate_many:1,2' \
                --output=locale/pikaur.pot
==> ERROR: A failure occurred in build().
    Aborting...

I thought it was the new pikaur version error but I tried to install the older versions , going back to even 1.11, and the error is still there.
something in python or arhchlinux has changed that causes this?

weirdly this doesnt happen with my armv7 device and only with x64 device.

Offline

#2 2022-12-17 11:13:38

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,788
Website

Re: pikaman.py error for pikaur installation.

Mod note: moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2022-12-17 11:40:02

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: pikaman.py error for pikaur installation.

Where are you trying to build? What filesystem?

Offline

#4 2022-12-17 12:32:37

rezad
Member
Registered: 2014-09-17
Posts: 177

Re: pikaman.py error for pikaur installation.

I am trying to build  pikaur.
I cant do it with either of  aur buildpkg nor from github source.
my filesystem is ext4.

in pikaur girhub page , the answer is that it is not pikaru fault. and I can kinda agree that change in python or maybe something else causes this to happen for me and some other people even for older versions of pikaur , that did compile before.

Last edited by rezad (2022-12-17 12:34:29)

Offline

#5 2022-12-17 12:40:00

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: pikaman.py error for pikaur installation.

You seem stuck on the idea that it's an Arch issue. It's not, it's a local issue for you.

You only answered one of my questions.

Edit: how do you not have which? It's part of base-devel, which is *required* for building packages.

Last edited by Scimmia (2022-12-17 12:42:28)

Offline

#6 2022-12-17 13:14:42

rezad
Member
Registered: 2014-09-17
Posts: 177

Re: pikaman.py error for pikaur installation.

Scimmia wrote:

You seem stuck on the idea that it's an Arch issue. It's not, it's a local issue for you.

You only answered one of my questions.

Edit: how do you not have which? It's part of base-devel, which is *required* for building packages.

I have which.
as reported in that github issue the other guy  also has similar issue.
I didnt say it is archlinux issue.
but, it is an issue with compiling a software on arch that maintainer of that app says doesnt accept as its fault.
I am just trying to use pikaur. and I cant.

Offline

#7 2022-12-17 13:18:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: pikaman.py error for pikaur installation.

Oh? And what does `pacman -Qi which` say?

Last edited by Scimmia (2022-12-17 13:19:49)

Offline

#8 2022-12-17 15:06:47

rezad
Member
Registered: 2014-09-17
Posts: 177

Re: pikaman.py error for pikaur installation.

Scimmia wrote:

Oh? And what does `pacman -Qi which` say?

holly sh...t.
I just ran which command and didnt see an error and assumed I had it.

feel free to hate me.

Offline

#9 2022-12-17 15:42:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: pikaman.py error for pikaur installation.

Offline

Board footer

Powered by FluxBB