[00:03:33] *** RaceCondition has quit IRC [00:06:01] *** fried1 has quit IRC [00:13:38] <CIA-46> jmr at macports dot org * r80870 /trunk/dports/python/ (4 files in 4 dirs): [00:13:38] <CIA-46> http://trac.macports.org/changeset/80870 [00:13:38] <CIA-46> py*-twisted: license [00:13:47] <CIA-46> ryandesign at macports dot org * r80871 /trunk/dports/graphics/gvedit/ (. Portfile files/ files/patch-cmd-gvedit-Makefile.am.diff): [00:13:47] <CIA-46> http://trac.macports.org/changeset/80871 [00:13:47] <CIA-46> gvedit: new port, version 2.28.0 [00:14:05] <gee_totes> jrm_mp: yeah, the build command is failing becuase the size of my .tar.gz that gets moved into /opt/local is smaller than the original .tar.gz [00:14:39] <gee_totes> i think it actually might be a bug with macports, and i submitted this ticket: https://trac.macports.org/ticket/30245 [00:16:27] <jmr_mp> gee_totes: ah, the old extract pipeline exit status issue [00:17:06] <gee_totes> jmr_mp: yeah, do you know why that happens? [00:17:34] <CIA-46> ryandesign at macports dot org * r80872 /trunk/dports/graphics/ (5 files in 5 dirs): [00:17:35] <CIA-46> http://trac.macports.org/changeset/80872 [00:17:35] <CIA-46> Graphviz ports: update comments about keeping ports in sync [00:17:41] <jmr_mp> yes, it's a shell limitation, there's no standard way to get the exit status of a command that isn't the last in a pipeline [00:18:13] <gee_totes> then why doesn't my issue happen all the time? [00:18:44] <gee_totes> (that shell limation was also one of the theories we were talking about at work) [00:18:48] <jmr_mp> because most of the time the downloaded file is a valid gzip file [00:19:15] <jmr_mp> although the checksum phase should have failed first... [00:19:28] <CIA-46> ryandesign at macports dot org * r80873 /trunk/dports/graphics/gvedit/Portfile: [00:19:28] <CIA-46> http://trac.macports.org/changeset/80873 [00:19:28] <CIA-46> gvedit: update description [00:19:32] <gee_totes> i generated new checksums :) [00:19:38] <gee_totes> based on the file [00:19:46] <jmr_mp> ah, you took port's word for it [00:20:20] <gee_totes> but i think the file was a valid gzip file as I was able to run the gzip and gnutar commands on my original file [00:20:25] <jmr_mp> what's actually in the bad file anyway? [00:20:32] <gee_totes> Berkely DB XML [00:20:46] <jmr_mp> for real? [00:20:57] <gee_totes> yup, there was no port for it [00:20:58] <jmr_mp> or is that just file(1)'s best guess? [00:21:28] <jmr_mp> oh, I mean the incorrect file after the transfer [00:21:44] <gee_totes> ok, i don't know [00:21:46] <gee_totes> let me check [00:22:48] <gee_totes> i can't unzip it, it's not a valid gzip [00:23:04] <gee_totes> but that's because after the transfer, it went from like 50 megs to 80 k [00:23:12] <gee_totes> so i think there's a problem with the transfer [00:23:19] *** snc has quit IRC [00:23:21] <jmr_mp> works fine here (although with a .tar.bz2) FWIW [00:23:52] <jmr_mp> you can always try opening the file with an editor in case it's text [00:24:00] <jmr_mp> or run strings on it if not [00:25:29] *** gregj has joined #macports [00:25:38] <gee_totes> so you put the source of dbxml into a .tar.bz2, stored it locally, and were able to install it with my portfile? [00:26:21] <gregj> what will happen with a ticket against lion ? [00:27:43] <gee_totes> lol, when i try to unzip my partial file with finder, it just creates all these crazy recursive zip files [00:28:32] *** macUzer has joined #macports [00:28:42] *** The_Tick has joined #macports [00:28:43] <jmr_mp> gee_totes: no, I used a different test case [00:29:36] <jmr_mp> gregj: depends whether you provide a patch [00:29:45] <The_Tick> so if I wanted to install macports on lion, should I wait until lion comes out for all the lion patches to get pushed to the main repo? :D [00:29:59] <jmr_mp> The_Tick: install 2.0.0-rc1 from source [00:30:29] <gregj> well, for instance python .27 doesn't compile (64bit machine issue) - I've seen oothers already complaining about it [00:30:52] *** iamphi has joined #macports [00:30:59] <gee_totes> jmr_mp: so i just did strings on my partial file, and it's an HTML file, which doesn't make any sense [00:31:43] <The_Tick> jmr_mp: most of the ports will work fine? [00:31:47] <gregj> if I get 2.0.0-rc1, do I have to do something - like remove the existing stuff, and redo it - or is upgrade outdated enough [00:31:54] <The_Tick> just need mercurial and svn really [00:32:06] <jmr_mp> The_Tick: hey man, you're the one with access to lion (apparently?) [00:32:10] <The_Tick> hehe [00:32:21] <The_Tick> jmr_mp: sometimes it's worth asking instead of wasting 4 hours :) [00:32:54] <jmr_mp> the ports won't start working any better when lion has been released [00:32:55] <gregj> well if its going to be out on Wednesday, its going to be something like 16h from now because its going to be 8:30 local apple time [00:33:42] <The_Tick> jmr_mp: that's why I asked about people holding onto patches until it's released to not void nda [00:33:59] <jmr_mp> The_Tick: well, I have no idea how many patches people are holding back for that reason [00:34:03] <The_Tick> sure [00:34:08] <The_Tick> but I figured some might [00:34:12] <The_Tick> it's not an unreasonable question [00:34:18] <The_Tick> I don't know why I'm getting flack from you about it [00:34:25] <The_Tick> but thanks for the answer [00:34:26] *** The_Tick has left #macports [00:34:38] <jmr_mp> from what I understand, merely acknowledging the existence of prerelease apple software violates the NDA, so... [00:34:38] <gregj> |configure: error: Objective C preprocessor "/lib/cpp" fails sanity check [00:34:38] <gregj> |configure: error: Objective C preprocessor "/lib/cpp" fails sanity check [00:34:38] <gregj> |/^format pubmsg {pubmsgnick $2 {pubnick %B$0%n}}$1 [00:34:38] <gregj> |/^format pubmsg {pubmsgnick $2 {pubnick $0}}$1 [00:34:45] <gregj> blah, sorry - irssi issue [00:35:10] <jmr_mp> what flack was I giving? [00:35:11] <gregj> but that's what I get trying to recompile 2.0-rc1 on lion [00:36:00] <gregj> dunno why its even trying to run /lib/cpp [00:37:46] <gregj> haven't seen much flack being given. But I feel a bit ignored :P [00:39:19] <gee_totes> this doesn't make any sense, when i strings my partial .tar.gz, it's an oracle login HTML file [00:39:24] <pogma> CPP='clang -E' or CPP='gcc -E' as arguments to configure or in the environment should help [00:39:44] <jmr_mp> gregj: I don't know how to fix your issue, sorry [00:39:56] <dports> gee_totes: I remember the BDB download site being badly broken like that before [00:40:08] *** galaxywatcher has quit IRC [00:40:20] <gee_totes> dports: but i told the port file to look in my desktop, not oracle [00:40:53] <jmr_mp> gee_totes: did you perhaps try to fetch before changing the master_sites to the file:// url? [00:40:55] <gregj> pogma: unfortunatelly neither helps [00:41:28] <iamphi> I am having trouble installing py25-gtk on os x lion. atlas build is failing (required by py-cairo). [00:41:32] <gee_totes> jmr_mp: fetch? [00:41:57] <jmr_mp> or install/destroot/any other target that requires fetch [00:42:37] <pogma> gregj: I didn't look at scrollback, sorry, I thought you were trying to write a portfile [00:42:58] <jmr_mp> iamphi: you could use -atlas to have numpy use accelerate.framework [00:43:04] <pogma> autoconf falls back to /lib/cpp as the preprocessor when it finds nothing else, the solution is to tell it explicitly what CPP is [00:43:50] <jmr_mp> pogma: it usually figures out it can use $CC -E on its own in my experience? [00:44:51] <gregj> yeah, expect a flood of questions once lion is out to the public [00:45:02] <pogma> sometimes it fails to do that on 10.7, I've heard [00:45:03] <gregj> I wuold think that at least one macports guy has access to it [00:45:04] <iamphi> jmr_mp: what's numpy? i am trying to get get pygtk so I can run tortoisehg (the gtk version) [00:45:18] <jmr_mp> iamphi: numpy is a dependency of py-cairo [00:46:32] <pogma> gregj: or a flood of patches once it is released to the public [00:46:45] <iamphi> jmr_mp: oh. i'll try to figure that out once numpy is install. thanks. [00:47:12] <gregj> pogma: if you guys have the patches stashed somewhere, why not let people with lion test it already [00:47:35] <jmr_mp> iamphi: well numpy's default variant is the reason atlas is required, and that seemed to be a good way to avoid the whole issue [00:48:11] <pogma> gregj: personally, I have no lion related patches stashed anywhere, am not under NDA for lion, and therefore know very little about it [00:49:10] <pogma> gregj: others who are under NDA could possibly be respecting their NDA if patches would give away details of the OS that have not been released to the public by Apple [00:49:33] <jmr_mp> jeremy said he had a couple like that [00:50:33] *** gee_totes has quit IRC [00:52:23] <jmr_mp> http://lists.macosforge.org/pipermail/macports-dev/2011-July/015129.html [00:52:47] *** fried1 has joined #macports [00:53:12] <pogma> yeah, makes sense [00:54:17] <gregj> http://www.youtube.com/watch?v=JjTV8i_KjXM [00:54:24] <gregj> blah, wrong link [00:54:26] <gregj> http://www.tuaw.com/2011/07/19/mac-os-x-lion-launches-july-20/ [00:54:33] <gregj> official from apple [00:55:05] <pogma> so what? [00:55:27] <gregj> meh [00:55:29] <gregj> right [00:55:39] *** gregj has left #macports [00:55:42] <jmr_mp> heh [00:58:09] <jmr_mp> _wms: so, does this mean you'll be less or more busy? :) [00:59:13] *** jeffery has joined #macports [00:59:54] <jmr_mp> I guess more because of source releases :( [01:01:39] <_wms> jmr_mp: heh. all busy all the time here [01:02:23] <_wms> jmr_mp: I really will get back to buildbot soon, I promise :) [01:05:27] *** youknowone has quit IRC [01:22:05] <jmr_mp> _wms: :) [01:27:38] <Exstatica> ran into a new compile error [01:27:39] <Exstatica> http://pastebin.nopatentpending.com/index.php/view/96186789 [01:29:00] <jmr_mp> fatal error in ranlib, that's a new one [01:29:19] <jmr_mp> oh right, lion [01:29:31] <jmr_mp> just like iamphi [01:30:25] <Exstatica> rumor is its getting released tomorrow [01:30:32] <Exstatica> oh I guess its confirmed [01:30:34] <jmr_mp> rumour no longer [01:30:44] <Exstatica> from the shareholders meeting [01:31:23] <jmr_mp> atlas breaks just from running on a new CPU model, so it's not surprising [01:33:57] <dports> ssh, don't mention atlas here. It knows we're talking about it and it's going to break just to spite us. [01:36:10] <Exstatica> haha [01:36:14] <CIA-46> ryandesign at macports dot org * r80874 /trunk/dports/graphics/gvedit-devel/ (. Portfile): [01:36:14] <CIA-46> http://trac.macports.org/changeset/80874 [01:36:14] <CIA-46> gvedit-devel: new port, version 2.29.20110717.0445 [01:53:27] <CIA-46> jmr at macports dot org * r80875 /trunk/dports/python/ (4 files in 4 dirs): [01:53:27] <CIA-46> http://trac.macports.org/changeset/80875 [01:53:27] <CIA-46> py*-zopeinterface: license [01:57:39] *** youknowone has joined #macports [02:06:55] *** youknowone has quit IRC [02:07:42] *** galaxywatcher has joined #macports [02:07:42] *** galaxywatcher has joined #macports [02:08:49] *** youknowone has joined #macports [02:10:56] *** _wms has quit IRC [02:17:09] <CIA-46> jmr at macports dot org * r80876 /trunk/dports/devel/physfs/Portfile: [02:17:09] <CIA-46> http://trac.macports.org/changeset/80876 [02:17:09] <CIA-46> physfs: license [02:21:00] <CIA-46> jmr at macports dot org * r80877 /trunk/dports/x11/xorg-glproto/Portfile: [02:21:00] <CIA-46> http://trac.macports.org/changeset/80877 [02:21:00] <CIA-46> xorg-glproto: license [02:24:38] *** tconant has quit IRC [02:30:54] *** saijanai_ has quit IRC [02:49:29] *** hilbert has quit IRC [02:50:18] *** bittin has quit IRC [02:51:46] *** iamphi has left #macports [02:57:00] *** noganex_ has joined #macports [03:00:01] *** noganex has quit IRC [03:09:36] <CIA-46> ryandesign at macports dot org * r80878 /trunk/dports/graphics/ (graphviz/Portfile graphviz-devel/Portfile): [03:09:37] <CIA-46> http://trac.macports.org/changeset/80878 [03:09:37] <CIA-46> graphviz, graphviz-devel: [03:09:37] <CIA-46> * add libLASi dependency since it will get used if found [03:09:37] <CIA-46> * do not install gvedit documentation files as they are provided by the gvedit / gvedit-devel ports [03:09:37] <CIA-46> * do not install smyrna documentation files when the smyrna variant is not selected [03:14:45] *** iamphi has joined #macports [03:16:37] <iamphi> i am trying to install mercurial 1.8 using https://trac.macports.org/wiki/howto/InstallingOlderPort and svn . I am getting this error: Error: Unable to execute port: could not read "/Users/phi/Downloads/mercurial-1.8/mercurial/Portfile": permission denied [03:17:17] <CIA-46> jmr at macports dot org * r80879 /trunk/dports/perl/p5-net-server/Portfile: [03:17:17] <CIA-46> http://trac.macports.org/changeset/80879 [03:17:17] <CIA-46> p5-net-server: license [03:17:19] <neverpanic> iamphi: which macports version, which umask, where did you install macports from (and to) [03:17:59] <iamphi> i am using macport 2.0.99 and umask 777 for Portfile [03:18:17] <iamphi> and i am on lion [03:18:43] <iamphi> i used the default macport installer [03:18:54] <CIA-46> jmr at macports dot org * r80880 /trunk/dports/perl/p5-module-load/Portfile: [03:18:54] <CIA-46> http://trac.macports.org/changeset/80880 [03:18:54] <CIA-46> p5-module-load: license [03:18:56] <neverpanic> macports 2.0.99 has a new macports user, which means that user needs to be able to read that portfile (and the dirs above it, because it will probably try to create the index or something) [03:19:51] <iamphi> i just chmod -R 777 * that folder [03:20:16] <iamphi> i'll do make a dir for it [03:20:31] <neverpanic> yeah, that should do (although you should never chmod +x files that aren't meant to be executable) [03:20:44] <neverpanic> rather use chmod -R go+rX . [03:21:43] <CIA-46> jmr at macports dot org * r80881 /trunk/dports/perl/p5-error/Portfile: [03:21:43] <CIA-46> http://trac.macports.org/changeset/80881 [03:21:43] <CIA-46> p5-error: license [03:22:12] <neverpanic> iamphi: oh, and maybe prepending sudo to your port command helps [03:22:29] <neverpanic> as it should bypass all privilege limitations [03:22:37] <iamphi> i've been sudo-ing [03:22:42] <neverpanic> interesting... [03:22:52] <iamphi> but the directory permission did it [03:23:32] <neverpanic> well, I guess if I knew how the new privilege separation part of MacPorts worked, I might be able to help you. But since I don't, I guess I have to refer you to somebody else. [03:23:38] <neverpanic> iamphi: it did? [03:24:16] <iamphi> neverpanic: ya. i made a folder at the root with umask 777, and 777 for everything underneath it [03:24:54] <iamphi> how 'ready' is macports for lion? [03:25:03] <neverpanic> remember for a user to be able to access a specific file, all folders above it must have at least +x for that user. [03:25:15] <neverpanic> iamphi: work in progress. [03:25:42] <neverpanic> iamphi: feel free to open tickets for any problems you find, but keep in mind it's not supported [03:26:10] <iamphi> i now have tortoisehg 1.1working :) [03:26:50] <iamphi> version 2.0 needs qt4, and that doesn't build [03:26:52] *** saijanai_ has joined #macports [03:29:03] <neverpanic> try opening a ticket (or searching for similar issues) on trac [03:29:16] <neverpanic> but I guess that's been reported before [03:29:34] <neverpanic> problem is a dev can only fix this, if he has access to lion [03:29:56] <neverpanic> if the maintainer doesn't there's not much he can do and will probably close the ticket as invalid [03:30:34] <neverpanic> anyway, happy hacking, I'm going to bed [03:31:27] *** galaxywatcher has quit IRC [03:31:44] *** galaxywatcher has joined #macports [03:31:45] *** galaxywatcher has joined #macports [03:36:20] *** _1amzave_ has joined #macports [03:37:24] <CIA-46> jmr at macports dot org * r80882 /trunk/dports/textproc/docbook-xml-4.1.2/Portfile: [03:37:24] <CIA-46> http://trac.macports.org/changeset/80882 [03:37:24] <CIA-46> docbook-xml-4.1.2: license [03:42:03] *** rampr has joined #macports [04:03:48] *** rampr has quit IRC [04:05:52] *** rampr has joined #macports [04:10:28] *** iamdaijo has joined #macports [04:13:39] *** iamdaijo has quit IRC [04:14:02] *** iamdaijo has joined #macports [04:14:29] *** iamdaijo has left #macports [04:50:48] *** iamphi_ has joined #macports [04:52:53] *** iamphi has quit IRC [04:52:53] *** iamphi_ is now known as iamphi [05:53:10] *** iamdaijo has joined #macports [05:56:35] *** Exstatic1 has joined #macports [05:58:14] *** Exstatica has quit IRC [06:06:57] *** galaxywatcher has quit IRC [06:07:48] *** galaxywatcher has joined #macports [06:07:48] *** galaxywatcher has joined #macports [06:14:26] <CIA-46> fotanus at macports dot org * r80883 /branches/gsoc11-post-destroot/base/src/pextlib1.0/macho.c: [06:14:26] <CIA-46> http://trac.macports.org/changeset/80883 [06:14:26] <CIA-46> cleanup C extension [06:20:22] *** iamphi has left #macports [06:40:06] *** Dossy has quit IRC [06:40:26] *** Dossy has joined #macports [06:41:13] *** Dossy has quit IRC [06:41:13] *** Dossy has joined #macports [06:48:26] *** Gallomimia has quit IRC [07:05:01] <CIA-46> ryandesign at macports dot org * r80884 /trunk/dports/devel/libgit2/ (. Portfile): [07:05:01] <CIA-46> http://trac.macports.org/changeset/80884 [07:05:01] <CIA-46> libgit2: new port, version 0.14.0; see #30242 [07:14:10] *** ftrvxmtrx has quit IRC [07:25:24] <CIA-46> ryandesign at macports dot org * r80885 /trunk/dports/graphics/ (graphviz/Portfile graphviz-devel/Portfile): [07:25:24] <CIA-46> http://trac.macports.org/changeset/80885 [07:25:24] <CIA-46> graphviz, graphviz-devel: remove code for easing upgrades from > 2-year-old versions; see #18272 [07:42:15] *** jeffery has quit IRC [08:10:55] *** JaRoel|4D has quit IRC [08:33:51] *** galaxywatcher has quit IRC [08:34:51] *** galaxywatcher has joined #macports [08:34:51] *** galaxywatcher has joined #macports [08:40:42] *** RaceCondition has joined #macports [08:43:06] *** JaRoel|4D has joined #macports [08:43:38] <CIA-46> takeshi at macports dot org * r80886 /trunk/dports/lang/g95/Portfile: [08:43:38] <CIA-46> http://trac.macports.org/changeset/80886 [08:43:38] <CIA-46> g95: fixes #30195 [09:05:44] *** noganex has joined #macports [09:09:18] *** noganex_ has quit IRC [09:10:40] *** easyE has joined #macports [09:14:28] *** RaceCondition has quit IRC [09:17:23] *** macUzer has quit IRC [09:30:36] <CIA-46> takeshi at macports dot org * r80887 /trunk/dports/science/hdfeos/Portfile: [09:30:36] <CIA-46> http://trac.macports.org/changeset/80887 [09:30:36] <CIA-46> hdfeos: white space changes [09:30:55] *** RanX_XeroX has joined #macports [09:40:15] <CIA-46> takeshi at macports dot org * r80888 /trunk/dports/science/hdfeos/Portfile: [09:40:16] <CIA-46> http://trac.macports.org/changeset/80888 [09:40:16] <CIA-46> hdfeos: fixes #29811 [09:51:18] *** cilly has joined #macports [10:09:06] *** tfcoding has joined #macports [10:09:30] *** RaceCondition has joined #macports [10:16:34] *** RaceCondition has quit IRC [10:18:18] *** RaceCondition has joined #macports [10:19:38] *** ferdy- has joined #macports [10:19:40] *** ferdy- has joined #macports [10:21:18] *** ftrvxmtrx has joined #macports [10:22:28] *** RaceCondition_ has joined #macports [10:22:45] *** RaceCondition has quit IRC [10:23:42] *** RaceCondition_ is now known as RaceCondition [10:29:52] *** RaceCondition has quit IRC [10:29:56] *** RaceCondition_ has joined #macports [10:34:21] *** RaceCondition has joined #macports [10:34:47] *** RaceCondition_ has quit IRC [10:38:51] *** RaceCondition has quit IRC [10:39:08] *** RaceCondition has joined #macports [10:42:48] *** ranx_xero has joined #macports [10:43:22] *** RanX_XeroX has quit IRC [11:00:53] *** tfcoding has quit IRC [11:07:53] *** youknowone has quit IRC [11:10:09] *** RaceCondition has quit IRC [11:10:58] *** RaceCondition has joined #macports [11:13:35] *** RaceCondition has quit IRC [11:35:07] *** hilbert has joined #macports [12:32:55] *** iamdaijo has quit IRC [12:57:08] *** loadbang has joined #macports [13:05:06] *** hilbert has quit IRC [13:33:33] *** galaxywatcher has quit IRC [14:10:25] *** ftrvxmtrx has quit IRC [14:15:10] *** ftrvxmtrx has joined #macports [14:19:36] *** cilly has quit IRC [14:23:06] *** loadbang has quit IRC [14:29:24] *** pen has joined #macports [14:42:56] *** pen has quit IRC [14:44:09] *** jrickman has joined #macports [14:55:18] *** klickverbot has joined #macports [14:55:49] *** loadbang has joined #macports [15:12:02] *** fried1 has quit IRC [15:24:23] *** klickverbot has quit IRC [15:29:10] *** xrj has quit IRC [15:32:34] *** fried1 has joined #macports [15:41:47] *** fried1 has quit IRC [15:42:38] *** xrj has joined #macports [15:46:07] *** ceej has joined #macports [15:46:18] <ceej> hey, does macports run on lion? [15:47:28] <ceej> looks like only from svn [15:49:38] *** klickverbot has joined #macports [15:50:43] <Sebastian_> ceej: I heard you have to build from source but then it should run [15:51:07] <ceej> Sebastian_: yee, that's what I was reading.... I'm downloading it but might wait to install it [15:51:32] *** _wms has joined #macports [15:51:41] <Sebastian_> soon after the release a pre-built version will appear :) [15:52:59] <ceej> Vim: Caught deadly signal SEGV [15:53:14] <ceej> that message always cracks me up [15:53:18] <ceej> don't know why [15:55:44] *** cni_ has joined #macports [16:00:21] *** squared has joined #macports [16:01:08] *** squared has left #macports [16:04:59] *** cni_ has quit IRC [16:05:22] *** cni_ has joined #macports [16:06:30] *** loadbang has quit IRC [16:06:52] *** loadbang has joined #macports [16:07:36] *** loadbang has quit IRC [16:17:56] *** klickverbot has quit IRC [16:21:43] *** cni_ has quit IRC [16:22:09] *** loadbang has joined #macports [16:22:44] *** cni_ has joined #macports [16:23:12] *** edulterado has joined #macports [16:32:03] *** cni_ has quit IRC [16:36:52] *** cni_ has joined #macports [16:40:38] *** jkyle has joined #macports [16:47:21] *** noganex has quit IRC [16:48:20] *** nopetw has joined #macports [16:49:17] *** nopetw has left #macports [16:57:10] *** cni_ has quit IRC [16:57:23] *** ludwig- has joined #macports [16:59:02] <CIA-46> pixilla at macports dot org * r80889 /trunk/dports/www/redland/ (Portfile files/ files/patch-redland-raptor2-headers.diff): [16:59:02] <CIA-46> http://trac.macports.org/changeset/80889 [16:59:02] <CIA-46> www/redland: Fix raptor2 headers patch. [17:10:13] *** ferdy-1 has joined #macports [17:10:39] *** ferdy-1 is now known as Guest68806 [17:11:36] *** ferdy- has quit IRC [17:12:18] <CIA-46> pixilla at macports dot org * r80890 /trunk/dports/www/redland/ (Portfile files/patch-configure.diff): [17:12:18] <CIA-46> http://trac.macports.org/changeset/80890 [17:12:18] <CIA-46> www/redland: Help configure find bdb version. [17:17:25] <CIA-46> pixilla at macports dot org * r80891 /trunk/dports/www/rasqal/ (Portfile files/ files/patch-rasqal-raptor2-headers.diff): [17:17:25] <CIA-46> http://trac.macports.org/changeset/80891 [17:17:25] <CIA-46> www/rasqal: Fix raptor2 headers patch. [17:17:34] *** Lichtlos has joined #macports [17:17:38] <Lichtlos> hi :) [17:18:32] *** loadbang has quit IRC [17:18:55] *** youknowone has joined #macports [17:23:21] *** xrj has quit IRC [17:24:12] *** hobodave has joined #macports [17:25:02] *** xrj has joined #macports [17:26:58] <jmr_mp> hah, and xcode is free once again, so much for the sky falling [17:27:18] <neverpanic> it is? [17:27:24] <jmr_mp> 4.1 is, yes [17:27:27] <neverpanic> ... [17:27:32] <neverpanic> good I paid. [17:27:47] <neverpanic> wonder what Apple thought when doing that [17:27:59] <jmr_mp> well, I guess now you can... develop better on 10.6? [17:28:10] <jmr_mp> I assume you paid for 4.0.x? [17:29:11] <neverpanic> Yeah. [17:29:21] <neverpanic> Doesn't Xcode 4.1 run on 10.6? [17:29:32] <jmr_mp> apparently not [17:29:36] <jmr_mp> the really interesting question is whether there will be any way to target 10.5 from 10.7 [17:29:55] *** xrj has quit IRC [17:32:02] <CIA-46> ciserlohn at macports dot org * r80892 /trunk/dports/devel/nodejs/Portfile: [17:32:02] <CIA-46> http://trac.macports.org/changeset/80892 [17:32:02] <CIA-46> nodejs: update to version 0.4.10 [17:32:44] *** JaRoel|4D has quit IRC [17:33:56] *** _wms has quit IRC [17:34:06] *** JaRoel|4D has joined #macports [17:35:47] *** youknowone has quit IRC [17:36:52] *** youknowone has joined #macports [17:37:22] *** JaRoel|4D has quit IRC [17:37:44] *** snc has joined #macports [17:37:45] <mpbot> snc is Jeremy and maintainer of arping, py-pyxg, lparse, and libmicrohttpd (of 169 total) and is in Boston; local time is Wed 11:42 EDT [17:37:59] <snc> where's our Lion update? :p [17:38:09] <snc> for the chatroom banner, for the downloads on the site? [17:38:40] <geekosaur> great, so 4.0 was a paid beta? [17:38:48] <snc> basically [17:44:03] <ludwig-> is it really free, or just because app upgrades are free [17:45:53] <jmr_mp> I only have 3.2.6 installed and it says "free" [17:46:51] <jmr_mp> I wonder if it would just let you download it on 10.6 actually [17:47:18] *** RaceCondition has joined #macports [17:48:04] *** hilbert has joined #macports [17:51:21] *** snc has left #macports [17:55:19] *** jkyle has quit IRC [17:57:32] *** JaRoel|4D has joined #macports [18:00:11] *** _wms has joined #macports [18:00:21] *** _wms_ has joined #macports [18:06:05] *** bittin has joined #macports [18:06:05] *** bittin has joined #macports [18:08:55] <mf2k_mp> is there any reason not to build the perl5.12 port with +shared and +threads? [18:11:04] *** jrickman has quit IRC [18:12:05] <jmr_mp> https://trac.macports.org/ticket/22316 [18:12:14] <jmr_mp> https://trac.macports.org/ticket/26323 [18:13:06] *** _wms_ has quit IRC [18:13:07] <jmr_mp> https://trac.macports.org/ticket/21098 [18:13:22] <jmr_mp> mf2k_mp: ^ possible research starting points [18:13:26] *** _wms has joined #macports [18:13:41] <mf2k_mp> jmr_mp: right, thanks [18:14:07] <jmr_mp> asking gh1 might help too :) [18:19:55] *** ranx_xero has quit IRC [18:21:03] *** RanX_XeroX has joined #macports [18:27:35] *** ftrvxmtrx has quit IRC [18:35:06] *** jkyle has joined #macports [18:39:20] *** thrope has joined #macports [18:39:41] *** Guest68806 has quit IRC [18:42:04] *** ferdy- has joined #macports [18:42:06] *** ferdy- has joined #macports [18:43:50] <gh1> eh? [18:43:51] <gh1> wha? [18:44:00] <gh1> ah, perl +shared +threads... [18:44:01] <gh1> hmmm [18:44:06] <gh1> why was +threads bad... [18:44:12] <gh1> there's something about that, can't remember right off [18:44:17] <gh1> (or there was at least) [18:44:21] *** mpbot has quit IRC [18:44:21] *** jmr_mp has quit IRC [18:44:50] *** weichkaes has joined #macports [18:45:13] <mf2k_mp> some ports need either of them. [18:45:18] <mf2k_mp> i don't see the obvious drawback. [18:45:52] <mf2k_mp> gh1: well can +shared be default at least? [18:48:44] *** mpbot has joined #macports [18:48:59] <gh1> we can look at it [18:49:25] <gh1> long ago useshrplib=false was the recommendation for darwin. It was long ago enough its probably not true anymore [18:50:08] <gh1> yeah, it was prebinding related, that's not an issue anymore [18:51:59] *** jmr_mp has joined #macports [18:52:01] <mpbot> jmr_mp is jmr and maintainer of dnsupdate, py27-py2app, libsdl_net, and py26-distribute (of 73 total) and is in Sydney, Australia; local time is Thu 02:56 EST [18:53:25] <gh1> mf2k_mp: see #23089 [18:54:15] <gh1> hrm. be nice to not rev bump the ports so that folks don't have to reinstall all their stuff. [18:55:19] *** RanX_XeroX has quit IRC [18:55:45] *** snc has joined #macports [18:55:46] <mpbot> snc is Jeremy and maintainer of py25-pyxg, libyubikey, py27-pp, and py27-psycopg2 (of 169 total) and is in Boston; local time is Wed 13:00 EDT [19:13:48] *** spiral has joined #macports [19:13:54] <spiral> hello [19:16:01] <snc> o hai [19:18:08] <spiral> is there any schedule/timeframe for a Lion release of macports ? [19:20:15] <CIA-46> jmr at macports dot org * r80893 /contrib/restore_ports/restore_ports.tcl: [19:20:15] <CIA-46> http://trac.macports.org/changeset/80893 [19:20:15] <CIA-46> restore_ports: use ability to install ports without activating [19:20:25] *** ndrs__ has joined #macports [19:20:28] <neverpanic> spiral: what's wrong with the current one? [19:21:10] <spiral> neverpanic: well, the installer is for Snow Leopard... [19:21:25] <jmr_mp> "as soon as I finish installing Xcode 4.1 and build it" [19:21:45] <jmr_mp> build from source if you can't wait [19:21:55] *** youknowone has quit IRC [19:22:04] <snc> :-) [19:22:07] *** youknowone has joined #macports [19:22:28] <neverpanic> My Lion installation keeps failing, because it can't verify the download, it says. [19:22:29] <spiral> jmr_mp: I can wait, just wanted to know ;-) [19:22:37] <neverpanic> :( [19:26:28] *** macUzer has joined #macports [19:27:08] <snc> jmr_mp: can you update the chatroom banner with lion? [19:27:20] <snc> perhaps it should be the first item for a while too [19:27:21] <jmr_mp> I see Xcode still installs an installer in violation of app store guidelines [19:27:36] <jmr_mp> snc: once there's something to link to [19:27:42] <snc> there is.. [19:27:51] <snc> it's the migration page? [19:27:59] <snc> or did you mean for "new installer!" [19:28:05] <jmr_mp> oh that [19:28:11] <jmr_mp> yeah I'll just do them both at once [19:28:14] <snc> alrighty [19:28:43] *** ludwig- has quit IRC [19:33:44] *** rampr has joined #macports [19:39:38] *** julian9 has joined #macports [19:43:12] *** jkyle has quit IRC [19:43:45] <jmr_mp> so the xcode installer says "you have to quit iTunes!" [19:43:51] <jmr_mp> and iTunes is very not running [19:44:23] <snc> sudo killall iTunes *pew pew lazers* [19:44:23] <jmr_mp> so I have to go kill iTunes Helper manually [19:44:29] <snc> ah [19:44:36] <snc> that's kinda silly. [19:44:52] <snc> i'm glad i did the clean install route previously heh [19:47:28] *** jkyle has joined #macports [19:54:57] *** snc has left #macports [20:00:07] <bittin> only 6 gigs left to move before i can reinstall my Powerbook G4 with some server OS [20:05:51] *** Guiri has joined #macports [20:06:50] <Raim> jmr_mp: even Lion itself is an installer in violation with Apple's rules ;) [20:13:47] [20:14:02] <spiral> which roughly translates to "Do as I say, but not as I do" [20:14:16] <spiral> I think Steve Jobs really loves this idea ;-) [20:15:55] *** xrj has joined #macports [20:19:02] *** snc has joined #macports [20:19:03] <mpbot> snc is Jeremy and maintainer of kde-l10n-bg, py26-igraph, kde-l10n-eu, and smodels (of 169 total) and is in Boston; local time is Wed 14:23 EDT [20:19:27] <snc> jmr_mp: we also get to check for the jni.h tests, and point users to the Lion Java downloads. wee [20:19:46] <jmr_mp> should turn the java variant off on 10.7 by default I think [20:20:27] *** edulterado_ has joined #macports [20:20:36] <snc> i mean some ports that require it [20:20:59] <snc> we have per-OS.major error messages [20:21:12] <snc> that might simply not happen on Lion, or won't have the URL to download like the other OS versions do [20:23:20] *** edulterado has quit IRC [20:23:20] *** edulterado_ is now known as edulterado [20:24:51] <snc> jmr_mp: soprano needs it, it seems. as does subversion-javabindings [20:25:08] <jmr_mp> right, but some like db46 don't [20:25:38] <snc> right. we'll get to check everything for either auto off, or a new warning, or both [20:25:45] <snc> yay for grep [20:26:16] *** thrope has quit IRC [20:27:29] *** JaRoel|4D has quit IRC [20:28:24] *** JaRoel|4D has joined #macports [20:29:28] *** JaRoel|4D has quit IRC [20:29:35] <pogma> I thought someone mentioned somewhere that configure scripts testing for java being installed kick off the "do you want to install java" dialog ( I guess only if you're on the console though ), is that not true? [20:29:59] *** andriijas has joined #macports [20:30:21] <andriijas> is macports working in lion? :) [20:30:45] <snc> yuppers [20:30:59] <andriijas> but i need to reinstall everthing? [20:31:01] <snc> pogma: it does fire up the message,s yes [20:31:07] <snc> because the binary in java's place runs that dialog [20:31:08] *** ftrvxmtrx has joined #macports [20:31:25] <snc> andriijas: see the migration page [20:31:32] <snc> http://trac.macports.org/wiki/Migration [20:31:46] <andriijas> when i do port outdated i get like zlib 1.2.5_0 < 1.2.5_0 (platform darwin 10 != darwin 11) [20:31:57] <snc> that means you need to rebuild it [20:32:31] <andriijas> should i remove /opt/local and start from scratch? [20:33:49] <snc> there might be things installed in /Applications/macports [20:33:54] <snc> and startup script links [20:33:59] <snc> it's best to just follow the instructions [20:34:06] <snc> it also helps you get back where you were fastest [20:36:01] <andriijas> okay cool [20:36:21] <andriijas> but that instructions wont remove mysql databases etc that are stgore in /opt/local, right? [20:37:43] <snc> correct, stuff that was generated by the programs will stay put. only things actually installed by macports will be removed [20:45:08] *** edulterado has quit IRC [20:45:24] *** edulterado has joined #macports [20:46:52] *** youknowone has quit IRC [20:49:32] *** snc has left #macports [20:58:11] *** macUzer has quit IRC [20:58:54] *** ferdy-1 has joined #macports [20:59:21] *** ferdy-1 is now known as Guest7508 [21:01:22] *** ferdy- has quit IRC [21:02:43] *** Guest7508 is now known as ferdy- [21:02:43] *** ferdy- has joined #macports [21:04:07] *** dhorrigan has joined #macports [21:04:25] <dhorrigan> Is there a release for Lion anywhere? [21:07:37] *** Guiri has quit IRC [21:09:10] *** JaRoel|4D has joined #macports [21:09:30] *** jrickman has joined #macports [21:09:41] *** JaRoel|4D has quit IRC [21:13:44] *** jamur2 has joined #macports [21:18:31] *** jrickman has quit IRC [21:18:52] <jmr_mp> _wms: ping [21:20:04] *** jrickman has joined #macports [21:20:09] <jmr_mp> dhorrigan: build 2.0.0-rc1 from source; working on the dmg [21:21:28] <dhorrigan> jmr_mp: thanks, will do [21:22:52] <dhorrigan> should probably put a blog post up or something so people know... [21:23:38] <jmr_mp> dhorrigan: also working on it :) [21:23:46] <dhorrigan> Haha great, thanks [21:25:44] <CIA-46> jmr at macports dot org * r80894 /trunk/base/src/package1.0/portpkg.tcl: [21:25:44] <CIA-46> http://trac.macports.org/changeset/80894 [21:25:44] <CIA-46> reacquire root privileges in portpkg if they were dropped [21:26:28] *** noganex has joined #macports [21:28:36] <CIA-46> jmr at macports dot org * r80895 /branches/release_2_0/ (9 files in 6 dirs): [21:28:36] <CIA-46> http://trac.macports.org/changeset/80895 [21:28:36] <CIA-46> merge r80894 from trunk: [21:28:36] <CIA-46> reacquire root privileges in portpkg if they were dropped [21:31:30] <_wms> jmr_mp: hi [21:32:42] *** JaRoel|4D has joined #macports [21:35:36] *** JaRoel|4D has quit IRC [21:37:13] *** JaRoel|4D has joined #macports [21:39:55] <jmr_mp> _wms: did you see my email about the lion dmg? [21:40:31] <_wms> jmr_mp: yes [21:40:40] <jmr_mp> _wms: ok, thanks [21:41:14] <_wms> jmr_mp: I'll post it soon [21:41:45] <jmr_mp> _wms: yep, no worries [21:48:13] <_wms> jmr_mp: posted! [21:48:27] <jmr_mp> _wms: cheers! [21:54:56] *** ChanServ sets mode: +o jmr_mp [21:55:06] *** jmr_mp changes topic to "10.7 users try 2.0.0-rc1: https://distfiles.macports.org/MacPorts/testing/ | New OS? Read: https://trac.macports.org/wiki/Migration | Ticket Stats: http://134.93.168.49/~reiffert/macports/" [21:56:05] *** jmr_mp changes topic to "10.7 users, try 2.0.0-rc1: https://distfiles.macports.org/MacPorts/testing/ | New OS? Read: https://trac.macports.org/wiki/Migration | Ticket Stats: http://134.93.168.49/~reiffert/macports/" [21:56:11] *** ChanServ sets mode: -o jmr_mp [22:12:43] <CIA-46> jmr at macports dot org * r80896 /contrib/restore_ports/restore_ports.tcl: [22:12:43] <CIA-46> http://trac.macports.org/changeset/80896 [22:12:43] <CIA-46> restore_ports: handle absence of /Library/Tcl [22:19:42] *** jrickman has quit IRC [22:21:50] <CIA-46> jmr at macports dot org * r80897 /trunk/www/includes/common.inc: [22:21:50] <CIA-46> http://trac.macports.org/changeset/80897 [22:21:50] <CIA-46> www: use https for base downloads [22:23:19] <CIA-46> jmr at macports dot org * r80898 /trunk/www/install.php: [22:23:19] <CIA-46> http://trac.macports.org/changeset/80898 [22:23:19] <CIA-46> www: state the actual minimum Xcode versions as per the source, but note that the latest version is recommended [22:23:37] *** dreamerns has joined #macports [22:26:12] *** fried1 has joined #macports [22:29:18] *** jrickman has joined #macports [22:32:10] *** dhorrigan has left #macports [22:32:38] <CIA-46> jmr at macports dot org * r80899 /trunk/www/install.php: [22:32:38] <CIA-46> http://trac.macports.org/changeset/80899 [22:32:38] <CIA-46> www: add temporary note about Lion support to install.php [22:35:22] *** uebera|| has quit IRC [22:35:22] *** uebera|| has joined #macports [22:46:53] *** galaxywatcher has joined #macports [22:46:54] *** galaxywatcher has joined #macports [22:50:03] <CIA-46> jmr at macports dot org * r80900 /trunk/doc-new/guide/xml/installing.xml: [22:50:03] <CIA-46> http://trac.macports.org/changeset/80900 [22:50:03] <CIA-46> guide: use https for our download links [22:50:14] *** elliottcable is now known as ec|fkn_away_nick [22:52:44] <CIA-46> jmr at macports dot org * r80901 /trunk/doc-new/guide/xml/project.xml: [22:52:44] <CIA-46> http://trac.macports.org/changeset/80901 [22:52:44] <CIA-46> guide: use https for trac links [22:58:25] <fried1> just filed this ticket. does anything crazy jump out at anyone? https://trac.macports.org/ticket/30254 [23:01:07] *** blakkheim has joined #macports [23:09:07] *** youknowone has joined #macports [23:13:00] <jmr_mp> fried1: llvm.eh.catch.all.value437 seems pretty crazy to me, but for all I know it could be normal [23:13:52] <jmr_mp> fried1: probably want to try using -O3 rather than -O4 to turn off LTO, and if that doesn't help, try using clang or gcc-4.2 instead of llvm-gcc-4.2 [23:13:53] <fried1> Yeah, no idea either. Ran the make that was failing and it was looking for /bin/xmkmf, which I think was removed from X11 dev in Lion. I symlinked that to the macports version, got past that step. It's now failing somewhere else?boo. [23:20:48] *** jrickman has quit IRC [23:21:03] <Raim> symlinking in /bin is never a good idea [23:21:55] <fried1> Raim: agreed. [23:22:51] <jmr_mp> there's no /bin/xmkmf on 10.6 either [23:23:28] <jmr_mp> could have been using /usr/X11/bin/xmkmf [23:24:00] <jmr_mp> nope, not there on 10.6 either [23:24:59] <fried1> It's nowhere on 10.7 [23:26:01] <jmr_mp> yeah but that's my point, it's also nowhere on 10.6 (except perhaps /opt/local/bin) [23:27:13] <jmr_mp> and arb does have a dependency on imake so you'd think it would be using that one [23:28:36] <fried1> yeah, i'm confused ;-( [23:30:13] <dports> jmr_mp: I just noticed that (at least on 1.9.2, didn't check trunk) conflicts don't get checked when installing a port with no dependencies [23:31:25] <jmr_mp> dports: uh, yeah, that happens in mportdepends... [23:32:09] <dports> Yeah, and that doesn't get called if there are no depends for the requested target [23:33:02] <jmr_mp> one more bug for the list [23:34:35] <Raim> at least it's not a regression ;) [23:35:31] *** weichkaes has quit IRC [23:36:38] <dports> I would fix it but I don't have a trunk install at the moment (and this probably isn't the greatest time to be making changes anyway) [23:38:09] *** edulterado has quit IRC [23:38:40] <jmr_mp> dports: meh, it's trunk, breaking is what it's for ;) [23:39:32] *** stanchan has joined #macports [23:39:40] <jmr_mp> the fix would be basically just an else clause that does the conflict check [23:40:03] * Raim demands a smaller Xcode download without the iOS SDK :( [23:40:08] <jmr_mp> and factoring out the check to make it nicer [23:40:14] <jmr_mp> Raim: yeah I know :( [23:40:51] <dports> Same fix I came up with, so that's a good sign. [23:40:52] <Raim> apparently in the App Store version there is no way to choose anymore? [23:40:54] <jmr_mp> wonder if you can buy that from Apple on a flash drive [23:41:19] <jmr_mp> yeah there appear to be zero options in the app store installer [23:42:18] <jmr_mp> at least nobody can deselect Unix Development now :P [23:46:21] <jmr_mp> heh, 5-star review for lion on the app store: "It's not bad." [23:46:23] *** ndrs__ has quit IRC [23:47:11] <CIA-46> markd at macports dot org * r80902 /trunk/dports/perl/p5-cgi-speedycgi/Portfile: [23:47:11] <CIA-46> http://trac.macports.org/changeset/80902 [23:47:11] <CIA-46> Update to notes for 10.5 PPC users. Closes #20589. [23:47:34] <jmr_mp> huh, so the plain old macbook is no more? [23:48:06] <spiral> jmr_mp: apparently not [23:51:41] <Raim> I definitely need a new Address Book app as a replacement for the one from Lion :-/ [23:54:05] <stanchan> Lion's address book still sucks [23:55:12] <Raim> iCal didn't improve either, it's way too many clicks to show/hide specific calendars [23:55:26] <Raim> and I even need to scroll although there would have been enough space on the screen [23:55:39] <spiral> 'bye [23:55:41] *** spiral has quit IRC [23:56:33] *** fried1 has quit IRC [23:58:32] <Raim> note the scrollbar there: http://raim.codingfarm.de/etc/ical-calendar-list-lion.png