RE: Cannot install any port on Snow Leopard

2012-08-29 Thread Instruct ICC
Date: Wed, 29 Aug 2012 14:28:39 -0400 Subject: Re: Cannot install any port on Snow Leopard From: allber...@gmail.com To: instruct...@hotmail.com CC: macports-users@lists.macosforge.org On Wed, Aug 29, 2012 at 2:20 PM, Instruct ICC wrote: Error: org.macports.archivefetch for port expat returned:

Cannot install any port on Snow Leopard

2012-08-29 Thread Instruct ICC
A few months ago I received the message to do a selfupdate. I did that, then attempted an update outdated. I received an error for every port I would try: Example: sudo port install wget ---> Computing dependencies for wget ---> Dependencies to be installed: gettext expat libiconv ncurses gn

RE: OT: mailing list for general Mac OS X questions (not MacPorts project)

2010-06-28 Thread Instruct ICC
http://lists.apple.com/ http://lists.apple.com/archives/ You'd think it would be listed under Lists or Index, but I found it under Archives. http://lists.apple.com/archives/macosx-dev Perhaps this one? > Date: Sun, 27 Jun 2010 22:25:07 +0200 > Subject: OT: mailing list for general Mac OS X qu

RE: firefox-x11 & matplotlib

2010-06-18 Thread Instruct ICC
> Subject: Re: firefox-x11 & matplotlib > From: dl...@geeklair.net > Date: Thu, 17 Jun 2010 18:29:29 -0400 > CC: macports-users@lists.macosforge.org > To: instruct...@hotmail.com > > On Jun 17, 2010, at 5:33 PM, Instruct ICC wrote: > > I wanted to port forward

RE: firefox-x11 & matplotlib

2010-06-17 Thread Instruct ICC
> Date: Sat, 10 Apr 2010 15:42:45 +0200 > Subject: Re: firefox-x11 & matplotlib > From: vim.u...@googlemail.com > To: macports-users@lists.macosforge.org > > broken... > > - > gumby(s002)| sudo port -v install firefox-x11-devel +internal_dependencies > Password:

RE: XCode 3.0? Safe for old school Tiger users?

2007-10-29 Thread Instruct ICC
> > I'm sure the MacPorts project would not be interested in supporting a > > tweaked version of Xcode. Why not? I'm thinking tweaked for Tiger, but maybe someone else will say tweaked for OS 9. > Quite. MacPorts already has 8 versions of gcc - there is no room for > any more. I have no perso

RE: master_sites question

2007-10-11 Thread Instruct ICC
> I'm trying to port fvwm2 and so far there have been 3 > packages that for whatever reason wouldn't download > from the sites in master_sites list in the Portfiles. > I've downloaded the packages myself, put them on my > own server, added my site to each Portfile's > master_site list, then rerun

RE: MacPorts website scheduled downtime Friday morning

2007-10-11 Thread Instruct ICC
> From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; macports-users@lists.macosforge.org > Date: Wed, 10 Oct 2007 21:00:44 -0700 > CC: [EMAIL PROTECTED] > Subject: MacPorts website scheduled downtime Friday morning > > The MacPorts web presence may be down for a (hopefully shor)t period > of ti

RE: Can't install python25

2007-10-11 Thread Instruct ICC
> >> > btw @Instruct ICC : AFAIK port configure foo doesnt take config > >> > options -- it merely starts the configure phase of the port > >> > instalation. Configuration tags are set via the portfile which you > >> > can inspect with port cat fo

RE: Can't install python25

2007-10-11 Thread Instruct ICC
> > > btw @Instruct ICC : AFAIK port configure foo doesnt take config > > > options -- it merely starts the configure phase of the port > > > instalation. Configuration tags are set via the portfile which you > > > can inspect with port cat foo if you are c

RE: Problems with paths in X11

2007-10-10 Thread Instruct ICC
> Also, from the terminal in > or outside of X11 the programs are found. I prefer to say "Terminal" or "terminal" meaning Apple's built-in Terminal.app and "xterm" for the X11.app you had to install manually. Is this supposed to be run from an xterm? And are you? I see from port searc

RE: Problems with paths in X11

2007-10-10 Thread Instruct ICC
> Also, from the terminal in > or outside of X11 the programs are found. I prefer to say "Terminal" or "terminal" meaning Apple's built-in Terminal.app and "xterm" for the X11.app you had to install manually. Is this supposed to be run from an xterm? And are you? _

RE: Can't install python25

2007-10-10 Thread Instruct ICC
> btw @Instruct ICC : AFAIK port configure foo doesnt take config > options -- it merely starts the configure phase of the port > instalation. Configuration tags are set via the portfile which you > can inspect with port cat foo if you are curious. Some others are > set

RE: Can't install python25 (configure target?)

2007-10-09 Thread Instruct ICC
Well, it built on the Mac Mini Intel Core Duo. I did port selfupdate but it didn't need updating, then port install python25 and no problems. Had it failed, my theory was to run the configure target and try to set the architecture to i386 or i686. "man gcc" says i386. I'm not sure how to do th

RE: Can't install python25

2007-10-09 Thread Instruct ICC
> Excellent question :-) I have no idea. Is there some constant that > macports uses to determine the architecture? I mean can I tweak > something somewhere for it not to think that I'm running on > a) a PPC machine > b) on 64 bits > > (my machine is an Intel Core Duo with OS X 10.4.10) > >

RE: cyrus-imapd?

2007-10-09 Thread Instruct ICC
> On 10/9/07, Clint McIntosh wrote: >> I desperately need to install cyrus-imapd on OSX(non server) via macports >> ASAP but when I do port install cyrus-imapd I get hte following: >> >> holodeck:~ root# port install cyrus-imapd >> ---> Fetching cyrus-imapd >> ---> Attempting to fetch cyrus-imapd

RE: Install glade? [RESOLVED: Use glade3]

2007-10-09 Thread Instruct ICC
> generally speaking, lib* ports will be a dependency that is installed > without you asking for it. Isn't glade a development tool? The > description suggests it is. My need was this http://gtk.php.net/manual/en/tutorials.installation.macosx-stepbystep.php Step 6 seems redundant. cd /opt sudo

RE: Install glade? [RESOLVED: Use glade3]

2007-10-09 Thread Instruct ICC
> devel/glade3 does not mean that glade3 is not "current or stable", it > justs means glade3's main category is "devel", as in "this port is > useless unless you want to develop with it." Just some newbie FYI first impressions: port search glade I would think a package named libSomething or S

RE: "man port" not working? [RESOLVED: MANPATH]

2007-10-09 Thread Instruct ICC
I ended up adding /opt/local/man to MANPATH and "man port" works. There was also an existing symbolic link from /opt/local/man to /opt/local/share/man as someone else mentioned. _ Boo! Scare away worms, viruses and so much more! Tr

RE: install --withSomeFlag [RESOLVED: variants & targets]

2007-10-09 Thread Instruct ICC
> > I installed php5-gtk with "sudo port install php5-gtk" and I > > noticed that mysql functions are not installed. > > /opt/local/bin/php-config has configure_options '--without-mysql' > > which I would need to be '--with-mysql'. > > > > I was thinking of modifying php-config and somehow lau

RE: Install glade? [RESOLVED: Use glade3]

2007-10-09 Thread Instruct ICC
> glade3 is the port for the most current version of glade (3.2.2) > while port glade is keeping the glade 2.x line alive. When I do "port search glade", glade3 says "devel/glade3" which I assumed to mean it is not "current or stable", and is currently in development. I was surprised to see l

RE: Install glade?

2007-10-09 Thread Instruct ICC
At the moment, I have all the dependencies for glade, but the glade build failed. It is posted in this thread earlier today.I didn't know glade was an application. But I live and learn. [/Users/paul]# port info gladeglade 2.12.1 (Variants: universal, gnomedb) http://glade.gnome.org/Glade is

RE: Install glade?

2007-10-08 Thread Instruct ICC
"what version of python do you have?" I don't think I'm supposed to care. I'm using a package manager to handle dependency hell. port installed | grep py reports nothing. That's really not very helpful. Not all python-related ports are compatible from 2.4 to 2.5. Since the config test spe

RE: "man port" not working?

2007-10-08 Thread Instruct ICC
On Oct 8, 2007, at 4:25 PM, Instruct ICC wrote quoting Ryan Schmidt:> I see /sw in your path there. So I guess you have Fink installed too. > That's just asking for trouble. I recommend you use either Fink or > MacPorts, but not both. Completely remove the one you no longer

RE: "man port" not working?

2007-10-08 Thread Instruct ICC
> During the configuration phase of some software, it will > look for programs which tell it how to link with other software. For > example, pkg-config may be used to figure out where you have, say, > fontconfig installed. So it's possible that while building software > using Fink, it find

RE: Install glade?

2007-10-08 Thread Instruct ICC
On Oct 8, 2007, at 2:50 PM, Instruct ICC wrote:(snip)checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object

RE: Install glade?

2007-10-08 Thread Instruct ICC
> > /usr/bin/ld: Undefined symbols: > > __ > > collect2: ld returned 1 exit status > > make[3]: *** [glade-2] Error 1 > > make[2]: *** [all-recursive] Error 1 > > make[1]: *** [all-recursive] Error 1 > > make: *** [all] Error 2 > > > > Error: Status 1 encountered during processing. > > I don't kn

RE: "man port" not working?

2007-10-08 Thread Instruct ICC
> > In Terminal (as opposed to X11 xterm) where "port search php" works: > > /sw/share/man:/usr/share/man:/usr/local/share/man:/usr/X11R6/man:/ > > sw/lib/perl5/5.8.6/man > > > > Should there be (Was there an) /opt/... when it worked? > > Maybe Porticus hosed it? > > MacPorts does not set your M

RE: Install glade?

2007-10-08 Thread Instruct ICC
checking for a Python interpreter with version >= 2.4... none configure: error: no suitable Python interpreter found Error: The following dependencies failed to build: libgail-gnome at-spi gnome-panel gnome-desktop fribidi gnome-doc-utils docbook-xml docbook-xml-4.3 docbook-xml-4.4 docbook-xml

Install glade?

2007-10-08 Thread Instruct ICC
sudo port selfupdate Password: MacPorts base version 1.520 installed Downloaded MacPorts base version 1.520 The MacPorts installation is not outdated and so was not updated selfupdate done! sudo port install glade ---> Configuring at-spi Error: Target org.macports.configure returned: configure f

RE: "man port" not working?

2007-10-08 Thread Instruct ICC
> You probably do not need to remove MacPorts. If you do want to, > instructions are in the FAQ: > > http://trac.macosforge.org/projects/macports/wiki/ > FAQ#HowdoIremoveoruninstallMacPorts > > > >> Or how do I fix man? > >> > >> "man php" works. > > > > Maybe a problem with the path: what d

RE: "man port" not working?

2007-10-08 Thread Instruct ICC
>>I could swear that "man port" worked at home. > > > >At work, I get > >No manual entry for port > > > >Even after re-running the installer (which claimed it did an upgrade). > > > >How do I remove Macports (permanently/completely or so I can try a > >reinstall)? > >Or how do I fix man? > > > >"

"man port" not working?

2007-10-08 Thread Instruct ICC
I could swear that "man port" worked at home. At work, I get No manual entry for port Even after re-running the installer (which claimed it did an upgrade). How do I remove Macports (permanently/completely or so I can try a reinstall)? Or how do I fix man? "man php" works. ___

RE: install --withSomeFlag

2007-10-07 Thread Instruct ICC
> > I installed php5-gtk with "sudo port install php5-gtk" and I > > noticed that mysql functions are not installed. > > /opt/local/bin/php-config has configure_options '--without-mysql' > > which I would need to be '--with-mysql'. > > > > I was thinking of modifying php-config and somehow lau

RE: fetch problem

2007-10-07 Thread Instruct ICC
> > Am running port version 1.520 and am trying to install keychain. > > Any idea how to fix this? > > > > 13 % sudo port install keychain > > ---> Fetching keychain > > ---> Attempting to fetch keychain-2.6.8.tar.bz2 from http:// > > dev.gentoo.org/~agriffis/keychain/ > > ---> Attempting to fe

install --withSomeFlag

2007-10-07 Thread Instruct ICC
I installed php5-gtk with "sudo port install php5-gtk" and I noticed that mysql functions are not installed. /opt/local/bin/php-config has configure_options '--without-mysql' which I would need to be '--with-mysql'. I was thinking of modifying php-config and somehow launch ./configure make sudo