Package Details: sandbox 2.46-1

Git Clone URL: https://aur.archlinux.org/sandbox.git (read-only, click to copy)
Package Base: sandbox
Description: Gentoo sandbox tool and library
Upstream URL: https://github.com/gentoo/sandbox/
Licenses: GPL-2.0-only
Submitter: Barthalion
Maintainer: envolution
Last Packager: envolution
Votes: 8
Popularity: 0.90
First Submitted: 2012-09-12 17:02 (UTC)
Last Updated: 2025-05-03 10:17 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

Dominiquini commented on 2024-11-07 05:51 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading http://distfiles.gentoo.org/distfiles/sandbox-2.24.tar.xz Aborting...

m13253 commented on 2012-10-21 10:51 (UTC)

There is a problem of /etc configuration file. And the sandbox refuses to start. This is my patch. --- a/PKGBUILD 2012-09-13 01:00:09.000000000 +0800 +++ b/PKGBUILD 2012-10-21 18:49:11.772076641 +0800 @@ -13,3 +13,3 @@ cd "$srcdir"/$pkgname-$pkgver - ./configure --prefix=/usr + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var make @@ -20,3 +20,2 @@ make DESTDIR="$pkgdir" install - mv $pkgdir/usr/etc $pkgdir/ }