Search Criteria
Package Details: fakeroot-tcp 1.25.3-2
Package Actions
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: | 4679kun |
Maintainer: | w0rty (sgorblex) |
Last Packager: | w0rty |
Votes: | 16 |
Popularity: | 0.018807 |
First Submitted: | 2016-04-11 03:08 (UTC) |
Last Updated: | 2021-02-28 09:40 (UTC) |
Dependencies (8)
- filesystem
- glibc (glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4)
- sed (sed-git)
- sh (bash-devel-git, dashbinsh, bash-devel-static-git, bash-xdg-dirs-git, bash-git, bash-xdg, bash)
- util-linux (util-linux-nosystemd-minimal-git, util-linux-aes, util-linux-selinux)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- po4a (make)
Required by (147)
- ame (requires fakeroot)
- ansible2.9 (requires fakeroot) (make)
- anydesk-bin (requires fakeroot)
- apmpkg (requires fakeroot)
- apmpkg-git-dev (requires fakeroot)
- art-rawconverter (requires fakeroot) (make)
- art-rawconverter-git (requires fakeroot) (make)
- audiotube-git (requires fakeroot) (make)
- aurtool-git (requires fakeroot)
- azk (requires fakeroot) (make)
- azk-git (requires fakeroot) (make)
- base-devel-meta (requires fakeroot)
- base-devel-selinux (requires fakeroot)
- bauh (requires fakeroot) (optional)
- bauh-staging (requires fakeroot) (optional)
- bmx (requires fakeroot) (make)
- borg-import-git (requires fakeroot)
- btrustbiss (requires fakeroot)
- budgie-brightness-control-applet (requires fakeroot) (make)
- bumblebee-status (requires fakeroot) (optional)
Latest Comments
wangqr commented on 2021-02-18 14:11 (UTC)
Failed to build after upgrading glibc to 2.33, with error: ‘_STAT_VER’ undeclared. Possibly related to https://bugs.archlinux.org/task/69572
harre commented on 2020-12-07 23:48 (UTC)
@sgorblex: +1 your patch works perfectly, hope maintainer @4679kun will update soon
dakyskye commented on 2020-12-02 11:58 (UTC)
@sgorblex I get
/usr/sbin/fakeroot: line 1: kill: (10356) - No such process
now. Any idea?sgorblex commented on 2020-11-28 20:22 (UTC)
Hi. In the following paste I tried to fix the version issue and to update the package. Apparently the new version doesn't need the silence patch since the source is already patched. I also added a make dep, autoconf, without which I couldn't install the package. Hope this helps.
https://pastebin.com/G9Ctrjht
SDRausty commented on 2020-10-17 20:24 (UTC) (edited on 2020-10-17 20:30 (UTC) by SDRausty)
Versions from 1.20 through 1.25 exist; But somehow version 1.24 disappeared. Can PKGBUILD be updated to reflect this change please?
pgordon8001 commented on 2020-10-02 22:16 (UTC)
PKGBUILD is referencing a version 1.24-2, but that does not appear to exist upstream...
scrouthtv commented on 2020-06-11 20:31 (UTC)
/home/lenni/.cache/yay/fakeroot-tcp/PKGBUILD: line 41: po4a: command not found ==> ERROR: A failure occurred in build().
vanyasem commented on 2020-02-29 22:46 (UTC)
Please read https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot before submitting AUR packages
Gabuscus commented on 2020-01-30 16:57 (UTC)
This also needs a dependency on automake, otherwise the build fails:
4679kun 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.
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?
4679kun 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
pepper_chico commented on 2017-08-16 18:50 (UTC)
patstew commented on 2017-06-01 20:50 (UTC)