SliTaz SliTaz Forum

You are not logged in.

#1 2017-03-16 01:27:24

fredyfred
Member
Registered: 2016-11-30
Posts: 73

tupi 2D animator wont run - using slitaz 5.0

nothing appears when I click on the tupi 2D animation icon. With 'applications-run' nothing appears.  At the Sakura cli I get:

$ tupi

/bin/sh: tupi: not found

With File Manager if I click on the tupi icon at: menu://applications/Graphics

an error message 'Failed to execute child process "/usr/bin/tupi" (No such file or directory)' appears.

However in '/usr/bin' there are two Tupi files: tupi - a shell script and tupi.bin - unknown.

Tried a forced install...but still no go. This occurs on both my PCs.

Any help/suggestions please?

Offline

#2 2017-03-17 02:49:44

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: tupi 2D animator wont run - using slitaz 5.0

Tupi installs and runs on my slitaz-5.0 full install.

[attachment=44369,2467]

Offline

#3 2017-03-18 02:34:23

fredyfred
Member
Registered: 2016-11-30
Posts: 73

Re: tupi 2D animator wont run - using slitaz 5.0

Ta mojo.

seems theres a prob at my end then.

one site mentions a possible prob with finding bash due to the $PATH varable.

At the cli if you type in 'bash' - do you get this:

$ bash

/bin/sh: bash: not found

Offline

#4 2017-03-18 02:48:48

fredyfred
Member
Registered: 2016-11-30
Posts: 73

Re: tupi 2D animator wont run - using slitaz 5.0

..and if I try 'echo $PATH' get:

$ echo $PATH

/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/sbin:/usr/local/bin

..not sure if sub directories are included in /bin/ or it needs /bin/sh -????

Offline

#5 2017-03-18 03:27:37

fredyfred
Member
Registered: 2016-11-30
Posts: 73

Re: tupi 2D animator wont run - using slitaz 5.0

oops ..think I must be off track here.. maybe do a fresh re- of slitaz and start over.

Offline

#6 2017-03-19 03:54:35

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: tupi 2D animator wont run - using slitaz 5.0

The script /usr/bin/tupi has #!/bin/bash

Slitaz core use /bin/sh linked to busybox as it's shell.

Tupi started on my system because I have bash installed to satisfy other package dependencies.

This was fixed 2 days ago: http://hg.slitaz.org/wok/rev/7ebadfdd02af

--- a/tupi/receipt    Wed Mar 15 17:30:45 2017 +0100

+++ b/tupi/receipt    Thu Mar 16 08:34:24 2017 +0100

  @@ -29,4 +29,5 @@

  cp -a $install/usr/bin $fs/usr

  cp -a $install/usr/lib/tupi $fs/usr/lib

  cp -a $install/usr/share/tupi $fs/usr/share

+ sed -i 's|/bin/bash|/bin/sh|' $fs/usr/bin/tupi

  }

Offline

#7 2017-03-20 04:04:53

fredyfred
Member
Registered: 2016-11-30
Posts: 73

Re: tupi 2D animator wont run - using slitaz 5.0

Good show, mojo!!

just finished updates - including one for tupi...and its now working.

thank you!!

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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