Jump to content

Strange Errors (On-Device Theos Install)


Go to solution Solved by Rook,

28 posts in this topic

Recommended Posts

Posted

I can compile it without an issue:


Ls-iPad:~/tes root# make package
Making all for tweak tes...
 Preprocessing tes.x...
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
 Compiling tes.x...
 Linking tweak tes...
 Stripping tes...
 Signing tes...
Making stage for tweak tes...
dpkg-deb: building package `com.yourcompany.tes' in `Packages/com.yourcompany.tes_0.0.1-1_iphoneos-arm.deb'.

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

Posted

 

I can compile it without an issue:


Ls-iPad:~/tes root# make package
Making all for tweak tes...
 Preprocessing tes.x...
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
Constants from lexical variables potentially modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42.
 Compiling tes.x...
 Linking tweak tes...
 Stripping tes...
 Signing tes...
Making stage for tweak tes...
dpkg-deb: building package `com.yourcompany.tes' in `Packages/com.yourcompany.tes_0.0.1-1_iphoneos-arm.deb'.

His theos is probably broken.

  • Solution
Posted

His theos is probably broken.

That's what it comes down to if I can compile the same project without the error. :)

Posted

Reinstall theos using this

 

This helped get rid of a few errors, but now I'm stuck on:

Zanes-iPhone:/User/Documents/iOSTweaks/tes root# make package messages=yes
Making all for tweak tes...
make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tes _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/User/Documents/iOSTweaks/tes/Packages" _THEOS_MAKE_PARALLEL=yes
clang++ -L/User/Documents/iOSTweaks/tes/theos/lib -lobjc -framework Foundation -framework CoreFoundation  -framework Foundation     -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/tes.dylib"  -isysroot "/User/Documents/iOSTweaks/tes/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_8_1 -miphoneos-version-min=8.1 -multiply_defined suppress   -o "/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned" /User/Documents/iOSTweaks/tes/Packages/obj/tes.x.940a2e73.o
clang++: error: unable to execute command: posix_spawn failed: Bad executable (or shared library)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [tes.all.tweak.variables] Error 2

That's what it comes down to if I can compile the same project without the error. :)

 

I know the project works, it's my environment that's broken.

Posted

This helped get rid of a few errors, but now I'm stuck on:

Zanes-iPhone:/User/Documents/iOSTweaks/tes root# make package messages=yes
Making all for tweak tes...
make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tes _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/User/Documents/iOSTweaks/tes/Packages" _THEOS_MAKE_PARALLEL=yes
clang++ -L/User/Documents/iOSTweaks/tes/theos/lib -lobjc -framework Foundation -framework CoreFoundation  -framework Foundation     -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/tes.dylib"  -isysroot "/User/Documents/iOSTweaks/tes/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_8_1 -miphoneos-version-min=8.1 -multiply_defined suppress   -o "/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned" /User/Documents/iOSTweaks/tes/Packages/obj/tes.x.940a2e73.o
clang++: error: unable to execute command: posix_spawn failed: Bad executable (or shared library)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [tes.all.tweak.variables] Error 2

 

I know the project works, it's my environment that's broken.

Try installing the packages from: apt.openios.org repo

Posted

Try installing the packages from: apt.openios.org repo

 

I replaced all the packages that OpeniOS offered with the ones I currently had installed and I'm getting the same error.

Zanes-iPhone:/User/Documents/iOSTweaks/tes root# make package messages=yes
Making all for tweak tes...
make -f Makefile --no-print-directory --no-keep-going \
	internal-library-compile \
	_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tes _THEOS_CURRENT_OPERATION=compile \
	THEOS_BUILD_DIR="/User/Documents/iOSTweaks/tes/Packages" _THEOS_MAKE_PARALLEL=yes
clang++ -L/User/Documents/iOSTweaks/tes/theos/lib -lobjc -framework Foundation -framework CoreFoundation  -framework Foundation     -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/tes.dylib"  -isysroot "/User/Documents/iOSTweaks/tes/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_8_1 -miphoneos-version-min=8.1 -multiply_defined suppress   -o "/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned" /User/Documents/iOSTweaks/tes/Packages/obj/tes.x.940a2e73.o
/bin/sh: clang++: command not found
/User/Documents/iOSTweaks/tes/theos/makefiles/instance/library.mk:27: recipe for target '/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned' failed
make[2]: *** [/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned] Error 127
/User/Documents/iOSTweaks/tes/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/User/Documents/iOSTweaks/tes/theos/makefiles/master/rules.mk:54: recipe for target 'tes.all.tweak.variables' failed
make: *** [tes.all.tweak.variables] Error 2
Posted

 

I replaced all the packages that OpeniOS offered with the ones I currently had installed and I'm getting the same error.

Zanes-iPhone:/User/Documents/iOSTweaks/tes root# make package messages=yes
Making all for tweak tes...
make -f Makefile --no-print-directory --no-keep-going \
	internal-library-compile \
	_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tes _THEOS_CURRENT_OPERATION=compile \
	THEOS_BUILD_DIR="/User/Documents/iOSTweaks/tes/Packages" _THEOS_MAKE_PARALLEL=yes
clang++ -L/User/Documents/iOSTweaks/tes/theos/lib -lobjc -framework Foundation -framework CoreFoundation  -framework Foundation     -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/tes.dylib"  -isysroot "/User/Documents/iOSTweaks/tes/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_8_1 -miphoneos-version-min=8.1 -multiply_defined suppress   -o "/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned" /User/Documents/iOSTweaks/tes/Packages/obj/tes.x.940a2e73.o
/bin/sh: clang++: command not found
/User/Documents/iOSTweaks/tes/theos/makefiles/instance/library.mk:27: recipe for target '/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned' failed
make[2]: *** [/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned] Error 127
/User/Documents/iOSTweaks/tes/theos/makefiles/instance/library.mk:19: recipe for target 'internal-library-all_' failed
make[1]: *** [internal-library-all_] Error 2
/User/Documents/iOSTweaks/tes/theos/makefiles/master/rules.mk:54: recipe for target 'tes.all.tweak.variables' failed
make: *** [tes.all.tweak.variables] Error 2

 

 

"/bin/sh: clang++: command not found"

 

Did the packages you installed contain Clang? You probably uninstall the old package LLVM+Clang

Posted

This helped get rid of a few errors, but now I'm stuck on:

Zanes-iPhone:/User/Documents/iOSTweaks/tes root# make package messages=yes
Making all for tweak tes...
make -f Makefile --no-print-directory --no-keep-going \
		internal-library-compile \
		_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=tes _THEOS_CURRENT_OPERATION=compile \
		THEOS_BUILD_DIR="/User/Documents/iOSTweaks/tes/Packages" _THEOS_MAKE_PARALLEL=yes
clang++ -L/User/Documents/iOSTweaks/tes/theos/lib -lobjc -framework Foundation -framework CoreFoundation  -framework Foundation     -lsubstrate -dynamiclib -install_name "/Library/MobileSubstrate/DynamicLibraries/tes.dylib"  -isysroot "/User/Documents/iOSTweaks/tes/theos/sdks/iPhoneOS8.1.sdk" -arch armv7 -arch armv7s -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_8_1 -miphoneos-version-min=8.1 -multiply_defined suppress   -o "/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned" /User/Documents/iOSTweaks/tes/Packages/obj/tes.x.940a2e73.o
clang++: error: unable to execute command: posix_spawn failed: Bad executable (or shared library)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/User/Documents/iOSTweaks/tes/Packages/obj/tes.dylib.64873355.unsigned] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [tes.all.tweak.variables] Error 2

 

I know the project works, it's my environment that's broken.

Use the packages option in setuptheos ;)

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
  • Our picks

    • Car Parking Multiplayer v2.6.7 Jailed Cheats +1
      Modded/Hacked App: Car Parking Multiplayer by Aidana Kengbeiil
      Bundle ID: com.aidana.cardriving.ios
      iTunes Store Link: https://apps.apple.com/us/app/car-parking-multiplayer/id1374868881?uo=4&at=1010lce4



      Hack Features:
      - Free iAP (Turn on inside iOSGods Mod Menu first)


      iOS Hack Download Link: https://iosgods.com/topic/126935-arm64-car-parking-multiplayer-v223-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,198 replies
    • Town Village: Farm Build Trade Cheats (Auto Update) +1
      Modded/Hacked App: Town Village: Farm Build Trade by Trigames B.V.
      Bundle ID: com.sparklingsocietysims.townville
      iTunes Store Link: https://itunes.apple.com/us/app/town-village-farm-build-trade/id1214925132?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - Infinite Crystals (Spend some/ Get some)


      Hack Download Link: https://iosgods.com/topic/89741-arm64-town-village-farm-build-trade-cheats-v189-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 107 replies
    • The Sims™ FreePlay v112.0.0 Jailed Cheats +2
      Modded/Hacked App: The Sims™ FreePlay By Electronic Arts
      Bundle ID: com.ea.sims3deluxe.ipad.bv
      iTunes Store Link: https://itunes.apple.com/vn/app/the-sims-freeplay/id466966101?mt=8&uo=4&at=1010lce4


      Hack Features:
      - Infinite Curreny
      - ViP Max Lv
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 524 replies
    • Toca Boca World Modded v1.123 +1
      Modded/Hacked App: Toca Boca World By Toca Boca AB
      Bundle ID: com.tocaboca.tocalifeworld
      iTunes Store Link: https://apps.apple.com/us/app/toca-boca-world/id1208138685?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Everything Purchased


      Non-Jailbroken & No Jailbreak required hack(s): 


      Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Laxus


      Cheat Video/Screenshots:

      N/A

       
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,670 replies
    • Angry Birds 2 Cheats v7.1.0 +1 [ Infinite Currencies ]
      Modded/Hacked App: Angry Birds 2 By Rovio Entertainment Oyj
      Bundle ID: com.rovio.baba
      iTunes Store Link: https://apps.apple.com/us/app/angry-birds-2/id880047117?uo=4


      Hack Features:
      - Infinite Currencies ( Spend some/ Get some )


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/70081-angry-birds-2-v2600-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/72039-angry-birds-2-cheats-v2600-1-infinite-currencies/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,982 replies
    • Crozzle - Crossword Puzzles v1.46.5 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Crozzle - Crossword Puzzles By MAG Interactive AB
      Bundle ID: se.maginteractive.crozzle
      App Store Link: https://apps.apple.com/ph/app/crozzle-crossword-puzzles/id6474729809?uo=4

      🤩 Hack Features

      - Auto ADS OFF
      - Unlimited Currency / Visual But Works
      - Unlimited Resources / Visual But Works
        • Agree
        • Thanks
        • Like
      • 13 replies
    • Crozzle - Crossword Puzzles v1.46.5 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Crozzle - Crossword Puzzles By MAG Interactive AB
      Bundle ID: se.maginteractive.crozzle
      App Store Link: https://apps.apple.com/ph/app/crozzle-crossword-puzzles/id6474729809?uo=4

      🤩 Hack Features

      - Auto ADS OFF
      - Unlimited Currency / Visual But Works
      - Unlimited Resources / Visual But Works
        • Agree
        • Thanks
        • Like
      • 10 replies
    • Subway Surfers City v1.29.1 +5 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Subway Surfers City by SYBO Games
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.sybogames.subway.surfers.game

       

      🤩 Hack Features

      - Unlimited Currencies -> Earn or spend some.
      - Max Level -> Earn some XP.
      - God Mode
      - Score Multiplier
      - Unlimited Jumps 
        • Informative
      • 0 replies
    • Diamond Dreams Match v2.8.4 [ +1 Cheats ] Auto Win
      Modded/Hacked App: Diamond Dreams Match By GFAL GULF GAMES DMCC
      Bundle ID: com.gfal.ddreams
      App Store Link: https://apps.apple.com/us/app/diamond-dreams-match/id6744651074?uo=4

      🤩 Hack Features

      - Auto Win
        • Thanks
        • Like
      • 10 replies
    • Diamond Dreams Match v2.8.4 [ +1 Jailed ] Auto Win
      Modded/Hacked App: Diamond Dreams Match By GFAL GULF GAMES DMCC
      Bundle ID: com.gfal.ddreams
      App Store Link: https://apps.apple.com/us/app/diamond-dreams-match/id6744651074?uo=4

      🤩 Hack Features

      - Auto Win
      • 8 replies
    • Mecha Fortress: Robot War TD v3.2.2 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Mecha Fortress: Idle Titan War By NOXGAMES s.r.o.
      Bundle ID: mech.fortress.tower.defense.hero.war
      App Store Link: https://apps.apple.com/us/app/mecha-fortress-idle-titan-war/id6743624932?uo=4

      🤩 Hack Features

      - Auto Win
      - Unlimited Energy / Play Battle Then Get
      - Premium Pass Active
      - Stage Rewards Unlocked
      - LvL Rewards Claim Unlimited / OFF When Enough / Gems Coins +More
      - DMG
        • Agree
        • Winner
        • Like
      • 5 replies
    • Mecha Fortress: Robot War TD v3.2.2 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Mecha Fortress: Idle Titan War By NOXGAMES s.r.o.
      Bundle ID: mech.fortress.tower.defense.hero.war
      App Store Link: https://apps.apple.com/us/app/mecha-fortress-idle-titan-war/id6743624932?uo=4

      🤩 Hack Features

      - Auto Win
      - Unlimited Energy / Play Battle Then Get
      - Premium Pass Active
      - Stage Rewards Unlocked
      - LvL Rewards Claim Unlimited / OFF When Enough / Gems Coins +More
      - DMG
        • Agree
        • Winner
        • Like
      • 10 replies
×
  • 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