Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Midnight Commander for QNX 6.5?: (6 Items)
   
Midnight Commander for QNX 6.5?  
I'm having some difficulty locating mc for QNX 6.5 (binary package).
I really miss it!
Any suggestions? 
Re: Midnight Commander for QNX 6.5?  
Just tried and it still builds from pkgsrc.

On Thu, Apr 04, 2013 at 08:25:44AM -0400, Per Kristoffersen wrote:
> I'm having some difficulty locating mc for QNX 6.5 (binary package).
> I really miss it!
> Any suggestions? 
> 
> 
> 
> _______________________________________________
> 
> PkgInfo
> http://community.qnx.com/sf/go/post100299
> To cancel your subscription to this discussion, please e-mail pkginfo-pkgsrc-unsubscribe@community.qnx.com
Re: Midnight Commander for QNX 6.5?  
Yes, but I'm a newbie with respect to pkgsrc - and I haven't found a "pkgsrc for dummies" yet ;-)

1. How should I set PKG_PATH?
2. What commands should I issue in order to obtain the proper mc source code?
3. How to configure / compile mc?
Re: Midnight Commander for QNX 6.5?  
http://community.qnx.com/sf/projects/pkgsrc/

http://community.qnx.com/sf/wiki/do/viewPage/projects.pkgsrc/wiki/Bootstrap

It's under sysutils/mc

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Per Kristoffersen
Sent: Wednesday, April 10, 2013 5:55 AM
To: pkginfo-pkgsrc
Reply To: pkginfo-pkgsrc@community.qnx.com
Subject: Re: Midnight Commander for QNX 6.5?


Yes, but I'm a newbie with respect to pkgsrc - and I haven't found a "pkgsrc for dummies" yet ;-)

1. How should I set PKG_PATH?
2. What commands should I issue in order to obtain the proper mc source code?
3. How to configure / compile mc?




_______________________________________________

PkgInfo
http://community.qnx.com/sf/go/post100426
To cancel your subscription to this discussion, please e-mail pkginfo-pkgsrc-unsubscribe@community.qnx.com
Attachment: HTML sf-attachment-mime11367 3.34 KB
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?

Re: Midnight Commander for QNX 6.5?  
The workaround for posix_memalign on 6.5sp1 is here:

http://community.qnx.com/sf/discussion/do/listPosts/projects.core_os/discussion.newcode.topc22167?_message=1342622999343


On Thu, Apr 11, 2013 at 03:37:34AM -0400, Per Kristoffersen wrote:
> 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?
> 
> 
> 
> 
> 
> _______________________________________________
> 
> PkgInfo
> http://community.qnx.com/sf/go/post100463
> To cancel your subscription to this discussion, please e-mail pkginfo-pkgsrc-unsubscribe@community.qnx.com