On Wed, November 2, 2011 7:30 am, Stuart Henderson wrote:
> On 2011-10-31, Jeff Ross <jr...@wykids.org> wrote:
>> (gdb) run
>> Starting program: /usr/local/bin/ufraw
>> /usr/local/bin/ufraw:/usr/X11R6/lib/libGL.so.10.0:
>> /usr/X11R6/lib/libGL.so.12.0 : WARNING: symbol(__glapi_noop_table) size
>> mismatch, relink your program
>
> Ah - you have a library conflict, something (either ufraw or a shared
> library it depends on) is pulling in libGL.so.10.0 and something else
> libGL.so.12.0.
>
> I think updating to packages built against new libGL.so.12.0 (which
> are now available, but probably weren't available when you reported the
> problem) is likely to cure it. If not could you send me an NEF file
> that you see the problem with (I'm not hitting any problem with my CR2s).
>
>>   Are your packages all in-sync (i.e. updated from the same snapshot)?
>>
>> Yes, updated on October 25, then packages updated  with the following
>> from the same mirror:
>>
>> cd /var/db/pkg
>> pkgs=`ls`
>> for i in $pkgs; do
>>          echo Checking $i
>>          /usr/sbin/pkg_add -F update,updatedepends -u -i  $i
>>          echo Done with $i
>> done
>
> Just running "pkg_add -ui" (optionally with -F update) is likely to give
> better results (and a clearer indication of any problems encountered).
> It should also be faster.
>

I'm getting it as well with a fresh install of 5.0(i386) and ufraw (added
via pkg_add) trying to open any of my CR2 files. Anything else I can
provide? -- sorry sorta new at this..

$ gdb ufraw
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-openbsd5.0"...
(no debugging symbols found)

(gdb) run
Starting program: /usr/local/bin/ufraw
[New process 2618]

Program received signal SIGSEGV, Segmentation fault.
[Switching to process 2618, thread 0x8aa2f800]
0x04c8fb62 in lf_lens_interpolate_vignetting ()
   from /usr/local/lib/liblensfun.so.1.0
(gdb) backtrace
#0  0x04c8fb62 in lf_lens_interpolate_vignetting ()
   from /usr/local/lib/liblensfun.so.1.0
#1  0x04c9233b in lfModifier::AddCoordCallbackDistortion ()
   from /usr/local/lib/liblensfun.so.1.0
#2  0x04c8c767 in lfModifier::Initialize () from
/usr/local/lib/liblensfun.so.1.0
#3  0x1c028a2a in __register_frame_info ()
#4  0x1c00d43c in __register_frame_info ()
#5  0x1c00dad1 in __register_frame_info ()
#6  0x1c0104f8 in __register_frame_info ()
#7  0x1c01076c in __register_frame_info ()
#8  0x1c0113aa in __register_frame_info ()
#9  0x1c053b78 in Exiv2::toBasicString<char, std::string> ()
#10 0x1c00b540 in __register_frame_info ()
#11 0x1c00af87 in ?? ()
#12 0x00000000 in ?? ()



Reply via email to