[00:00:40] <mf2k_mp> well that's just getting the .i file [00:00:53] <snc> but where's it getting that from [00:00:56] <mf2k_mp> it's a weird way to get that [00:01:01] <mf2k_mp> but that's not the problem [00:01:07] <mf2k_mp> it finds it just fine [00:01:13] <snc> it finds the i file fine [00:01:18] <mf2k_mp> yes [00:01:23] <snc> but in the same COnfiguration boject we might set the other file's patha s well [00:01:27] <mf2k_mp> it starts to compile it with swig and fails [00:01:37] <mf2k_mp> let me paste the error: [00:01:58] *** aber has joined #macports [00:02:08] <lisppaste> macsforever2000 pasted "umfpack error" at http://paste.lisp.org/display/122037 [00:02:36] <mf2k_mp> so this is the swig command [00:02:37] <mf2k_mp> swig -python -o build/src.macosx-10.6-x86_64-2.6/_umfpack_wrap.c -outdir build/src.macosx-10.6-x86_64-2.6 ./umfpack.i [00:03:09] <mf2k_mp> it's fine except it needs to add the include directory /opt/local/include/ufsparse maybe with -I (cap eye) [00:04:04] *** cilly has joined #macports [00:04:07] *** cilly has quit IRC [00:08:09] <snc> mf2k_mp: i'm curious if we can't just give hte full path in the .i file's include [00:08:28] <mf2k_mp> well it's a C include [00:08:37] <mf2k_mp> so i don't think so right? [00:09:05] <snc> it looked like it was the swig's include and not yet the C [00:09:14] <snc> :info:build ./umfpack.i:192: Error: Unable to find 'umfpack.h' [00:09:29] <snc> so it's a C include, but the include is part of swig still, right? [00:09:58] <mf2k_mp> right the include is in umfpack.i [00:10:13] <mf2k_mp> i'm trying to run it manually having editted the file... [00:10:17] <snc> k [00:10:21] <snc> another thing i jus tnoticied [00:10:26] <snc> macports has a swigbindings portgroup [00:10:33] <snc> not sure at all if its relevant [00:11:03] <mf2k_mp> interesting [00:11:24] <mf2k_mp> i'm already using the python26 portgroup though - can both be used? [00:11:43] <snc> depends on what's needed [00:12:05] <snc> swigbinding loks ancient, before the concept of always using --apend maybe [00:12:19] *** loadbang has joined #macports [00:12:22] <snc> by ancient, i meant yesterday [00:12:23] <snc> heh [00:12:26] <mf2k_mp> heh [00:12:49] <snc> yea, it doesn't look relevant [00:12:52] <snc> the more i look at it [00:13:29] <snc> yea, i don't think it's relevant at all [00:13:30] <snc> sorry [00:13:39] <mf2k_mp> so manually editting the umfpack.i worked! [00:13:47] <mf2k_mp> i could do a reinplace probably [00:13:55] <snc> ah awesome :D [00:13:56] <mf2k_mp> or just patch it [00:13:58] <snc> yea, use a reinplace [00:14:00] <snc> or a patch [00:14:13] <snc> i think ryan is pro-patch in these instances [00:14:21] <snc> whereas out of ease of use i'm pro-reinplace :) [00:14:27] *** tgunr has quit IRC [00:14:28] <mf2k_mp> i'm always against patches [00:14:30] <mf2k_mp> :) [00:14:35] <snc> hehe [00:14:44] <snc> i just have a habit of svn ci Portfile ? [00:14:44] <mf2k_mp> well thanks for the help! [00:14:50] <snc> and hten i lose all the patchfiles heh [00:14:54] <snc> np, glad i worked out :D [00:15:00] <snc> it even [00:17:00] <mf2k_mp> snc: any suggestions for a portfile to look at that does the reinplace? :) [00:17:07] <mf2k_mp> i mean a reinplace [00:17:22] <mf2k_mp> as an example [00:17:23] <snc> cd `port dir sbsat`; cd ../../; grep reinplace */*/Portfile [00:17:27] <snc> whatever comes out of that :D [00:17:28] <snc> hehe [00:17:40] <mf2k_mp> :) [00:17:43] <snc> but the guide shoudl suffice, i think [00:17:49] <snc> guide.macports.org and then search for reinplace [00:18:16] <mf2k_mp> yea the guide has a good example [00:22:29] *** mctouch_ has quit IRC [00:23:41] <mf2k_mp> snc: the reinplace worked! [00:23:50] <mf2k_mp> but now i hit another long set of errors :( [00:24:07] <snc> ew [00:25:38] <mf2k_mp> actually the same error but different file - heh [00:25:49] <snc> ah not so bad [00:26:50] *** tgunr has joined #macports [00:28:57] <mf2k_mp> snc: actually it is [00:29:06] <snc> heh [00:29:26] <mf2k_mp> now it's running gcc4.2 after swig and is attempting to build a .c file that swig generated [00:29:32] <mf2k_mp> so i cannot reinplace or patch it!!! [00:29:48] <mf2k_mp> because it was generated in the build phase [00:29:52] *** aber has quit IRC [00:30:08] <snc> hrm. setup.py is running gcc i assume? [00:30:27] <mf2k_mp> well i pasted that before - it's not clear to me who calls it - maybe swig??? [00:31:40] <snc> from what i've seen in the searches the "controller" (setup.py or user or whatever) calls swig then they call gcc [00:31:46] <snc> i don't think swig itself calls gcc afterwards [00:32:01] <mf2k_mp> well in any event - i can't patch the file. :( [00:32:11] <snc> yea [00:32:26] <snc> well i guess it's time to learn more about setup.py [00:32:30] <mf2k_mp> heh [00:32:35] <snc> mayb eyou'll be able to fix the path and have it be a non-issue [00:36:17] *** Thra11_ has joined #macports [00:37:26] *** Thra11_ has quit IRC [00:38:59] *** Thra11_ has joined #macports [00:39:12] *** Thra11 has quit IRC [00:44:37] *** hobodave has quit IRC [00:45:57] <mf2k_mp> snc: patched the seup.py and it works!!!!! Thx for all your help! :) [00:46:01] <mf2k_mp> setup.py [00:48:47] <snc> grats [00:48:48] <snc> good :D [00:48:50] <snc> and yw [00:51:08] *** snc has quit IRC [01:00:17] *** loadbang has quit IRC [01:08:17] <CIA-46> macsforever2000 at macports dot org * r78665 /trunk/dports/python/ (6 files in 3 dirs): [01:08:18] <CIA-46> http://trac.macports.org/changeset/78665 [01:08:18] <CIA-46> py26-scikits-umfpack: Added new port. [01:10:51] <neverpanic> mf2k_mp: you commited your work-symlink [01:20:09] *** jrickman has joined #macports [01:25:22] *** tgunr_ has joined #macports [01:26:50] *** tgunr has quit IRC [01:32:04] <CIA-46> ryandesign at macports dot org * r78666 /trunk/dports/php/php5-apc/Portfile: [01:32:04] <CIA-46> http://trac.macports.org/changeset/78666 [01:32:04] <CIA-46> php5-apc: update to 3.1.9; fixes #29425 [01:39:24] *** tgunr has joined #macports [01:41:28] *** tgunr__ has joined #macports [01:41:55] *** tgunr_ has quit IRC [01:42:16] *** tgunr__ has quit IRC [01:42:31] <CIA-46> ryandesign at macports dot org * r78667 /trunk/dports/python/py26-scikits-umfpack/work: [01:42:31] <CIA-46> http://trac.macports.org/changeset/78667 [01:42:31] <CIA-46> py26-scikits-umfpack: remove work symlink [01:43:13] *** tgunr_ has joined #macports [01:43:31] *** tgunr has quit IRC [01:44:29] *** tgunr has joined #macports [01:45:34] *** tgunr has quit IRC [01:46:01] *** tgunr has joined #macports [01:46:28] *** _wms has quit IRC [01:46:46] *** _wms has joined #macports [01:47:16] *** tgunr_ has quit IRC [01:52:38] *** tgunr_ has joined #macports [01:53:39] *** tgunr has quit IRC [01:57:44] *** youknowone has joined #macports [02:03:43] <CIA-46> ryandesign at macports dot org * r78668 /trunk/dports/net/wireshark-devel/Portfile: [02:03:44] <CIA-46> http://trac.macports.org/changeset/78668 [02:03:44] <CIA-46> wireshark-devel: maintainer update to 1.6.0rc1; see #29480 [02:06:12] *** jrickman has quit IRC [02:06:46] *** RaceCondition has quit IRC [02:08:19] *** jrock20041 has joined #macports [02:10:09] <jrock20041> So installing window manager awesome. When done, how do I start it? Is there something special to get the wm to start? [02:17:48] *** livinded has quit IRC [02:19:29] <jrock20041> Does installing another window manager replace the default mac one? [02:34:17] *** _wms has quit IRC [02:36:25] <fink> jrock20041: not replace [02:37:18] <jrock20041> fink: so would I just have to run the wm command to start it and it will open in an X11 window? [02:37:28] <fink> jrock20041: yes [02:38:05] *** wolfman2000 has quit IRC [02:38:38] *** livinded has joined #macports [02:39:18] *** Thra11_ has quit IRC [03:00:51] *** Craigwd_2000 has quit IRC [03:01:53] *** _wms has joined #macports [03:03:56] <CIA-46> css at macports dot org * r78669 /trunk/dports/textproc/doxygen/Portfile: [03:03:56] <CIA-46> http://trac.macports.org/changeset/78669 [03:03:56] <CIA-46> doxygen: bump to version 1.7.4. refs #29440 [03:11:41] *** fink has quit IRC [03:13:59] *** Craigwd_2000 has joined #macports [03:25:58] *** _wms has quit IRC [03:43:30] *** wolfman2000 has joined #macports [03:59:12] *** fink has joined #macports [04:06:47] *** apollo has joined #macports [04:42:27] <CIA-46> ryandesign at macports dot org * r78670 /trunk/dports/lang/coffee-script/ (5 files in 2 dirs): [04:42:27] <CIA-46> http://trac.macports.org/changeset/78670 [04:42:27] <CIA-46> coffee-script: new port, version 1.1.1; see #29478 [04:58:10] *** jrock20041 has quit IRC [05:17:15] *** cleaner has quit IRC [05:19:12] *** _wms has joined #macports [05:30:05] *** cleaner has joined #macports [05:38:31] *** livinded has quit IRC [05:53:25] *** apollo has left #macports [06:02:46] *** _wms has quit IRC [06:30:49] *** jrock20041 has joined #macports [06:38:51] *** elliottcable is now known as ec|detached [06:39:41] *** ec|detached is now known as elliottcable [06:42:16] *** fink has quit IRC [06:48:04] *** wolfman2000 has quit IRC [06:50:44] *** deric has quit IRC [06:51:22] *** deric has joined #macports [07:11:22] *** noganex_ has joined #macports [07:15:02] *** noganex has quit IRC [07:26:56] *** jrock20041 has quit IRC [07:40:35] *** youknowone has quit IRC [07:41:26] *** youknowone has joined #macports [07:46:26] [08:11:09] *** mctouch_ has joined #macports [08:15:18] *** robink has quit IRC [08:18:34] *** robink has joined #macports [08:26:39] *** mctouch_ has quit IRC [08:30:41] *** su-v has quit IRC [08:31:20] *** su-v has joined #macports [08:50:23] *** bricks has joined #macports [09:08:05] *** jkyle has quit IRC [09:12:04] *** elliottcable is now known as THA_BAWS [09:14:33] *** THA_BAWS is now known as elliottcable [09:39:33] *** loadbang has joined #macports [09:42:05] *** loadbang has left #macports [09:52:19] *** kakashi_ has quit IRC [10:02:49] *** kakashi_ has joined #macports [10:04:36] *** kakashi_ has quit IRC [10:05:52] *** kakashi_ has joined #macports [10:17:50] *** fisk has joined #macports [10:31:25] *** RanX_XeroX has joined #macports [10:32:11] *** RanX_XeroX has joined #macports [10:32:37] *** robink has quit IRC [10:34:25] *** robink has joined #macports [10:34:48] *** ferdy- has joined #macports [10:34:48] *** ferdy- has joined #macports [10:34:51] *** subik|mac_ has joined #macports [11:21:41] *** youknowone has quit IRC [11:34:29] <CIA-46> saispo at macports dot org * r78671 /trunk/dports/python/ (3 files in 3 dirs): [11:34:29] <CIA-46> http://trac.macports.org/changeset/78671 [11:34:29] <CIA-46> Rediff patch [11:34:29] <CIA-46> Update to latest version [11:34:29] <CIA-46> Add for py27, py31 and py32 [11:38:00] *** livinded has joined #macports [11:58:36] *** Ionic has quit IRC [12:00:05] *** Ionic has joined #macports [12:00:06] [12:20:16] *** Ionic has quit IRC [12:22:36] *** Ionic has joined #macports [12:22:39] [12:36:42] *** jrickman has joined #macports [12:46:58] *** xrj has joined #macports [13:24:26] *** jrickman has quit IRC [13:31:39] *** TzilTzal has joined #macports [13:46:25] *** su-v has quit IRC [13:48:32] *** kakashi_ has quit IRC [13:55:58] *** su-v has joined #macports [14:15:43] *** kakashi_ has joined #macports [14:21:21] *** deric has quit IRC [14:43:08] *** livinded has quit IRC [14:48:01] *** subik|mac_ has quit IRC [14:48:21] *** robink has quit IRC [14:48:37] *** Thra11 has joined #macports [14:52:58] *** jmr_mp has quit IRC [14:53:20] *** mpbot_ has joined #macports [14:53:27] *** jmr_mp has joined #macports [14:53:28] <mpbot_> jmr_mp is jmr and maintainer of py27-docutils, py26-psyco, sdl_sopwith, and py26-dice3ds (of 74 total) and is in Sydney, Australia; local time is Tue 22:55 EST [14:53:41] *** mpbot has quit IRC [14:55:26] *** xrj has quit IRC [15:04:52] *** Craigwd_2000 has quit IRC [15:06:28] *** jrickman has joined #macports [15:07:49] *** wolfman2000 has joined #macports [15:15:00] *** wolfman2000 has quit IRC [15:15:40] *** wolfman2000 has joined #macports [15:45:40] *** RaceCondition has joined #macports [15:48:34] *** subik|mac_ has joined #macports [15:56:43] <CIA-46> ryandesign at macports dot org * r78672 /trunk/dports/aqua/vineserver/ (Portfile files/patch-rfb.h.diff): [15:56:43] <CIA-46> http://trac.macports.org/changeset/78672 [15:56:43] <CIA-46> vineserver: force 32-bit architectures (uses Carbon); fix build errors due to missing headers; remove arch code now handled by xcode portgroup; see #29483 [16:02:37] <CIA-46> breskeby at macports dot org * r78673 /trunk/dports/devel/griffon-devel/Portfile: [16:02:37] <CIA-46> http://trac.macports.org/changeset/78673 [16:02:37] <CIA-46> griffon-devel: version upgrade to 0.9.3-beta-1 [16:15:38] *** Thra11_ has joined #macports [16:18:37] *** Thra11 has quit IRC [16:29:54] *** youknowone has joined #macports [16:47:55] <CIA-46> macsforever2000 at macports dot org * r78674 /trunk/dports/science/gmsh/ (. Portfile files/ files/patch-cmakelists.diff): [16:47:55] <CIA-46> http://trac.macports.org/changeset/78674 [16:47:55] <CIA-46> gmsh: added new port. (#26469) [17:05:37] *** TzilTzal has quit IRC [17:17:19] *** bricks has left #macports [17:17:29] *** _wms has joined #macports [17:20:31] *** juanger has joined #macports [17:21:50] *** fisk has quit IRC [17:22:04] *** fisk has joined #macports [17:32:03] *** xrj has joined #macports [17:33:19] *** Ionic has quit IRC [17:35:09] *** Ionic has joined #macports [17:35:10] [17:42:53] *** fink has joined #macports [17:57:47] *** ferdy- has quit IRC [17:59:55] *** xrj has quit IRC [18:00:18] <CIA-46> macsforever2000 at macports dot org * r78675 /trunk/dports/python/py26-pysparse/ (. Portfile): [18:00:18] <CIA-46> http://trac.macports.org/changeset/78675 [18:00:18] <CIA-46> py26-pysparse: Added new port. [18:02:29] <CIA-46> macsforever2000 at macports dot org * r78676 /trunk/dports/python/py26-pysparse/Portfile: [18:02:29] <CIA-46> http://trac.macports.org/changeset/78676 [18:02:29] <CIA-46> py26-pysparse: added maintainer. [18:06:36] *** _wms_ has joined #macports [18:14:14] *** preller has quit IRC [18:15:17] *** preller has joined #macports [18:15:17] *** preller has joined #macports [18:16:22] *** jrickman has quit IRC [18:21:56] <CIA-46> macsforever2000 at macports dot org * r78677 /trunk/dports/python/py26-fipy/ (. Portfile): [18:21:56] <CIA-46> http://trac.macports.org/changeset/78677 [18:21:57] <CIA-46> py26-fipy: Added new port. (#26955) [18:26:51] *** wolfman2000 has quit IRC [18:33:30] *** subik|mac_ has quit IRC [18:44:09] *** mctouch has joined #macports [18:44:34] <CIA-46> macsforever2000 at macports dot org * r78678 /trunk/dports/python/py26-scikits-umfpack/Portfile: [18:44:34] <CIA-46> http://trac.macports.org/changeset/78678 [18:44:34] <CIA-46> py26-scikits-umfpack: Fix staging error. [19:21:28] *** wolfman2000 has joined #macports [19:27:14] *** aber has joined #macports [19:35:17] *** _wms_ has quit IRC [19:35:40] *** _wms_ has joined #macports [19:37:05] *** _wms_ has quit IRC [19:37:30] *** pogma has quit IRC [19:37:30] *** pogma has joined #macports [19:44:58] *** pjl has quit IRC [19:50:09] *** jrickman has joined #macports [19:56:46] *** RanX_XeroX has quit IRC [20:06:39] *** deric has joined #macports [20:08:46] *** Craigwd_2000 has joined #macports [20:09:10] *** juanger has quit IRC [20:09:37] *** juanger has joined #macports [20:13:55] *** _wms has quit IRC [20:18:31] *** _wms has joined #macports [20:31:29] *** tgunr_ has quit IRC [20:36:26] *** tgunr has joined #macports [20:38:26] *** subik|mac_ has joined #macports [20:43:13] *** tgunr has quit IRC [20:45:26] *** tgunr has joined #macports [20:56:09] *** aber has quit IRC [21:11:16] *** aber has joined #macports [21:12:13] *** hobodave has joined #macports [21:15:54] <CIA-46> macsforever2000 at macports dot org * r78679 /trunk/dports/python/py26-sfepy/ (. Portfile): [21:15:54] <CIA-46> http://trac.macports.org/changeset/78679 [21:15:54] <CIA-46> py26-sfepy: Added new port. [21:18:05] *** mdel has quit IRC [21:19:19] *** hobodave has quit IRC [21:24:18] *** mdel has joined #macports [21:47:57] *** youknowone has quit IRC [21:54:07] *** aber has quit IRC [22:04:26] *** tgunr has quit IRC [22:04:27] *** Thra11 has joined #macports [22:04:42] *** tgunr has joined #macports [22:05:02] *** Thra11_ has quit IRC [22:09:11] *** tgunr has quit IRC [22:09:29] *** tgunr has joined #macports [22:13:32] *** ShaharHD has joined #macports [22:14:20] <ShaharHD> hi. who should I contact regarding the need to have the version of ImageMagick updated in the ports? [22:15:22] *** Thra11 has quit IRC [22:15:48] *** Thra11 has joined #macports [22:17:25] <neverpanic> open a bugreport [22:17:47] <neverpanic> ideally with a patch for the portfile; don't forget to cc the maintainer [22:21:39] *** tgunr has quit IRC [22:28:23] <ShaharHD> neverpanic: what's the url for that? [22:28:47] <neverpanic> trac.macports.org [22:32:54] <ShaharHD> neverpanic: how do I get the maintainer email? [22:33:16] <neverpanic> port info <portname> [22:38:04] <ShaharHD> neverpanic: ticket creatd. thanks for the help :) [22:38:15] <neverpanic> ShaharHD: ticket#? [22:38:32] <ShaharHD> neverpanic: 29486 [22:38:39] <neverpanic> !ticket 29486 [22:38:40] <mpbot_> https://trac.macports.org/ticket/29486 [22:41:00] <ShaharHD> so now the ticket needs to be assigned and then only the maintainer will be able to fix this? [22:42:14] <neverpanic> actually I can reassign it [22:42:41] <neverpanic> but in this case, you'll have to wait for the maintainer [22:42:54] <neverpanic> (he usually is pretty quick, though) [22:44:20] <ShaharHD> neverpanic: it's ok. I've waited 3 weeks... I can wait another few more days :) [22:44:34] *** aber has joined #macports [22:50:16] *** wolfman2000 has quit IRC [22:53:10] *** ShaharHD has quit IRC [22:55:50] *** noganex has joined #macports [22:56:21] *** noganex_ has quit IRC [23:09:57] *** aber has quit IRC [23:12:52] *** wolfman2000 has joined #macports [23:15:00] *** aber has joined #macports [23:16:05] *** noganex_ has joined #macports [23:19:00] *** noganex has quit IRC [23:20:20] *** xrj has joined #macports [23:20:32] *** Thra11_ has joined #macports [23:21:09] *** Thra11 has quit IRC [23:33:09] *** juanger has quit IRC [23:33:54] *** kateweb has quit IRC [23:37:36] *** jrickman has quit IRC [23:38:36] <bittin_> just installed a qr code reader on my cellphone i feel modern :p [23:41:58] *** tgunr has joined #macports [23:43:08] *** aber has quit IRC [23:43:26] *** livinded has joined #macports [23:45:30] *** Thra11_ has quit IRC [23:45:57] *** Thra11_ has joined #macports [23:51:41] *** subik|mac_ has quit IRC [23:52:49] *** jasonculverhouse has joined #macports [23:54:34] <jasonculverhouse> any tips/examples for creating ports from software that uses "SCons" http://www.scons.org/ [23:54:50] *** tgunr has quit IRC [23:55:25] *** tgunr has joined #macports [23:57:08] <neverpanic> jasonculverhouse: audio/ardour2, audio/hydrogen, databases/mongodb, devel/asmotor, devel/fsplib, grep is still running... [23:59:07] <jasonculverhouse> thanks?