Hi, I'm getting the following error when I attempt to execute the install script on Ubuntu 12.04 LTS:
./installUnix64 It turns out that this file is empty. Thus, no output is generated by the script. Then, I try the following:
$ ./installUnix ./installUnix: 49: exec: vw7.8.1nc/bin/linux86/visual: Permission denied Next, the documentation say to execute the following:
vw7.8nc/Install_Uninstall Is there an updated script/documentation which provides instructions for a clean install?
-Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I just looked at the ISOs for 7.8.1, and none of them has an empty
installUnix64 file. Are you mounting the ISO file, or is that a burned CD? If you're mounting, exactly what filesystem type does Ubuntu think the ISO file contains? On 5/7/2012 11:40 AM, Conrad Taylor wrote: > Hi, I'm getting the following error when I attempt to execute the > install script on Ubuntu 12.04 LTS: > > ./installUnix64 > > It turns out that this file is empty. Thus, no output is generated by > the script. Then, I try the following: > > $ ./installUnix > > ./installUnix: 49: exec: vw7.8.1nc/bin/linux86/visual: Permission denied > > Next, the documentation say to execute the following: > > vw7.8nc/Install_Uninstall > > Is there an updated script/documentation which provides instructions for > a clean install? > > -Conrad > > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Mon, May 7, 2012 at 12:47 PM, Andres Valloud <[hidden email]> wrote: I just looked at the ISOs for 7.8.1, and none of them has an empty Andres, I'm seeing the following on the Ubuntu system: /dev/sda1 * 2048 37797887 18897920 83 Linux
/dev/sda2 37799934 41940991 2070529 5 Extended /dev/sda5 37799936 41940991 2070528 82 Linux swap / Solaris Next, here's what I'm seeing as the contents of the directory after it has been mounted:
$ ls -al total 592 drwxrwxr-x 4 conradwt conradwt 4096 May 7 11:04 . drwxr-xr-x 3 conradwt conradwt 4096 May 7 11:03 .. -rw-rw-r-- 1 conradwt conradwt 0 Dec 5 08:09 autorun
-rw-rw-r-- 1 conradwt conradwt 137 Dec 5 08:14 autorun.inf drwxrwxr-x 3 conradwt conradwt 4096 Jan 5 12:15 installMacOSX.app -rw-rw-r-- 1 conradwt conradwt 70955 Jan 5 12:34 install.map
-rw-rw-r-- 1 conradwt conradwt 487894 Dec 5 07:55 Install.pdf -rw-rw-r-- 1 conradwt conradwt 6638 Dec 5 07:55 Install.txt -rwxrwxr-x 1 conradwt conradwt 1791 Dec 5 08:09 installUnix
-rwxrwxr-x 1 conradwt conradwt 0 Dec 5 08:09 installUnix64 -rw-rw-r-- 1 conradwt conradwt 90 Dec 5 08:15 installWin.bat -rw-rw-r-- 1 conradwt conradwt 1470 Dec 5 07:55 readme.txt
drwxrwxr-x 5 conradwt conradwt 4096 Jan 5 12:22 vw7.8.1nc
Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Conrad Taylor
Hi Conrad,
I'm sorry you're having trouble here, but I am a little confused. I just used the Personal Use download page on our website to download the CST11sp1NC_jan12.1ne.iso and burned a CD from that. The content of the installUnix64 file is (as I would expect it to be) identical to that of the installUnix file. In addition, both the Install.txt and the Install.pdf (pg 2-1) file indicate that you should run the installUnix shell script to install VisualWorks on Unix/Linux machines. Although I don't have a native Ubuntu installation, I do have the latest 64-bit Linux Mint 12 which has a Ubuntu heritage. I cannot immediately explain why opening the CD and running vw7.8.1nc/bin/linux86/visual vw7.8.1nc/image/install.im -installMap install.map results in the error bash: vw7.8.1nc/bin/linux86/visual: No such file or directory since that file clearly exists on the CD. This is essentially the command line which would be executed if you run the installUnix shell script there, and we regularly use this script in our weekly testing on 64-bit Red Hat Enterprise Linux. But on 64-bit Linux Mint running the script fails with a "not found" message. There does seem to be a problem there. I can, however, run the following command vw7.8.1nc/bin/linuxx86_64/visual vw7.8.1nc/image/install64.im -installMap install.map which is essentially the command line which would be executed if you run the installUnix64 shell script there. And running that shell script also launches the VisualWorks installer allowing me to successfully install VisualWorks on my machine. Did you burn a CD or are you mounting the ISO? Can you please try the 64-bit install command line above and see if that works for you? Thanks, Sherry On 5/7/12 2:40 PM, Conrad Taylor wrote: > Hi, I'm getting the following error when I attempt to execute the install script on Ubuntu 12.04 LTS: > > ./installUnix64 > > It turns out that this file is empty. Thus, no output is generated by the script. Then, I try > the following: > > $ ./installUnix > > ./installUnix: 49: exec: vw7.8.1nc/bin/linux86/visual: Permission denied > > Next, the documentation say to execute the following: > > vw7.8nc/Install_Uninstall > > Is there an updated script/documentation which provides instructions for a clean install? > > -Conrad > > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Conrad Taylor
Hi Conrad,
The directory contents looks plausible, except for the two empty files. Just in case, here's the size and md5 info to verify the NC images (not sure which one you've got): CST11sp1NC_jan12.1.iso size: 539359232 md5sum: '82145ddb10d11def2344345e3849df05' CST11sp1NC_jan12.1ne.iso size: 539367424 md5sum: 'bb67101c6d583495fd04370cb0d446b6' HTH, M. Roberts Cincom Systems, Inc. On 5/8/2012 10:35 AM, Conrad Taylor wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Mon, May 7, 2012 at 7:45 PM, Mark D. Roberts <[hidden email]> wrote:
Mark, I'm using the following ISO: $ ls -al CST11sp1NC_jan12.1ne.iso -rw-rw-r-- 1 conradwt conradwt 539367424 May 7 10:07 CST11sp1NC_jan12.1ne.iso
Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Tue, May 8, 2012 at 12:17 AM, Mark D. Roberts <[hidden email]> wrote:
$ md5sum CST11sp1NC_jan12.1ne.iso bb67101c6d583495fd04370cb0d446b6 CST11sp1NC_jan12.1ne.iso
Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On 5/8/2012 5:13 PM, Conrad Taylor wrote:
Okay, looks like the ISO is fine then. Thanks. M _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Sherry Michael-2
Hi Conrad,
Glad you got VisualWorks to install, but I'm still concerned about the empty files on your CD. Since the md5sum matches what Mark provided (which also matches what I get for my download as well), I'm a bit suspicious of the Ubuntu CD burning software. It almost looks like it dropped some files it decided should not be executed on your platform. You have a Mac as well, right? Can you open the ISO on the Mac and look at root of the CD? You should see something like this: SM33380:/Volumes/CST11sp1NC smichael$ ls -al total 1152 dr-xr-xr-x 5 smichael smichael 2048 Jan 5 07:34 . drwxrwxrwt@ 7 root admin 238 May 8 10:05 .. dr-xr-xr-x 3 smichael smichael 2048 Jan 5 07:35 .rr_moved -r--r--r-- 13 smichael smichael 487894 Dec 5 02:55 Install.pdf -r--r--r-- 7 smichael smichael 6638 Dec 5 02:55 Install.txt -r-xr-xr-x 19 smichael smichael 1791 Dec 5 03:09 autorun -r--r--r-- 4 smichael smichael 137 Dec 5 03:14 autorun.inf -r--r--r-- 2 smichael smichael 70955 Jan 5 07:34 install.map dr-xr-xr-x 3 smichael smichael 2048 Jan 5 07:15 installMacOSX.app -r-xr-xr-x 19 smichael smichael 1791 Dec 5 03:09 installUnix -r-xr-xr-x 19 smichael smichael 1791 Dec 5 03:09 installUnix64 -r-xr-xr-x 4 smichael smichael 90 Dec 5 03:15 installWin.bat -r--r--r-- 7 smichael smichael 1470 Dec 5 02:55 readme.txt dr-xr-xr-x 5 smichael smichael 2048 Jan 5 07:22 vw7.8.1nc Thanks, Sherry On 5/8/12 4:10 AM, Conrad Taylor wrote: > On Mon, May 7, 2012 at 7:33 PM, Sherry Michael <[hidden email] > <mailto:[hidden email]>> wrote: > > Did you burn a CD or are you mounting the ISO? > > > Yes, I created a CD from the ISO because the ISO mounting software appear to be broken on Ubuntu > because it doesn't maintain the executable bit. > _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Tue, May 8, 2012 at 7:11 AM, Sherry Michael <[hidden email]> wrote:
Hi Conrad, Sherry, here's the root of the ISO on the Mac: $ ls -al total 1152 dr-xr-xr-x 5 conradwt staff 2048 Jan 5 04:34 .
drwxrwxrwt@ 5 root admin 170 May 8 14:55 .. dr-xr-xr-x 3 conradwt staff 2048 Jan 5 04:35 .rr_moved -r--r--r-- 13 conradwt staff 487894 Dec 4 23:55 Install.pdf -r--r--r-- 7 conradwt staff 6638 Dec 4 23:55 Install.txt
-r-xr-xr-x 19 conradwt staff 1791 Dec 5 00:09 autorun -r--r--r-- 4 conradwt staff 137 Dec 5 00:14 autorun.inf -r--r--r-- 2 conradwt staff 70955 Jan 5 04:34 install.map
dr-xr-xr-x 3 conradwt staff 2048 Jan 5 04:15 installMacOSX.app -r-xr-xr-x 19 conradwt staff 1791 Dec 5 00:09 installUnix -r-xr-xr-x 19 conradwt staff 1791 Dec 5 00:09 installUnix64
-r-xr-xr-x 4 conradwt staff 90 Dec 5 00:15 installWin.bat -r--r--r-- 7 conradwt staff 1470 Dec 4 23:55 readme.txt dr-xr-xr-x 5 conradwt staff 2048 Jan 5 04:22 vw7.8.1nc
BTW, if one was to view the DVD on Ubuntu, one would see very similar information. The issue appears to be with Ubuntu's mounting software. SM33380:/Volumes/CST11sp1NC smichael$ ls -al Think different and code well, -Conrad _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Conrad Taylor
I've re-created this problem using Ubuntu 12.04 LTS under VMware Fusion 4.
I allowed VMware to do the "easy install".
When Ubuntu was installed and running, I attempted to install VisualWorks 7.8.1 NC (from CDROM and also from ISO accessed as a CDROM under VMware) using "installUnix" and received a failure message that the visual executable (32 bit) on the cdrom did not exist.
The file does exist, and depending upon what tool you use to inspect it, you will see its contents.
The problem is that the 64 bit version of Ubuntu 12.04 LTS does not install support for 32 bit executables by default.
The problem is the loader. The 64 bit loader is present, but the 32 bit loader is not.
An easy way to fix this is to select the Ubuntu Software Center and search on "ia32-libs".
Install this package, and the 32 bit loader will be present, and you can then install using the "installUnix" shell script. (I did.)
Several users have argued that this package should be loaded by default in the Ubuntu distribution, but so far it is not.
This affects other 32-bit programs in addition to VisualWorks, so many users will run into this with various 32 programs.
Les Kooyman
Cincom Smalltalk Engineering From: [hidden email] on behalf of Conrad Taylor Sent: Mon 5/7/2012 11:40 AM To: vwnc NC Subject: [vwnc] Trouble installing VisualWorks 7.8.1 on Ubuntu Hi, I'm getting the following error when I attempt to execute the install script on Ubuntu 12.04 LTS:
./installUnix64
It turns out that this file is empty. Thus, no output is generated by the script. Then, I try the following:
$ ./installUnix
./installUnix: 49: exec: vw7.8.1nc/bin/linux86/visual: Permission denied
Next, the documentation say to execute the following:
vw7.8nc/Install_Uninstall
Is there an updated script/documentation which provides instructions for a clean install?
-Conrad
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |