On 3/6/2018 6:54 PM, Guido granda muñoz wrote:
Hello,
I'm trying to install subversion 1.9.7 in Ubuntu 16.04 using its
source code. When I do ./configure ./configure
--with-apr=/usr/lib/apache2 --with-apr-util=/usr/lib/apache2 , I get
the following error:
configure: Configuring Subversion 1
On Tue, Mar 6, 2018 at 5:21 PM, NOCERA, ANDY wrote:
> John,
>
> Good feedback.
>
> Svnadmin 1.9 verify is showing the error also. I did a dump and load and it
> resolved that repo.Having reviewed my repos, it looks like around 30%
> have this issue. Not sure what we could have done wrong
Guido,
https://issues.apache.org/jira/browse/SERF-188 might have a bearing too
depending on your flavor of Linux.
- Paul
Hello,
Thanks for the help. I tried using apr-config and the configuration went
well, however, I got the following error doing the make check:
collect2: error: ld returned 1 exit status
build-outputs.mk:485: recipe for target 'subversion/libsvn_subr/
libsvn_subr-1.la' failed
make: *** [subversion
On Mar 5, 2018, at 10:54 PM, Myria wrote:
>
> Final email for the night >.<
>
> What's clobbering the expanded_size is this in build_rep_list:
>
> /* The value as stored in the data struct.
> 0 is either for unknown length or actually zero length. */
> *expanded_size = first_rep->expanded
During rep_write_contents_close, there is a call to get_shared_rep.
get_shared_rep calls svn_fs_fs__get_contents_from_file, which has the
code pasted below.
/* Build the representation list (delta chain). */
if (rh->type == svn_fs_fs__rep_plain)
{
rb->rs_list = apr_array_make(pool,
Guido granda muñoz writes:
> I'm trying to install subversion 1.9.7 in Ubuntu 16.04 using its source
> code. When I do ./configure ./configure --with-apr=/usr/lib/apache2
> --with-apr-util=/usr/lib/apache2 , I get the following error:
configure should find apr/aprutil on Ubuntu without you usin
The fulltext whose checksum is 80a10d37de91cadc604ba30e379651b3 I
found out is the first 16384 bytes of the file (see other parts of
this thread). 16384 is SVN__STREAM_CHUNK_SIZE.
On Fri, Mar 2, 2018 at 3:07 PM, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Fri, Mar 02, 2018 at 22:57:51 +:
>