Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - bootstrap with pkgsrc: Page 1 of 9 (9 Items)
   
bootstrap with pkgsrc  
Hi,

I'm having difficulties when trying to bootstrap the recent pkgsrc. I've followed the instructions on how to build from 
source with pkgsrc (downloaded and installed QNX Utility Package for pkgsrc, set the environment, checked out the pkgsrc
/HEAD repository from qnx community portal, set the 3.3.5 version as default compiler) but when i'm trying to bootstrap 
(by ./bootstrap), I got the error: 

"WARNING: No /pkg-vulnerabilities file found.
WARNING: To fix run: `download-vulnerability-list'.
===> Configuring for gcc-2.95.3nb7
/bin/mkdir -p /root/HEAD/pkgsrc/bootstrap/work/wrk/lang/gcc/work/objdir
cd /root/HEAD/pkgsrc/bootstrap/work/wrk/lang/gcc/work/gcc-2.95.3 && contrib/egcs_update --touch
Invalid configuration `i386-pc-nto-qnx6.3.2': machine `i386-pc-nto' not recognized
Invalid configuration `i386-pc-nto-qnx6.3.2': machine `i386-pc-nto' not recognized
Unrecognized host system name i386-pc-nto-qnx6.3.2.
*** Error code 1

Stop.
bmake: stopped in /root/HEAD/pkgsrc/lang/gcc
*** Error code 1

Stop.
bmake: stopped in /root/HEAD/pkgsrc/lang/gcc
*** Error code 1

Stop.
bmake: stopped in /root/HEAD/pkgsrc/devel/bmake
===> exited with status 1
aborted."

As it was still using previous version of compiler. Anyway - the name of host is not recognized, i'm not sure where and 
how to set it correctly. 

Any help would be appreciated.