|
Re: Midnight Commander for QNX 6.5?
|
04/11/2013 3:37 AM
post100463
|
Re: Midnight Commander for QNX 6.5?
OK, so I gave it a shot (bungy jump).
1. Running QNX neutrino 6.5.0 + SP1.
2. Download 6.5.0_bootstrap.tar.gz and save at /6.5.0_bootstrap.tar.gz.
3. tar -xvf /6.5.0_bootstrap.tar.gz
4. create /profile.d/pkgsrc.sh with the following:
PATH=$PATH:/usr/pkg/bin:/usr/pkg/sbin
5. reboot
6. mkdir /usr/pkgsrc; cd /usr/pkgsrc
7. svn checkout --username per.kristoffersen@cgi.com http://community.qnx.com/svn/repos/pkgsrc/HEAD_650
8. cd HEAD_650\pkgsrc\bootstrap; ./bootstrap
This step fails unless in line 89 of HEAD_650\pkgsrc\mk\platform\QNX.mk
9. Edit 'HEAD_650\pkgsrc\mk\platform\QNX.mk' and comment the lines:
#.if !(empty(SETGIDGAME:M[yY][eE][sS]))
#GAMES_USER= games
#GAMES_GROUP= games
#GAMEOWN= ${GAMES_USER}
#GAMEGRP= ${GAMES_GROUP}
#GAMEMODE= 2555
#GAMEDIRMODE= 0775
#.endif
10. cd HEAD_650\pkgsrc\bootstrap; ./bootstrap
Success.
11. cd HEAD_650\pkgsrc\sysutils\mc
12. bmake
This step fails, bmake seems to be looping somewhere (never finishes).
The last line displayed is:
checking for a compliant posix_memalign() implementation...
PS: Also tried sysutils/mc46, but bmake also hangs in this case.
Any suggestions?
|
|
|