Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki3000: BinaryPackages (Version 6)

Binary Packages#

Set up you environment (the following assume the default prefix of /usr/pkg)#

  • Add /usr/pkg/bin:/usr/pkg/sbin to your PATH
  • Add /usr/pkg/lib to your CS_LIBPATH
    • I have the following in my /etc/rc,d/rc.local
      setconf CS_LIBPATH $(getconf CS_LIBPATH):/usr/pkg/lib
  • Make a /var/tmp directory (pkg_add currently looks for this)
 # mkdir -p /var/tmp 

Where to find them#

  • Binary packages for QNX are currently hosted on ftp.NetBSD.org. under ftp://ftp.NetBSD.org/pub/pkgsrc/packages/QNX.
    • The layout is pub/pkgsrc/packages/QNX/<arch>/<vers>
    • Bootstrap archives can be found under pub/pkgsrc/packages/QNX/<arch>/<vers>/bootstrap.tar.gz
    • Packages can be added as follows:
# export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/QNX/<arch>/<vers>/All
# pkg_add -v <package>

Known issues.#

  • There were some packaging issues with a few packages that are known to build successfully in the last bulk build of binary packages. The cascade effect of this was that there are binary packages missing that do in fact build successfully. One such package that is a dependency for many others was ghostscript. See the bootstrap page if you want to attempt building from source.

6.3.2 packages.#

Attachments:
Text 6.5.0_bootstrap.tar.gz [BinaryPackages/6.5.0_bootstrap.tar.gz]