Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread Matthew D. Fuller
On Wed, Jun 11, 2014 at 03:22:17PM +0200 I heard the voice of
Tijl Coosemans, and lo! it spake thus:
> 
> There's a problem in the apr port which makes it link libaprutil to
> the installed libapr instead of the newly built one.

Just so.

After upgrade:

% ldd /usr/local/lib/libaprutil-1.so.0.5.3 
/usr/local/lib/libaprutil-1.so.0.5.3:
libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x801626000)
libapr-1.so.5 => /usr/local/lib/compat/pkg/libapr-1.so.5 (0x80184a000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x801a7c000)
libthr.so.3 => /lib/libthr.so.3 (0x801c9c000)
libc.so.7 => /lib/libc.so.7 (0x80081f000)


Then rebuild it again:

% ldd /usr/local/lib/libaprutil-1.so.0.5.3
/usr/local/lib/libaprutil-1.so.0.5.3:
libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x801626000)
libapr-1.so.0 => /usr/local/lib/libapr-1.so.0 (0x80184a000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x801a7c000)
libthr.so.3 => /lib/libthr.so.3 (0x801c9c000)
libc.so.7 => /lib/libc.so.7 (0x80081f000)



-- 
Matthew Fuller (MF4839)   |  fulle...@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
   On the Internet, nobody can hear you scream.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread David Wolfskill
On Wed, Jun 11, 2014 at 03:12:40PM +0200, Herbert J. Skuhra wrote:
> On Wed, 11 Jun 2014 06:01:06 -0700
> David Wolfskill wrote:
> > On Wed, Jun 11, 2014 at 02:56:18PM +0200, Tijl Coosemans wrote:
> > > ...
> > > > So *now* what do I do to get an updatable system again??!?
> > > 
> > > Rebuild apr, serf and subversion.
> > 
> > Why will that help this time, when I just did that a few minutes ago?
> 
> I had to rebuild twice because of this error:
> ...

OK; I admit that I was skeptical, but I did:

portmaster devel/subversion apr serf 

(after having just upgraded the latter 2 & rebuilt/reinstalled svn), and
the result seems to be working.

That might be worth a warning of some sort

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Taliban: Evil cowards with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpidPSxSAwoC.pgp
Description: PGP signature


Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread Tijl Coosemans
On Wed, 11 Jun 2014 06:01:06 -0700 David Wolfskill wrote:
> On Wed, Jun 11, 2014 at 02:56:18PM +0200, Tijl Coosemans wrote:
>>> So *now* what do I do to get an updatable system again??!?
>> 
>> Rebuild apr, serf and subversion.
> 
> Why will that help this time, when I just did that a few minutes ago?
> 
> ===>>> The following actions were performed:
> Upgrade of gdbm-1.11 to gdbm-1.11_1
> Upgrade of apr-1.5.1.1.5.3 to apr-1.5.1.1.5.3_1
> Upgrade of serf-1.3.5_1 to serf-1.3.6
> ...
> ===>>> Re-installation of subversion-1.8.9 complete

There's a problem in the apr port which makes it link libaprutil to
the installed libapr instead of the newly built one.  In this update
of apr the library version changed, so your libaprutil is asking for
the old version now.  Rebuilding apr will correct that.  Rebuilding
serf and subversion may not be necessary now that I think about it.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread Herbert J. Skuhra
On Wed, 11 Jun 2014 06:01:06 -0700
David Wolfskill wrote:

> On Wed, Jun 11, 2014 at 02:56:18PM +0200, Tijl Coosemans wrote:
> > ...
> > > So *now* what do I do to get an updatable system again??!?
> > 
> > Rebuild apr, serf and subversion.
> 
> Why will that help this time, when I just did that a few minutes ago?

I had to rebuild twice because of this error:

Jun 11 12:11:41 srv pkg: gdbm-1.11 deinstalled
Jun 11 12:11:41 srv pkg-static: gdbm-1.11_1 installed
Jun 11 12:12:09 srv pkg: apr-1.5.1.1.5.3 deinstalled
Jun 11 12:12:09 srv pkg-static: apr-1.5.1.1.5.3_1 installed
Jun 11 12:12:14 srv pkg: serf-1.3.6 deinstalled
Jun 11 12:12:14 srv pkg-static: serf-1.3.6 installed
Jun 11 12:12:43 srv pkg: subversion-1.8.9 deinstalled
Jun 11 12:12:43 srv pkg-static: subversion-1.8.9 installed
Jun 11 12:25:59 srv pkg: apr-1.5.1.1.5.3_1 deinstalled
Jun 11 12:26:00 srv pkg-static: apr-1.5.1.1.5.3_1 installed
Jun 11 12:26:04 srv pkg: serf-1.3.6 deinstalled
Jun 11 12:26:05 srv pkg-static: serf-1.3.6 installed
Jun 11 12:26:31 srv pkg: subversion-1.8.9 deinstalled
Jun 11 12:26:32 srv pkg-static: subversion-1.8.9 installed

--
Herbert
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread Tijl Coosemans
On Wed, 11 Jun 2014 05:50:47 -0700 David Wolfskill wrote:
> Performed "portmaster -ad --index" on my build machine, which:
> 
> ===>>> The following actions will be taken if you choose to proceed:
> Upgrade apr-1.5.1.1.5.3 to apr-1.5.1.1.5.3_1
> Upgrade gdbm-1.11 to gdbm-1.11_1
> Upgrade serf-1.3.5_1 to serf-1.3.6
> 
> and was otherwise uneventful (under stable/9); then, when it came time
> to updte the stable/10 slice:
> 
> Shared object "libaprutil-1.so.5" not found, required by "svn"
> 
> So I "portmaster devel/subversion", which re-built that port, but after:
> 
> freebeast(9.3)[4] ldd `which svn`
> /usr/local/bin/svn:
> libsvn_client-1.so.0 => /usr/local/lib/libsvn_client-1.so.0 
> (0x2809b000)
> libsvn_wc-1.so.0 => /usr/local/lib/libsvn_wc-1.so.0 (0x280f4000)
> libsvn_ra-1.so.0 => /usr/local/lib/libsvn_ra-1.so.0 (0x2818f000)
> libsvn_diff-1.so.0 => /usr/local/lib/libsvn_diff-1.so.0 (0x2819a000)
> libsvn_ra_local-1.so.0 => /usr/local/lib/libsvn_ra_local-1.so.0 
> (0x281ac000)
> libsvn_repos-1.so.0 => /usr/local/lib/libsvn_repos-1.so.0 (0x281b3000)
> libsvn_fs-1.so.0 => /usr/local/lib/libsvn_fs-1.so.0 (0x281e1000)
> libsvn_fs_fs-1.so.0 => /usr/local/lib/libsvn_fs_fs-1.so.0 (0x281ea000)
> libsvn_fs_base-1.so.0 => /usr/local/lib/libsvn_fs_base-1.so.0 
> (0x2821b000)
> libsvn_fs_util-1.so.0 => /usr/local/lib/libsvn_fs_util-1.so.0 
> (0x28243000)
> libsvn_ra_svn-1.so.0 => /usr/local/lib/libsvn_ra_svn-1.so.0 
> (0x28245000)
> libsvn_ra_serf-1.so.0 => /usr/local/lib/libsvn_ra_serf-1.so.0 
> (0x2825c000)
> libserf-1.so.1 => /usr/local/lib/libserf-1.so.1 (0x28283000)
> libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0x28298000)
> libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x282a7000)
> libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x2830d000)
> libsqlite3.so.8 => /usr/local/lib/libsqlite3.so.8 (0x28337000)
> libaprutil-1.so.0 => /usr/local/lib/libaprutil-1.so.0 (0x283cf000)
> libapr-1.so.0 => /usr/local/lib/libapr-1.so.0 (0x283f)
> libintl.so.9 => /usr/local/lib/libintl.so.9 (0x2841b000)
> libdb-4.8.so.0 => /usr/local/lib/libdb-4.8.so.0 (0x28424000)
> libcrypt.so.5 => /lib/libcrypt.so.5 (0x28583000)
> libssl.so.6 => /usr/lib/libssl.so.6 (0x285a7000)
> libcrypto.so.6 => /lib/libcrypto.so.6 (0x285f1000)
> libz.so.6 => /lib/libz.so.6 (0x28748000)
> libmagic.so.4 => /usr/lib/libmagic.so.4 (0x2875c000)
> libthr.so.3 => /lib/libthr.so.3 (0x28775000)
> libc.so.7 => /lib/libc.so.7 (0x28795000)
> libgdbm.so.4 => /usr/local/lib/libgdbm.so.4 (0x288be000)
> libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x288c9000)
> libapr-1.so.5 => not found (0)
> freebeast(9.3)[5] 
> 
> which doesn't look encouraging.
> 
> Indeed, during the rebuild, I noticed:
> 
> ...
> > Compressing man pages (compress-man)
> ===> Staging rc.d startup script(s)
> 
> ===>>> Creating a backup package for old version subversion-1.8.9
> Creating package for subversion-1.8.9
> pkg: (subversion-1.8.9) /usr/local/bin/svn - shared library libaprutil-1.so.5 
> not found
> pkg: (subversion-1.8.9) /usr/local/bin/svn - shared library libapr-1.so.5 not 
> found
> pkg: (subversion-1.8.9) /usr/local/bin/svnadmin - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnadmin - shared library 
> libapr-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svndumpfilter - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svndumpfilter - shared library 
> libapr-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnlook - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnlook - shared library libapr-1.so.5 
> not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnmucc - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnmucc - shared library libapr-1.so.5 
> not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnrdump - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnrdump - shared library 
> libapr-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnserve - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnserve - shared library 
> libapr-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnsync - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnsync - shared library libapr-1.so.5 
> not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnversion - shared library 
> libaprutil-1.so.5 not found
> pkg: (subversion-1.8.9) /usr/local/bin/svnversion - shared library 
> libapr-1.so.5 not found
> Deinstallation has been requested for the following 1 packages:
> 
> subversio

Re: After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread David Wolfskill
On Wed, Jun 11, 2014 at 02:56:18PM +0200, Tijl Coosemans wrote:
> ...
> > So *now* what do I do to get an updatable system again??!?
> 
> Rebuild apr, serf and subversion.

Why will that help this time, when I just did that a few minutes ago?

===>>> The following actions were performed:
Upgrade of gdbm-1.11 to gdbm-1.11_1
Upgrade of apr-1.5.1.1.5.3 to apr-1.5.1.1.5.3_1
Upgrade of serf-1.3.5_1 to serf-1.3.6
...
===>>> Re-installation of subversion-1.8.9 complete

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Taliban: Evil cowards with guns afraid of truth from a 14-year old girl.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpveEbOJrjbM.pgp
Description: PGP signature


After apr update, svn can't find libaprutil-1.so.5

2014-06-11 Thread David Wolfskill
Performed "portmaster -ad --index" on my build machine, which:

===>>> The following actions will be taken if you choose to proceed:
Upgrade apr-1.5.1.1.5.3 to apr-1.5.1.1.5.3_1
Upgrade gdbm-1.11 to gdbm-1.11_1
Upgrade serf-1.3.5_1 to serf-1.3.6

and was otherwise uneventful (under stable/9); then, when it came time
to updte the stable/10 slice:

Shared object "libaprutil-1.so.5" not found, required by "svn"

So I "portmaster devel/subversion", which re-built that port, but after:

freebeast(9.3)[4] ldd `which svn`
/usr/local/bin/svn:
libsvn_client-1.so.0 => /usr/local/lib/libsvn_client-1.so.0 (0x2809b000)
libsvn_wc-1.so.0 => /usr/local/lib/libsvn_wc-1.so.0 (0x280f4000)
libsvn_ra-1.so.0 => /usr/local/lib/libsvn_ra-1.so.0 (0x2818f000)
libsvn_diff-1.so.0 => /usr/local/lib/libsvn_diff-1.so.0 (0x2819a000)
libsvn_ra_local-1.so.0 => /usr/local/lib/libsvn_ra_local-1.so.0 
(0x281ac000)
libsvn_repos-1.so.0 => /usr/local/lib/libsvn_repos-1.so.0 (0x281b3000)
libsvn_fs-1.so.0 => /usr/local/lib/libsvn_fs-1.so.0 (0x281e1000)
libsvn_fs_fs-1.so.0 => /usr/local/lib/libsvn_fs_fs-1.so.0 (0x281ea000)
libsvn_fs_base-1.so.0 => /usr/local/lib/libsvn_fs_base-1.so.0 
(0x2821b000)
libsvn_fs_util-1.so.0 => /usr/local/lib/libsvn_fs_util-1.so.0 
(0x28243000)
libsvn_ra_svn-1.so.0 => /usr/local/lib/libsvn_ra_svn-1.so.0 (0x28245000)
libsvn_ra_serf-1.so.0 => /usr/local/lib/libsvn_ra_serf-1.so.0 
(0x2825c000)
libserf-1.so.1 => /usr/local/lib/libserf-1.so.1 (0x28283000)
libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0x28298000)
libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x282a7000)
libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x2830d000)
libsqlite3.so.8 => /usr/local/lib/libsqlite3.so.8 (0x28337000)
libaprutil-1.so.0 => /usr/local/lib/libaprutil-1.so.0 (0x283cf000)
libapr-1.so.0 => /usr/local/lib/libapr-1.so.0 (0x283f)
libintl.so.9 => /usr/local/lib/libintl.so.9 (0x2841b000)
libdb-4.8.so.0 => /usr/local/lib/libdb-4.8.so.0 (0x28424000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x28583000)
libssl.so.6 => /usr/lib/libssl.so.6 (0x285a7000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x285f1000)
libz.so.6 => /lib/libz.so.6 (0x28748000)
libmagic.so.4 => /usr/lib/libmagic.so.4 (0x2875c000)
libthr.so.3 => /lib/libthr.so.3 (0x28775000)
libc.so.7 => /lib/libc.so.7 (0x28795000)
libgdbm.so.4 => /usr/local/lib/libgdbm.so.4 (0x288be000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x288c9000)
libapr-1.so.5 => not found (0)
freebeast(9.3)[5] 

which doesn't look encouraging.

Indeed, during the rebuild, I noticed:

...
> Compressing man pages (compress-man)
===> Staging rc.d startup script(s)

===>>> Creating a backup package for old version subversion-1.8.9
Creating package for subversion-1.8.9
pkg: (subversion-1.8.9) /usr/local/bin/svn - shared library libaprutil-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svn - shared library libapr-1.so.5 not 
found
pkg: (subversion-1.8.9) /usr/local/bin/svnadmin - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnadmin - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svndumpfilter - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svndumpfilter - shared library 
libapr-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnlook - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnlook - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svnmucc - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnmucc - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svnrdump - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnrdump - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svnserve - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnserve - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svnsync - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnsync - shared library libapr-1.so.5 
not found
pkg: (subversion-1.8.9) /usr/local/bin/svnversion - shared library 
libaprutil-1.so.5 not found
pkg: (subversion-1.8.9) /usr/local/bin/svnversion - shared library 
libapr-1.so.5 not found
Deinstallation has been requested for the following 1 packages:

subversion-1.8.9

The deinstallation will free 12 MB
[1/1] Deleting subversion-1.8.9... done

===>  Installing for subversion-1.8.9
===>  Checking if devel/subversion already installed
===>   Registering installation for subversion-1.8.9
Installing subversion-1.8.9... done

==