Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Branko Čibej
On 10.09.2012 23:16, Julian Foad wrote: >> On 10.09.2012 22:33, Julian Foad wrote: >>> Brane wrote: >>> [...] >>> +#if LINUX +static const char *linux_release_name(apr_pool_t *pool); +#endif >>> [...] >>> >>> On my Ubuntu GNU/Linux system: >>> >>> subversion/libsvn_subr/sysin

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Branko Čibej
On 10.09.2012 23:01, Bert Huijben wrote: > I assume you already noticed, but all the buildbots are red after your > latest version info output tweaks. Eh. Bug in the test that didn't show up on my box. Fixed in r1383123, I think. -- Brane -- Certified & Supported Apache Subversion Downloads: h

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Philip Martin
Daniel Shahaf writes: > What about __LINUX__ ? $ echo | gcc -dM -E - | grep -i linux #define __linux 1 #define __linux__ 1 #define __gnu_linux__ 1 #define linux 1 -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Daniel Shahaf
Julian Foad wrote on Mon, Sep 10, 2012 at 22:16:26 +0100: > > On 10.09.2012 22:33, Julian Foad wrote: > > >> Brane wrote: > >> [...] > >> > >>> +#if LINUX > >>> +static const char *linux_release_name(apr_pool_t *pool); > >>> +#endif > >> [...] > >> > >> On my Ubuntu GNU/Linux system: > >>

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Julian Foad
> On 10.09.2012 22:33, Julian Foad wrote: >> Brane wrote: >> [...] >> >>> +#if LINUX >>> +static const char *linux_release_name(apr_pool_t *pool); >>> +#endif >> [...] >> >> On my Ubuntu GNU/Linux system: >> >> subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined >> subversion

RE: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Bert Huijben
> -Original Message- > From: Branko Čibej [mailto:br...@wandisco.com] > Sent: maandag 10 september 2012 22:48 > To: dev@subversion.apache.org > Subject: Re: svn commit: r1381257 - sysinfo.c - > > On 10.09.2012 22:33, Julian Foad wrote: > > Brane wrote: &g

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Branko Čibej
On 10.09.2012 22:33, Julian Foad wrote: > Brane wrote: > [...] > >> +#if LINUX >> +static const char *linux_release_name(apr_pool_t *pool); >> +#endif > [...] > > On my Ubuntu GNU/Linux system: > > subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined > subversion/libsvn_subr/sysinfo.c:116:

Re: svn commit: r1381257 - sysinfo.c -

2012-09-10 Thread Julian Foad
Brane wrote: [...] > +#if LINUX > +static const char *linux_release_name(apr_pool_t *pool); > +#endif [...] On my Ubuntu GNU/Linux system: subversion/libsvn_subr/sysinfo.c:92:5: "LINUX" is not defined subversion/libsvn_subr/sysinfo.c:116:7: "LINUX" is not defined subversion/libsvn_subr/sysinfo.c