June 27, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:00:22] *** otibom has joined #macports
[00:02:29] *** otibom has quit IRC
[00:11:02] *** otibom has joined #macports
[00:30:27] *** snc has joined #macports
[00:30:28] <mpbot_> snc is Jeremy and maintainer of kde-l10n-bg, py27-xlrd, sahana2, and clustalx (of 170 total) and is in Boston; local time is Sun 18:33 EDT
[00:50:06] <CIA-46> snc at macports dot org * r79816 /trunk/dports/python/ (py26-pyopencl/Portfile py27-pyopencl/Portfile):
[00:50:07] <CIA-46> http://trac.macports.org/changeset/79816
[00:50:07] <CIA-46> py2[6-7]-pyopencl:
[00:50:07] <CIA-46> * update to 2011.1.1
[00:50:07] <CIA-46> * dabble with universal build, #29726
[00:52:16] *** Motoservo has joined #macports
[00:53:57] <Motoservo> It's possible it was something else but since the last OS X update my apache server that launches is the default, not the one I installed via Mac Ports. Any suggestions? I don't noodle around with system config much so I'm not really sure how to set it back.
[00:54:43] <snc> motoservo: launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
[00:54:56] <snc> that'll shut off the apple-supplied one and keep it from coming back at reboot
[00:55:14] <snc> then: port load apache2 (assuming that's the one you want to run)
[00:55:15] <Motoservo> rock & roll. thanks, snc
[00:55:18] <snc> np
[00:55:33] <snc> btw, these steps all require sudo
[00:55:41] <Motoservo> any idea why this happened? Was it just me?
[00:55:56] <snc> likely apple disabled the disabling of their launchd item
[00:56:10] <snc> and it starts before macports, thereby stealing the port and prevent the macports one from starting
[00:56:12] <Motoservo> I mean, are there lots of reports of this here at Mac Ports?
[00:56:41] <snc> dunno. apple has a bad habit of this (server tools use to clobber config files, etc)
[00:56:49] <Motoservo> It's possible something else happened, which is why I ask.
[00:56:56] <Motoservo> Ah, I just updated those, too.
[00:57:00] <Motoservo> Sure that's it.
[00:57:10] <snc> it's likely just apple :-)
[00:57:34] <Motoservo> I'll keep this note handy then for future ref.
[00:58:39] <Motoservo> Hmmm.
[00:58:40] <Motoservo> Error unloading: org.apache.httpd
[00:58:48] <Motoservo> sudo'd
[00:59:00] <snc> that hints that it's already unloaded then
[01:00:12] <Motoservo> weird. well, I'll continue with the next step.
[01:00:31] *** tfcoding has quit IRC
[01:00:34] <snc> did you check that the running httpd processes are from /usr/ isntead of /opt/ ?
[01:01:06] <Motoservo> Perhaps I erred in my troubleshooting.
[01:01:06] <snc> `ps aux | grep http` should show it
[01:01:14] <Motoservo> I used which httpd
[01:01:23] <Motoservo> let me try that instead.
[01:02:22] <Motoservo> root       173   0.0  0.2  2455952   6960   ??  Ss    3:35PM   0:00.09 /opt/local/apache2/bin/httpd -k start
[01:02:23] <snc> `which` will only tell you what it found in your $PATH
[01:02:29] <snc> okay, so the macports one is what's running
[01:02:32] <Motoservo> About 5 more from _www
[01:02:43] <snc> are they all from /opt/ ?
[01:02:48] <Motoservo> so yeah
[01:02:55] <Motoservo> so, must be something else then?
[01:03:17] <snc> which files did you edit for your apache config?
[01:03:26] <snc> the macports files are in /opt/local/apache2/
[01:03:29] <CIA-46> blb at macports dot org * r79817 /trunk/dports/python/ (py31-httplib2/Portfile py32-httplib2/Portfile):
[01:03:29] <CIA-46> http://trac.macports.org/changeset/79817
[01:03:29] <CIA-46> python/py3?-httplib2 - update to 2-0.7.1
[01:03:36] <snc> while the apple ones are /etc/apache2
[01:03:37] <Motoservo> what happened was my SilverStrip CMS started throwing all kinds of errors. Realized it was on all my local sites.
[01:04:12] <Motoservo> well, everything's been running fine. the config was out of opt.
[01:04:36] <Motoservo> one thing that solved the issue was commenting out a few lines that I added last year on etc/hosts
[01:05:03] <Motoservo> added two subdomains for a site that required sub domain refs in the app logic.
[01:06:00] <Motoservo> that all worked fine though. But now, commenting out those two lines let's the site load. But when I restart apache from apachectl restart I get a note that my vhosts overlap. so, I'm not really sure what's going on, I guess.
[01:07:09] <snc> might be worth asking the apache channel ;-)
[01:07:14] <Motoservo> and there's really no reason why the added names to etc/hosts worked before but now they're choking it.
[01:07:21] <Motoservo> maybe so. Thanks, buddy.
[01:07:26] <snc> np
[01:09:21] <CIA-46> blb at macports dot org * r79818 /trunk/dports/python/ (4 files in 4 dirs):
[01:09:21] <CIA-46> http://trac.macports.org/changeset/79818
[01:09:21] <CIA-46> python/py*-bitstring - update to 2.2.0
[01:10:32] *** PuffTheMagic has left #macports
[01:11:59] *** PuffTheMagic has joined #macports
[01:13:57] *** crankharder has left #macports
[01:15:57] *** bittin_ has joined #macports
[01:16:28] <bittin_> is Pallet still the best if you wan't a gui for Macports?
[01:32:40] *** snc has quit IRC
[01:41:02] *** loadbang has joined #macports
[01:55:28] <jmr_mp> bittin_: was it ever?
[01:56:15] *** bittin_ has quit IRC
[01:56:30] *** youknowone has joined #macports
[02:21:10] *** ToHellWithGA has joined #macports
[02:21:11] <mpbot_> ToHellWithGA is Ryan Stonecipher (rmstonecipher) and maintainer of wavpack, gst-plugins-gl, libplist, and polkit-qt (of 31 total) and is in Columbia, MO; local time is Sun 19:24 CDT
[02:21:28] <ToHellWithGA> i have not been keeping up on my tickets lately
[02:21:34] *** _wms has quit IRC
[02:21:59] <ToHellWithGA> bought a house, took a vacation, bought a puppy, and lost my job in less than 60 days
[02:22:16] <ToHellWithGA> is it ok to still claim to be a maintainer, so long as i get back to this stuff eventually?
[02:22:37] <ToHellWithGA> i have every intention of doing more than version bumps once i can do so again
[02:22:51] <CIA-46> singingwolfboy at macports dot org * r79819 /trunk/dports/python/py25-webob/ (. Portfile):
[02:22:52] <CIA-46> http://trac.macports.org/changeset/79819
[02:22:52] <CIA-46> New port: py25-webob
[02:23:42] *** otibom has quit IRC
[02:23:52] <CIA-46> singingwolfboy at macports dot org * r79820 /trunk/dports/python/py25-webtest/ (. Portfile):
[02:23:52] <CIA-46> http://trac.macports.org/changeset/79820
[02:23:52] <CIA-46> New port: py25-webtest
[02:27:10] *** juanger has joined #macports
[02:32:10] *** iamdaijo has joined #macports
[02:35:09] *** oxseyn has quit IRC
[02:50:08] *** iamdaijo has quit IRC
[02:56:15] *** iamdaijo has joined #macports
[02:56:41] *** ToHellWithGA has quit IRC
[02:58:29] *** noganex_ has joined #macports
[03:01:23] *** loadbang has quit IRC
[03:02:23] *** noganex has quit IRC
[03:35:39] *** fisk has quit IRC
[03:35:46] *** fisk has joined #macports
[03:50:16] *** ToHellWithGA has joined #macports
[03:50:16] *** ToHellWithGA has joined #macports
[03:50:17] <mpbot_> ToHellWithGA is Ryan Stonecipher (rmstonecipher) and maintainer of gst-plugins-base, gtkpod, libgpod, and usbmuxd (of 31 total) and is in Columbia, MO; local time is Sun 20:53 CDT
[04:01:19] *** robgleeson has joined #macports
[04:04:20] *** oxseyn has joined #macports
[04:06:34] *** oxseyn has quit IRC
[04:06:48] *** oxseyn has joined #macports
[04:07:46] *** oxseyn_ has joined #macports
[04:07:50] *** oxseyn has quit IRC
[04:41:48] <CIA-46> jeremyhu at macports dot org * r79821 /trunk/dports/python/py27-orbit/ (. Portfile):
[04:41:48] <CIA-46> http://trac.macports.org/changeset/79821
[04:41:48] <CIA-46> py27-orbit: New port based on py26-orbit
[04:48:54] *** _wms has joined #macports
[04:55:07] *** _wms has quit IRC
[05:41:38] *** iamdaijo has quit IRC
[05:55:11] *** iamdaijo has joined #macports
[05:55:43] *** jkyle has quit IRC
[05:57:49] *** jkyle has joined #macports
[06:06:09] *** Guiri has joined #macports
[06:06:09] *** Guiri has joined #macports
[06:15:25] *** Guiri has quit IRC
[06:18:23] *** macUzer has joined #macports
[06:19:29] *** hilbert has quit IRC
[06:19:42] *** hilbert has joined #macports
[06:22:11] *** Guiri has joined #macports
[06:22:24] *** Guiri has left #macports
[06:45:35] <CIA-46> jeremyhu at macports dot org * r79822 /trunk/dports/python/py27-pygtksourceview/ (. Portfile):
[06:45:36] <CIA-46> http://trac.macports.org/changeset/79822
[06:45:36] <CIA-46> py27-pygtksourceview: New port based on py26-pygtksourceview
[07:25:03] *** rampr has joined #macports
[08:09:29] *** GoSox_ has joined #macports
[08:09:35] <GoSox_> bleep
[08:12:30] *** alnassafi has joined #macports
[08:12:33] <alnassafi> Hi all
[08:12:41] <GoSox_> hola
[08:12:46] <alnassafi> How can I install Macports on Lion?
[08:13:55] <alnassafi> II installed it using sudo svn checkout http://svn.macports.org/repository/macports/trunk
[08:14:07] <alnassafi> I had to fix /etc/paths ..
[08:14:40] <alnassafi> I can not run sudo port -v selfupdate and I do not have an index so I can install any program
[08:15:18] <alnassafi> Any solution
[08:15:23] <GoSox_> I installed macports on my server and installed php through macports. But how can I make my existing apache work with the macports version of php?
[08:15:38] *** JaRoel|4D has quit IRC
[08:19:11] 
[08:19:54] *** macUzer has quit IRC
[08:22:36] <preaction> GoSox_: compile mod_php with the existing apache's apxs program
[08:23:01] <GoSox_> how do i do that?
[08:23:57] <preaction> read apxs's documentation and find mod_php.c
[08:28:34] *** rampr has quit IRC
[08:30:33] *** noganex_ is now known as noganex
[08:31:50] *** GoSox_ has quit IRC
[08:35:38] *** Motoservo has quit IRC
[08:37:47] *** rampr has joined #macports
[08:46:12] *** rampr has quit IRC
[08:46:29] *** rampr has joined #macports
[08:56:43] *** otibom has joined #macports
[09:02:40] *** JaRoel|4D has joined #macports
[09:02:49] *** otibom has quit IRC
[09:12:17] *** hilbert has quit IRC
[09:23:03] *** deric_ has joined #macports
[09:25:57] *** bricks has joined #macports
[09:31:21] *** otibom has joined #macports
[09:32:32] *** jonaswouters has joined #macports
[09:33:17] *** otibom has quit IRC
[09:38:55] *** thierryp has joined #macports
[09:46:03] *** jonaswouters has quit IRC
[09:49:03] *** jonaswouters has joined #macports
[09:53:21] *** kakashi_ has quit IRC
[09:55:26] *** wasd has joined #macports
[10:16:59] *** RanX_XeroX has joined #macports
[10:20:21] *** easyE has joined #macports
[10:44:14] *** ftrvxmtrx_ has quit IRC
[10:50:00] *** wasd has quit IRC
[11:06:39] *** youknowone has quit IRC
[11:10:14] *** ftrvxmtrx has joined #macports
[11:12:11] *** cilly has joined #macports
[11:19:53] *** thierryp has quit IRC
[11:27:00] *** rampr_ has joined #macports
[11:28:58] *** rampr has quit IRC
[11:28:59] *** rampr_ is now known as rampr
[11:34:15] *** rampr has quit IRC
[11:34:35] *** rampr has joined #macports
[11:34:44] *** su-v has quit IRC
[11:38:37] *** macUzer has joined #macports
[11:40:07] *** cilly has quit IRC
[11:41:29] *** su-v has joined #macports
[11:44:51] <alnassafi> How can I install Macports on Lion?
[11:44:55] <alnassafi> II installed it using sudo svn checkout http://svn.macports.org/repository/macports/trunk
[11:45:03] <alnassafi> I had to fix /etc/paths ..
[11:45:08] <alnassafi> I can not run sudo port -v selfupdate and I do not have an index so I can install any program
[11:48:44] *** cilly has joined #macports
[11:53:30] *** xrj has joined #macports
[11:55:01] <neverpanic> if you check out from source you actually have to _build_ it.
[11:55:09] <neverpanic> i.e. the usual ./configure, make, make install triple
[12:01:40] *** iamdaijo has quit IRC
[12:12:24] *** pen has joined #macports
[12:14:49] *** cilly has quit IRC
[12:17:56] *** cilly has joined #macports
[12:33:32] *** unicum has quit IRC
[12:34:47] *** unicum has joined #macports
[12:34:47] *** unicum has joined #macports
[12:45:25] *** alnassafi has quit IRC
[12:54:23] *** fisk has quit IRC
[12:55:55] *** pen has quit IRC
[13:02:28] *** JaRoel|4D has quit IRC
[13:05:12] *** macUzer has quit IRC
[13:05:23] *** JaRoel|4D has joined #macports
[13:08:50] *** saispo has quit IRC
[13:09:28] *** saispo has joined #macports
[13:09:29] <mpbot_> saispo is maintainer of gst, icewm, py25-hgsvn, and emacs-snapshot (of 5 total) and is at local time Mon 11:12 UTC
[13:20:24] *** saispo has quit IRC
[13:21:03] *** saispo has joined #macports
[13:21:04] <mpbot_> saispo is maintainer of emacs-snapshot, gst, icewm, and py25-hgsvn (of 5 total) and is at local time Mon 11:24 UTC
[13:24:54] *** cilly has quit IRC
[13:41:04] *** cilly has joined #macports
[13:41:07] *** cilly has quit IRC
[13:41:07] *** cilly has joined #macports
[13:41:44] *** cilly has quit IRC
[13:41:55] *** cilly has joined #macports
[14:00:01] *** cilly has quit IRC
[14:12:22] *** cilly has joined #macports
[14:50:37] *** ToHellWithGA has quit IRC
[14:55:12] *** mdel has quit IRC
[15:04:50] *** iamdaijo has joined #macports
[15:06:05] *** iamdaijo has quit IRC
[15:06:51] *** iamdaijo has joined #macports
[15:07:23] *** thierryp has joined #macports
[15:08:19] *** Ionic has quit IRC
[15:10:59] *** Ionic has joined #macports
[15:11:00] 
[15:14:56] *** jrickman has joined #macports
[15:18:58] *** cilly has quit IRC
[15:31:17] *** _wms has joined #macports
[15:39:56] *** bittin has joined #macports
[15:39:56] *** bittin has joined #macports
[15:45:12] *** rampr has quit IRC
[15:51:24] <CIA-46> mmoll at macports dot org * r79823 /trunk/dports/science/flann/Portfile:
[15:51:24] <CIA-46> http://trac.macports.org/changeset/79823
[15:51:24] <CIA-46> science/flann: update to 1.6.11
[15:52:35] *** mdel has joined #macports
[15:58:39] *** rampr has joined #macports
[16:11:31] *** rampr has quit IRC
[16:15:43] *** drw has joined #macports
[16:21:53] *** mf2k_mp has joined #macports
[16:21:55] <mpbot_> mf2k_mp is Frank (macsforever2000) and maintainer of py25-pmw, fastcap-wr, kst, and py26-usadel1 (of 14 total) and is in Boulder, CO; local time is Mon 08:25 MDT
[16:41:32] <CIA-46> gwright at macports dot org * r79824 /trunk/dports/math/cadabra/ (Portfile files/patch-Makefile.in.diff):
[16:41:32] <CIA-46> http://trac.macports.org/changeset/79824
[16:41:32] <CIA-46> Version bump to 1.29.
[16:48:16] *** thierryp has quit IRC
[16:49:12] *** rampr has joined #macports
[16:50:42] *** ToHellWithGA has joined #macports
[16:50:43] <mpbot_> ToHellWithGA is Ryan Stonecipher (rmstonecipher) and maintainer of usbmuxd, twolame, libtheora, and python-musicbrainz2 (of 31 total) and is in Columbia, MO; local time is Mon 09:54 CDT
[16:50:46] <ToHellWithGA> saw a new error today:
[16:51:02] <ToHellWithGA> ld: unknown option: --as-needed
[16:59:54] *** jrickman has quit IRC
[17:00:02] *** iamdaijo_ has joined #macports
[17:00:21] *** jrickman has joined #macports
[17:02:28] *** iamdaijo_ has quit IRC
[17:04:39] *** iamdaijo_ has joined #macports
[17:05:16] <pogma> GNU ld's --as-needed is similar to Mac OS X ld's  -dead_strip_dylibs
[17:12:31] <ToHellWithGA> pogma: is it essential to the proper operation of... whatever it's doing?
[17:12:49] <pogma> no
[17:13:23] <ToHellWithGA> perhaps i can overcome this hurdle by removing --as-needed
[17:13:35] <ToHellWithGA> assuming i can figure out where/how to do so :)
[17:14:12] <pogma> there's a grep for that
[17:14:26] *** iamdaijo_ has quit IRC
[17:14:47] <ToHellWithGA> lol
[17:14:52] <ToHellWithGA> i know, i know
[17:15:00] <ToHellWithGA> i'm hoping to skip that step and use configure.ldflags-delete
[17:15:58] *** quickshiftin has joined #macports
[17:16:38] <quickshiftin> hey gang; i just used the portindex command to add a custom Portfile, however it's not available to ports for some reason
[17:17:01] <quickshiftin> i followed the guide from the docs (worked before np)
[17:17:25] <quickshiftin> and when i run the command, it says it parsed the Portfile successfully
[17:17:42] <quickshiftin> only i go to search / install after that and ports doesnt know about it
[17:17:43] <quickshiftin> thoughts ?
[17:18:43] *** _wms has quit IRC
[17:19:20] <neverpanic> did you edit $PREFIX/etc/macports/sources.conf?
[17:20:12] <quickshiftin> ah, i knew there was something i forgot (new laptop)!
[17:21:05] *** jrickman has quit IRC
[17:27:01] <neverpanic> I remember there being a wiki page telling me what to do for new MacPorts source files, i.e. which header to use, what modeline, etc.
[17:27:08] <neverpanic> Does anybody have the link handy?
[17:28:53] <quickshiftin> hmm, any idea what $prefix is supposed to be ?
[17:28:58] <quickshiftin> its empty on my box
[17:30:03] <neverpanic> /opt/local usually
[17:33:53] <quickshiftin> that makes sense, wonder why its not set on my laptop
[17:33:59] <quickshiftin> o well; got the install going
[17:34:07] <quickshiftin> thanks neverpanic!
[17:34:38] <neverpanic> that variable is never set, I just used it here to hint that might not be /opt/local depending on your setup
[17:36:11] <quickshiftin> o, ok, noticed they used it on the doc that i only partially read in the first place, heh
[17:36:29] <quickshiftin> probly they said something similar in another overlooked section
[17:36:31] *** juanger has joined #macports
[17:39:03] *** JaRoel|4D has quit IRC
[17:41:11] *** youknowone has joined #macports
[17:42:56] *** _wms has joined #macports
[17:43:10] *** oxseyn_ has quit IRC
[17:47:39] *** oxseyn has joined #macports
[17:51:10] *** rampr has quit IRC
[17:54:17] *** _wms has quit IRC
[17:55:28] *** ftrvxmtrx has quit IRC
[17:59:04] *** iamdaijo has quit IRC
[17:59:05] *** fisk has joined #macports
[18:01:08] *** youknowone has quit IRC
[18:03:16] *** ftrvxmtrx has joined #macports
[18:03:43] *** quickshiftin has quit IRC
[18:04:34] *** JaRoel|4D has joined #macports
[18:06:57] *** aber has quit IRC
[18:12:11] *** bricks has quit IRC
[18:21:29] *** otibom has joined #macports
[18:24:58] *** jrickman has joined #macports
[18:30:33] *** jkyle has quit IRC
[18:31:58] *** jkyle has joined #macports
[18:57:11] <CIA-46> jeremyhu at macports dot org * r79825 /trunk/dports/python/py26-gnome/Portfile:
[18:57:11] <CIA-46> http://trac.macports.org/changeset/79825
[18:57:11] <CIA-46> py26-gnome: nomaintainer per email from elelay
[19:06:14] <CIA-46> jeremyhu at macports dot org * r79826 /trunk/dports/python/py27-gnome/ (. Portfile):
[19:06:14] <CIA-46> http://trac.macports.org/changeset/79826
[19:06:14] <CIA-46> py27-gnome: New port based on py26-gnome
[19:09:17] *** noganex_ has joined #macports
[19:12:11] *** noganex has quit IRC
[19:15:32] *** otibom has quit IRC
[19:19:07] *** RanX_XeroX has quit IRC
[19:19:10] *** procton has joined #macports
[19:19:20] *** procton has quit IRC
[19:19:26] *** procton has joined #macports
[19:21:52] *** koulchilebaiz has joined #macports
[19:22:40] *** koulchilebaiz has quit IRC
[19:22:53] *** koulchilebaiz_ has joined #macports
[19:35:23] *** ftrvxmtrx has quit IRC
[19:40:23] *** procton has quit IRC
[19:40:42] *** deric_ has quit IRC
[19:45:53] *** drw has quit IRC
[20:05:05] *** koulchilebaiz___ has joined #macports
[20:07:32] <jmr_mp> neverpanic: https://trac.macports.org/browser/contrib/portfile-gen ?
[20:07:58] <jmr_mp> neuro: and/or http://guide.macports.org/#development.creating-portfile ?
[20:08:26] <jmr_mp> I usually grab the modeline from base/HACKING
[20:08:34] <jmr_mp> er
[20:08:41] <jmr_mp> neverpanic: and/or http://guide.macports.org/#development.creating-portfile ?
[20:08:54] <jmr_mp> neuro: sorry, disregard :)
[20:09:15] *** koulchilebaiz_ has quit IRC
[20:10:13] *** koulchilebaiz___ has quit IRC
[20:10:39] *** koulchilebaiz has joined #macports
[20:29:44] <neverpanic> jmr_mp: no, that targets portfiles, I remember reading something for source files, too
[20:36:06] <jmr_mp> can't think of anything beyond HACKING
[20:38:08] *** JaRoel|4D has quit IRC
[20:38:24] *** JaRoel|4D has joined #macports
[20:47:59] *** koulchilebaiz has quit IRC
[20:50:09] *** ftrvxmtrx has joined #macports
[20:54:20] *** julian9 has joined #macports
[20:57:13] *** jrickman has quit IRC
[21:21:59] <CIA-46> ciserlohn at macports dot org * r79827 /trunk/dports/net/rabbitmq-server/Portfile:
[21:21:59] <CIA-46> http://trac.macports.org/changeset/79827
[21:21:59] <CIA-46> rabbitmq-server: update to version 2.5.1 - see #29945
[21:22:44] *** _wms has joined #macports
[21:29:59] *** bharti has joined #macports
[21:30:06] *** jrickman has joined #macports
[21:30:11] <bharti> hi
[21:30:30] <bharti> just upgraded macports and am getting this error
[21:30:32] <bharti> gamerideknew-lm 12:20:54 ~ $ ssh mad1.mobile.ch1.yahoo.com
[21:30:33] <bharti> dyld: Library not loaded: /opt/local/lib/libreadline.6.dylib
[21:30:35] <bharti>   Referenced from: /opt/local/bin/socat
[21:30:36] <bharti>   Reason: no suitable image found.  Did find:
[21:30:38] <bharti> 	/opt/local/lib/libreadline.6.dylib: mach-o, but wrong architecture
[21:30:42] <bharti> when i try to ssh to a linux server
[21:34:30] <jmr_mp> upgraded from what to what?
[21:37:59] <jmr_mp> like, did you install macports on 10.5, then install 10.6 and run selfupdate + upgrade outdated?
[21:42:01] *** xrj has quit IRC
[21:44:18] *** balrog has quit IRC
[21:47:13] <bharti> i ran the seflupdate
[21:48:34] <bharti> not sure what version i am at how do i check
[21:57:18] *** bharti has quit IRC
[21:58:48] *** drw has joined #macports
[22:02:54] *** cleaner_ has quit IRC
[22:17:16] *** cleaner_ has joined #macports
[22:22:13] <CIA-46> mww at macports dot org * r79828 /trunk/dports/lang/gcc43/Portfile:
[22:22:13] <CIA-46> http://trac.macports.org/changeset/79828
[22:22:13] <CIA-46> version 4.3.6
[22:23:06] *** ftrvxmtrx has quit IRC
[22:26:17] *** livinded has joined #macports
[22:27:46] *** xrj has joined #macports
[22:28:11] *** _wms has quit IRC
[22:28:36] *** ftrvxmtrx has joined #macports
[22:35:30] *** bharti has joined #macports
[22:39:35] <CIA-46> breskeby at macports dot org * r79829 /trunk/dports/devel/griffon-devel/Portfile:
[22:39:35] <CIA-46> http://trac.macports.org/changeset/79829
[22:39:35] <CIA-46> griffon-devel: version upgrade to 0.9.3-beta-2
[23:00:15] <jmr_mp> bharti: port version, but you'll obviously be at the latest version of base now if you selfupdated
[23:19:36] *** jrickman has quit IRC
[23:23:33] *** juanger has quit IRC
[23:24:45] <CIA-46> and.damore at macports dot org * r79830 /trunk/dports/science/gplcver/Portfile:
[23:24:45] <CIA-46> http://trac.macports.org/changeset/79830
[23:24:45] <CIA-46> edited description of gplcver port
[23:31:12] <bharti> version is Version: 1.9.2
[23:32:04] <bharti> how do i fix the error I am getting when i try to do ssh.
[23:34:18] <CIA-46> and.damore at macports dot org * r79831 /trunk/dports/science/iverilog/ (Portfile files/):
[23:34:18] <CIA-46> http://trac.macports.org/changeset/79831
[23:34:18] <CIA-46> port iverilog: updated version, removed unused patchfiles
[23:38:14] <CIA-46> and.damore at macports dot org * r79832 /trunk/dports/science/veriwell/Portfile:
[23:38:14] <CIA-46> http://trac.macports.org/changeset/79832
[23:38:14] <CIA-46> port veriwell: version bumped, edited description, added file to docs
[23:38:58] *** mdel has quit IRC
[23:43:48] *** robgleeson has quit IRC
[23:52:32] <jmr_mp> bharti: depends how you got into this situation
[23:55:25] *** repson has joined #macports
[23:56:09] *** repson has left #macports
[23:56:21] <bharti> i did the selfupdate and then started getting this error

top