MacPorts not working on 10.10.3

2015-04-19 Thread Brad Allison
I just did a fresh install of MacPorts (downloaded from the website), and tried to install my first package and this is the error I get: bash-3.2$ sudo /opt/local/bin/port install ircii ---> Computing dependencies for ircii ---> Cleaning ircii ---> Updating database of binaries ---> Scanni

My install of MacPort is busted

2015-04-19 Thread Brad Allison
I tried removing everything in /opt/local and reinstalling MacPorts again from the website and it still doesn't work. I did a "selfupdate" and it said there was nothing to do. So I did a "update outdated" and it looks like it just picked a random package "ffmpeg" to install and even that fails...

macports ssh slower than osx ssh

2014-04-09 Thread Brad Allison
Why is macports ssh 4 seconds slower than osx built in ssh when using gss-api? brad-allison-pro:~ brad.allison$ time /opt/local/bin/ssh -2 -v -l root m2inf-kerberostest-01 date > /tmp/kerbtest-ssh-macports.txt 2>&1 real0m20.890s user0m0.007s sys 0m0.008s brad-a

sudo port install nmap bombs of mavericks

2014-03-21 Thread Brad Allison
I upgraded to Mavericks, now my port seems to be broken: brad-allison-pro:~ brad.allison$ sudo port install nmap Password: Warning: port definitions are more than two weeks old, consider using selfupdate ---> Computing dependencies for nmap ---> Cleaning nmap ---> Scanning bin

tcptraceroute

2014-03-20 Thread Brad Allison
Any chance we could get tcptraceroute ported? -brad ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: kinit from mac ports not working

2013-08-15 Thread Brad Allison
you either have a krb5.conf file that works with MIT Kerberos (mac ports) or Heimdal Kerberos (default). it's completely broken now. :( On Thu, Aug 15, 2013 at 11:49 AM, Brad Allison wrote: > It is a problem between Heimdal-Kerberos (built in) and MIT-Kerberos (mac > ports) >

Re: kinit from mac ports not working

2013-08-15 Thread Brad Allison
r both. I wish there was a way to make macports kinit use /etc/krb5.conf and make built in Heimdal kerberos use /Library/Preferences/edu.mit.Kerberos . On Thu, Aug 15, 2013 at 10:56 AM, Brandon Allbery wrote: > On Thu, Aug 15, 2013 at 10:45 AM, Brad Allison wrote: > >> When I

kinit from mac ports not working

2013-08-15 Thread Brad Allison
When I try to kinit using macports kinit it returns "Cannot contact any KDC from realm" When I try to kinit using default built in kinit (/usr/bin/kinit), it works and I can get tickets. So why is macports kinit broken? Brad-Allisons-Mac-Pro-2:~ ballison$ which kinit /opt/local/bin/kinit Br

Re: Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: shell command failed (see log for details)

2013-06-08 Thread Brad Allison
: Operation timed out. Giving up. On Sat, Jun 8, 2013 at 4:00 AM, Brad Allison wrote: > Brad-Allisons-MacBook-Pro:~ ballison$ sudo port selfupdate > ---> Updating MacPorts base sources using rsync > Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing > MacPorts

Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: shell command failed (see log for details)

2013-06-08 Thread Brad Allison
Brad-Allisons-MacBook-Pro:~ ballison$ sudo port selfupdate ---> Updating MacPorts base sources using rsync Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: shell command failed (see log for details) ___ macports-u

Invitation to connect on LinkedIn

2013-06-06 Thread Brad Allison
LinkedIn I'd like to add you to my professional network on LinkedIn. - Brad Brad Allison Senior Systems Administrator at AlertSite Miami/Fort Lauderdale Area Confirm that you know Brad Allison: https://www.linkedin.com/e/ngrbe4-hhlxwawr-0/isd/13946288095/wB9N9b56/?hs=fals

Warning: Error parsing file /opt/local/lib/mysql55/bin/my_print_defaults: Error opening or reading file

2013-06-04 Thread Brad Allison
I get this error now whenever I install anything with macports.. tried uninstalling mysql55... and everything... still get this error... ---> Attempting to fetch p7zip-9.20.1_1.darwin_12.x86_64.tbz2 from http://packages.macports.org/p7zip ---> Attempting to fetch p7zip-9.20.1_1.darwin_12.x86_64

avconv

2013-01-15 Thread Brad Allison
Any chance we can get avconv ported to macports? sh-3.2# port install avconv Warning: port definitions are more than two weeks old, consider using selfupdate Error: Port avconv not found To report a bug, see _

why does mysql NOT come with mysql client?

2012-12-03 Thread Brad Allison
How come I can install mysql5 and yet it doesn't come with a mysql client? Brad-Allisons-Mac-Pro-2:~ ballison$ sudo port install mysql5 ---> Computing dependencies for mysql5 ---> Cleaning mysql5 ---> Scanning binaries for linking errors: 100.0% ---> No broken files found. Brad-Allisons-Mac-P

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
Works like a champ now! Thanks! # sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql55-server.plist On Wed, May 30, 2012 at 12:08 PM, Jeremy Lavergne < jer...@lavergne.gotdns.org> wrote: > > Ah - now I get it. I need BOTH! :) > > There we go! > > Semantics: If you install mysq

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
But I'm still confused. Which should I be using mysql55-server or mysql? I want both the client and server so I thought mysql55... but does that not come with the startup scripts? -brad On Wed, May 30, 2012 at 12:02 PM, Jeremy Lavergne < jer...@lavergne.gotdns.org> wrote: > > and back to the o

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
and back to the original point. Still no startup script. : # sudo port load mysql55-server Error: org.macports.load for port mysql55-server returned: Launchd plist /Library/LaunchDaemons/org.macports.mysql55-server.plist was not found Please see the log file for port mysql55-server for detai

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
I ran "sudo port install mysql55" and it did not install a client... :( And there's no mysql55-client. So how do you get the mysql client? On Wed, May 30, 2012 at 11:57 AM, Brad Allison wrote: > So when I installed mysql55 +server I was just getting mysql55 then? > >

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
So when I installed mysql55 +server I was just getting mysql55 then? In either case there's still no startup scripts... that's the core problem I'm having (other than I have no clue which of these two packages to install). -brad On Wed, May 30, 2012 at 11:56 AM, Jeremy Lavergne < jer...@lavergn

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
port install mysql55 +server installs just the server (but without the startup scripts). port install mysql55-server installs just the server. So I don't see why there are both? Neither one installed the client for me and there's no mysql55-client package. :( -b On Wed, May 30, 2012 at 11:48 AM

Re: mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
What's the difference between mysql55 +server and mysql55-server? -b On Wed, May 30, 2012 at 11:34 AM, Jeremy Lavergne < jer...@lavergne.gotdns.org> wrote: > > I used these instructions for installing mysql --> > http://matthewcarriere.com/2008/04/02/installing-mysql-on-mac-os-x-leopard-using-ma

mysql55 no longer ships with startup script for MacPorts

2012-05-30 Thread Brad Allison
I used these instructions for installing mysql --> http://matthewcarriere.com/2008/04/02/installing-mysql-on-mac-os-x-leopard-using-macports/ The only thing I changed was mysql5 to mysql55 . sudo port selfupdate sudo port install mysql55 +server When I got to the step to install the startup scr

still can't get gimp to work under macports....

2012-05-06 Thread Brad Allison
I installed gimp using $ sudo port install gimp +no_startupitem Per the workaround instructions on the current bug thread. But when I try to launch it it takes FOREVER to load. It gives me a "not enough memory" error and then just sits there forever. I have virtually nothing running on this ma

Re: gimp fails to install : Unable to execute port: can't read "startupitem.install": no such variable

2012-05-06 Thread Brad Allison
Oh nevermind. Gimp requires dbus -b On Sun, May 6, 2012 at 6:05 PM, Brad Allison wrote: > I'm having this problem with gimp not dbus > > It's the exact same problem though. > > -b > ___ macports-users

Re: gimp fails to install : Unable to execute port: can't read "startupitem.install": no such variable

2012-05-06 Thread Brad Allison
I'm having this problem with gimp not dbus It's the exact same problem though. -b ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

gimp fails to install : Unable to execute port: can't read "startupitem.install": no such variable

2012-05-05 Thread Brad Allison
bash-3.2$ sudo port install gimp ---> Computing dependencies for gimpError: Unable to execute port: can't read "startupitem.install": no such variable To report a bug, see ___ macports-users mailing list macpo

Re: macports doesn't find make on 10.7.3 XCode

2012-05-05 Thread Brad Allison
ferences, download). > > Ralph Pass > > > > On 5/5/12 9:07 AM, Brad Allison wrote: > > So does that mean XCode no longer ships with "make"? > > ?? > > -b > > On Sat, May 5, 2012 at 8:58 AM, Brad Allison wrote: > >> I upgraded to MacOSX 10.7

Re: problems installing MacPorts on OS Lion

2012-05-05 Thread Brad Allison
Looks like the issue is now that XCode no longer ships with GNU make... that's a serious problem... -b On Wed, Apr 25, 2012 at 11:46 AM, Fabrizio Salvatore < p.fabrizio.salvat...@googlemail.com> wrote: > Thanks a lot! > > Cheers, > > Fab > > > On 25 April 2012 16:41, Jason Swails wrote: > >> Op

Re: macports doesn't find make on 10.7.3 XCode

2012-05-05 Thread Brad Allison
So does that mean XCode no longer ships with "make"? ?? -b On Sat, May 5, 2012 at 8:58 AM, Brad Allison wrote: > I upgraded to MacOSX 10.7.3 > > I installed xcode_431_lion.dmg (which required 10.7.3 or above). > > I installed MacPorts-2.0.4-10.7-Lion.dmg . > >

macports doesn't find make on 10.7.3 XCode

2012-05-05 Thread Brad Allison
I upgraded to MacOSX 10.7.3 I installed xcode_431_lion.dmg (which required 10.7.3 or above). I installed MacPorts-2.0.4-10.7-Lion.dmg . I ran "sudo port install gimp" and got the following error: bash-3.2$ sudo port install gimp Warning: xcodebuild exists but failed to execute Warning: Xcode do

openssh question 2

2012-01-18 Thread Brad Allison
So I'm now running /opt/local/sbin/sshd provided from openssh via macports. When I ssh to my mac and provide my username/password it just kicks me out with a "Connection closed by.." error. Recorded in the /var/log/secure.log on my mac is : Jan 18 10:42:36 Brad-Allisons-Mac-Pro sshd[786]: in pam_

openssh question

2012-01-18 Thread Brad Allison
How do you start openssh that's provided via macports. When I try to run it manually it exits because it's messing the keys it needs. On linux the rc script auto generates all these keys. Is there an RC script for it? sh-3.2# /opt/local/sbin/sshd Could not load host key: /opt/local/etc/ssh/ssh_

can not install macports on 10.6.8

2012-01-17 Thread Brad Allison
I tried to install macports yesterday on my 10.6.8 machine and it requires Xcode. Apparently Apple has removed Xcode from their site for pre-Lion systems. So no Xcode :( Anyone know where to get Xcode for pre-Lion machines? -b ___ macports-users maili

why no support for pidgin-sipe?

2011-07-29 Thread Brad Allison
I need sipe support in pidgin for my macosx users. I figured Macports would have it but I don't see it in the list. However I do see it over on the fink project... http://pdb.finkproject.org/pdb/package.php/pidgin-sipe I prefer using macports. Any chance we can get this added? -b

Re: Request for Support: Evolution

2008-08-16 Thread Brad Allison
Well here's as far as I've gotten: 1- port install gnome-desktop-suite 2- port install libsoup 3- port install openldap 4- downloaded evolution-2.22.3.1 , evolution-data-server-2.22.3 , evolution-exchange-2.22.3 5- tried to configure evolution-data-server with exchange support and got the foll

Building Evolution-Data-Server with Openldap- NTLM support

2008-08-16 Thread Brad Allison
I'm trying to build Evoluton with Exchange support. To do that I must build evolution-data-server with Exchange support. When I ./configure evolution-data-server it's building with openldap support, but not with openldap-ntlm support which is required for Exchange support. The patch it says to a

py25-libxml2 fails to build

2008-08-16 Thread Brad Allison
---> Building py25-libxml2 with target build Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-libxml2/work/libxml2-python-2.6.21" && /opt/local/bin/python2.5 setup.py build " re

Request for Support: Evolution

2008-08-16 Thread Brad Allison
I really need evolution for macosx (with the Exchange plugin) to be able to connect to my work email and calendar. I see macports already have evolution-data-server... but no actual evolution client. Can we please get evolution (with the Exchange plugin) added to the supported software for mac po