Package Details: db4.5 4.5.20-2

Git Clone URL: https://aur.archlinux.org/db4.5.git (read-only, click to copy)
Package Base: db4.5
Description: The Berkeley DB embedded database system 4.5
Upstream URL: http://www.oracle.com/technology/software/products/berkeley-db/index.html
Licenses: custom:db4.5
Submitter: Allan
Maintainer: jorge_barroso
Last Packager: jorge_barroso
Votes: 120
Popularity: 0.000000
First Submitted: 2010-10-03 02:10 (UTC)
Last Updated: 2015-06-15 19:24 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2022-01-22 11:55 (UTC)

Build fails

../dist/../repmgr/repmgr_net.c: In function '__repmgr_listen':
../dist/../repmgr/repmgr_net.c:957:9: error: format not a string literal and no format arguments [-Werror=format-security]
  957 |         __db_err(dbenv, ret, why);
      |         ^~~~~~~~
cc1: some warnings being treated as errors
make: *** [Makefile:1622: repmgr_net.lo] Error 1
==> ERROR: A failure occurred in build().

nixscripter commented on 2015-07-03 17:25 (UTC)

I get conflicts in the filesystem by installing the regular db package. I had to patch the PKGBUILD to fix them: --- PKGBUILD 2015-07-03 12:24:43.723024682 -0500 +++ PKGBUILD 2015-07-03 12:17:52.198681988 -0500 @@ -25,6 +25,8 @@ package() { cd "${srcdir}"/$_rname-${pkgver}/build_unix make DESTDIR="${pkgdir}" install + cd "${pkgdir}/usr" + for d in *; do mkdir $d/${pkgname} && (mv $d/* $d/${pkgname}/ || true); done } # vim:set ts=2 sw=2 et: It seems that if you do this, then Python 2.4 (which is what this is needed for) will still find it automatically.

asdil12 commented on 2013-08-05 15:19 (UTC)

the arch=any is invalid for this pkg, as it contains binaries - arch=any is only for scripts. please use arch=('i686' 'x86_64')

jorge_barroso commented on 2013-03-04 21:35 (UTC)

sorry I didn't realize about that little error U.U' correctly re-uploaded

revel commented on 2013-03-04 14:52 (UTC)

isn't there something wrong with this pkg? db4.5 5.3.21 it's supposed to provide db-4.5 and yet it operates on db-5.3 sources

master commented on 2011-12-01 10:28 (UTC)

Fixed.

fackamato commented on 2011-11-30 16:21 (UTC)

It doesn't build, cannot download sources: ==> Retrieving Sources... -> Downloading db-4.5.20.tar.gz... --2011-11-30 16:18:22-- http://download-uk.oracle.com/berkeley-db/db-4.5.20.tar.gz Resolving download-uk.oracle.com... 92.122.124.32, 92.122.124.26 Connecting to download-uk.oracle.com|92.122.124.32|:80... connected. HTTP request sent, awaiting response... 400 Bad Request 2011-11-30 16:18:22 ERROR 400: Bad Request. New URL: http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz (remove -uk) ==> ERROR: Failure while downloading db-4.5.20.tar.gz Aborting... The build failed. mburen@mburen:~/abs/python25$

master commented on 2011-04-18 09:14 (UTC)

Well, try again. I've embedded patches into the package.

<deleted-account> commented on 2011-04-18 07:14 (UTC)

I can't build it! -> Found db-4.5.20.tar.gz -> Downloading patch.4.5.20.1?rev=fe92790d74f3a3b7d082cb22b7187720... --2011-04-18 14:13:31-- https://api.opensuse.org/public/source/openSUSE:Factory/libdb-4_5/patch.4.5.20.1?rev=fe92790d74f3a3b7d082cb22b7187720 Resolving api.opensuse.org (api.opensuse.org)... 195.135.221.33 Connecting to api.opensuse.org (api.opensuse.org)|195.135.221.33|:443... failed: Connection refused. ==> ERROR: Failure while downloading patch.4.5.20.1?rev=fe92790d74f3a3b7d082cb22b7187720 Aborting... ==> ERROR: Makepkg was unable to build db4.5.

master commented on 2011-03-30 09:32 (UTC)

It seems to work.