Re: [reSIProcate] repro
On 25/09/13 23:48, Nathan Stratton wrote:
> On Wed, Sep 25, 2013 at 4:31 PM, Daniel Pocock <daniel@xxxxxxxxxxxxx> wrote:
>
>> Nathan, are you building on RHEL or Fedora? I need to create a cajun
>> package for the RPM platforms, it is not a big effort though. The cajun
>> code that was under rutil (and now under contrib) had a bug with UTF-8
>> on Linux anyway, it is good for Windows
> I was building on RHEL 6.4 I fixed the problme by linking repro/cajun
> to ../contrib/cajun after that it built fine.
>
>> The version I've got in Debian and Ubuntu has a patch to make it work
>> properly on Linux, the patch is in my git copy now too:
>> https://github.com/dpocock/cajun-jsonapi
> Ah yes, I noticed that, I just commented out that lines when I built
> CAJUN from sourceforge, but did not need to mess with that with
> whatever is in contrib.
The sourceforge site appears to be abandoned, so I've prepared a 2.0.3
release with the fix here:
https://github.com/cajun-jsonapi/cajun-jsonapi
and I've used that to request inclusion in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=1012337
Once the Fedora package exists, I can then request inclusion in EPEL for
RHEL6 too
For the moment, you should be able to just do this (assuming you have
~/.rpmmacros configured):
wget -O cajun-jsonapi-2.0.3.tar.gz
https://github.com/cajun-jsonapi/cajun-jsonapi/archive/2.0.3.tar.gz
rpmbuild -tb cajun-jsonapi-2.0.3.tar.gz
to get a nice RPM
>
>> I've tweaked the autotools config to make repro optional
> --disable-repro?
Actually, it should be disabled by default now, you would need to
--enable-repro to make it build
>> Scott, what is the exact problem you face with cajun on Windows? Does
>> it just need the project files updated for the new location or did I
>> break something more substantial when moving it?
> I am not far from Cajun country, but close...
>