Jump to content

Nothing can be done for 'internal-bundle-compile' error


Go to solution Solved by Pro,

4 posts in this topic

Recommended Posts

Posted

yoo

 

still trying to get theos working, i think i'm pretty close now..

But I'm getting the error ' Nothing can be done for internal-bundle-compile'

 

So I searched on the forum, but nothing fixed it.

 

So I did make package messages=yes & I got this:

iPhone-van-Joey:/var/mobile/brp root# make package me
ssages=yes
Making all for tweak brp...
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=brp _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
Making all in brp...
make[1]: Entering directory `/private/var/mobile/brp/brp'
Making all for bundle brp...
mkdir -p "obj/brp.bundle/"
mkdir -p "obj/brp.bundle/"
mkdir -p "obj/brp.bundle/"
for d in Resources; do \
                if [ -d "$d" ]; then \
                        rsync -a "$d/" "./obj/brp.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
                else \
                        echo "Warning: ignoring missing bundle resource directory $d."; \
                fi; \
        done
make -f Makefile --no-print-directory --no-keep-going \
                internal-bundle-compile \
                _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=brp _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[3]: Nothing to be done for `internal-bundle-compile'.
make[1]: Leaving directory `/private/var/mobile/brp/brp'
rm -rf "/private/var/mobile/brp/_"
/var/mobile/brp/theos/bin/fakeroot.sh -p "/private/var/mobile/brp/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/brp/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/brp/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak brp...
mkdir -p "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/brp.dylib "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f brp.plist ]; then cp brp.plist "/private/var/mobile/brp/_/Library/MobileSubstrate/DynamicLibraries/"; fi
Making stage in brp...
make[1]: Entering directory `/private/var/mobile/brp/brp'
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/brp/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for bundle brp...
mkdir -p "/private/var/mobile/brp/_/Library/PreferenceBundles/brp.bundle"
rsync -a "./obj/brp.bundle/" "/private/var/mobile/brp/_/Library/PreferenceBundles/brp.bundle"
mkdir -p /private/var/mobile/brp/_/Library/PreferenceLoader/Preferences
cp entry.plist /private/var/mobile/brp/_/Library/PreferenceLoader/Preferences/brp.plist
make[1]: Leaving directory `/private/var/mobile/brp/brp'
mkdir -p "/private/var/mobile/brp/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/brp/control" > "/private/var/mobile/brp/_/DEBIAN/control"
echo "Version: 1.0.0-3" >> "/private/var/mobile/brp/_/DEBIAN/control"
echo "Installed-Size: 328" >> "/private/var/mobile/brp/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/brp/theos/bin/fakeroot.sh -p "/private/var/mobile/brp/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/brp/_" "./com.ted.brp_1.0.0-3_iphoneos-arm.deb" 
dyld: could not load inserted library '/var/mobile/brp/theos/bin/libfauxsu.dylib' because no suitable image found.  Did find:
        /var/mobile/brp/theos/bin/libfauxsu.dylib: can't map segments into 16KB pages

/var/mobile/brp/theos/bin/fauxsu: line 43:  3893 Trace/BPT trap: 5       "$@"
make: *** [internal-package] Error 133
iPhone-van-Joey:/var/mobile/brp root#

Any help? Would be great, I'm getting tired of this pff

  • Solution
Posted (edited)

Go to /var/theos/bin and remove "fauxsu" and "libfauxsu.dylib" 

 

P.S: You didn't search enough :p

Updated by Pro
Posted

Go to /var/theos/bin and remove "fauxsu" and "libfauxsu.dylib" 

 

P.S: You didn't search enough :p

Thanks worked & sorry then.. I really couldn't find it.. my bad I guess

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