I don't think 8.4.0 was tagged at the time, so I used the commit:
3b4f8d02a7f970966957d9d1abd82cd9d01fe066

I had to patch it to build.  See
https://github.com/rsyslog/rsyslog/commit/a21a40f0f28a099e5836065fbfbb412e8b28ce06

My complete build process was...
#!/bin/bash
set -e

mkdir BUILD
cd BUILD

tar xzf ../librelp-1.2.7.tar.gz
cd librelp-1.2.7

./configure --prefix=/opt/rsyslog-8.4
make
make install
cd ../

tar xzf ../liblogging-1.0.4.tar.gz
cd liblogging-1.0.4
./configure --prefix=/opt/rsyslog-8.4 --enable-journal=no
make
make install
cd ../

tar xzf ../libestr-0.1.9.tar.gz
cd libestr-0.1.9
./configure --prefix=/opt/rsyslog-8.4
make
make install
cd ../

tar xzf ../json-c-0.12-20140410.tar.gz
cd json-c-json-c-0.12-20140410
./configure --prefix=/opt/rsyslog-8.4
make
make install
cd ../

git clone https://github.com/rsyslog/rsyslog.git
cd rsyslog
git checkout 3b4f8d02a7f970966957d9d1abd82cd9d01fe066
patch -p1 < /root/patch
exit 0
autoreconf -fvi
PKG_CONFIG_PATH=/opt/rsyslog-8.4/lib/pkgconfig ./configure
--prefix=/opt/rsyslog-8.4 --enable-relp=yes --enable-static
make
make install

On 23 October 2014 17:02, singh.janmejay <[email protected]> wrote:

> Is it built off a tag? Or off downloaded archive?
>
> Which commit/archive?
>
> --
> Regards,
> Janmejay
>
> PS: Please blame the typos in this mail on my phone's uncivilized soft
> keyboard sporting it's not-so-smart-assist technology.
>
> On Oct 23, 2014 7:23 PM, "Alexander Fisher" <[email protected]> wrote:
>
> > Hi Janmejay
> >
> > I've recompiled with those options and generated a coredump (attached).
> > Thanks,
> > Alex
> >
> > On 23 October 2014 13:43, singh.janmejay <[email protected]>
> wrote:
> >
> > > Can you build with cflags -g3 -ggdb, enable coredump (ulimit -c
> > unlimited)
> > > and if we are lucky we'll soon have a dump to look at.
> > >
> > > If relp is involved please don't forget to compile that with g3 too.
> > >
> > > Also, please don't let checkinstall or any other packaging utility
> strip
> > > the binaries.
> > >
> > > --
> > > Regards,
> > > Janmejay
> > >
> > > PS: Please blame the typos in this mail on my phone's uncivilized soft
> > > keyboard sporting it's not-so-smart-assist technology.
> > >
> > > On Oct 23, 2014 5:58 PM, "Alexander Fisher" <[email protected]>
> > wrote:
> > >
> > > > Hi
> > > >
> > > > Can anybody reproduce or help me get to the bottom of
> > > > https://github.com/rsyslog/rsyslog/issues/140 ?
> > > >
> > > > I thought I might reach a bigger audience trying on the mailing list.
> > > >
> > > > it looks like a race condition, but maybe it's got something to do
> with
> > > my
> > > > configuration options.
> > > > They are simply
> > > >
> > > > ./configure --prefix=/opt/rsyslog-8.4 --enable-relp=yes
> --enable-static
> > > >
> > > > Kind Regards,
> > > > Alex
> > > >
> > > > P.S. There's also https://github.com/rsyslog/rsyslog/issues/120
> > > > But that's less of a priority and I can probably live without the
> > broken
> > > > feature.
> > > > _______________________________________________
> > > > rsyslog mailing list
> > > > http://lists.adiscon.net/mailman/listinfo/rsyslog
> > > > http://www.rsyslog.com/professional-services/
> > > > What's up with rsyslog? Follow https://twitter.com/rgerhards
> > > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a
> > myriad
> > > > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if
> you
> > > > DON'T LIKE THAT.
> > > >
> > > _______________________________________________
> > > rsyslog mailing list
> > > http://lists.adiscon.net/mailman/listinfo/rsyslog
> > > http://www.rsyslog.com/professional-services/
> > > What's up with rsyslog? Follow https://twitter.com/rgerhards
> > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a
> myriad
> > > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> > > DON'T LIKE THAT.
> > >
> >
> > _______________________________________________
> > rsyslog mailing list
> > http://lists.adiscon.net/mailman/listinfo/rsyslog
> > http://www.rsyslog.com/professional-services/
> > What's up with rsyslog? Follow https://twitter.com/rgerhards
> > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad
> > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> > DON'T LIKE THAT.
> >
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad
> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> DON'T LIKE THAT.
>
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to