Re: encfs 1.4.2 fails to configure

2008-06-03 Thread Ryan Schmidt
On Jun 4, 2008, at 00:11, Sonikbuddha - wrote: > I haven't touched this in a while in hopes that developers would be > able to resolve this issue before it became an issue but I'm > beginning to hurt missing my encoded files. The ticket lists the > problem as being directly related to the

RE: encfs 1.4.2 fails to configure

2008-06-03 Thread Sonikbuddha -
I haven't touched this in a while in hopes that developers would be able to resolve this issue before it became an issue but I'm beginning to hurt missing my encoded files. The ticket lists the problem as being directly related to the version of boost and rolling back a version would resolve t

Re: Suggested port command enhancement?

2008-06-03 Thread Rainer Müller
Ryan Schmidt wrote: > With the new "port distfiles" target, I think it could be implemented > like this: > > 1. Get the list of all distfiles (find /opt/local/var/macports/ > distfiles -type f) > 2. Get the list of installed ports (port installed) > 3. For each installed port foo, get the list

Re: Suggested port command enhancement?

2008-06-03 Thread Tabitha McNerney
On 6/3/08, Ryan Schmidt <[EMAIL PROTECTED]> wrote: [SNIP] Why do you want to identify ports that have been fetched but not built? > > I myself would like to identify ports that have been fetched but not > installed. Maybe that's the same thing you meant. Yes, that's what I meant. Fetched but not

Re: mtr issues

2008-06-03 Thread Bryan Blackburn
On Jun 3, 2008, at 3:07 PM, Peter Hindrichs wrote: > Good Day, > > I have been using "mtr" to check the network signal from my wireless > ISP, and it has been working fine until the other day when I updated > my system to 10.5.3 > > I did an uninstall of mtr and reinstalled it, with no change here

Re: Suggested port command enhancement?

2008-06-03 Thread Ryan Schmidt
On Jun 3, 2008, at 06:30, Tabitha McNerney wrote: > As seen in some recent threads, I think I have mentioned that I'm > building a system that audits and keeps track of MacPorts on some > Xserves that I work on. The port command, as Rainer, et al is quite > flexible and can be used to source

Re: compilation of `hydra' failed

2008-06-03 Thread Ryan Schmidt
That's this ticket: http://trac.macports.org/ticket/12765 Since hydra doesn't work with libssh 0.2, the dependency on libssh was removed from the hydra port in r36653. Please "sudo port upgrade" and try installing hydra again. On Jun 3, 2008, at 08:10, Joerg van den Hoff wrote: > wanted to

Re: compilation of `hydra' failed

2008-06-03 Thread Matrix Mole
(sorry forgot to Reply-to-all on the original message to include the mailing list) On Tue, Jun 3, 2008 at 12:24 PM, Joerg van den Hoff <[EMAIL PROTECTED]> wrote: >> Also, be sure to run a port sync to get the most recent version of the >> port files, I believe the old maintainer removed the depend

mtr issues

2008-06-03 Thread Peter Hindrichs
Good Day, I have been using "mtr" to check the network signal from my wireless ISP, and it has been working fine until the other day when I updated my system to 10.5.3 I did an uninstall of mtr and reinstalled it, with no change here is what I get when I try "mtr ispnet.ca" Freedom:~ peter

Re: plans for 64bit support

2008-06-03 Thread Joshua Root
Joshua Root wrote: Emil Lundberg wrote: Is there documentation backing up the claim that 64-bit ppc code is slower on 64-bit ppc machines than 32-bit ppc code? I've seen benchmark numbers that show this. I'll see if I can dig them up. OK, I found some of the comparisons I was thinking of:

Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Vittorio
I Just did as suggested but cannot change the result: MacBookVictor:PostgreSQL victor$ sudo launchctl load -w /Library/ LaunchDaemons/org.macports.postgresql83-server.plist org.macports.postgresql83-server: Already loaded MacBookVictor:PostgreSQL victor$ sudo launchctl unload /Library/ LaunchDae

Re: Octave 3.0.1 plotting is very slow

2008-06-03 Thread Joerg van den Hoff
On Tue, Jun 03, 2008 at 11:10:52AM +0200, Alakazam wrote: > >> - What machine are you running octave on ? > > PPC Powerbook 1.5 GHz 2 GB > > Which explains why plotting takes ~20s for you, and ~10s for me. > > >> - What version of Mac OS X are you running ? > > 10.5.11 > > Is that 10.4.11 or

compilation of `hydra' failed

2008-06-03 Thread Joerg van den Hoff
hi, wanted to check strengths of my password(s) against brute force attacks with `hydra' (hope this is the tool to do it?) but sudo port install hydra yielded #CUT ---> Fetching libssh ---> Attempting to fetch libssh-

Re: Building packages which require Xcode2.5 on leopard

2008-06-03 Thread Steve Renals
thanks. installs OK now - it never occurred to me that I somehow had an "incomplete" installation of Xcode 3.0... reinstalling xcode did the trick steve On 3 Jun 2008, at 12:00, Ryan Schmidt wrote: > > On Jun 3, 2008, at 00:59, Steve Renals wrote: > >> I'm having problems installing packages

Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Ryan Schmidt
On Jun 3, 2008, at 06:05, Vittorio wrote: > Here it is but the result is unchanged: > > > MacBookVictor:~ victor$ sudo mkdir -p /opt/local/var/db/postgresql83/ > defaultdb > Password: > MacBookVictor:~ victor$ sudo chown postgres:postgres /opt/local/var/ > db/ > postgresql83/defaultdb > MacBookV

Suggested port command enhancement?

2008-06-03 Thread Tabitha McNerney
Hello all -- As seen in some recent threads, I think I have mentioned that I'm building a system that audits and keeps track of MacPorts on some Xserves that I work on. The port command, as Rainer, et al is quite flexible and can be used to source a lot of information. But I believe I have identif

Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Vittorio
Here it is but the result is unchanged: MacBookVictor:~ victor$ sudo mkdir -p /opt/local/var/db/postgresql83/ defaultdb Password: MacBookVictor:~ victor$ sudo chown postgres:postgres /opt/local/var/db/ postgresql83/defaultdb MacBookVictor:~ victor$ sudo su postgres -c '/opt/local/lib/ postgres

Re: Building packages which require Xcode2.5 on leopard

2008-06-03 Thread Ryan Schmidt
On Jun 3, 2008, at 00:59, Steve Renals wrote: > I'm having problems installing packages which require Xcode > MacOSX10.4u.sdk on Leopard. A good example of a package with which I > am having problems is aquaterm. > > I'm running 10.5.3 on a macbook pro, and have Xcode 3.0 installed, and > MacPor

Re: Octave 3.0.1 plotting is very slow

2008-06-03 Thread Alakazam
>> - What machine are you running octave on ? > PPC Powerbook 1.5 GHz 2 GB Which explains why plotting takes ~20s for you, and ~10s for me. >> - What version of Mac OS X are you running ? > 10.5.11 Is that 10.4.11 or 10.5.3 ? Anyway, this obviously does not change anything, since we obtain

Re: Octave 3.0.1 plotting is very slow

2008-06-03 Thread Jerry
On May 31, 2008, at 6:55 AM, Alakazam wrote: > Hi ! > > On 30 mai 08, at 06:41, Jerry wrote: > >> I noticed that plotting with the new Octave version 3.0.1 on Macports >> is very slow compared to older versions of Octave, e.g. 2.1.71. In >> the old Octave, small plots appear instantaneously, prob