Isuue with electron24 AUR

Hello!! I am having Problems with electron24:

0:05:00] Still working on:
[0:05:00]   src/third_party/electron_node

[0:05:10] Still working on:
[0:05:10]   src/third_party/electron_node

[0:05:20] Still working on:
[0:05:20]   src/third_party/electron_node

[0:05:30] Still working on:
[0:05:30]   src/third_party/electron_node

[0:05:40] Still working on:
[0:05:40]   src/third_party/electron_node

[0:05:50] Still working on:
[0:05:50]   src/third_party/electron_node

[0:06:00] Still working on:
[0:06:00]   src/third_party/electron_node

[0:06:10] Still working on:
[0:06:10]   src/third_party/electron_node

[0:06:12] Still working on:
[0:06:12]   src/third_party/electron_node
Syncing projects: 100% (7/7), done.                                            
/home/euki/.cache/yay/electron24/PKGBUILD: Zeile 182: patch: Kommando nicht gefunden.
==> FEHLER: Ein Fehler geschah in prepare().
    Breche ab...
 -> error making: electron24

What can I do???


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

sudo pacman -S base-devel
1 Like

Thank you
I did sudo pacman -S base-devel
and tried to upgrade it again… same result
what’s wrong?

what is written in line 182 ?
it’s worth that you open a own thread for it.

Just FYI:

Open a separate topic.

1 Like

ok
I got it
I will open a new thead Thank You

Hello,
I have an issue with electron24

0:04:50] Still working on:
[0:04:50]   src/third_party/electron_node

[0:05:00] Still working on:
[0:05:00]   src/third_party/electron_node

[0:05:10] Still working on:
[0:05:10]   src/third_party/electron_node

[0:05:20] Still working on:
[0:05:20]   src/third_party/electron_node

[0:05:30] Still working on:
[0:05:30]   src/third_party/electron_node

[0:05:40] Still working on:
[0:05:40]   src/third_party/electron_node

[0:05:40] Still working on:
[0:05:40]   src/third_party/electron_node
Syncing projects: 100% (7/7), done.                                            
patching file patches/chromium/feat_add_data_parameter_to_processsingleton.patch
patching file shell/browser/api/electron_api_app.cc
Hunk #1 succeeded at 512 (offset -11 lines).
Hunk #2 succeeded at 1091 (offset -11 lines).
patching file shell/browser/api/electron_api_app.h
Running hooks...
/home/euki/.cache/yay/electron24/PKGBUILD: Zeile 187: src/build/landmines.py: Datei oder Verzeichnis nicht gefunden
==> FEHLER: Ein Fehler geschah in prepare().
    Breche ab...
 -> error making: electron24

how do I find what is on line 187?

Thank You


Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

/usr/bin/patch was missing because @chicho1704 didn’t have base-devel installed.

How do I find what is written in line 182? Now it’s line 187

0:05:40] Still working on:
[0:05:40]   src/third_party/electron_node

[0:05:40] Still working on:
[0:05:40]   src/third_party/electron_node
Syncing projects: 100% (7/7), done.                                            
patching file patches/chromium/feat_add_data_parameter_to_processsingleton.patch
patching file shell/browser/api/electron_api_app.cc
Hunk #1 succeeded at 512 (offset -11 lines).
Hunk #2 succeeded at 1091 (offset -11 lines).
patching file shell/browser/api/electron_api_app.h
Running hooks...
/home/euki/.cache/yay/electron24/PKGBUILD: Zeile 187: src/build/landmines.py: Datei oder Verzeichnis nicht gefunden
==> FEHLER: Ein Fehler geschah in prepare().
    Breche ab...
 -> error making: electron24

I did install sudo pacman -S base-devel

Open the PKGBUILD in an editor and look at the line numbers. Either way, this is AUR stuff and doesn’t belong on this thread. As you’ve been told already, open a new thread.

Hint: Prefix your command with LANG=C, so that your error messages will be in English.

Thank you I already have… Thank You

It’s telling you that. :point_down:

It cannot find the file. In other words, the PKGBUILD is broken, possibly due to the package no longer being maintained.

Oh…OK a real issue
Thank you
But what can be done here?

1 Like

Either find a fix yourself or ask maintainer. Btw, you should always read AUR comments before commenting here. Because same thing was already mentioned there 3 times.

1 Like

Sorry for that… Thank You

some simple search from your own is helpful !

2 Likes

Contact the maintainer and let them know that the package won’t build due to missing files/directories. As you can see here — scroll down a bit — others have reported the issue as well.

This here is the content of the PKGBUILD. As you can see, line 187 corresponds to the error message you’re getting, which is that the file landmines.py cannot be found, and apparently there’s another missing file as well, starch.py.

1 Like

Thank You Very Much!!
I have just deleted electron24, without damaging any dependencies…
Thank You!!!

1 Like

No need to compile if you don’t need that specific version.
There is a binary version as well, not 24.8.8-4 but 24.8.8-2

AUR (en) - Packages

2 Likes

That’s exactly what I did… Thank You!!