deb2xzm: /usr/bin/ar not found

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

deb2xzm: /usr/bin/ar not found

Post#1 by Rava » 16 Sep 2011, 06:07

I tried to convert a deb file to xzm since I could not find any version of that program for slackware x86_64...

But deb2xzm fails with this error:

Code: Select all

/usr/bin/deb2xzm: line 16: /usr/bin/ar: Datei oder Verzeichnis nicht gefunden
Module creation failed!
"Datei oder Verzeichnis nicht gefunden" means "File or Folder not found"...

I tried to download a ar for x86_64 but to no prevail.

I looked into the modules if there is any hit towards ar and only found this

Code: Select all

004-kde.xzm/usr/share/locale/l10n/ar
Seems the locale exists but not the program itself. Also no "man ar"
Cheers!
Yours Rava

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: deb2xzm: /usr/bin/ar not found

Post#2 by Hamza » 16 Sep 2011, 19:55

You tried to use a 32bit version on 64bit environment. So, it is not possible without compat32lib.

You can use the compat32_mutlilib for x86_64 environment.

The multilib is not available on Official Repository.
You can use my own version

This version is not supported by the Porteus Team.
This version of compat32libs is NOT an official module for Porteus.

Enjoy ;)
NjVFQzY2Rg==

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: deb2xzm: /usr/bin/ar not found

Post#3 by fanthom » 16 Sep 2011, 20:30

@Rava
'ar' is a part of binutils package and is available in Porteus by default.
make sure that other modules (or changes) are not overwriting it.
go to /mnt/live/memory/images and run "find -name ar" - show us the result.

Cheers
Please add [Solved] to your thread title if the solution was found.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: deb2xzm: /usr/bin/ar not found

Post#4 by Rava » 17 Sep 2011, 19:20

Code: Select all

root@porteus:/mnt/live/memory/images# find -name ar ./004-kde.xzm/usr/share/locale/l10n/ar
./002-xorg.xzm/usr/share/rdesktop/keymaps/ar
Hmmm I don't find the ar executable...

Code: Select all

root@porteus:/mnt/live/memory/images# uname -a
Linux porteus 2.6.38.5-porteus #1 SMP PREEMPT Thu May 5 00:16:25 UTC 2011 x86_64 Intel(R) Pentium(R) D  CPU 2.66GHz GenuineIntel GNU/Linux
It it not the finale I use? ???
Cheers!
Yours Rava

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: deb2xzm: /usr/bin/ar not found

Post#5 by fanthom » 18 Sep 2011, 01:08

@Rava
you need to have 005-devel module activated as it contains binutils package (ar utility).
It it not the finale I use? ???
looks like one of the rc's to me :)
Please add [Solved] to your thread title if the solution was found.

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Re: deb2xzm: /usr/bin/ar not found

Post#6 by Rava » 18 Sep 2011, 18:04

fanthom wrote:@Rava
you need to have 005-devel module activated as it contains binutils package (ar utility).
Ahhhh then I will extract the ar, since it is needed once in a while, and put it into one of my own modules...

But when ar is in devel only, why are the kde files in the other modules, then?
Or was that a now fixed bug with the rc version?

....

And yes, since I heavily tweak my Porteus, the one most used is still RC2... since that's the one with everything working for me, and I ran into some issues using the finale...

*sigh* That's what you get when you want your OS do it like you say. :D
Cheers!
Yours Rava

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: deb2xzm: /usr/bin/ar not found

Post#7 by fanthom » 18 Sep 2011, 19:48

But when ar is in devel only, why are the kde files in the other modules, then?
i guess it's arabic localization files and keymap.
Please add [Solved] to your thread title if the solution was found.

Post Reply