Package Details: fakeroot-tcp 1.36-1

Git Clone URL: https://aur.archlinux.org/fakeroot-tcp.git (read-only, click to copy)
Package Base: fakeroot-tcp
Description: Tool for simulating superuser privileges,with tcp ipc
Upstream URL: https://tracker.debian.org/pkg/fakeroot
Licenses: GPL
Conflicts: fakeroot
Provides: fakeroot
Submitter: 4679
Maintainer: w0rty (sgorblex, Mr.Wizard)
Last Packager: w0rty
Votes: 20
Popularity: 0.012396
First Submitted: 2016-04-11 03:08 (UTC)
Last Updated: 2024-08-28 18:33 (UTC)

Required by (131)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Gabuscus commented on 2020-01-30 16:57 (UTC)

This also needs a dependency on automake, otherwise the build fails:

==> Starting build()...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I build-aux --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
Error making: fakeroot-tcp

4679 commented on 2020-01-30 03:02 (UTC)

@asem It's Updated. Sorry, outlook threw the aur notify mail into spam.

programegg commented on 2020-01-29 22:35 (UTC) (edited on 2020-01-29 22:37 (UTC) by programegg)

@asem I'm not the maintainer but you can edit the PKGBUILD to install the latest version

pkgver=1.23 => pkgver=1.24

and to make sure the file actually downloads the source needs changed from .xz to .gz:

<http://ftp.debian.org/debian/pool/main/f/>$_pkgname/${_pkgname}_${pkgver}.orig.tar.xz

becomes

<http://ftp.debian.org/debian/pool/main/f/>$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz

I was able to successfully build 1.24 on my system.

<deleted-account> commented on 2020-01-28 08:11 (UTC)

Hello

Is this package maintained? It's been marked as outofdate for months now

Shatur commented on 2018-11-29 21:56 (UTC)

@Cebtenzzre, I also use this package on aarch64

Cebtenzzre commented on 2018-08-13 03:18 (UTC)

Seems to work fine on aarch64. Maybe it should be added as an arch in the PKGBUILD?

4679 commented on 2018-07-23 01:51 (UTC)

@PythonNut updated.

PythonNut commented on 2018-07-22 17:08 (UTC)

The source tarball appears to be 404 now.

mudrii commented on 2018-05-06 10:51 (UTC) (edited on 2018-05-06 10:52 (UTC) by mudrii)

Try to update later verion of the fakeroot-tcp in Arch WSL in Windows 10 and getting this error

==> ERROR: Cannot find the strip binary required for object file stripping.

==> ERROR: An unknown error has occurred. Exiting...

==> ERROR: Makepkg was unable to build fakeroot-tcp.

==> Restart building fakeroot-tcp ? [y/N]

yan12125 commented on 2018-02-03 16:14 (UTC)

Hello, could you remove groups=('base-devel')? It causes conflicts between core/fakeroot: https://github.com/archlinuxcn/repo/issues/626