Edgewall Software

Changes between Version 2 and Version 32 of Ticket #2560


Ignore:
Timestamp:
Aug 24, 2006, 9:08:34 AM (18 years ago)
Author:
Christian Boos
Comment:

Assuming you've created a file named 646.patch containing the patch present in comment:20, try:

$ cd libiconv-1.9.2
$ patch -p0 < 646.patch
$ make -f Makefile.devel lib/aliases.h
$ make # using the "user" Makefile

But that patch was against libiconv-1.9.2, I don't know if it applies (or even if it is needed) for more recent versions of GNU iconv.

By the way, I'm closing this ticket now, as the problem is clearly identified and a workaround is documented…

(the me in the worksforme being here bugs-trac@…)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2560

    • Property Status newclosed
    • Property Cc schuetze@… craig.steinberger@… bugs-trac@… added
    • Property Component tracdversion control
    • Property Keywords solaris libiconv added
    • Property Version 0.9.20.9.5
    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Resolutionworksforme
    • Property Severity normalmajor
  • Ticket #2560 – Description

    v2 v32  
    1717}}}
    1818
    19 When I try to access the source browser, I get "/opt/Subversion does not appear to be a Subversion repository."
     19When I try to access the source browser, I get '''`/opt/Subversion does not appear to be a Subversion repository.`'''
    2020
    2121Also, tracd throws this exception:
     
    2323Exception exceptions.AttributeError: "'SubversionRepository' object has no attribute 'log'" in <bound method SubversionRepository.__del__ of <trac.versioncontrol.svn_fs.SubversionRepository object at 0x3c44b0>> ignored
    2424}}}
     25
     26----
     27'''Problem identified''': This problem is platform-specific and due to the use of GNU libiconv by apr-util, which doesn't know about the default locale used ("646").
     28
     29comment:19 describes the problem and comment:20 + comment:32 describe a workaround. The other alternative would be to not use GNU libiconv but the native Solaris iconv library.