LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Skype 2.1 for Slackware 64 bit.. how? (https://www.linuxquestions.org/questions/slackware-14/skype-2-1-for-slackware-64-bit-how-872235/)

drfrostbyte 03-31-2011 04:00 PM

Skype 2.1 for Slackware 64 bit.. how?
 
The dynamic static package on skype is a 32 bit package, how can I get this to run with my 64 bit system?

Daedra 03-31-2011 04:03 PM

you need to install Alien Bob's Multilib Packages to run 32bit programs.
http://alien.slackbook.org/dokuwiki/...kware:multilib

drfrostbyte 04-03-2011 09:28 PM

After I upgrade the packages, I don't have a slackcd so what do I do now.. It doesn't really make much sense with the directory, where should this new directory be?

http://alien.slackbook.org/dokuwiki/...are:multilib&s[]=skype

Daedra 04-03-2011 10:10 PM

Well Alien Bob is a core slackware team developer so as long as you follow his instructions then you should have no problem. A very quick and dirty way of adding 32bit required packages is to use wget and pkgtools. If you issue this command in a directory as root

wget -r -np -nd --accept=*.t?z http://connie.slackware.com/~alien/multilib/13.1/

This would dump all the packages into said directory, then you could just issue

upgradepkg --reinstall --install-new *.t?z

I wouldn't do this in X. I would just follow Alien Bob's guide but the above should work. Once you have 32bit installed you can just go to www.slackbuilds.org and use the skype package they provide and you should be good to go.

Also unless you have some specific need for 64bit why not just go to 32bit Slackware until your more comfortable with using it?

drfrostbyte 04-03-2011 10:17 PM

No the part of the guide I'm at isn't making sense, it says to make a new directory but doesn't specify where, and the massconvert32.sh -i /home/ftp/pub/slackware/slackware-13.0/slackware/ command doesn't work

You must have a 32-bit Slackware package tree available. Those who bought an official Slackware 13.0 DVD can simply use that DVD: it is dual-sided and 32bit Slackware is on one of the sides. For the sake of this example I will assume that you have a local 32bit Slackware directory tree available at ”/home/ftp/pub/slackware/slackware-13.0/slackware/”.
There should be sub-directories called 'a', 'ap', 'd', 'l', 'n', 'x' immediately below this directory. (If you have mounted a Slackware DVD, your directory will probably be ”/media/SlackDVD/slackware/” but I will not use that in the example commands below).

Daedra 04-03-2011 10:51 PM

You are correct, just use the disc if you have one. Then simply use

massconvert32.sh -i /<pathtodisk>/slackware

That will make all the packages you need.

phenixia2003 04-04-2011 04:13 AM

Hello,

Quote:

Originally Posted by drfrostbyte (Post 4312950)
No the part of the guide I'm at isn't making sense, it says to make a new directory but doesn't specify where, and the massconvert32.sh -i /home/ftp/pub/slackware/slackware-13.0/slackware/ command doesn't work

As it seems you're using Slackware-13.1, you should pay attention to install the multilib for 13.1 and not the one for 13.0, otherwise you could break important things.

Quote:

Originally Posted by drfrostbyte (Post 4312950)
You must have a 32-bit Slackware package tree available. Those who bought an official Slackware 13.0 DVD can simply use that DVD: it is dual-sided and 32bit Slackware is on one of the sides. For the sake of this example I will assume that you have a local 32bit Slackware directory tree available at ”/home/ftp/pub/slackware/slackware-13.0/slackware/”.
There should be sub-directories called 'a', 'ap', 'd', 'l', 'n', 'x' immediately below this directory. (If you have mounted a Slackware DVD, your directory will probably be ”/media/SlackDVD/slackware/” but I will not use that in the example commands below).

As you don't have a slackware-cd, you can specify the URL of a slackware mirror using the parameter -u of massconvert32.sh (since 13.1) as below :

Code:

  $ massconvert32.sh -u ftp://mirrors.kernel.org/slackware/slackware-13.1/slackware
Alternatively, you can use the tools I wrote (ie multilibpkg and compat32pkg) to manage (install, check for updates, upgrade, and uninstall)
the multilib. You can look at this recent post for a synthesis about that.

Cheers.

--
SeB

drfrostbyte 04-04-2011 03:00 PM

is this okay?

Code:

bash-4.1# massconvert32.sh -u ftp://mirrors.kernel.org/slackware/slackware-13.1
***
*** Starting the conversion process:
*** 'A' series:
--- Downloading 'a/bzip2'...
mget: a/bzip2-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/a/bzip2-*.t?z: No such file or directory
*** FAIL: package 'bzip2' was not found!
--- Downloading 'a/cups'...
mget: a/cups-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/a/cups-*.t?z: No such file or directory
*** FAIL: package 'cups' was not found!
--- Downloading 'a/cxxlibs'...
mget: a/cxxlibs-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/a/cxxlibs-*.t?z: No such file or directory
*** FAIL: package 'cxxlibs' was not found!
--- Downloading 'a/dbus'...
mget: a/dbus-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/a/dbus-*.t?z: No such file or directory
*** FAIL: package 'dbus' was not found!
--- Downloading 'a/e2fsprogs'...
mget: a/e2fsprogs-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/a/e2fsprogs-*.t?z: No such file or directory
*** FAIL: package 'e2fsprogs' was not found!
--- Downloading 'a/openssl-solibs'...
mget: a/openssl-solibs-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/a/openssl-solibs-*.t?z: No such file or directory
*** FAIL: package 'openssl-solibs' was not found!
--- Downloading 'a/util-linux-ng'...
mget: a/util-linux-ng-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/a/util-linux-ng-*.t?z: No such file or directory
*** FAIL: package 'util-linux-ng' was not found!
*** 'AP' series:
--- Downloading 'ap/mpg123'...
mget: ap/mpg123-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/ap/mpg123-*.t?z: No such file or directory
*** FAIL: package 'mpg123' was not found!
--- Downloading 'ap/mysql'...
mget: ap/mysql-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/ap/mysql-*.t?z: No such file or directory
*** FAIL: package 'mysql' was not found!
*** 'D' series:
--- Downloading 'd/libtool'...
mget: d/libtool-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/d/libtool-*.t?z: No such file or directory
*** FAIL: package 'libtool' was not found!
*** 'L' series:
--- Downloading 'l/alsa-lib'...
mget: l/alsa-lib-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/alsa-lib-*.t?z: No such file or directory
*** FAIL: package 'alsa-lib' was not found!
--- Downloading 'l/alsa-oss'...
mget: l/alsa-oss-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/alsa-oss-*.t?z: No such file or directory
*** FAIL: package 'alsa-oss' was not found!
--- Downloading 'l/atk'...
mget: l/atk-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/atk-*.t?z: No such file or directory
*** FAIL: package 'atk' was not found!
--- Downloading 'l/audiofile'...
mget: l/audiofile-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/l/audiofile-*.t?z: No such file or directory
*** FAIL: package 'audiofile' was not found!
--- Downloading 'l/cairo'...
mget: l/cairo-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/cairo-*.t?z: No such file or directory
*** FAIL: package 'cairo' was not found!
--- Downloading 'l/dbus-glib'...
mget: l/dbus-glib-*.t?z: Access failed: 550 Failed to change directory.
ls: cannot access /tmp/alienBOB/l/dbus-glib-*.t?z: No such file or directory
*** FAIL: package 'dbus-glib' was not found!
--- Downloading 'l/esound'...
mget: l/esound-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/esound-*.t?z: No such file or directory
*** FAIL: package 'esound' was not found!
--- Downloading 'l/expat'...
mget: l/expat-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/expat-*.t?z: No such file or directory
*** FAIL: package 'expat' was not found!
--- Downloading 'l/freetype'...
mget: l/freetype-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/freetype-*.t?z: No such file or directory
*** FAIL: package 'freetype' was not found!
--- Downloading 'l/gamin'...
mget: l/gamin-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/gamin-*.t?z: No such file or directory
*** FAIL: package 'gamin' was not found!
--- Downloading 'l/glib2'...
mget: l/glib2-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/glib2-*.t?z: No such file or directory
*** FAIL: package 'glib2' was not found!
--- Downloading 'l/gtk+2'...
mget: l/gtk+2-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/gtk+2-*.t?z: No such file or directory
*** FAIL: package 'gtk+2' was not found!
--- Downloading 'l/hal'...
mget: l/hal-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/hal-*.t?z: No such file or directory
*** FAIL: package 'hal' was not found!
--- Downloading 'l/jasper'...
mget: l/jasper-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/jasper-*.t?z: No such file or directory
*** FAIL: package 'jasper' was not found!
--- Downloading 'l/lcms'...
mget: l/lcms-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/lcms-*.t?z: No such file or directory
*** FAIL: package 'lcms' was not found!
--- Downloading 'l/libart_lgpl'...
mget: l/libart_lgpl-*.t?z: Access failed: 550 Failed to change directory.       
ls: cannot access /tmp/alienBOB/l/libart_lgpl-*.t?z: No such file or directory
*** FAIL: package 'libart_lgpl' was not found!
--- Downloading 'l/libexif'...
mget: l/libexif-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/libexif-*.t?z: No such file or directory
*** FAIL: package 'libexif' was not found!
--- Downloading 'l/libgphoto2'...
mget: l/libgphoto2-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/l/libgphoto2-*.t?z: No such file or directory
*** FAIL: package 'libgphoto2' was not found!
--- Downloading 'l/libjpeg'...
mget: l/libjpeg-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/libjpeg-*.t?z: No such file or directory
*** FAIL: package 'libjpeg' was not found!
--- Downloading 'l/libidn'...
mget: l/libidn-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/libidn-*.t?z: No such file or directory
*** FAIL: package 'libidn' was not found!
--- Downloading 'l/libmng'...
mget: l/libmng-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/libmng-*.t?z: No such file or directory
*** FAIL: package 'libmng' was not found!
--- Downloading 'l/libpng'...
mget: l/libpng-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/libpng-*.t?z: No such file or directory
*** FAIL: package 'libpng' was not found!
--- Downloading 'l/libtermcap'...
mget: l/libtermcap-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/l/libtermcap-*.t?z: No such file or directory
*** FAIL: package 'libtermcap' was not found!
--- Downloading 'l/libtiff'...
mget: l/libtiff-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/libtiff-*.t?z: No such file or directory
*** FAIL: package 'libtiff' was not found!
--- Downloading 'l/libxml2'...
mget: l/libxml2-*.t?z: Access failed: 550 Failed to change directory. 
ls: cannot access /tmp/alienBOB/l/libxml2-*.t?z: No such file or directory
*** FAIL: package 'libxml2' was not found!
--- Downloading 'l/libxslt'...
mget: l/libxslt-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/libxslt-*.t?z: No such file or directory
*** FAIL: package 'libxslt' was not found!
--- Downloading 'l/ncurses'...
mget: l/ncurses-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/ncurses-*.t?z: No such file or directory
*** FAIL: package 'ncurses' was not found!
--- Downloading 'l/pango'...
mget: l/pango-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/l/pango-*.t?z: No such file or directory
*** FAIL: package 'pango' was not found!
--- Downloading 'l/popt'...
mget: l/popt-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/popt-*.t?z: No such file or directory
*** FAIL: package 'popt' was not found!
--- Downloading 'l/qt'...
mget: l/qt-*.t?z: Access failed: 550 Failed to change directory.                 
ls: cannot access /tmp/alienBOB/l/qt-*.t?z: No such file or directory
*** FAIL: package 'qt' was not found!
--- Downloading 'l/readline'...
mget: l/readline-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/readline-*.t?z: No such file or directory
*** FAIL: package 'readline' was not found!
--- Downloading 'l/sdl'...
mget: l/sdl-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/sdl-*.t?z: No such file or directory
*** FAIL: package 'sdl' was not found!
--- Downloading 'l/seamonkey-solibs'...
mget: l/seamonkey-solibs-*.t?z: Access failed: 550 Failed to change directory.   
ls: cannot access /tmp/alienBOB/l/seamonkey-solibs-*.t?z: No such file or directory
*** FAIL: package 'seamonkey-solibs' was not found!
--- Downloading 'l/svgalib'...
mget: l/svgalib-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/l/svgalib-*.t?z: No such file or directory
*** FAIL: package 'svgalib' was not found!
--- Downloading 'l/v4l-utils'...
mget: l/v4l-utils-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/l/v4l-utils-*.t?z: No such file or directory
*** FAIL: package 'v4l-utils' was not found!
--- Downloading 'l/zlib'...
mget: l/zlib-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/l/zlib-*.t?z: No such file or directory
*** FAIL: package 'zlib' was not found!
*** 'N' series:
--- Downloading 'n/curl'...
mget: n/curl-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/n/curl-*.t?z: No such file or directory
*** FAIL: package 'curl' was not found!
--- Downloading 'n/cyrus-sasl'...
mget: n/cyrus-sasl-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/n/cyrus-sasl-*.t?z: No such file or directory
*** FAIL: package 'cyrus-sasl' was not found!
--- Downloading 'n/gnutls'...
mget: n/gnutls-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/n/gnutls-*.t?z: No such file or directory
*** FAIL: package 'gnutls' was not found!
--- Downloading 'n/libgcrypt'...
mget: n/libgcrypt-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/n/libgcrypt-*.t?z: No such file or directory
*** FAIL: package 'libgcrypt' was not found!
--- Downloading 'n/libgpg-error'...
mget: n/libgpg-error-*.t?z: Access failed: 550 Failed to change directory.       
ls: cannot access /tmp/alienBOB/n/libgpg-error-*.t?z: No such file or directory
*** FAIL: package 'libgpg-error' was not found!
--- Downloading 'n/openldap-client'...
mget: n/openldap-client-*.t?z: Access failed: 550 Failed to change directory.   
ls: cannot access /tmp/alienBOB/n/openldap-client-*.t?z: No such file or directory
*** FAIL: package 'openldap-client' was not found!
--- Downloading 'n/openssl'...
mget: n/openssl-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/n/openssl-*.t?z: No such file or directory
*** FAIL: package 'openssl' was not found!
*** 'X' series:
--- Downloading 'x/fontconfig'...
mget: x/fontconfig-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/fontconfig-*.t?z: No such file or directory
*** FAIL: package 'fontconfig' was not found!
--- Downloading 'x/glew'...
mget: x/glew-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/x/glew-*.t?z: No such file or directory
*** FAIL: package 'glew' was not found!
--- Downloading 'x/libFS'...
mget: x/libFS-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libFS-*.t?z: No such file or directory
*** FAIL: package 'libFS' was not found!
--- Downloading 'x/libICE'...
mget: x/libICE-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libICE-*.t?z: No such file or directory
*** FAIL: package 'libICE' was not found!
--- Downloading 'x/libSM'...
mget: x/libSM-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libSM-*.t?z: No such file or directory
*** FAIL: package 'libSM' was not found!
--- Downloading 'x/libX11'...
mget: x/libX11-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libX11-*.t?z: No such file or directory
*** FAIL: package 'libX11' was not found!
--- Downloading 'x/libXScrnSaver'...
mget: x/libXScrnSaver-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/x/libXScrnSaver-*.t?z: No such file or directory
*** FAIL: package 'libXScrnSaver' was not found!
--- Downloading 'x/libXTrap'...
mget: x/libXTrap-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXTrap-*.t?z: No such file or directory
*** FAIL: package 'libXTrap' was not found!
--- Downloading 'x/libXau'...
mget: x/libXau-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXau-*.t?z: No such file or directory
*** FAIL: package 'libXau' was not found!
--- Downloading 'x/libXaw'...
mget: x/libXaw-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXaw-*.t?z: No such file or directory
*** FAIL: package 'libXaw' was not found!
--- Downloading 'x/libXcomposite'...
mget: x/libXcomposite-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/x/libXcomposite-*.t?z: No such file or directory
*** FAIL: package 'libXcomposite' was not found!
--- Downloading 'x/libXcursor'...
mget: x/libXcursor-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXcursor-*.t?z: No such file or directory
*** FAIL: package 'libXcursor' was not found!
--- Downloading 'x/libXdamage'...
mget: x/libXdamage-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXdamage-*.t?z: No such file or directory
*** FAIL: package 'libXdamage' was not found!
--- Downloading 'x/libXdmcp'...
mget: x/libXdmcp-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXdmcp-*.t?z: No such file or directory
*** FAIL: package 'libXdmcp' was not found!
--- Downloading 'x/libXevie'...
mget: x/libXevie-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXevie-*.t?z: No such file or directory
*** FAIL: package 'libXevie' was not found!
--- Downloading 'x/libXext'...
mget: x/libXext-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXext-*.t?z: No such file or directory
*** FAIL: package 'libXext' was not found!
--- Downloading 'x/libXfixes'...
mget: x/libXfixes-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXfixes-*.t?z: No such file or directory
*** FAIL: package 'libXfixes' was not found!
--- Downloading 'x/libXfont'...
mget: x/libXfont-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXfont-*.t?z: No such file or directory
*** FAIL: package 'libXfont' was not found!
--- Downloading 'x/libXfontcache'...
mget: x/libXfontcache-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/x/libXfontcache-*.t?z: No such file or directory
*** FAIL: package 'libXfontcache' was not found!
--- Downloading 'x/libXft'...
mget: x/libXft-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXft-*.t?z: No such file or directory
*** FAIL: package 'libXft' was not found!
--- Downloading 'x/libXi'...
mget: x/libXi-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXi-*.t?z: No such file or directory
*** FAIL: package 'libXi' was not found!
--- Downloading 'x/libXinerama'...
mget: x/libXinerama-*.t?z: Access failed: 550 Failed to change directory.       
ls: cannot access /tmp/alienBOB/x/libXinerama-*.t?z: No such file or directory
*** FAIL: package 'libXinerama' was not found!
--- Downloading 'x/libXmu'...
mget: x/libXmu-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXmu-*.t?z: No such file or directory
*** FAIL: package 'libXmu' was not found!
--- Downloading 'x/libXp'...
mget: x/libXp-*.t?z: Access failed: 550 Failed to change directory.   
ls: cannot access /tmp/alienBOB/x/libXp-*.t?z: No such file or directory
*** FAIL: package 'libXp' was not found!
--- Downloading 'x/libXpm'...
mget: x/libXpm-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXpm-*.t?z: No such file or directory
*** FAIL: package 'libXpm' was not found!
--- Downloading 'x/libXprintUtil'...
mget: x/libXprintUtil-*.t?z: Access failed: 550 Failed to change directory.     
ls: cannot access /tmp/alienBOB/x/libXprintUtil-*.t?z: No such file or directory
*** FAIL: package 'libXprintUtil' was not found!
--- Downloading 'x/libXrandr'...
mget: x/libXrandr-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXrandr-*.t?z: No such file or directory
*** FAIL: package 'libXrandr' was not found!
--- Downloading 'x/libXrender'...
mget: x/libXrender-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXrender-*.t?z: No such file or directory
*** FAIL: package 'libXrender' was not found!
--- Downloading 'x/libXres'...
mget: x/libXres-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXres-*.t?z: No such file or directory
*** FAIL: package 'libXres' was not found!
--- Downloading 'x/libXt'...
mget: x/libXt-*.t?z: Access failed: 550 Failed to change directory.   
ls: cannot access /tmp/alienBOB/x/libXt-*.t?z: No such file or directory
*** FAIL: package 'libXt' was not found!
--- Downloading 'x/libXtst'...
mget: x/libXtst-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXtst-*.t?z: No such file or directory
*** FAIL: package 'libXtst' was not found!
--- Downloading 'x/libXv'...
mget: x/libXv-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libXv-*.t?z: No such file or directory
*** FAIL: package 'libXv' was not found!
--- Downloading 'x/libXvMC'...
mget: x/libXvMC-*.t?z: Access failed: 550 Failed to change directory.           
ls: cannot access /tmp/alienBOB/x/libXvMC-*.t?z: No such file or directory
*** FAIL: package 'libXvMC' was not found!
--- Downloading 'x/libXxf86dga'...
mget: x/libXxf86dga-*.t?z: Access failed: 550 Failed to change directory.       
ls: cannot access /tmp/alienBOB/x/libXxf86dga-*.t?z: No such file or directory
*** FAIL: package 'libXxf86dga' was not found!
--- Downloading 'x/libXxf86misc'...
mget: x/libXxf86misc-*.t?z: Access failed: 550 Failed to change directory.       
ls: cannot access /tmp/alienBOB/x/libXxf86misc-*.t?z: No such file or directory
*** FAIL: package 'libXxf86misc' was not found!
--- Downloading 'x/libXxf86vm'...
mget: x/libXxf86vm-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libXxf86vm-*.t?z: No such file or directory
*** FAIL: package 'libXxf86vm' was not found!
--- Downloading 'x/libdmx'...
mget: x/libdmx-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libdmx-*.t?z: No such file or directory
*** FAIL: package 'libdmx' was not found!
--- Downloading 'x/libdrm'...
mget: x/libdrm-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libdrm-*.t?z: No such file or directory
*** FAIL: package 'libdrm' was not found!
--- Downloading 'x/libfontenc'...
mget: x/libfontenc-*.t?z: Access failed: 550 Failed to change directory.         
ls: cannot access /tmp/alienBOB/x/libfontenc-*.t?z: No such file or directory
*** FAIL: package 'libfontenc' was not found!
--- Downloading 'x/libxcb'...
mget: x/libxcb-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/libxcb-*.t?z: No such file or directory
*** FAIL: package 'libxcb' was not found!
--- Downloading 'x/mesa'...
mget: x/mesa-*.t?z: Access failed: 550 Failed to change directory.               
ls: cannot access /tmp/alienBOB/x/mesa-*.t?z: No such file or directory
*** FAIL: package 'mesa' was not found!
--- Downloading 'x/pixman'...
mget: x/pixman-*.t?z: Access failed: 550 Failed to change directory.             
ls: cannot access /tmp/alienBOB/x/pixman-*.t?z: No such file or directory
*** FAIL: package 'pixman' was not found!
WARNING: packages which were downloaded from 'ftp://mirrors.kernel.org/slackware/slackware-13.1'
have been left in directory '/tmp/alienBOB'.
It is safe to remove these now.


Daedra 04-04-2011 03:29 PM

Your almost there. First download and install the compat32 tools package
http://connie.slackware.com/~alien/m...rch-2alien.tgz

Once downloaded, install using "installpkg compat32-tools-2.0-noarch-2alien.tgz". Once the package is installed then you can use massconvert32.sh. I would use Alien Bob's mirror, its fast. So now do


massconvert32.sh -u http://taper.alienbase.nl/mirrors/sl...3.1/slackware/

When the script is finished you should see a bunch of directories named *-compat32. Now you can install the packages using...

installpkg *-compat32/*.t?z


*NOTE*
I am assuming your using 13.1. If you not then make sure you use the right mirrors for your slackware version.

phenixia2003 04-05-2011 03:53 AM

Hello,

Quote:

Originally Posted by drfrostbyte (Post 4313797)
Code:

bash-4.1# massconvert32.sh -u ftp://mirrors.kernel.org/slackware/slackware-13.1

Sorry, I forgot that massconvert32.sh expects an url that points to the series a,ap,d,l,n,x,xap. So,
the url in my previous post should have been ftp://mirrors.kernel.org/slackware/s...13.1/slackware.


Greetings.

--
SeB


All times are GMT -5. The time now is 03:04 PM.