Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Installing 6.50 SP1 breaks make (can't find qconfig.mk): (9 Items)
   
Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
I installed 6.5.0 SP1 just after a band new installation of 6.5.0 and it breaks make.  make is unable to find qconfig.mk
.

It worked before I installed the service pack.

Ideas?

Thanks
Kevin
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
So it appears as though the files in the $(QNX_TARGET)/usr/include/mk folder have been removed by the SP1 install.

Anyway to do a QNX i nstall in "repair" mode?  Why is SP1 deleting but not updating files?

Thanks
Kevin
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
Sorry for my dis-jointed words in the previous post.

I just did some more testing with the SP1 6.5.0 linux instal and it is removing a whole bunch of files.  Most of the 
files in the /usr/include directory and too many others to recount here.

Installing on Ubuntu 10.04 64 bit.

Thanks
Kevin
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
I discovered the hard way that you MUST include the -E (preserve environment variables) when installing. If not, many, 
many files are wiped out. 

I.e. 
sudo -E ./qnxsdp-6.5.0SP1-20121234567-linux.bin

The only solution after the fact is to completely uninstall 6.5.0* and start over by installing 6.5.0 and then applying 
the service pack again.

I hope this helps.
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
I still have the same problem even with preserve env variables ie. "-E" .
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
sudo -E doesn't work for me either. Any solution?
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
(just a workaround)
Install 650
Back it up
Install SDP1
Restore missing files from 650 backup

On 12-11-22 04:13 AM, Pratik Sinha wrote:
> sudo -E doesn't work for me either. Any solution?
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post97370
> To cancel your subscription to this discussion, please e-mail momentics-community-unsubscribe@community.qnx.com

Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
Installing on Ubuntu from the DVD seems to break everything. The individual download qnxsdp-6.5.0SP1-201206271006-linux.
bin worked after using the QNXLinuxCleanup and reinstalled 6.5.0.
Re: Installing 6.50 SP1 breaks make (can't find qconfig.mk)  
If you look through the install logs (/opt/qnx650/installLog.txt), double-check whether you're getting an error: "/opt/
qnx650/install/qnxsdp/6.5.0SP1/post_install.sh already exists". I had the same problem, and it all narrowed down to the 
'post_install.sh' file already being present, because of previous faulty installation cycles. The installer GUI doesn't 
show any errors if the 'post_install.sh' already exists and it seems to install perfectly, but the logs are filled with 
errors.

There are two ways to fix it:
(1) Use the cleanup utilities and remove all files associated with SDP6.5.0. Start from scratch and don't miss out on 
the sudo -E [if using Ubuntu].
(2) Remove the /opt/qnx650/install/post_install.sh file and /opt/qnx650/install/qnxsdp/6.5.0SP1 directory. If you 
install the service pack after that, it should install properly.


Hope this helps