Jump to content

Error When Compiling Tweak


Go to solution Solved by Astronaut,

6 posts in this topic

Recommended Posts

Posted

Hi, I haven't gotten any errors so far but then this happened.

 

Error:

Copying resource directories into the bundle wrapper...

/bin/sh: line 1: 2400 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"

make[1]: *** [shared-instance-bundle-all] Error 137

make: *** [test.all.bundle.variables] Error 2

iPhone-7:/var/mobile/test root#

 

make package messages=yes:

Making all for bundle test...

mkdir -p "obj/test.bundle/"

mkdir -p "obj/test.bundle/"

mkdir -p "obj/test.bundle/"

for d in Resources; do \

                if [ -d "$d" ]; then \

                        rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \

                else \

                        echo "Warning: ignoring missing bundle resource directory $d."; \

                fi; \

        done

/bin/sh: line 1: 2495 Killed: 9 rsync -a "$d/" "./obj/test.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"

make[1]: *** [shared-instance-bundle-all] Error 137

make: *** [test.all.bundle.variables] Error 2

iPhone-7:/var/mobile/test root#

 

Any help is appreciated. :)

Posted

Can you reinstall rsync from cydia.radare.org?

Posted (edited)

Can you reinstall rsync from cydia.radare.org?

Yes , i just reinstalled it.

I recently updated rsync because I had an old version and that's when the error started to happen.

 

Edit: I reinstalled it but get the same error

Updated by Fuerza
Posted

I downgraded rsync and fixed the problem. :)

How did you update rsync?

 

The one in radare hasn't been updated for years afaik.

:p

Posted

How did you update rsync?

 

The one in radare hasn't been updated for years afaik.

:p

I had the 3.0.5-3 version and the newer one is 3.1.1. I had to downgrade because it is not working for me. :c

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines