macports-users Digest, Vol 34, Issue 10

Brian Myers tarkawebfoot at charter.net
Sun Jun 14 13:00:24 PDT 2009


Well his account is disabled on my site.

On Jun 14, 2009, at 7:00 AM, macports-users- 
request at lists.macosforge.org wrote:

> Send macports-users mailing list submissions to
> 	macports-users at lists.macosforge.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
> or, via email, send a message with subject or body 'help' to
> 	macports-users-request at lists.macosforge.org
>
> You can reach the person managing the list at
> 	macports-users-owner at lists.macosforge.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of macports-users digest..."
>
>
> Today's Topics:
>
>   1. apr-util dependencies (Chris Janton)
>   2. Re: --enable-gnome not selected on dia Port (nox)
>   3. Trac and Python -> Bus Error (Cristian Serb)
>   4. Re: dbus (Ryan Schmidt)
>   5. kdelibs4 checksum wrong (William Davis)
>   6. Re: dbus (Joshua Root)
>   7. Re: dbus (Thomas De?Contes)
>   8. Re: dbus (Ryan Schmidt)
>   9. purge (Thomas De?Contes)
>  10. Re: purge (Rainer M?ller)
>  11. Re: pkgconfig / dependencies in xorg ? (Jeremy Huddleston)
>  12. Re: texlive_base @2007_7+nox11 upgrade problem (Jeremy  
> Huddleston)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 13 Jun 2009 10:34:48 -0700
> From: Chris Janton <face at CentosPrime.COM>
> To: MacPorts Users <macports-users at lists.macosforge.org>
> Subject: apr-util dependencies
> Message-ID: <E8A95942-23EB-44C8-A170-041832668140 at centosprime.com>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Every time apr-util is upgraded it winds up trying to install mysql5
> on my system
>
> from apr-util Portfile
>
> variant mysql5	description {Build with MySQL5 suppoprt} {
> 		depends_lib-append port:mysql5
> 		configure.args-delete --without-mysql
> 		configure.args-append --with-mysql=yes
> 		configure.env-append MYSQL_CONFIG=${prefix}/bin/mysql_config5
> 		}
>
> from php5 Portfile
>
> variant mysql5 conflicts mysql3 mysql4 description {build MySQL 5
> support} {
>     depends_lib-append \
>         path:bin/mysql_config5:mysql5
>
> I'm actually using mysql5-devel, so I don't need a fresh install of
> mysql5 ;-)
>
> Is it simply a matter of changing the
>
> 	depends_lib-append port:mysql5
>
> to
>
> 	depends_lib-append path:bin/mysql_config5:mysql5
>
> so it will recognize that I already have mysql5 installed?
>
> 8)
> ----------------------------------
> Chris Janton  - face at CentosPrime dot COM
> Netminder for Opus1.COM
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 13 Jun 2009 21:04:45 +0200
> From: nox <nox at macports.org>
> To: Charles A. Templeton III <ctempleton3 at gmail.com>
> Cc: macports-users at lists.macosforge.org
> Subject: Re: --enable-gnome not selected on dia Port
> Message-ID: <8EC1A4F3-C7EC-45C2-825A-287E11046C85 at macports.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
>
> Le 31 mai 09 ? 05:24, Charles A. Templeton III a ?crit :
>
>> Dia is installed with the gnome +office variant. But if you look at
>> the configure args --enable-gnome isn't passed to configure. Does
>> anybody know if there is a reason for this?
>>
>> -Charles III
>>
>
> I'm the maintainer of the dia port. I haven't enabled GNOME support
> because it pulls in other dependencies.
> Which features does GNOME support enable?
>
> Regards,
> Anthony.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 13 Jun 2009 21:46:41 +0200
> From: Cristian Serb <mailinglists at cserb.net>
> To: macports-users at lists.macosforge.org
> Subject: Trac and Python -> Bus Error
> Message-ID: <BC55D640-81E3-4184-BD88-E553540E420A at cserb.net>
> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>
> Hi,
>
> I installed Trac and after setting it up I start the server with:
> tracd -s --port 8000 ./
> Then I try to open the page in safari. It looks like text is loading
> but every time it tries to load pictures I get a "Bus Error". I'm not
> sure if this is really related to the pictures.
> Any idea why this happens? Might this be related to the packages
> installed by  MacPorts or should I rather ask the Trac guys?
>
> Many thanks,
> Cristian
>
>
>
> Process:         Python [972]
> Path:            /opt/local/Library/Frameworks/Python.framework/
> Versions/2.6/Resources/Python.app/Contents/MacOS/Python
> Identifier:      Python
> Version:         ??? (???)
> Code Type:       X86 (Native)
> Parent Process:  bash [921]
>
> Interval Since Last Report:          297 sec
> Crashes Since Last Report:           4
> Per-App Interval Since Last Report:  0 sec
> Per-App Crashes Since Last Report:   4
>
> Date/Time:       2009-06-13 21:38:50.707 +0200
> OS Version:      Mac OS X 10.5.7 (9J61)
> Report Version:  6
> Anonymous UUID:  478BC0E7-CF1C-4E8D-B47A-FEE7B058626D
>
> Exception Type:  EXC_BAD_ACCESS (SIGBUS)
> Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000b0000ffc
> Crashed Thread:  1
>
> Thread 0:
> 0   libSystem.B.dylib             	0x939be6fa select$DARWIN_EXTSN + 10
> 1   org.python.python             	0x0029209c PyEval_EvalFrameEx +  
> 19212
> 2   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 3   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 4   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 5   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 6   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 7   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 8   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 9   org.python.python             	0x00294067 PyEval_EvalCode + 87
> 10  org.python.python             	0x002b8ac8 PyRun_FileExFlags + 168
> 11  org.python.python             	0x002b99b3 PyRun_SimpleFileExFlags
> + 867
> 12  org.python.python             	0x002cb45a Py_Main + 3130
> 13  org.python.python             	0x00001fb6 0x1000 + 4022
>
> Thread 1 Crashed:
> 0   org.python.python             	0x002252d2 lookdict_string + 18
> 1   org.python.python             	0x00291493 PyEval_EvalFrameEx +  
> 16131
> 2   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 3   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 4   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 5   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 6   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 7   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 8   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 9   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 10  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 11  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 12  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 13  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 14  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 15  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 16  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 17  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 18  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 19  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 20  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 21  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 22  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 23  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 24  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 25  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 26  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 27  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 28  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 29  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 30  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 31  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 32  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 33  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 34  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 35  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 36  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 37  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 38  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 39  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 40  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 41  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 42  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 43  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 44  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 45  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 46  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 47  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 48  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 49  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 50  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 51  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 52  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 53  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 54  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 55  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 56  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 57  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 58  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 59  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 60  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 61  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 62  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 63  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 64  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 65  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 66  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 67  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 68  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 69  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 70  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 71  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 72  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 73  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 74  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 75  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 76  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 77  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 78  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 79  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 80  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 81  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 82  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 83  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 84  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 85  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 86  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 87  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 88  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 89  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 90  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 91  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 92  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 93  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 94  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 95  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 96  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 97  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 98  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 99  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 100 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 101 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 102 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 103 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 104 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 105 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 106 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 107 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 108 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 109 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 110 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 111 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 112 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 113 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 114 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 115 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 116 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 117 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 118 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 119 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 120 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 121 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 122 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 123 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 124 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 125 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 126 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 127 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 128 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 129 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 130 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 131 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 132 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 133 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 134 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 135 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 136 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 137 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 138 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 139 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 140 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 141 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 142 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 143 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 144 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 145 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 146 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 147 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 148 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 149 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 150 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 151 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 152 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 153 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 154 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 155 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 156 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 157 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 158 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 159 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 160 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 161 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 162 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 163 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 164 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 165 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 166 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 167 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 168 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 169 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 170 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 171 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 172 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 173 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 174 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 175 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 176 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 177 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 178 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 179 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 180 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 181 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 182 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 183 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 184 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 185 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 186 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 187 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 188 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 189 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 190 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 191 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 192 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 193 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 194 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 195 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 196 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 197 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 198 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 199 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 200 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 201 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 202 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 203 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 204 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 205 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 206 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 207 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 208 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 209 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 210 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 211 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 212 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 213 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 214 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 215 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 216 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 217 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 218 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 219 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 220 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 221 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 222 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 223 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 224 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 225 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 226 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 227 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 228 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 229 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 230 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 231 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 232 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 233 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 234 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 235 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 236 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 237 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 238 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 239 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 240 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 241 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 242 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 243 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 244 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 245 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 246 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 247 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 248 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 249 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 250 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 251 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 252 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 253 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 254 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 255 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 256 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 257 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 258 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 259 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 260 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 261 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 262 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 263 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 264 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 265 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 266 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 267 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 268 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 269 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 270 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 271 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 272 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 273 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 274 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 275 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 276 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 277 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 278 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 279 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 280 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 281 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 282 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 283 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 284 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 285 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 286 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 287 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 288 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 289 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 290 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 291 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 292 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 293 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 294 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 295 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 296 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 297 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 298 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 299 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 300 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 301 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 302 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 303 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 304 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 305 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 306 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 307 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 308 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 309 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 310 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 311 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 312 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 313 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 314 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 315 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 316 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 317 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 318 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 319 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 320 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 321 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 322 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 323 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 324 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 325 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 326 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 327 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 328 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 329 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 330 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 331 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 332 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 333 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 334 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 335 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 336 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 337 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 338 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 339 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 340 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 341 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 342 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 343 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 344 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 345 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 346 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 347 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 348 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 349 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 350 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 351 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 352 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 353 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 354 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 355 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 356 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 357 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 358 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 359 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 360 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 361 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 362 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 363 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 364 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 365 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 366 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 367 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 368 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 369 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 370 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 371 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 372 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 373 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 374 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 375 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 376 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 377 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 378 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 379 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 380 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 381 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 382 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 383 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 384 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 385 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 386 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 387 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 388 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 389 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 390 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 391 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 392 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 393 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 394 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 395 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 396 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 397 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 398 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 399 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 400 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 401 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 402 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 403 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 404 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 405 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 406 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 407 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 408 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 409 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 410 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 411 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 412 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 413 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 414 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 415 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 416 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 417 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 418 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 419 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 420 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 421 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 422 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 423 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 424 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 425 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 426 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 427 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 428 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 429 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 430 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 431 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 432 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 433 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 434 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 435 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 436 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 437 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 438 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 439 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 440 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 441 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 442 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 443 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 444 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 445 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 446 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 447 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 448 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 449 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 450 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 451 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 452 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 453 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 454 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 455 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 456 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 457 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 458 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 459 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 460 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 461 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 462 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 463 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 464 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 465 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 466 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 467 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 468 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 469 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 470 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 471 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 472 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 473 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 474 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 475 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 476 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 477 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 478 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 479 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 480 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 481 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 482 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 483 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 484 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 485 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 486 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 487 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 488 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 489 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 490 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 491 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 492 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 493 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 494 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 495 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 496 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 497 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 498 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 499 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 500 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 501 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 502 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 503 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 504 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 505 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 506 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 507 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 508 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 509 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 510 org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 511 org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
>
> Thread 2:
> 0   libSystem.B.dylib             	0x9397646e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x939a0dcd pthread_cond_wait
> $UNIX2003 + 73
> 2   org.python.python             	0x002c856c PyThread_acquire_lock +
> 172
> 3   org.python.python             	0x0028e099 PyEval_EvalFrameEx +  
> 2825
> 4   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 5   org.python.python             	0x00212206 function_call + 166
> 6   org.python.python             	0x001e1a25 PyObject_Call + 85
> 7   org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 8   org.python.python             	0x001e1a25 PyObject_Call + 85
> 9   org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 10  org.python.python             	0x001f66d2 PyInstance_New + 114
> 11  org.python.python             	0x001e1a25 PyObject_Call + 85
> 12  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 13  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 14  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 15  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 16  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 17  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 18  org.python.python             	0x00212206 function_call + 166
> 19  org.python.python             	0x001e1a25 PyObject_Call + 85
> 20  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 21  org.python.python             	0x001e1a25 PyObject_Call + 85
> 22  org.python.python             	0x00247a67 slot_tp_init + 87
> 23  org.python.python             	0x00246490 type_call + 176
> 24  org.python.python             	0x001e1a25 PyObject_Call + 85
> 25  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 26  org.python.python             	0x002055c7 gen_send_ex + 135
> 27  org.python.python             	0x0021acc9 listextend + 553
> 28  org.python.python             	0x0021b10d list_init + 237
> 29  org.python.python             	0x00246490 type_call + 176
> 30  org.python.python             	0x001e1a25 PyObject_Call + 85
> 31  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 32  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 33  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 34  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 35  org.python.python             	0x00212206 function_call + 166
> 36  org.python.python             	0x001e1a25 PyObject_Call + 85
> 37  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 38  org.python.python             	0x001e1a25 PyObject_Call + 85
> 39  org.python.python             	0x00247a67 slot_tp_init + 87
> 40  org.python.python             	0x00246490 type_call + 176
> 41  org.python.python             	0x001e1a25 PyObject_Call + 85
> 42  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 43  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 44  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 45  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 46  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 47  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 48  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 49  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 50  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 51  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 52  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 53  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 54  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 55  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 56  org.python.python             	0x00212206 function_call + 166
> 57  org.python.python             	0x001e1a25 PyObject_Call + 85
> 58  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 59  org.python.python             	0x001e1a25 PyObject_Call + 85
> 60  org.python.python             	0x00247e37 slot_tp_call + 71
> 61  org.python.python             	0x001e1a25 PyObject_Call + 85
> 62  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 63  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 64  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 65  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 66  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 67  org.python.python             	0x00212206 function_call + 166
> 68  org.python.python             	0x001e1a25 PyObject_Call + 85
> 69  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 70  org.python.python             	0x001e1a25 PyObject_Call + 85
> 71  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 72  org.python.python             	0x001f66d2 PyInstance_New + 114
> 73  org.python.python             	0x001e1a25 PyObject_Call + 85
> 74  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 75  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 76  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 77  org.python.python             	0x00212206 function_call + 166
> 78  org.python.python             	0x001e1a25 PyObject_Call + 85
> 79  org.python.python             	0x0028ff21 PyEval_EvalFrameEx +  
> 10641
> 80  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 81  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 82  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 83  org.python.python             	0x00212206 function_call + 166
> 84  org.python.python             	0x001e1a25 PyObject_Call + 85
> 85  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 86  org.python.python             	0x001e1a25 PyObject_Call + 85
> 87  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 88  org.python.python             	0x002cd70f t_bootstrap + 63
> 89  libSystem.B.dylib             	0x939a0155 _pthread_start + 321
> 90  libSystem.B.dylib             	0x939a0012 thread_start + 34
>
> Thread 3:
> 0   libSystem.B.dylib             	0x9397646e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x939a0dcd pthread_cond_wait
> $UNIX2003 + 73
> 2   org.python.python             	0x002c856c PyThread_acquire_lock +
> 172
> 3   org.python.python             	0x0028e099 PyEval_EvalFrameEx +  
> 2825
> 4   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 5   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 6   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 7   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 8   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 9   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 10  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 11  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 12  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 13  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 14  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 15  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 16  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 17  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 18  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 19  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 20  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 21  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 22  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 23  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 24  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 25  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 26  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 27  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 28  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 29  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 30  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 31  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 32  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 33  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 34  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 35  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 36  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 37  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 38  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 39  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 40  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 41  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 42  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 43  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 44  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 45  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 46  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 47  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 48  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 49  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 50  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 51  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 52  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 53  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 54  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 55  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 56  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 57  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 58  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 59  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 60  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 61  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 62  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 63  org.python.python             	0x00212206 function_call + 166
> 64  org.python.python             	0x001e1a25 PyObject_Call + 85
> 65  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 66  org.python.python             	0x001e1a25 PyObject_Call + 85
> 67  org.python.python             	0x00247e37 slot_tp_call + 71
> 68  org.python.python             	0x001e1a25 PyObject_Call + 85
> 69  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 70  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 71  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 72  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 73  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 74  org.python.python             	0x00212206 function_call + 166
> 75  org.python.python             	0x001e1a25 PyObject_Call + 85
> 76  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 77  org.python.python             	0x001e1a25 PyObject_Call + 85
> 78  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 79  org.python.python             	0x001f66d2 PyInstance_New + 114
> 80  org.python.python             	0x001e1a25 PyObject_Call + 85
> 81  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 82  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 83  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 84  org.python.python             	0x00212206 function_call + 166
> 85  org.python.python             	0x001e1a25 PyObject_Call + 85
> 86  org.python.python             	0x0028ff21 PyEval_EvalFrameEx +  
> 10641
> 87  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 88  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 89  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 90  org.python.python             	0x00212206 function_call + 166
> 91  org.python.python             	0x001e1a25 PyObject_Call + 85
> 92  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 93  org.python.python             	0x001e1a25 PyObject_Call + 85
> 94  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 95  org.python.python             	0x002cd70f t_bootstrap + 63
> 96  libSystem.B.dylib             	0x939a0155 _pthread_start + 321
> 97  libSystem.B.dylib             	0x939a0012 thread_start + 34
>
> Thread 4:
> 0   libSystem.B.dylib             	0x9397646e __semwait_signal + 10
> 1   libSystem.B.dylib             	0x939a0dcd pthread_cond_wait
> $UNIX2003 + 73
> 2   org.python.python             	0x002c856c PyThread_acquire_lock +
> 172
> 3   org.python.python             	0x0028c2f3 PyEval_RestoreThread +  
> 67
> 4   org.python.python             	0x00206c63 get_line + 259
> 5   org.python.python             	0x00208e1c file_readline + 108
> 6   org.python.python             	0x0029209c PyEval_EvalFrameEx +  
> 19212
> 7   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 8   org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 9   org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 10  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 11  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 12  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 13  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 14  org.python.python             	0x002921f6 PyEval_EvalFrameEx +  
> 19558
> 15  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 16  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 17  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 18  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 19  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 20  org.python.python             	0x00212206 function_call + 166
> 21  org.python.python             	0x001e1a25 PyObject_Call + 85
> 22  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 23  org.python.python             	0x001e1a25 PyObject_Call + 85
> 24  org.python.python             	0x00247e37 slot_tp_call + 71
> 25  org.python.python             	0x001e1a25 PyObject_Call + 85
> 26  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 27  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 28  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 29  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 30  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 31  org.python.python             	0x00212206 function_call + 166
> 32  org.python.python             	0x001e1a25 PyObject_Call + 85
> 33  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 34  org.python.python             	0x001e1a25 PyObject_Call + 85
> 35  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 36  org.python.python             	0x001f66d2 PyInstance_New + 114
> 37  org.python.python             	0x001e1a25 PyObject_Call + 85
> 38  org.python.python             	0x00290abe PyEval_EvalFrameEx +  
> 13614
> 39  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 40  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 41  org.python.python             	0x00212206 function_call + 166
> 42  org.python.python             	0x001e1a25 PyObject_Call + 85
> 43  org.python.python             	0x0028ff21 PyEval_EvalFrameEx +  
> 10641
> 44  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 45  org.python.python             	0x00292df9 PyEval_EvalFrameEx +  
> 22633
> 46  org.python.python             	0x00293f4d PyEval_EvalCodeEx + 2109
> 47  org.python.python             	0x00212206 function_call + 166
> 48  org.python.python             	0x001e1a25 PyObject_Call + 85
> 49  org.python.python             	0x001f3806 instancemethod_call +  
> 422
> 50  org.python.python             	0x001e1a25 PyObject_Call + 85
> 51  org.python.python             	0x0028c5ce
> PyEval_CallObjectWithKeywords + 78
> 52  org.python.python             	0x002cd70f t_bootstrap + 63
> 53  libSystem.B.dylib             	0x939a0155 _pthread_start + 321
> 54  libSystem.B.dylib             	0x939a0012 thread_start + 34
>
> Thread 1 crashed with X86 Thread State (32-bit):
>   eax: 0x0107e680  ebx: 0x0028d59b  ecx: 0xc7013ef7  edx: 0x010811e0
>   edi: 0x016ef2b0  esi: 0xc7013ef7  ebp: 0xb0001048  esp: 0xb0001000
>    ss: 0x0000001f  efl: 0x00010286  eip: 0x002252d2   cs: 0x00000017
>    ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
>   cr2: 0xb0000ffc
>
> Binary Images:
>     0x1000 -     0x1ff8 +org.python.python 2.6.2 (2.6.2)
> <367715e0918b9027adecf6daa9c9c0b4> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/ 
> Python
>    0x8e000 -    0x8fff5 +_locale.so ??? (???)
> <7ef9b91f44c9fdcd161b25b66dfc6043> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
>    0x94000 -    0x9bff3 +libintl.8.dylib ??? (???)
> <49bae84b06c07fc238d729e582c22694> /opt/local/lib/libintl.8.dylib
>    0xba000 -    0xbbfff +time.so ??? (???)
> <b4df08b447c576d1d3ed44c7cff3c0eb> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
>    0xc1000 -    0xc4ff9 +strop.so ??? (???)
> <b2d9a8bdc5769775f370e9fbf5a8e7a6> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
>   0x113000 -   0x11aff7 +_socket.so ??? (???)
> <6bf5330ff6a0351600ceed5b4bb18ace> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
>   0x123000 -   0x124fff +_random.so ??? (???)
> <0973aa42af1925a5907a5b4a06847401> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so
>   0x1d7000 -   0x2fefeb +org.python.python 2.6.2, (c) 2004-2008
> Python Software Foundation. (2.6.2)
> <744ac9a0c227b426812ec43bf65fa2a9> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/Python
>   0x3ee000 -   0x3f1ff7 +_ssl.so ??? (???)
> <7e27f76cc0fdea2eb0f2d55b4e00c99d> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
>   0x3f7000 -   0x3f8ff9 +cStringIO.so ??? (???)
> <58e93c29e736b9125720908b3966aefa> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
>   0x600000 -   0x638feb +libssl.0.9.8.dylib ??? (???)
> <048da2db2c9a6df30b609d912e51d136> /opt/local/lib/libssl.0.9.8.dylib
>   0x64c000 -   0x74efe7 +libcrypto.0.9.8.dylib ??? (???)
> <294465ec0f38141274d3f34f7fd28e72> /opt/local/lib/libcrypto. 
> 0.9.8.dylib
>   0x7ac000 -   0x7bcffd +libz.1.dylib ??? (???)
> <a3bea29149481a5c9fd056566c80b4df> /opt/local/lib/libz.1.dylib
>   0x7c1000 -   0x7c3fff +math.so ??? (???)
> <9359a4f723aad09ae871d802ac773000> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so
>   0x7c9000 -   0x7cbffa +binascii.so ??? (???)
> <ef0519e1b4ec1649e28e68282e5eece7> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
>   0x7d0000 -   0x7d1ff0 +fcntl.so ??? (???)
> <72ddc90c1bf5c0acfd389f01a555bc05> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
>   0x7d5000 -   0x7d7fff +select.so ??? (???)
> <cc436a4ca34e37552d4f80bf216a3d54> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
>   0x7dc000 -   0x7dcffc +_functools.so ??? (???)
> <ac084464c78f6e726eeb10a4770dcffc> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
>   0x7e0000 -   0x7e3ff3 +_collections.so ??? (???)
> <57ffefd49b96c09178156f8362b7851c> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/ 
> _collections.so
>   0x7e9000 -   0x7ecfff +operator.so ??? (???)
> <c63986aaac35569416805028a5b54242> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
>  0x1040000 -  0x104efff +cPickle.so ??? (???)
> <6896611538f2c5df6fdd88a57b7c2675> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
>  0x1056000 -  0x1059ff7 +_struct.so ??? (???)
> <cb30abbfff6792a1b8c6218f2a302c04> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
>  0x1060000 -  0x1060ff5 +_bisect.so ??? (???)
> <7dc80fbd952625e518d23916d581384c> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so
>  0x10a5000 -  0x10b1fff +datetime.so ??? (???)
> <43f21dd5c25911e6e00dde9dc7c2602a> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/datetime.so
>  0x1168000 -  0x125fff0 +libiconv.2.dylib ??? (???)
> <3d3d7700af270c0ac25b5c30ca04e952> /opt/local/lib/libiconv.2.dylib
>  0x126c000 -  0x1270ffe +itertools.so ??? (???)
> <94489dcda7de5db9bee12468c6be9d1a> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
>  0x1279000 -  0x127aff5 +_hashlib.so ??? (???)
> <1c460b598de08c8ecf73fe464bc583ba> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_hashlib.so
>  0x127f000 -  0x12adfe7 +pyexpat.so ??? (???)
> <7990f544f2de907fde877c99c09300f5> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/pyexpat.so
>  0x133e000 -  0x134cffe +parser.so ??? (???)
> <e726ed3dde5de9af8c95c4a047408b1a> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/parser.so
>  0x1399000 -  0x1399ff5 +_weakref.so ??? (???)
> <fc73ab3ae50b4f6432972b6e7b1aebe2> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_weakref.so
>  0x139d000 -  0x139ffff +_multiprocessing.so ??? (???)
> <76068fbaed61f131616a40ae2217a965> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/
> _multiprocessing.so
>  0x13a5000 -  0x13a5ffa +libsvn_fs_util-1.0.dylib ??? (???)
> <a49fcc057649e29810650021911f6d4f> /opt/local/lib/
> libsvn_fs_util-1.0.dylib
>  0x156a000 -  0x156dfef +unicodedata.so ??? (???)
> <7beba7d8b827b0d1914d198e8660ac8c> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/unicodedata.so
>  0x1700000 -  0x1702ff5 +_csv.so ??? (???)
> <0b0f6778f7cbf66ad699b67a7905716e> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_csv.so
>  0x1708000 -  0x1709ff9 +_heapq.so ??? (???)
> <68e1903048d0ce6866ff42e034499aa4> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so
>  0x170e000 -  0x170fff6 +termios.so ??? (???)
> <0a51ed431f047cf8b022b474582bbfa6> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/termios.so
>  0x17d8000 -  0x17e0fff +_sqlite3.so ??? (???)
> <07aae450ad98e3648209a53e3d9bdf6a> /opt/local/Library/Frameworks/
> Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_sqlite3.so
>  0x17eb000 -  0x184bfeb +libsqlite3.0.dylib ??? (???)
> <0d535262194ffad788aa7cc1b7af4c7c> /opt/local/lib/libsqlite3.0.dylib
>  0x18ea000 -  0x1900ff3 +_fs.so ??? (???)
> <534edd5bb88032d0b74c5e686616a2fd> /opt/local/lib/svn-python2.6/ 
> libsvn/
> _fs.so
>  0x190d000 -  0x1916ffe +libsvn_swig_py26-1.0.dylib ??? (???)
> <60071292edee6b15ed8bd07c37ba3973> /opt/local/lib/
> libsvn_swig_py26-1.0.dylib
>  0x191d000 -  0x1951ff3 +libsvn_client-1.0.dylib ??? (???)
> <1a1edd2dfabda198ebcdb546b4d38db4> /opt/local/lib/
> libsvn_client-1.0.dylib
>  0x195d000 -  0x1995fff +libsvn_wc-1.0.dylib ??? (???)
> <22a68658c1cdb8b52ecb3a1e8a56fb8b> /opt/local/lib/libsvn_wc-1.0.dylib
>  0x19a1000 -  0x19a9ff3 +libsvn_diff-1.0.dylib ??? (???)
> <34f9b940408ff97acbeb71dd74ca86c4> /opt/local/lib/ 
> libsvn_diff-1.0.dylib
>  0x19ae000 -  0x19b3ff2 +libsvn_ra-1.0.dylib ??? (???)
> <b70163f74da3128d9eb0ae56a761a476> /opt/local/lib/libsvn_ra-1.0.dylib
>  0x19b8000 -  0x19bbffe +libsvn_ra_local-1.0.dylib ??? (???)
> <721a6296510fe05d10c9a3dcd0c97014> /opt/local/lib/
> libsvn_ra_local-1.0.dylib
>  0x19c0000 -  0x19dfff3 +libsvn_repos-1.0.dylib ??? (???)
> <5fb8530ec65dd31520780187a5d44543> /opt/local/lib/ 
> libsvn_repos-1.0.dylib
>  0x19e7000 -  0x19e9ff8 +libsvn_fs-1.0.dylib ??? (???)
> <4fea2da5392497b82785b5b9febac38e> /opt/local/lib/libsvn_fs-1.0.dylib
>  0x19ee000 -  0x1a0affc +libsvn_fs_fs-1.0.dylib ??? (???)
> <c84cd7248b719ed847d512e92f33953d> /opt/local/lib/ 
> libsvn_fs_fs-1.0.dylib
>  0x1a13000 -  0x1a33ffb +libsvn_fs_base-1.0.dylib ??? (???)
> <4a7492969c63d2ec0bd265f786c31129> /opt/local/lib/
> libsvn_fs_base-1.0.dylib
>  0x1a3d000 -  0x1b37fef +libdb-4.6.dylib ??? (???)
> <c38bbde94d43ef6c1592ddb2392521cc> /opt/local/lib/db46/libdb-4.6.dylib
>  0x1b4c000 -  0x1b5bfff +libsvn_ra_svn-1.0.dylib ??? (???)
> <5859aee58d810feb97afca0d816598a5> /opt/local/lib/
> libsvn_ra_svn-1.0.dylib
>  0x1b62000 -  0x1b74ff3 +libsasl2.2.dylib ??? (???)
> <2b2b9d429b833b94972b46568307aa2c> /opt/local/lib/libsasl2.2.dylib
>  0x1b7a000 -  0x1b91ff3 +libsvn_ra_neon-1.0.dylib ??? (???)
> <e77ff3693c54fa6c614f79c392b8045b> /opt/local/lib/
> libsvn_ra_neon-1.0.dylib
>  0x1b9a000 -  0x1bb1fff +libneon.27.dylib ??? (???)
> <f648ad7430e4152c0b7eafae24d87854> /opt/local/lib/libneon.27.dylib
>  0x1bba000 -  0x1bd4fff +libsvn_ra_serf-1.0.dylib ??? (???)
> <1aa768029afa839db831eeae0e16ac9d> /opt/local/lib/
> libsvn_ra_serf-1.0.dylib
>  0x1bdd000 -  0x1be4ff9 +libserf-0.0.dylib ??? (???)
> <02969d31742a69f480404b73210de14f> /opt/local/lib/libserf-0.0.dylib
>  0x1beb000 -  0x1bf2ff6 +libsvn_delta-1.0.dylib ??? (???)
> <1e863655a59c9bbbcda07229c9503003> /opt/local/lib/ 
> libsvn_delta-1.0.dylib
>  0x1bf7000 -  0x1c2dfff +libsvn_subr-1.0.dylib ??? (???)
> <7bda66e5e09ba4347e9a6b977c09815a> /opt/local/lib/ 
> libsvn_subr-1.0.dylib
>  0x1c3d000 -  0x1c51ff3 +libaprutil-1.0.dylib ??? (???)
> <8df1469df11db34d546ffdb359b67f31> /opt/local/lib/libaprutil-1.0.dylib
>  0x1c5a000 -  0x1c76fe3 +libexpat.1.dylib ??? (???)
> <86bb4cce4c61a5db862ebfb991656809> /opt/local/lib/libexpat.1.dylib
>  0x1c7e000 -  0x1c97fef +libapr-1.0.dylib ??? (???)
> <c3bb262cf2e00913bad332b9bae21564> /opt/local/lib/libapr-1.0.dylib
>  0x1ca2000 -  0x1cabfe3  libpam.1.dylib ??? (???)
> <a504882e2e8a81210edd1ac438597e37> /usr/lib/libpam.1.dylib
>  0x1cc3000 -  0x1cd6ff5 +_delta.so ??? (???)
> <36d25ae3e277e49b59e581476680b1ec> /opt/local/lib/svn-python2.6/ 
> libsvn/
> _delta.so
>  0x1d2f000 -  0x1d72ff3 +_core.so ??? (???)
> <75144aa0980fb2382d7f3cdfb56bbc68> /opt/local/lib/svn-python2.6/ 
> libsvn/
> _core.so
>  0x1e1d000 -  0x1e3fff2 +_repos.so ??? (???)
> <a2f3b0beb81a86b388decf2e1201d8dc> /opt/local/lib/svn-python2.6/ 
> libsvn/
> _repos.so
> 0x8fe00000 - 0x8fe2db43  dyld 97.1 (???)
> <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
> 0x90499000 - 0x90525ff7  com.apple.LaunchServices 290.3 (290.6)
> <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
> Versions/A/LaunchServices
> 0x90526000 - 0x90800ff3  com.apple.CoreServices.CarbonCore 786.11
> (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/ 
> Frameworks/
> CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/
> Versions/A/CarbonCore
> 0x91be5000 - 0x91d18fef  com.apple.CoreFoundation 6.5.6 (476.18)
> <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/
> CoreFoundation.framework/Versions/A/CoreFoundation
> 0x91fbe000 - 0x92045ff7  libsqlite3.0.dylib ??? (???)
> <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
> 0x92046000 - 0x9205cfff  com.apple.DictionaryServices 1.0.0 (1.0.0)
> <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/
> DictionaryServices.framework/Versions/A/DictionaryServices
> 0x921a4000 - 0x92254fff  edu.mit.Kerberos 6.0.13 (6.0.13)
> <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/
> Kerberos.framework/Versions/A/Kerberos
> 0x92255000 - 0x9238eff7  libicucore.A.dylib ??? (???)
> <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib
> 0x92395000 - 0x923b9fff  libxslt.1.dylib ??? (???)
> <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
> 0x92480000 - 0x92480ffa  com.apple.CoreServices 32 (32)
> <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/CoreServices
> 0x925b8000 - 0x925bfffe  libbsm.dylib ??? (???)
> <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
> 0x92654000 - 0x9265cfff  com.apple.DiskArbitration 2.2.1 (2.2.1)
> <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/
> DiskArbitration.framework/Versions/A/DiskArbitration
> 0x92c2f000 - 0x92cbbff7  com.apple.framework.IOKit 1.5.2 (???)
> <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/
> IOKit.framework/Versions/A/IOKit
> 0x9332f000 - 0x9340ffff  libobjc.A.dylib ??? (???)
> <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
> 0x93480000 - 0x9349efff  libresolv.9.dylib ??? (???)
> <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
> 0x9349f000 - 0x93580ff7  libxml2.2.dylib ??? (???)
> <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib
> 0x9396e000 - 0x93ad5ff3  libSystem.B.dylib ??? (???)
> <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib
> 0x93b64000 - 0x93c1efe3  com.apple.CoreServices.OSServices 227 (227)
> <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/OSServices.framework/
> Versions/A/OSServices
> 0x93c1f000 - 0x93c4efe3  com.apple.AE 402.3 (402.3)
> <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/ 
> AE
> 0x9453b000 - 0x94549ffd  libz.1.dylib ??? (???)
> <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
> 0x95891000 - 0x95935fec  com.apple.CFNetwork 438.10 (438.12)
> <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/
> Versions/A/CFNetwork
> 0x959d2000 - 0x95a09fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
> <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/
> SystemConfiguration.framework/Versions/A/SystemConfiguration
> 0x95a0f000 - 0x95a3afe7  libauto.dylib ??? (???)
> <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
> 0x96b58000 - 0x96b5cfff  libmathCommon.A.dylib ??? (???) /usr/lib/
> system/libmathCommon.A.dylib
> 0x96fc9000 - 0x97012fef  com.apple.Metadata 10.5.2 (398.25)
> <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/Metadata.framework/
> Versions/A/Metadata
> 0x970f9000 - 0x97156ffb  libstdc++.6.dylib ??? (???)
> <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
> 0x97198000 - 0x9719ffe9  libgcc_s.1.dylib ??? (???)
> <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
> 0x97220000 - 0x9729fff5  com.apple.SearchKit 1.2.1 (1.2.1)
> <f28f8dd0f155a6453411a0c9b5702764> /System/Library/Frameworks/
> CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
> Versions/A/SearchKit
> 0x972fc000 - 0x974cdffb  com.apple.security 5.0.5 (36371)
> <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/
> Security.framework/Versions/A/Security
> 0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/
> libobjc.A.dylib
> 0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/
> libSystem.B.dylib
>
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 13 Jun 2009 16:51:19 -0500
> From: Ryan Schmidt <ryandesign at macports.org>
> To: Thomas De?Contes <d.l.tDeContes at free.fr>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: dbus
> Message-ID: <D84A8471-F8BD-40E8-A313-5C4FE81D5978 at macports.org>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
> On Jun 13, 2009, at 07:02, Thomas De Contes wrote:
>
>> --->  Installing dbus @1.2.12_5
>> Error: Target org.macports.activate returned: <main> attribute
>> status: eDSPermissionError
>>
>> what's the problem ?
>
> I assume you're doing this in a non-root MacPorts installation. dbus
> wants to install a startupitem so you need to either use sudo to
> install it, or use the no_startupitem variant.
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 13 Jun 2009 17:59:18 -0400
> From: William Davis <frstan at bellsouth.net>
> To: macports-users at lists.macosforge.org
> Subject: kdelibs4 checksum wrong
> Message-ID: <2385045D-BF1A-4E7A-8762-4B71565C6A01 at bellsouth.net>
> Content-Type: text/plain; charset="us-ascii"; Format="flowed";
> 	DelSp="yes"
>
> as is new version kdelibs4 has wrong checksum.
> substituted m5      9ed29086c33bc73256a7fa5268df560b  in portfile and
> it builds ok
> the remaining kde upgrades need this fixed first to build or rather,
> to configure
>
>
> William Davis
> frstanATbellsouthDOTnet
> Mac OS X.5.7 Darwin 9.7.0
> XQuartz 2.4.0 (xorg-server 1.5.3-apple8)
> Mac Mini Intel Duo @ 1.86 GHz
>
> Mundus vult decepi, ego non
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20090613/8a5baf42/attachment-0001.html 
> >
>
> ------------------------------
>
> Message: 6
> Date: Sun, 14 Jun 2009 09:33:35 +1000
> From: Joshua Root <jmr at macports.org>
> To: Ryan Schmidt <ryandesign at macports.org>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: dbus
> Message-ID: <4A34374F.9020607 at macports.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 2009-6-14 07:51, Ryan Schmidt wrote:
>>
>> On Jun 13, 2009, at 07:02, Thomas De Contes wrote:
>>
>>> --->  Installing dbus @1.2.12_5
>>> Error: Target org.macports.activate returned: <main> attribute  
>>> status:
>>> eDSPermissionError
>>>
>>> what's the problem ?
>>
>> I assume you're doing this in a non-root MacPorts installation. dbus
>> wants to install a startupitem so you need to either use sudo to  
>> install
>> it, or use the no_startupitem variant.
>
> Or set 'startupitem_type none' in macports.conf, which will take  
> care of
> this for all ports.
>
> - Josh
>
>
> ------------------------------
>
> Message: 7
> Date: Sun, 14 Jun 2009 01:43:53 +0200
> From: Thomas De?Contes <d.l.tDeContes at free.fr>
> To: Ryan Schmidt <ryandesign at macports.org>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: dbus
> Message-ID: <22DF0311-111E-43EB-996F-2B8A518A4591 at free.fr>
> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed
>
>
> Le 13 juin 09 ? 23:51, Ryan Schmidt a ?crit :
>
>>
>> On Jun 13, 2009, at 07:02, Thomas De Contes wrote:
>>
>>> --->  Installing dbus @1.2.12_5
>>> Error: Target org.macports.activate returned: <main> attribute
>>> status: eDSPermissionError
>>>
>>> what's the problem ?
>>
>> I assume you're doing this in a non-root MacPorts installation.
>
> yes ;-)
>
>> dbus wants to install a startupitem so you need to either use sudo
>> to install it, or use the no_startupitem variant.
>
> thank you :-)
>
> well, is it possible to make MacPorts to automatically switch to the
> appropriate variant, in a such case ?
>
>
> -- 
> T?l?assistance / T?l?maintenance
> http://www.portparallele.com/ThomasDECONTES/
>
>
>
> ------------------------------
>
> Message: 8
> Date: Sat, 13 Jun 2009 19:20:09 -0500
> From: Ryan Schmidt <ryandesign at macports.org>
> To: Thomas De?Contes <d.l.tDeContes at free.fr>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: dbus
> Message-ID: <7AC8D49B-A86A-473E-8A4A-8E2DD3E95B28 at macports.org>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
> On Jun 13, 2009, at 18:43, Thomas De Contes wrote:
>
>>> dbus wants to install a startupitem so you need to either use sudo
>>> to install it, or use the no_startupitem variant.
>>
>> thank you :-)
>>
>> well, is it possible to make MacPorts to automatically switch to
>> the appropriate variant, in a such case ?
>
> No, but if you are certain you never want any port to install a
> startup item, you can set the startup item type to none as Josh
> explained.
>
>
>
>
> ------------------------------
>
> Message: 9
> Date: Sun, 14 Jun 2009 02:20:52 +0200
> From: Thomas De?Contes <d.l.tDeContes at free.fr>
> To: liste macports <macports-users at lists.macosforge.org>
> Subject: purge
> Message-ID: <09BA39C3-895A-4F1D-BEF2-D4362D87EE9D at free.fr>
> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed
>
> hi :-)
>
>
> i think it would be very useful to be able to make a purging,
>
> given that the user knows which ports he needs, but he doesn't
> control the dependencies
>
>
>
> I propose:
>
>
> a new state : "locked"
>
> when the user installs a port, it becomes locked, but not its
> dependencies
> when the user installs a port which is already installed, it locks it
>
> locking wouldn't have effect on operations manually done by the
> user : if he wants to uninstall a port, it unlocks and uninstalls it
>
>
> when the user makes a purging :
>
> - it lists all locked ports
> - it makes the tree of dependencies of this list
> - it uninstalls ports which are not in this tree
>
>
>
> the "locked" state represents the ports that the user knows and
> directly needs
>
>
> it's usefull to remember the list of ports declared needed, and then
> say "oh, this one, i don't need it any more"
> and then a purging uninstalls all dependencies of this port which are
> not used by an other port :-)
>
>
> it can also be usefull in the case where :
>
> a port A and a port B exist
> C depends on A
> then, the author of C finds that B is better, so C doesn't depend on
> A longer
> but A still exists ...
> then A isn't very usefull and waste space, entries, ... :-)
>
>
>
> what do you think about this ? :-)
>
>
> -- 
> T?l?assistance / T?l?maintenance
> http://www.portparallele.com/ThomasDECONTES/
>
>
>
> ------------------------------
>
> Message: 10
> Date: Sun, 14 Jun 2009 03:18:00 +0200
> From: Rainer M?ller <raimue at macports.org>
> To: Thomas De?Contes <d.l.tDeContes at free.fr>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: purge
> Message-ID: <4A344FC8.20005 at macports.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 2009-06-14 02:20, Thomas De Contes wrote:
>> what do you think about this ? :-)
>
> You want #15260 [1] to be implemented, which covers exactly what you
> propose here.
>
> Until that, you can use port_cutleaves [2] to identify and uninstall  
> no
> longer needed ports.
>
> Rainer
>
> [1] http://trac.macports.org/ticket/15260
> [2] Available as port named port_cutleaves, see also
> http://svn.macports.org/repository/macports/contrib/port_cutleaves/README
>
>
> ------------------------------
>
> Message: 11
> Date: Sat, 13 Jun 2009 22:14:52 -0700
> From: Jeremy Huddleston <jeremyhu at macports.org>
> To: Thomas De?Contes <d.l.tDeContes at free.fr>
> Cc: liste macports <macports-users at lists.macosforge.org>
> Subject: Re: pkgconfig / dependencies in xorg ?
> Message-ID: <CCB3A7F3-16F0-4895-8871-4157181545EF at macports.org>
> Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes
>
> Well xorg-libX11 has depends_lib on xorg-xproto ... so it should be
> getting updated before xorg-libX11 ... what version of xorg-xproto do
> you have on your system?
>
> On Jun 12, 2009, at 17:20, Thomas De Contes wrote:
>
>> hi :-)
>>
>>
>> here is what i get when i upgrade ports on a very old installation :
>> port -u upgrade outdated
>>
>>
>> --->  Configuring xorg-libX11
>> Error: Target org.macports.configure returned: configure failure:
>> shell command " cd "/Users/thomas/Documents/prgm/bin/autoinstall/
>> macports/var/macports/build/
>> _Users_thomas_Documents_prgm_bin_autoinstall_macports_var_macports_sources_rsync 
>> .macports.org_release_ports_x11_xorg
>> -libX11/work/libX11-1.2.1" && ./configure --prefix=/Users/thomas/
>> Documents/prgm/bin/autoinstall/macports --without-xcb " returned
>> error 1
>> Command output: checking if the linker (/usr/libexec/gcc/powerpc-
>> apple-darwin8/4.0.1/ld) is GNU ld... no
>> checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/
>> powerpc-apple-darwin8/4.0.1/ld) supports shared libraries... yes
>> checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
>> checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
>> checking if /usr/bin/g++-4.0 static flag -static works... no
>> checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
>> checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/
>> powerpc-apple-darwin8/4.0.1/ld) supports shared libraries... yes
>> checking dynamic linker characteristics... darwin8.11.0 dyld
>> checking how to hardcode library paths into programs... immediate
>> appending configuration tag "F77" to libtool
>> checking for bash... /bin/bash
>> checking if dolt supports this host... no, falling back to libtool
>> checking for gcc... (cached) /usr/bin/gcc-4.0
>> checking whether we are using the GNU C compiler... (cached) yes
>> checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes
>> checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached)
>> none needed
>> checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3
>> checking for cpp... /usr/bin/cpp
>> checking if /usr/bin/cpp requires -undef... no
>> checking if /usr/bin/cpp requires -traditional... no
>> checking whether to use XCB... (cached) no
>> checking for pkg-config... /Users/thomas/Documents/prgm/bin/
>> autoinstall/macports/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for XPROTO... configure: error: Package requirements
>> (xproto >= 7.0.13) were not met.
>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix.
>>
>> Alternatively you may set the XPROTO_CFLAGS and XPROTO_LIBS
>> environment variables
>> to avoid the need to call pkg-config.  See the pkg-config man page  
>> for
>> more details.
>>
>>
>> and it built fine just after it upgraded xorg-xproto (continuing
>> port -u upgrade outdated)
>>
>> and then :
>>
>>
>> --->  Configuring xorg-libXrandr
>> Error: Target org.macports.configure returned: configure failure:
>> shell command " cd "/Users/thomas/Documents/prgm/bin/autoinstall/
>> macports/var/macports/build/
>> _Users_thomas_Documents_prgm_bin_autoinstall_macports_var_macports_sources_rsync 
>> .macports.org_release_ports_x11_xorg
>> -libXrandr/work/libXrandr-1.3.0" && ./configure --prefix=/Users/
>> thomas/Documents/prgm/bin/autoinstall/macports " returned error 1
>> Command output: checking for stdint.h... yes
>> checking for unistd.h... yes
>> checking for dlfcn.h... yes
>> checking for objdir... .libs
>> checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
>> checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common -
>> DPIC
>> checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works... yes
>> checking if /usr/bin/gcc-4.0 static flag -static works... no
>> checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
>> checking if /usr/bin/gcc-4.0 supports -c -o file.o... (cached) yes
>> checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/
>> powerpc-apple-darwin8/4.0.1/ld) supports shared libraries... yes
>> checking dynamic linker characteristics... darwin8.11.0 dyld
>> checking how to hardcode library paths into programs... immediate
>> checking whether stripping libraries is possible... yes
>> checking if libtool supports shared libraries... yes
>> checking whether to build shared libraries... yes
>> checking whether to build static libraries... yes
>> checking for pkg-config... /Users/thomas/Documents/prgm/bin/
>> autoinstall/macports/bin/pkg-config
>> checking pkg-config is at least version 0.9.0... yes
>> checking for RANDR... configure: error: Package requirements (x11
>> randrproto >= 1.3 xext xextproto xrender renderproto) were not met:
>>
>> No package 'renderproto' found
>>
>> Consider adjusting the PKG_CONFIG_PATH environment variable if you
>> installed software in a non-standard prefix.
>>
>> Alternatively, you may set the environment variables RANDR_CFLAGS
>> and RANDR_LIBS to avoid the need to call pkg-config.
>> See the pkg-config man page for more details.
>>
>>
>> after doing
>> port deactivate render
>> and redo
>> port -u upgrade outdated
>>
>> it activates xorg-renderproto (right)
>> it upgrades xrender
>> and it builds xorg-libXrandr fine
>>
>>
>> well, seeing the end of the errors, it may be a problem with
>> pkgconfig,
>> and regarding on how to get them around, it may be a problem about
>> dependencies
>>
>> what do you think about it ?
>>
>>
>> -- 
>> T?l?assistance / T?l?maintenance
>> http://www.portparallele.com/ThomasDECONTES/
>>
>> _______________________________________________
>> macports-users mailing list
>> macports-users at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
>
>
>
> ------------------------------
>
> Message: 12
> Date: Sat, 13 Jun 2009 22:18:16 -0700
> From: Jeremy Huddleston <jeremyhu at macports.org>
> To: MacPorts Users <macports-users at lists.macosforge.org>
> Subject: Re: texlive_base @2007_7+nox11 upgrade problem
> Message-ID: <F747244C-1A0A-470E-9FD1-8A7E95171E57 at macports.org>
> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes
>
> You want the "no_x11" variant... not the "nox11" variant...
>
> On Jun 11, 2009, at 13:26, Kastus Shchuka wrote:
>
>> On Jun 11, 2009, at 9:52 AM, Kastus Shchuka wrote:
>>
>>>
>>> Should "lib:libXm:openmotif" be appended to line 89 of the port  
>>> file?
>>
>> Sorry, I meant line 83, looked at the wrong place. And that is where
>> this string was in the previous revision r52043 (line 79 there).
>>
>> I am still puzzled what brings in openmotif as dependency while it
>> is not reported by port deps command. Do we need to explicitly
>> depends_lib-delete it in no_x11 variant?
>>
>> Thanks, -Kastus
>> _______________________________________________
>> macports-users mailing list
>> macports-users at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
>
>
>
> ------------------------------
>
> _______________________________________________
> macports-users mailing list
> macports-users at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
>
>
> End of macports-users Digest, Vol 34, Issue 10
> **********************************************



More information about the macports-users mailing list