Re: execlineb's import conflicts with ImageMagick
Guillermo: This is known, see the 'execline-2.3.0.0' section of this announcement: * https://www.skarnet.org/cgi-bin/archive.cgi?2:msp:1687:blbgbjnpebcmhkmelgjd And these: * https://lists.debian.org/debian-user/2017/10/threads.html#00164 * https://lists.debian.org/debian-devel/2017/10/threads.html#00127
Re: execlineb's import conflicts with ImageMagick
On Sun, Oct 22, 2017 at 09:32:30PM +, Charles Duffy wrote: > Given as GraphicsMagick moves "import" to a subcommand ("gm import"), you > might consider using it to avoid any conflict. Thank you for the input. I do not use GraphicsMagick (yet), and I have just tried installing skarnet tools into /usr/bin then I found the conflict as I used --prefix, now I am back to install it directly, later I will switch to slashpackage. I am using this Lisp script to simply install all tools by: install-s6.lisp skalibs-2.6.0.2.tar.gz etc. as all s6 tools are consistent, it simply works. (unless *args* (quit)) (setf files *args*) (defun remove-tar.gz (file) (substring file 0 (search ".tar.gz" file))) (dolist (file files) (let* ((command1 (format nil "tar xf ~A" file)) (command3 (format nil "cd ~A && ./configure && make && make install" (remove-tar.gz file (shell command1) (shell command3))) > > The ImageMagick software has the "import" command > > that is conflicting with "import" from execlineb > > package. > > > > Jean
Re: execlineb's import conflicts with ImageMagick
Alright, thank you, that is solved. On Sun, Oct 22, 2017 at 07:06:13PM -0300, Guillermo wrote: > Hello, > > 2017-10-22 18:01 GMT-03:00 Jean Louis: > > > > The ImageMagick software has the "import" command > > that is conflicting with "import" from execlineb > > package. > > This is known, see the 'execline-2.3.0.0' section of this announcement: > > * https://www.skarnet.org/cgi-bin/archive.cgi?2:msp:1687:blbgbjnpebcmhkmelgjd > > G.
Re: execlineb's import conflicts with ImageMagick
Hello, 2017-10-22 18:01 GMT-03:00 Jean Louis: > > The ImageMagick software has the "import" command > that is conflicting with "import" from execlineb > package. This is known, see the 'execline-2.3.0.0' section of this announcement: * https://www.skarnet.org/cgi-bin/archive.cgi?2:msp:1687:blbgbjnpebcmhkmelgjd G.
Re: execlineb's import conflicts with ImageMagick
Given as GraphicsMagick moves "import" to a subcommand ("gm import"), you might consider using it to avoid any conflict. On Sun, Oct 22, 2017 at 4:12 PM Jean Louis wrote: > The ImageMagick software has the "import" command > that is conflicting with "import" from execlineb > package. > > Jean >