SliTaz SliTaz Forum

You are not logged in.

#1 2019-12-26 08:36:32

rahul
Member
Registered: 2019-12-26
Posts: 4

tazpkg convert fails for 64 bit

Hi everyone,

I tried tazpkg convert for google chrome .deb & the error said-

amd64 (i386 expected)

I wanted to use chrome to dictate notes in google docs, which unfortunately only chrome browser seems capable of.

I tried it on slitaz 64, so is tazpkg convert for 64 bit packages not supported currently?

Thanks.

Offline

#2 2019-12-26 14:51:16

rahul
Member
Registered: 2019-12-26
Posts: 4

Re: tazpkg convert fails for 64 bit

.rpm converts but .deb won't which is weird

And it installs fine, but won't launch

Failed to execute child process "/usr/bin/google-chrome-stable" (No such file or directory)

Any idea what's going on?

I am a noob so forgive me.

Offline

#3 2019-12-26 15:34:12

Erkan_Yilmaz
Member
Registered: 2014-12-18
Posts: 78

Re: tazpkg convert fails for 64 bit

Hi Rahul,

I have currently no 64bit with UI, but after converting the rpm

I can see the binary is here:

/opt/google/chrome/chrome --help

Can you try if this works for you?

Erkan YILMAZ

http://people.slitaz.org/~eyilmaz/blog/index.html

Offline

#4 2019-12-27 15:41:52

rahul
Member
Registered: 2019-12-26
Posts: 4

Re: tazpkg convert fails for 64 bit

Hello Erkan,

Thank you for your help.

unfortunately I hit a dead end at /opt/google/chrome & I don't seen chrome --help

not in the converted package or installed system files

I am new to Linux. Am I missing something?

I appreciate your help & thanks for bearing with me.

Offline

#5 2019-12-29 15:50:27

Erkan_Yilmaz
Member
Registered: 2014-12-18
Posts: 78

Re: tazpkg convert fails for 64 bit

Hi rahul,

see the pic how it is for me

Erkan YILMAZ

http://people.slitaz.org/~eyilmaz/blog/index.html

Offline

#6 2019-12-29 15:51:59

Erkan_Yilmaz
Member
Registered: 2014-12-18
Posts: 78

Re: tazpkg convert fails for 64 bit

https://i.imgur.com/HHp0eg2.jpg

Offline

#7 2019-12-30 09:49:11

lexeii
Administrator
Registered: 2012-03-21
Posts: 1,853

Re: tazpkg convert fails for 64 bit

Hi Erkan,

If you see the file, but executing it returns the error "not found", examine the file: probably it is script, but Linux can't find interpreter to run this script, described in the first line.

/opt/google/chrome/google-chrome is a BASH script, and it required BASH installed. Two options possible:

1. Install BASH

2. Change "#!/bin/bash" into "#!/bin/sh" in the first line, as well as change all the BASHisms to be executed with the plain Busybox's /bin/sh interpreter.

I think, installing BASH is simpler than re-writing the script after each Google Chrome update.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]