Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Lev Serebryakov
On 19.10.2015 15:32, Philip Martin wrote: > Lev Serebryakov writes: > >> Nope. It will be >> >> pkg-config --static serf-1 --libs >> >> and it get me this bogus -R flag :( > > When does Subversion's configure invoke that? If I run Subversion's When it is build from ports, as FreeBSD ports

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Philip Martin
Lev Serebryakov writes: > Nope. It will be > > pkg-config --static serf-1 --libs > > and it get me this bogus -R flag :( When does Subversion's configure invoke that? If I run Subversion's ./configure --enable-all-static there is no -R in the generated Makefile (I do have -R in serf-1.p

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Lev Serebryakov
On 19.10.2015 15:03, Lev Serebryakov wrote: >> It looks like serf gets these flags from: >> $ apr-1-config --link-libtool > It is interesting, as this line is Ok for "link-libtool" but it ends up > in ${CC} arguments. I'm not sure, that is exactly serf, apr-1-config or > subversion bug anymore!

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Lev Serebryakov
On 19.10.2015 14:30, Bert Huijben wrote: > It looks like serf gets these flags from: > $ apr-1-config --link-libtool It is interesting, as this line is Ok for "link-libtool" but it ends up in ${CC} arguments. I'm not sure, that is exactly serf, apr-1-config or subversion bug anymore! -- // Lev

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Lev Serebryakov
On 19.10.2015 14:21, Bert Huijben wrote: > I think I found these flags in /usr/local/libdata/pkgconfig/serf-1.pc > > [[ > SERF_MAJOR_VERSION=1 > prefix=/usr/local > exec_prefix=${prefix} > libdir=/usr/local/lib > includedir=${prefix}/include/serf-1 > > Name: serf > Description: HTTP client libra

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Lev Serebryakov
On 19.10.2015 14:45, Philip Martin wrote: >>> Requires.private: >>> Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION} >>> Libs.private: -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 >> -lgdbm >>> -lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lz >>> -L/usr/lib -lssl

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Philip Martin
"Bert Huijben" writes: >> Requires.private: >> Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION} >> Libs.private: -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 > -lgdbm >> -lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lz >> -L/usr/lib -lssl -lcrypto >> Cflags: -I${

RE: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: maandag 19 oktober 2015 13:22 > To: 'Philip Martin' ; 'Lev Serebryakov' > > Cc: 'Daniel Shahaf' ; > users@subversion.apache.org > Subject: RE: subversi

RE: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Bert Huijben
> -Original Message- > From: Philip Martin [mailto:philip.mar...@wandisco.com] > Sent: maandag 19 oktober 2015 11:19 > To: Lev Serebryakov > Cc: Daniel Shahaf ; users@subversion.apache.org > Subject: Re: subversion 1.9.2 could not be built "all-static&q

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Philip Martin
Lev Serebryakov writes: > Hello Daniel, > > Sunday, October 18, 2015, 11:08:45 AM, you wrote: > >>> I could not build subversion 1.9.2 with "--enable-all-static" on FreeBSD. >>> "configure" script forms wron arguments to ${CC} in this case and fails to >>> find any library. >>> >>> Here is cou

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-18 Thread Lev Serebryakov
Hello Daniel, Sunday, October 18, 2015, 11:08:45 AM, you wrote: >> I could not build subversion 1.9.2 with "--enable-all-static" on FreeBSD. >> "configure" script forms wron arguments to ${CC} in this case and fails to >> find any library. >> >> Here is couple of lines from config.log for 1.9.

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-18 Thread Daniel Shahaf
Lev Serebryakov wrote on Sat, Oct 17, 2015 at 23:32:53 +0300: > Hello Users, > > I could not build subversion 1.9.2 with "--enable-all-static" on FreeBSD. > "configure" script forms wron arguments to ${CC} in this case and fails to > find any library. > > Here is couple of lines from config.log

subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-17 Thread Lev Serebryakov
Hello Users, I could not build subversion 1.9.2 with "--enable-all-static" on FreeBSD. "configure" script forms wron arguments to ${CC} in this case and fails to find any library. Here is couple of lines from config.log for 1.9.2: configure:6130: checking for sqlite3_close in -lsqlite3 configu