On 04/03/13 23:17, Daniel Shahaf wrote:
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 23:16:21 +:
On 04/03/13 22:57, Daniel Shahaf wrote:
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
What I've also found during my experiments at the weekend is that
apr-related entries in
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 23:16:21 +:
> On 04/03/13 22:57, Daniel Shahaf wrote:
>> Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
>
>>> What I've also found during my experiments at the weekend is that
>>> apr-related entries in LD_FLAGS are edited while confi
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 23:07:47 +:
> On 04/03/13 22:57, Daniel Shahaf wrote:
>> Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
>>> What I've also found during my experiments at the weekend is that
>>> apr-related entries in LD_FLAGS are edited while configu
On 04/03/13 22:57, Daniel Shahaf wrote:
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
What I've also found during my experiments at the weekend is that
apr-related entries in LD_FLAGS are edited while configure runs. So:
LD_FLAGS="-L/usr/local/serf/lib -L/usr/local/apr/lib
On 04/03/13 22:57, Daniel Shahaf wrote:
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
What I've also found during my experiments at the weekend is that
apr-related entries in LD_FLAGS are edited while configure runs. So:
LD_FLAGS="-L/usr/local/serf/lib -L/usr/local/apr/lib"
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 22:33:23 +:
> On 04/03/13 19:44, Daniel Shahaf wrote:
>
> > Do you use the system's apr (e.g., /usr/lib/libapr-1.so) or compile your
> > own? If the former you should install the "apr-dev" (or similar)
> > package, if the latter it appears you need
On Mon, Mar 4, 2013 at 2:33 PM, Gabriela Gibson
wrote:
> I tried yesterday without any option, and serf isn't tested for.
I think you're mistaken here. Serf is always tested for with the
pkg-config method since September.
> I've also tried the --with-serf=yes suggestion:
> g@musashi:~/trunk3$
On 04/03/13 22:48, Ben Reser wrote:
Can you provide the output of the serf sections in config.log?
./configure --enable-maintainer-mode --with-serf=/usr/local/serf
configure:5459: result: yes
configure:5491: serf library configuration via prefix
configure:5501: checking serf.h usability
config
On Mon, Mar 4, 2013 at 10:43 AM, Gabriela Gibson
wrote:
> Steps to reproduce:
>
> svn co https://svn.apache.org/repos/asf/subversion/trunk trunk3
> cd trunk3
> ./get-deps.sh
> cd apr
> ./buildconf
> cd ../apr-util/
> ./buildconf
> cd ..
> ./autogen.sh
> ./configure --enable-mai
On 04/03/13 19:44, Daniel Shahaf wrote:
> Do you use the system's apr (e.g., /usr/lib/libapr-1.so) or compile your
> own? If the former you should install the "apr-dev" (or similar)
> package, if the latter it appears you need to pass --with-apr to
> serf/serfmake (or serf/configure if you use t
On Wed, Feb 27, 2013 at 5:04 PM, Julian Foad wrote:
> Paul Burba wrote:
>
>> On Mon, Feb 18, 2013 at 11:54 AM, Mark Phippard
>> wrote:
>>
>>> BTW, how are you managing your branch? I tried merging it back to
>>> trunk to get an idea on the diff and there were a lot of text and tree
>>> confli
On Mon, Mar 4, 2013 at 10:43 AM, Gabriela Gibson
wrote:
> However, here is what happens for me:
>
> Steps to reproduce:
>
> svn co https://svn.apache.org/repos/asf/subversion/trunk trunk3
> cd trunk3
> ./get-deps.sh
> cd apr
> ./buildconf
> cd ../apr-util/
> ./buildconf
> cd ..
>
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 19:13:52 +:
> On 04/03/13 19:02, Daniel Shahaf wrote:
>> ./serfmake --prefix=/usr/local/serf build check install
>
> Sorry, I should have mentioned that properly -- serf is installed at
> this point. But I double checked, and for me, it is still
On 04/03/13 19:02, Daniel Shahaf wrote:
./serfmake --prefix=/usr/local/serf build check install
Sorry, I should have mentioned that properly -- serf is installed at
this point. But I double checked, and for me, it is still broken.
Btw, those instructions no longer work for the new serf, loo
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 18:43:29 +:
> On 04/03/13 18:09, Daniel Shahaf wrote:
>> Gabriela Gibson wrote on Mon, Mar 04, 2013 at 17:51:15 +:
>>> +However, to compile serf with Subversion, the following configure
>>> +flags are also required:
>>> +
>>> + --with-apr=/pat
On Mon, Mar 4, 2013 at 10:09 AM, Daniel Shahaf wrote:
> If configure won't enable serf unless --with-apr is given on the
> commandline (as opposed to "unless it finds a libapr to link against"),
> I would call that a configure bug.
It doesn't require the APR flags to enable serf here. I'm using:
On 04/03/13 18:09, Daniel Shahaf wrote:
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 17:51:15 +:
+However, to compile serf with Subversion, the following configure
+flags are also required:
+
+ --with-apr=/path/to/apr/install
+ --with-apr-util=/path/to/apr-util/install
+
First of all,
Gabriela Gibson wrote on Mon, Mar 04, 2013 at 17:51:15 +:
> +However, to compile serf with Subversion, the following configure
> +flags are also required:
> +
> + --with-apr=/path/to/apr/install
> + --with-apr-util=/path/to/apr-util/install
> +
First of all, are these options to svn's conf
On 01/03/13 22:53, Daniel Shahaf wrote:
BTW, I do 'alias -g \$svn=\$SVN' so that the envvar is called "SVN"
(scripts look for that) but interactively I can type '$svn' in
lowercase.
_create_aliases() {
thank you for that :)
The instructions on building serf were a little outdated, but I got
On 04.03.2013 09:31, Stefan Sperling wrote:
> On Sun, Mar 03, 2013 at 08:43:44PM +, Gabriela Gibson wrote:
>> Here is the patch for the branch I added earlier on:
>>
>> https://svn.apache.org/repos/asf/subversion/branches/gtest_addition/
>>
>> Please let me know if there is anything I can do to
Philip Martin writes:
> phi...@apache.org writes:
>
>> Author: philip
>> Date: Fri Mar 1 10:02:20 2013
>> New Revision: 1451549
>>
>> URL: http://svn.apache.org/r1451549
>> Log:
>> Store NULL rather than 0 when not setting NODES.moved_here TRUE.
>>
>> * subversion/libsvn_wc/wc_db.c
>> (insert_
On Sun, Mar 03, 2013 at 08:43:44PM +, Gabriela Gibson wrote:
> Here is the patch for the branch I added earlier on:
>
> https://svn.apache.org/repos/asf/subversion/branches/gtest_addition/
>
> Please let me know if there is anything I can do to improve upon this.
>
> Thanks :)
>
> Gabriela
22 matches
Mail list logo