Welcome to the NSLU2-Linux Optware Packages Trac

This Trac is read-only to Optware package users - new tickets can only be created by Optware package developers. If you are a user who wants to report a bug in an Optware package, then please post it to the nslu2-linux mailing list. Once it has been reproduced by other users or by a developer, it will be added here.

Remember that the purpose of bug reports is to help us improve the packages. The purpose of bug reports in Free Software is not to solve the submitter's problem ! (Although that's sometimes a helpful side-effect.)

Accessing The Source Repository

The best way to access nslu2-linux source repositories is to use the Master Makefile at http://www.nslu2-linux.org/Makefile and use the setup targets that it provides. However, you can access the Optware SVN repository directly as follows:

Anonymous Access:

svn co http://svn.nslu2-linux.org/svnroot/optware/trunk optware

Developer Access:

svn co https://svn.nslu2-linux.org/svnroot/optware/trunk optware

Building

Without Master Makefile there are two build options:

  • single-taget - use export eg. OPTWARE_TARGET=ts72xx
  • multi-target - create each target dir with
      make ts72xx-target 
      cd ts72xx
    

After issuing

make directories

one can build individual package (make package) or the whole repository (make).

Tracking build logs

Search for Error occurrence for various targets on autobuild system http://logs.nslu2-linux.org/buildlogs/autobuild-builder-last.txt

Missing sources

In case of temporary unavailable site when building packages one can use nslu2 source package repository as a last resort. For manual download use

wget -P downloads http://ftp.osuosl.org/pub/nslu2/sources/<package>.tar.bz2

Bug Tracking Starting Points

Other NSLU2-Linux Tracs