Skip navigation.
Home
The QNX Community Portal

View topic - qnxinstall

qnxinstall

Discussion about the QNX6 OS.

qnxinstall

Postby mabocrack » Fri Mar 12, 2010 4:00 pm

Hi there!

Can I install this gui application on my 6.4.0 version ?

http://www.qnx.com/developers/docs/6.3. ... stall.html

Bye :)
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby seanb » Fri Mar 12, 2010 4:14 pm

Theoretically it may be possible to run the
old one but IMHO it's not worth the trouble
as AFAIK everything it installs is ancient.

-seanb
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby mabocrack » Fri Mar 12, 2010 4:22 pm

Sorry but it's 2 days that I'm reading about " pkgsrc " but I don't understand it! A gui i so simple to understand ;'(
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby seanb » Fri Mar 12, 2010 5:01 pm

What's the problem?

-seanb
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby mabocrack » Fri Mar 12, 2010 5:57 pm

seanb wrote:What's the problem?

-seanb


I cannot understand how to installa a program! :(
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby seanb » Fri Mar 12, 2010 6:17 pm

Have you read the binary packages page?

http://community.qnx.com/sf/wiki/do/vie ... ryPackages

What issue are you having?

-seanb
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby mabocrack » Fri Mar 12, 2010 7:29 pm

seanb wrote:Have you read the binary packages page?

http://community.qnx.com/sf/wiki/do/vie ... ryPackages

What issue are you having?

-seanb


For exemple:

Add /usr/pkg/bin:/usr/pkg/sbin to your PATH

Where is my PATH ? Where is the file where I have to put " /usr/pkg/bin:/usr/pkg/sbin ".

Or I have to do 2 dir 1 named " pkg " and 2 named " bin ".

Io don't now what to do mmhh...

:|
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby seanb » Fri Mar 12, 2010 7:41 pm

http://en.wikipedia.org/wiki/PATH_(variable)
http://en.wikipedia.org/wiki/Environment_variable

On qnx add the following line to you ~/.profile

export PATH=${PATH}:/usr/pkg/bin:/usr/pkg/sbin

Then log out, then log back in.
The following should then show the changes:

# echo ${PATH}

-seanb
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby seanb » Fri Mar 12, 2010 8:13 pm

I updated the binary packages page:

http://community.qnx.com/sf/wiki/do/vie ... ryPackages

-seanb
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby jct » Sat Mar 13, 2010 2:49 am

pkgsrc is pretty cool. I spent a lot of time on NetBSD learning it.

When we get a new xphoton it'll be more awesome then we can run rootless gui apps.
jct
Active Member
 
Posts: 87
Joined: Tue Feb 22, 2005 3:19 pm

Postby mabocrack » Sat Mar 13, 2010 11:19 am

seanb wrote:http://en.wikipedia.org/wiki/PATH_(variable)
http://en.wikipedia.org/wiki/Environment_variable

On qnx add the following line to you ~/.profile

export PATH=${PATH}:/usr/pkg/bin:/usr/pkg/sbin

Then log out, then log back in.
The following should then show the changes:

# echo ${PATH}

-seanb


Thanls! ;)

I do this:

# export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/QNX/<arch>/<vers>/All

/bin/sh: cannot open arch: No such file or directory
# export PKG_PATH=ftp://ftp.netbsd.org/pub/pkgsrc/packages/QNX/i386/6.4.0_head_2
0081005/All
# pkg_add -v roxirc-1.8nb1.tgz
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add -v roxirc-1.8nb1.tgz
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add -v roxirc-1.8nb1
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add -v roxirc-1
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add -v
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add
/bin/sh: pkg_add: cannot execute - No such file or directory
# pkg_add -v phirc
/bin/sh: pkg_add: cannot execute - No such file or directory
#

# echo ${PATH}
/sbin:/usr/sbin:/bin:/usr/bin:/usr/photon/bin:/usr/photon/appbuilder:/opt/X11R6/bin:/usr/X11R6/bin:/usr/local
/bin:/opt/bin:/opt/sbin:/usr/qnx640/host/qnx6/x86/usr/bin:/usr/qnx640/host/qnx6/x86/usr/sbin:/usr/qnx640/host
/qnx6/x86/sbin:/usr/qnx640/host/qnx6/x86/bin:/usr/qnx640/host/qnx6/x86/usr/photon/appbuilder:/usr/pkg/bin:/us
r/pkg/sbin
#


Can you help me please ?

Thanks :p
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby seanb » Sat Mar 13, 2010 1:39 pm

Did you do this step as mentioned in the binary packages page?

-seanb



* Bootstrap archives can be found under pub/pkgsrc/packages/QNX/<arch>/<vers>/bootstrap.tar.gz

Untar bootstrap.tar.gz under the root directory (/).
seanb
QNX Master
 
Posts: 132
Joined: Fri Jul 28, 2006 5:36 pm

Postby mabocrack » Sat Mar 13, 2010 3:51 pm

seanb wrote:Did you do this step as mentioned in the binary packages page?

-seanb



* Bootstrap archives can be found under pub/pkgsrc/packages/QNX/<arch>/<vers>/bootstrap.tar.gz

Untar bootstrap.tar.gz under the root directory (/).


Thanks sean, I try later.

Maybe it's better that I install " phinstaller " ? What do you think about it ?

Bye ;)
mabocrack
Active Member
 
Posts: 11
Joined: Thu Mar 11, 2010 2:57 pm

Postby Elmi » Fri Mar 26, 2010 6:30 am

mabocrack wrote:A gui i so simple to understand ;'(


I second that. I can't understand why the software installer and the .qpk package format has gone. May be pkgsrc supports dependency resolution but a nice GUI that automatically downloads the required packages is easier to use than this command line solution.

So why making things more difficult than easier? Will the next version of QNX be even more uncomfortable?
Elmi
Active Member
 
Posts: 63
Joined: Sun Aug 02, 2009 4:57 pm


Return to QNX6 - OS

Who is online

Users browsing this forum: No registered users and 0 guests