Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Misalf on January 24, 2017, 09:19:14 PM

Title: piCore 8.x - ImageMagick.tcz - broken symlinks to "magick"
Post by: Misalf on January 24, 2017, 09:19:14 PM
Code: [Select]
$ \ls -lL /tmp/tcloop/ImageMagick/usr/local/bin/
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/animate': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/compare': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/composite': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/conjure': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/convert': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/display': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/identify': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/import': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/mogrify': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/montage': No such file or directory
ls: cannot access '/tmp/tcloop/ImageMagick/usr/local/bin/stream': No such file or directory
total 5
-rwxr-xr-x 1 root root 1267 Sep  7 15:58 Magick++-config
-rwxr-xr-x 1 root root 1435 Sep  7 15:58 MagickCore-config
-rwxr-xr-x 1 root root 1481 Sep  7 15:58 MagickWand-config
l????????? ? ?    ?       ?            ? animate
l????????? ? ?    ?       ?            ? compare
l????????? ? ?    ?       ?            ? composite
l????????? ? ?    ?       ?            ? conjure
l????????? ? ?    ?       ?            ? convert
l????????? ? ?    ?       ?            ? display
l????????? ? ?    ?       ?            ? identify
l????????? ? ?    ?       ?            ? import
l????????? ? ?    ?       ?            ? mogrify
l????????? ? ?    ?       ?            ? montage
l????????? ? ?    ?       ?            ? stream

Code: [Select]
$ \ls -l /tmp/tcloop/ImageMagick/usr/local/bin/
total 5
-rwxr-xr-x 1 root root 1267 Sep  7 15:58 Magick++-config
-rwxr-xr-x 1 root root 1435 Sep  7 15:58 MagickCore-config
-rwxr-xr-x 1 root root 1481 Sep  7 15:58 MagickWand-config
lrwxrwxrwx 1 root root    6 Sep  7 15:58 animate -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 compare -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 composite -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 conjure -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 convert -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 display -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 identify -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 import -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 mogrify -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 montage -> magick
lrwxrwxrwx 1 root root    6 Sep  7 15:58 stream -> magick

the  magick  command is not provided by  ImageMagick.tcz .
Title: Re: piCore 8.x - ImageMagick.tcz - broken symlinks to "magick"
Post by: bmarkus on January 25, 2017, 01:19:50 AM
Thanks for reporting.

Repo updated, rolled back to 6.9.7-5 Please try.