Questions tagged [fakeroot]

21 questions
0
votes
1 answer

Fakeroot on OSX Monterey

How can I install fakeroot on OSX Monterey Using brew install fakeroot: Warning: fakeroot has been deprecated because it does not build! Error: fakeroot: no bottle available! You can try to install from source with: brew install…
Michał Jurczuk
  • 3,728
  • 4
  • 32
  • 56
0
votes
0 answers

Tweak make package failed: libfakeroot.dylib: mach-o, but wrong architecture

I was trying to make my first tweak for ios using Theos. And I just used a default tweak template(nic.pl), didnt change anything, I got this error when I tried to run make package: dyld: could not load inserted library…
404
  • 53
  • 1
  • 6
0
votes
1 answer

How to build Debian package with dh-virtualenv? rules file not working with fakeroot

i'm trying to build a deb package with Spotify's dh-virtualenv debian package helper. Error Message I Get: while running dpkg-buildpackage -us -uc: (venv) $ dpkg-buildpackage -us -uc dpkg-buildpackage: source package ese-xlr8r dpkg-buildpackage:…
dlite922
  • 1,924
  • 3
  • 24
  • 60
0
votes
1 answer

use fakeroot/fakechroot to tar package

There is a foo.tar.gz source it will install to /lib/modules. But, I'm not root haven't enough permission. I'm try to write a script to automatic build the package. #!/bin/bash tar xf foo.tar.gz cd foo make fakeroot make install It shows mkdir:…
Daniel YC Lin
  • 15,050
  • 18
  • 63
  • 96
0
votes
1 answer

Linux fakeroot confusion

I have lot of confusion over fakeroot utility. I am trying to add a character node to /dev folder to two rootfs. Owner for rootfs_1 is myself whereas owner of second is root. rootfs_1 owner is Me. a. If I do ls -l. I see owner as "Me Me" b. I try…
agent.smith
  • 9,134
  • 9
  • 37
  • 49
-1
votes
2 answers

busybox tar ignores fakeroot on Ubuntu but it works on OS X

On my mac machine this just works as expected: #!/bin/sh -euf touch test.sh chown 888:888 test.sh busybox tar -czvf out.tar.gz test.sh Invocation: $ fakeroot -- ./generateArchive.sh $ busybox tar -tzvf out.tar.gz -rw-r--r-- 888/888 0…
Marco
  • 7,007
  • 2
  • 19
  • 49
1
2