| 00:38:04 | CIA-34: | mloskot * r3970 /spike/wktraster/test/core/: Updated svn:ignore property. |
| 01:49:31 | CIA-34: | mloskot * r3971 /spike/wktraster/rt_core/rt_api.c: Check pre-conditions in core functions. Add variables initialization. |
| 02:11:06 | CIA-34: | mloskot * r3972 /spike/wktraster/rt_core/rt_api.c: Check pre-/post-conditions in core functions. Add variables initialization. |
| 02:25:16 | CIA-34: | mloskot * r3973 /spike/wktraster/rt_core/rt_api.c: Check pre-/post-conditions in core functions. Add variables initialization. |
| 02:57:16 | CIA-34: | mloskot * r3974 /spike/wktraster/test/core/testwkb.c: [wktraster] Test serialize/deserialize sequence for car5 test case of testwkb. |
| 02:58:17 | CIA-34: | mloskot * r3975 /spike/wktraster/rt_pg/rt_pg.c: [wktraster] Initialize pointer variables. |
| 02:59:19 | CIA-34: | mloskot * r3976 /spike/wktraster/rt_core/rt_api.c: [wktraster] Replaced printf with ctx->info calls. Added more RT_API_DEBUG verbosity. |
| 03:18:40 | CIA-34: | mloskot * r3977 /spike/wktraster/rt_core/rt_api.c: [wktraster] More RT_API_DEBUG messaging during deserialization. |
| 03:21:49 | CIA-34: | mloskot * r3978 /spike/wktraster/rt_core/rt_api.c: [wktraster] Removed redundant scopes. |
| 06:12:56 | CIA-34: | mloskot * r3979 /spike/wktraster/rt_core/rt_api.c: [wktraster] Added zero-initialization for arrays with static size. |
| 08:32:39 | mloskot: | mlesli1: hi, are you sitting next to someone who maintains the postgis mailing lists? |
| 08:32:55 | mloskot: | mlesli1: I assume you are at RR now :- ) |
| 09:27:54 | CIA-34: | pramsey * r3980 /trunk/ ( NEWS doc/introduction.xml ): Fix mis-spelling in Eduin Carrillo's name |
| 09:28:26 | CIA-34: | pramsey * r3981 /branches/1.3/ ( NEWS doc/postgis.xml ): Fix mis-spelling in Eduin Carrillo's name |
| 11:19:57 | mloskot: | pramsey: hi |
| 11:20:11 | mloskot: | strk: ping, any chance to catch you for a while? |
| 11:20:15 | pramsey: | mloskot: |
| 11:20:22 | mloskot: | pramsey: have you seen postgis-commits? A spam attack |
| 11:20:34 | pramsey: | no, I haven't. |
| 11:20:43 | mloskot: | pramsey: check april |
| 11:21:27 | pramsey: | I only see one message |
| 11:21:41 | mloskot: | yup |
| 11:22:05 | mloskot: | this is spam |
| 11:22:05 | pramsey: | I'm not sure where our post-commit message is going. |
| 11:22:18 | pramsey: | there's also a spam in march |
| 11:22:20 | mloskot: | pramsey: I believe they go nowhere |
| 11:22:45 | pramsey: | and one in february |
| 11:22:52 | pramsey: | you can't live with this? : ) |
| 11:22:57 | pramsey: | it cannot be borne? |
| 11:23:18 | mloskot: | pramsey: surely I can :- ) I'm just nudging you about what I've noticed |
| 11:23:32 | mloskot: | I can leave with the spammed list as well as I don't need postgis-commits list |
| 11:23:36 | pramsey: | OK. I think missing our commit message altogether is a bit more important |
| 11:23:40 | mloskot: | svn log works perfectly well for me |
| 11:25:48 | : | * pramsey tickets a commits list |
| 13:59:47 | vcs: | Hi, I am having a strange build error n CentOS5, googled and looked at the mailing lists but no luck |
| 14:01:06 | vcs: | http://pastebin.ca/1384174 |
| 14:01:10 | sigq: | Title: pastebin - Stuff - post number 1384174 ( at pastebin.ca ) |
| 14:01:18 | vcs: | i tried bulding with and without geos and proj |
| 14:02:17 | vcs: | I tried using rpms but they gave me an error about not being built with magic psql:lwpostgis.sql:44: ERROR: incompatible library "/usr/lib64/pgsql/liblwgeom.so": missing magic block |
| 14:02:23 | vcs: | Any ideas? |
| 14:02:50 | vcs: | CentOS 5.2 PostGres 8.4 |
| 14:06:38 | vcs: | anyone? |
| 14:12:48 | pramsey: | build them all from scratch |
| 14:12:55 | pramsey: | so they are are all 64-bit libraries |
| 14:13:03 | vcs: | I did |
| 14:15:35 | pramsey: | you probably have some old headers lying around |
| 14:15:58 | vcs: | hmmm |
| 14:15:59 | pramsey: | make sure you've fully uninstalled all pgsql RPMs so they don't interfere with your source install |
| 14:16:15 | vcs: | I installed pgsql from yum |
| 14:16:48 | pramsey: | look around for duplicate things |
| 14:16:58 | pramsey: | find / -name pg_config |
| 14:17:03 | pramsey: | see if more than one pops |
| 14:17:04 | pramsey: | up |
| 14:17:26 | pramsey: | this is assuredly a case of version mismatches where you've compiled against one thing but are actually running another |