portmaster cannot find package

Aristedes Maniatis ari at ish.com.au
Mon May 17 03:35:43 UTC 2010


On 5/05/10 1:54 AM, Doug Barton wrote:
> Is there an apache-2.2.13 package in packages/All? And what do the links
> in packages/www and packages/Latest refer to?

I did some more digging in the script itself. You have some code like this:

if [ -r "${LOCAL_PACKAGEDIR}/All/${new_port}.tbz" ]; then
   local_package=${LOCAL_PACKAGEDIR}/All/${new_port}.tbz
   latest_pv=${local_package##*/}
fi

But I'm guessing the confusion is that we have ..../Latest/apache22.tgz, but ...../All/apache-worker-2.2.15.tgz

That is, the package name is different between Latest and All. This particular code path is only invoked if you are using INDEX rather than the ports directories.  When running without forcing the index, the problem does not occur.

I like the INDEX-only approach since we can have deployment servers with no /usr/ports directories to keep updated. A special build server is responsible for creating packages and pushing them out to other machines.

Ari




-- 
-------------------------->
Aristedes Maniatis
ish
http://www.ish.com.au
Level 1, 30 Wilson Street Newtown 2042 Australia
phone +61 2 9550 5001   fax +61 2 9550 4001
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A


More information about the freebsd-ports mailing list