Quoth Alexander Hansen: > On 10/9/10 2:15 PM, Don Blaheta wrote: > > I installed an upgraded Xcode, removed everything that got installed > > after I created my symlink (it was a short list, happily), reinstalled > > those, > > "reinstall" or "rebuild"? If you used "fink reinstall" that doesn't > solve anything, because you restore the packages in the same state that > they were in. "fink rebuild" reconstitutes them.
Ah, good catch---I didn't know that "reinstall" wouldn't also rebuild. So I tried that, but it didn't help. Then, I figured I'd try drastic measures: I moved /sw to /old-sw and installed Fink (for 10.5-Intel) from scratch. I configured access to unstable/main, ran selfupdate-cvs, then (just in case) update-all and selfupdate again. Then I ran fink install gnumeric and after a long period of downloading and building things, it thinks gnumeric is installed... and I'm getting the same thing, a bus error as soon as the window opens. Possibly of note: during the install, it can't seem to find the index for unstable/crypto. This didn't appear to fail any packages, but it might cause some other problem? A little more noodling in gdb (I should have done this before) reports that the bus error is occurring in Cairo/pixman rendering code; not a certainty as to where the problem is, but I've added Benjamin Reed to the Cc on this email just in case. Here is the full call stack at the time of the bus error: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x000003b0 0x011e8109 in pixman_region_copy () (gdb) where #0 0x011e8109 in pixman_region_copy () #1 0x00fd0d68 in _cairo_region_copy () #2 0x00fc0082 in _cairo_clip_init_copy () #3 0x00fc3154 in _cairo_gstate_save () #4 0x00fb855b in cairo_save () #5 0x001a7d4a in goc_group_draw_region () #6 0x001a3b48 in expose_cb () #7 0x008589c6 in _gtk_marshal_BOOLEAN__BOXED () #8 0x00e77e18 in g_closure_invoke () #9 0x00e86307 in signal_emit_unlocked_R () #10 0x00e874eb in g_signal_emit_valist () #11 0x00e876ec in g_signal_emit () #12 0x0095d77b in gtk_widget_event_internal () #13 0x00857366 in gtk_main_do_event () #14 0x00b7c098 in _gdk_window_process_updates_recurse () #15 0x00b7bfd4 in _gdk_window_process_updates_recurse () #16 0x00b7bfd4 in _gdk_window_process_updates_recurse () #17 0x00b75c68 in gdk_window_process_updates_internal () #18 0x00b78c3c in gdk_window_process_all_updates () #19 0x007d76cf in gtk_container_idle_sizer () #20 0x00b59836 in gdk_threads_dispatch () #21 0x00edb1c0 in g_main_context_dispatch () #22 0x00edc95a in g_main_context_iterate () #23 0x00edcc0f in g_main_loop_run () #24 0x00856747 in gtk_main () #25 0x00003412 in main () The versions of each are: cairo-1.8.10-3: Vector graphics library pixman-0.18.2-1: Pixel manipulation library gnumeric-1.10.0-1: Spreadsheet for gnome, reads many formats I'm running System 10.5.8 on an Intel MacBook with Xcode 3.1.3 and a freshly-installed Fink 0.29.13. -- -=-Don [email protected]=-=-=-<http://www.blahedo.org/>-=- "I would believe only in a God that knows how to Dance." --Nietzsche ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
