Hillel Lubman wrote: > On 22/11/2009 15:29, Albert Lee wrote: >> I maintained SFEwine in spec-files-extra for a long time and that is >> your >> best bet for an up to date development version of Wine (i.e. the 1.1 >> branch) - I don't publish prebuilt packages for it anymore but it is >> relatively easy to build with CBE tools. >> https://sourceforge.net/apps/mediawiki/pkgbuild/index.php?title=Pkgbuild_on_OpenSolaris >> >> >> explains how to set up the build environment. This also gives you access >> to lots of other software which hasn't yet made it to /contrib. > I tried to follow these instructions (enabling local IPS server) but > something didn't work. What else should be configured to use it? > > pfexec svcadm enable pkg/server > pfexec pkg set-authority -O http://localhost localhost > > pkg: The origin URIs for 'localhost' do not appear to point to a valid > pkg server. > > Please check the server's address and client's network configuration. > > Additional details: > > Unable to contact valid package server: http://localhost/ > > Encountered the following error(s): > > Transport errors encountered when trying to contact depot server. > > Reported the following errors: > > 1: Framework error: code: 7 reason: couldn't connect to host > > URL: 'http://localhost'. (happened 3 times) > > 2: Too many retryable errors encountered during transfer. > > URL: http://localhost Count: 4 >
OK, I'm not an expert. But I believe you need to supply a port number. Something like pfexec pkg set-authority -O http://localhost:5000 localhost I followed the instructions for updating NWAM located at: http://hub.opensolaris.org/bin/view/Project+nwam/Phase1EA and it worked perfectly for me. Paul