Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - reinstall problem on OpenSUSE 11.0: (5 Items)
   
reinstall problem on OpenSUSE 11.0  
I previously had the 6.4.0 SDP working but had to re-install ...

The cksum and md5 are correct for my bin file (qnxsdp-6.4.0-200810211530-linux.bin).
I have run the cleanup in between attempts to install and have tried (export LIBXCB_ALLOW_SLOPPY_LOCK=1) but to no avail
 I get the following messages and the install fails.

libxcb: WARNING! Program tries to unlock a connection without having acquired
        a lock first, which indicates a programming error.
        There will be no further warnings about this issue.
libxcb: WARNING! Program tries to lock an already locked connection,
        which indicates a programming error.
        There will be no further warnings about this issue.

Any help would be appreciated.

Thanks
Re: reinstall problem on OpenSUSE 11.0  
Hi Chuck,

Can you be more specific - at what point does the installation fail?

When you start the install, do you see the following ouput from InstallShield Wizard:
-----------------------------------
InstallShield Wizard

Initializing InstallShield Wizard...

Preparing Java(tm) Virtual Machine...
...................................
Running InstallShield Wizard...
--------------------------

Can you also post the the log file generated by the installer (/tmp/installOptionalLog.txt) ?

Natalia



> I previously had the 6.4.0 SDP working but had to re-install ...
> 
> The cksum and md5 are correct for my bin file (qnxsdp-6.4.0-200810211530-linux
> .bin).
> I have run the cleanup in between attempts to install and have tried (export 
> LIBXCB_ALLOW_SLOPPY_LOCK=1) but to no avail I get the following messages and 
> the install fails.
> 
> libxcb: WARNING! Program tries to unlock a connection without having acquired
>         a lock first, which indicates a programming error.
>         There will be no further warnings about this issue.
> libxcb: WARNING! Program tries to lock an already locked connection,
>         which indicates a programming error.
>         There will be no further warnings about this issue.
> 
> Any help would be appreciated.
> 
> Thanks


Re: reinstall problem on OpenSUSE 11.0  
yes I saw all of the following:

When you start the install, do you see the following ouput from InstallShield Wizard:
-----------------------------------
InstallShield Wizard

Initializing InstallShield Wizard...

Preparing Java(tm) Virtual Machine...
...................................
Running InstallShield Wizard...
--------------------------

it also asked to activate the license and no target directory (/opt/qnx640/target) was created.

Log file is attached. 
Attachment: Text installOptionsLog.txt 76 KB
Re: reinstall problem on OpenSUSE 11.0  
I checked the log file - the installation failed while updating PATH environment variable.  Nothing was installed at 
that point.  

A similar problem was posted recently on this forum.  The issue was caused by /etc/profile which contained INSTALLSHIELD
 section.  Can you remove it from your /etc/profile and try re-installing? 

Natalia
Re: reinstall problem on OpenSUSE 11.0  
I found a fix ... problem is related to the JRE.

sudo sed -i s/XINERAMA/FAKEEXTN/g /usr/lib/jvm/java-1.6.0-sun-1.6.0/jre/lib/i386/xawt/libmawt.so

the above will fix the problem...SDP6.4.0 now installs completely.

Thanks,

Chuck