You are not logged in.

#1 2008-12-08 15:18:11

LonelyStar
Member
Registered: 2007-12-09
Posts: 123

Problems executing haxe

Hi,

I have a very strange problem with the haxe compiler.
I installed it from AUR using yaourt (yaourt haxe).

Now I type haxe, and get:

> haxe
bash: /usr/bin/haxe: No such file or directory

I tried the following:

> ls -l /usr/bin/haxe
-rwxr-xr-x 1 root root 1407780 2008-12-08 16:14 /usr/bin/haxe

Why does bash tell me, it can not find /usr/bin/haxe?

Thanks!
Nathan

Offline

#2 2023-09-11 14:01:56

ixywas
Member
Registered: 2023-09-01
Posts: 5

Re: Problems executing haxe

i think your /usr is in $PATH check that out

Offline

#3 2023-09-11 14:44:40

Ferdinand
Member
From: Norway
Registered: 2020-01-02
Posts: 331

Re: Problems executing haxe

Uhm... I think haxe is in extra; there's no haxe in AUR.

But it sure looks weird, I agree.
Are you properly updated?

Maybe try reinstalling it?

$ sudo pacman -Rn haxe
$ sudo pacman -Syu haxe

Edit: Need to be root to run those commands tongue

Last edited by Ferdinand (2023-09-11 14:54:38)

Offline

#4 2023-09-11 15:13:15

seth
Member
Registered: 2012-09-03
Posts: 51,056

Re: Problems executing haxe

bash uses that error a bit misleadingly, the file exists and it has permissions to be executed, but look at the timestamp!
It's most likely corrupted and not an elf binary.

pacman -Qikk haxe

And then just re-install it.

Offline

#5 2023-09-11 15:24:36

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: Problems executing haxe

seth wrote:

but look at the timestamp!

of this thread

a haxe-related necrobumping spree or smth

Offline

#6 2023-09-11 15:38:37

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: Problems executing haxe

Closing this ancient thread. ixywas, please do not necrobump.

Offline

Board footer

Powered by FluxBB