[haiku-development] Re: 32bit-wchar_t branch has been merged into trunk - full rebuild necessary

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 7 Jul 2009 12:21:03 -0700

On Tue, Jul 7, 2009 at 12:16 PM, Michael Weirauch<dev@xxxxxxxxxxx> wrote:
> 2009/7/7 Ingo Weinhold <ingo_weinhold@xxxxxx>:
>> Subversion doesn't work out of the box anymore. It is linked against 
>> "libiconv.so.2", but the library is installed only as "libiconv.so". Adding 
>> a symlink solves the problem. Tested under gcc4/gcc2 hybrid, but I guess 
>> it's a universal problem with the new libiconv package.
>
> Fresh 31445 gcc4; How did you manage to get it working?
>
> $ svn up ..
> runtime_loader: Cannot open file libiconv.so.2: No such file or directory
> $ ln -s /system/lib/libiconv.so /system/lib/libiconv.so.2
> $ svn up ..
> runtime_loader: /boot/common/lib/libneon.so.27.1.5: Could not resolve
> symbol 'libiconv_set_relocation_prefix'
> resolve symbol "libiconv_set_relocation_prefix" returned: -2147478780
> runtime_loader: /boot/common/lib/libneon.so.27.1.5: Troubles
> relocating: Symbol not found
>
> Michael
>
>

 try using subversion-1.6.3?
http://www.haiku-ports.de/packages/dev-util/subversion/subversion-1.6.3-x86-gcc2-haiku-2009-07-07.zip
unzip to /boot and see if that fixes it, this should match up with the
libiconv that was recently built which should be located here:
http://haiku-files.org/files/optional-packages/

-scottmc

Other related posts: