Sciss wrote:
seems i confused darwinports by creating the file /opt/local/etc/ports/sources.conf

ah ok, now I understand the problem. I'm attaching the file sources.conf that I have in /opt/local/etc/ports/

Now that Mozart is also in the official repository of darwinports, you don't need to modify that file if you want to download the packages from the server. Just do

sudo port install mozart-stdlib

mozart-stdlib depends on mozart, so it will install both. If you still want to install mozart using the ports downloaded from www.mozart-oz.org, then, do as it says in the README file:

Add a line in DarwinPort's sources.conf with a path to the local repository: file:///Users/<FOO>/darwinports sudo bash -c "(echo ; echo file://`pwd`) >> /opt/local/etc/ports/sources.conf"

remember that >> will attach the line at the end of sources.conf, but if you only do > , you will replace the file.

cheers
Boriss



i might have overwritten a previous file (although i'm pretty sure that file didn't exist). even if i remove it now, darwinports doesn't find any repositories anymore. how do i restore the original behaviour (plus adding the mozart repositories) ? do i have to kill and re-install port ?

thanks ,-sciss-


Am 24.09.2006 um 13:55 schrieb Boriss Mejias:

Sciss wrote:
hallo,
i'm new to the list. i'm trying to install torsten anders' strasheela and hence mozart. i'm on mac intel, so i follow the instructions here: http://www.mozart-oz.org/download/mozart-ftp/store/1.3.2-2006-06-17-darwinports/README however, when i do "sudo port install mozart", i get:
Error: Dependency 'gmp' not found.

I only see two reasons for this:

1. The server with the repository of darwinports packages was down at that moment
2. You didn't have internet connection at that time.

IIRC, the dependencies are gmp, gdbm, zlib and emacs. If you don't have those packages locally in your machine, darwinports will try to download them from the server.

cheers
Boriss

if i try by hand: "sudo port install gmp", i get:
Error: /opt/local/bin/port: Port gmp not found
?
i'm not really familiar with the internals of darwinports, so any help is appreciated.
thanks, -sciss-
_________________________________________________________________________________ mozart-users mailing list mozart-users@ps.uni-sb.de
http://www.mozart-oz.org/mailman/listinfo/mozart-users


_________________________________________________________________________________ mozart-users mailing list mozart-users@ps.uni-sb.de
http://www.mozart-oz.org/mailman/listinfo/mozart-users

# To enable your local ports repository, uncomment and customize the
# following line to point at your local dports directory
# Example: file:///Users/landonf/misc/darwinports/dports
#
# To get darwinports from the darwinports rsync server use:
# rsync://rsync.darwinports.org/dpupdate/dports
rsync://rsync.darwinports.org/dpupdate/dports
_________________________________________________________________________________
mozart-users mailing list                               
mozart-users@ps.uni-sb.de
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to