Bug 123801 - BerkeleyDB (/usr/ports/databases/db46) install fails
Summary: BerkeleyDB (/usr/ports/databases/db46) install fails
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-18 19:00 UTC by Joseph
Modified: 2008-05-23 02:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph 2008-05-18 19:00:01 UTC
[/usr/ports/net/openldap24-server]                                                                                              root@omni# make install clean
===>   openldap-server-2.4.9 depends on file: /usr/local/bin/libtool - found
===>   openldap-server-2.4.9 depends on shared library: ldap-2.4.2 - found
===>   openldap-server-2.4.9 depends on shared library: db-4.6.0 - not found
===>    Verifying install for db-4.6.0 in /usr/ports/databases/db46
===>  Vulnerability check disabled, database not found
=> patch.4.6.21.1 doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://www.oracle.com/technology/products/berkeley-db/xml/update/4.6.21/.
fetch: http://www.oracle.com/technology/products/berkeley-db/xml/update/4.6.21/patch.4.6.21.1: Moved Temporarily
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/patch.4.6.21.1: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/bdb and try again.
*** Error code 1

Stop in /usr/ports/databases/db46.
*** Error code 1

Stop in /usr/ports/net/openldap24-server.
*** Error code 1

Fix: 

The following change to /usr/ports/databases/db46/Makefile  __may__ fix the problem.

joji@omni> diff Makefile Makefile.orig 
18c18
< PATCH_SITES=  http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/
---
> PATCH_SITES=  http://www.oracle.com/technology/products/berkeley-db/xml/update/${PORTVERSION:R}/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-18 19:00:09 UTC
Maintainer of databases/db46,

Please note that PR ports/123801 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/123801

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-18 19:00:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Vanilla I. Shu freebsd_committer freebsd_triage 2008-05-23 02:56:09 UTC
State Changed
From-To: feedback->closed

Already fixed by maintainer submitted pr.