Re: Using MacProrts inhouse as multiplatform package manager

2007-08-10 Thread Ryan Schmidt
On Aug 10, 2007, at 14:54, Anders F Björklund wrote: Ognen Ivanovski wrote: I was just wondering if it's possible to use MacPorts as an inhouse package distribution manager for several platforms (linux, solaris, mac os x). MacPorts only supports Mac OS X, so that's not going to work cross

Re: py-cairo installation (was: Re: GNOME installation)

2007-08-10 Thread Ryan Schmidt
On Aug 10, 2007, at 01:31, Andreas Zeitler wrote: Second question: Installing GIMP through MacPorts (having installed cairo via the GNOME) stops when reaching the installation of (i think) py-cairo. Does anybody know how to get GIMP working? Should i do a force install? What's the error

Re: SDL_Perl installing troubles!

2007-08-10 Thread N_Ox
Le 10 août 07 à 12:57, Tommaso Urli a écrit : I'm quite sure that the problem is in: libsdl_image-framework I'm trying to install separately the various dependencies, but these are failing to build: libsdl_image-framework libsdl_ttf-framework I've rewritten and upgraded libsdl_image-frame

Re: Using MacProrts inhouse as multiplatform package manager

2007-08-10 Thread Anders F Björklund
Ognen Ivanovski wrote: I was just wondering if it's possible to use MacPorts as an inhouse package distribution manager for several platforms (linux, solaris, mac os x). MacPorts only supports Mac OS X, so that's not going to work cross-platform. (you can use it on FreeBSD with GNUstep, but

Re: Problem with p5-xml-sax

2007-08-10 Thread N_Ox
Le 10 août 07 à 15:37, [EMAIL PROTECTED] a écrit : "Keith J. Schultz" <[EMAIL PROTECTED]> writes: Due to a disk error I had to rebuild everything. While installing gnome port has not been able to fetch p5-xml-sax or at least part of it for two days now. See below for the error messa

Re: Multiple ports installations

2007-08-10 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 [EMAIL PROTECTED] wrote: > Simon Ruderich <[EMAIL PROTECTED]> writes: >> Just if anybody else is trying to do this. I figured it out and it works >> with the following command: >> >> ./configure --prefix=NEW_PREFIX --with-tclpackage=NEW_TCLPATH >> >>

Re: Multiple ports installations

2007-08-10 Thread markd
Simon Ruderich <[EMAIL PROTECTED]> writes: >> I'm trying to install multiple ports installations for testing purposes >> but it doesn't work. >> >> First I installed a port installation with the normal ./configure && >> make .. procedure and then another port with ./configure >> --prefix=/opt-test

Using MacProrts inhouse as multiplatform package manager

2007-08-10 Thread Ognen Ivanovski
Hi, I was just wondering if it's possible to use MacPorts as an inhouse package distribution manager for several platforms (linux, solaris, mac os x). We are a software development company and we develop across these platforms. It would be ideal if we can manage a single list of package

Re: GNOME installation

2007-08-10 Thread David Corking
Seems to be some people having problems today - replies are going to posters instead of the list. I am forwarding a message from Keith that he tried to send to the list for Andreas' attention: On 8/10/07, Keith J. Schultz wrote: > Hi Andreas, > > I have mentioned this problem and as far

Re: GNOME installation

2007-08-10 Thread Silviu Bojica
I would like to confirm same problems regarding gnome sudo port install gnome - fails on compiling zenity package (same error), but gnome desktop launches without any problem. After this "gimp" installed via macports, fails to launch - exactly same kind of problems reported by Andreas. N

Re: MacPorts' Directory Layout Guideline or suggestion?

2007-08-10 Thread js
> There are general guidelines in the MacPorts guide (See MacPorts Internals > -> MacPorts File Hierarchy), but I think it pretty much restates the > general Unix guidelines. http://geeklair.net/new_macports_guide/ Why isn't that doc on http://www.macports.org/? and for me it seems thatnot so man

Re: GNOME installation

2007-08-10 Thread David Corking
On 8/10/07, Andreas Zeitler <[EMAIL PROTECTED]> wrote: > I haven't found much information about installing GNOME via MacPorts. The GNOME maintainer, rhwood, keeps a couple of useful webpages: http://homepage.mac.com/rhwood/gnome/index.html http://homepage.mac.com/rhwood/darwinports/gnome.html >

Re: Problem with p5-xml-sax

2007-08-10 Thread markd
"Keith J. Schultz" <[EMAIL PROTECTED]> writes: >Due to a disk error I had to rebuild everything. While installing gnome > port has not been able to fetch p5-xml-sax or at least part of it >for two days > now. See below for the error messages. Can anyone help. It can not be > tha

CFPropertyListCreateFromXMLData(): plist parse failed

2007-08-10 Thread Christian Voelker
Hello, has anybody had this before? [cvoelker:~] cvoelker% sudo port sync 2007-08-10 15:08:17.032 tclsh[2036] CFLog (0): CFPropertyListCreateFromXMLData(): plist parse failed; the data is not proper UTF-8. The file name for this data could be: (UNKNOWN) The parser will

Re: Multiple ports installations

2007-08-10 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Simon Ruderich wrote: > Hi, > > I'm trying to install multiple ports installations for testing purposes > but it doesn't work. > > First I installed a port installation with the normal ./configure && > make .. procedure and then another port with .

Re: libsdl bug ?

2007-08-10 Thread N_Ox
Le 10 août 07 à 00:50, Jyrki Wahlstedt a écrit : On 10.8.2007, at 0.52, Ryan Schmidt wrote: On Aug 9, 2007, at 16:29, McGarry Vince wrote: libsdl fails to upgrade with the following error. Any help would be welcome. < snip > Confirmed. Portfile says: xinstall -m 0644 -W ${worksrcpa

Re: SDL_Perl installing troubles!

2007-08-10 Thread Tommaso Urli
> I'm quite sure that the problem is in: > > libsdl_image-framework I'm trying to install separately the various dependencies, but these are failing to build: libsdl_image-framework libsdl_ttf-framework Any ideas? ___ macports-users mailing list macpor

Re: trac runtime, project creation problem

2007-08-10 Thread Jyrki Wahlstedt
On 10.8.2007, at 11.22, Jyrki Wahlstedt wrote: I have used trac for some time. A few minutes ago I intended to create a new project, but couldn't due to: Failed to create environment. ERROR: relation "system" already exists Traceback (most recent call last): File "/opt/local/lib/python2.5

trac runtime, project creation problem

2007-08-10 Thread Jyrki Wahlstedt
I have used trac for some time. A few minutes ago I intended to create a new project, but couldn't due to: Failed to create environment. ERROR: relation "system" already exists Traceback (most recent call last): File "/opt/local/lib/python2.5/site-packages/trac/scripts/ admin.py", line 613,

Problem with p5-xml-sax

2007-08-10 Thread Keith J. Schultz
Hi, Due to a disk error I had to rebuild everything. While installing gnome port has not been able to fetch p5-xml-sax or at least part of it for two days now. See below for the error messages. Can anyone help. It can not be that so many site are down for so long. It looks l