In the latest Pharo 1.4 (https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/455/artifac...)... 1. Download http://forum.world.st/file/n4640031/ConfigurationLoadingPhexample.st ConfigurationLoadingPhexample.st 2. Evaluate the following: Gofer it url: 'http://mc.stfx.eu/ZincHTTPComponents'; version: 'Zinc-HTTP-SvenVanCaekenberghe.285'; load. '/path/to/ConfigurationLoadingPhexample.st' asFileReference fileStreamDo: [ :str | str fileIn ]. ((Smalltalk at: #ConfigurationLoadingPhexample) project version: #'bleedingEdge') load. You should get: "Error: Could not resolve: ConfigurationOfPhexample [ConfigurationOfPhexample] in /path/to/package-cache http://www.squeaksource.com/MetacelloRepository ERROR: 'GoferRepositoryError: 2'" If you change the HTTP package line to "version: 'Zinc-HTTP-SvenVanCaekenberghe.284';", it successfully downloads. n.b. if the package is in your cache, you won't see the error -- View this message in context: http://forum.world.st/BUG-Zinc-HTTP-SvenVanCaekenberghe-285-GoferRepositoryE... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.