Jump to content

7 posts in this topic

Recommended Posts

Hi all, I am on an iPhone 8, iOS 12.1.

I installed theos by following the tutorial here on iOSGods, and I have all theos dependacies from Cydia. I’ve created my tweak.xm using theos and Ted2’s Mod Menu Template. Here is what I get in terminal. There are multiple errors throughout, and at the end.      

iPhone:/var/mobile root# cd /var/mobile/Documents/basketballstars/                             

iPhone:/var/mobile/Documents/basketballstars root# make package                                

> Making all for tweak basketballstars…        

==> Compiling KittyMemory/writeData.cpp (arm64)…                                               

bash: line 1: 17603 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/writeData.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o )                                             

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o] Error 137                         

make[3]: *** Waiting for unfinished jobs....   

==> Compiling SCLAlertView/SCLAlertViewResponder.m (arm64)…                                    

bash: line 1: 17607 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk"

-miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars

-fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLAlertViewResponder.m

-o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o] Error 137              

==> Compiling KittyMemory/MemoryPatch.cpp (arm64)…                                             

bash: line 1: 17606 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o -MMD -MP

-MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/MemoryPatch.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o )                                     

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o] Error 137                       

==> Compiling SCLAlertView/SCLButton.m (arm64)…

bash: line 1: 17609 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLButton.m -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o] Error 137                          

==> Preprocessing Tweak.xm…                    

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

/var/theos/bin/logos.pl line 17.               

BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 17.                          

make[3]: *** [/var/theos/makefiles/instance/rules.mk:264: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm] Error 2    

==> Compiling KittyMemory/KittyMemory.cpp (arm64)…                                             

rm /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm                    

make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/basketballstars.dylib] Error 2                                         

make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2      

make: *** [/var/theos/makefiles/master/rules.mk:111: basketballstars.all.tweak.variables] Error

2                                              

iPhone:/var/mobile/Documents/basketballstars root# 

 

 

                                               

                                               

                   

  • Like 1
Link to comment
https://iosgods.com/topic/113527-terminal-make-package-errors/
Share on other sites

10 hours ago, Chewybacca said:

Hi all, I am on an iPhone 8, iOS 12.1.

I installed theos by following the tutorial here on iOSGods, and I have all theos dependacies from Cydia. I’ve created my tweak.xm using theos and Ted2’s Mod Menu Template. Here is what I get in terminal. There are multiple errors throughout, and at the end.      

iPhone:/var/mobile root# cd /var/mobile/Documents/basketballstars/                             

iPhone:/var/mobile/Documents/basketballstars root# make package                                

> Making all for tweak basketballstars…        

==> Compiling KittyMemory/writeData.cpp (arm64)…                                               

bash: line 1: 17603 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/writeData.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o )                                             

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/writeData.cpp.d50a15c4.o] Error 137                         

make[3]: *** Waiting for unfinished jobs....   

==> Compiling SCLAlertView/SCLAlertViewResponder.m (arm64)…                                    

bash: line 1: 17607 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk"

-miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars

-fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLAlertViewResponder.m

-o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLAlertViewResponder.m.d50a15c4.o] Error 137              

==> Compiling KittyMemory/MemoryPatch.cpp (arm64)…                                             

bash: line 1: 17606 Killed: 9               ( clang++ -x c++ -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback

-include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o -MMD -MP

-MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c++11 -fno-rtti -fno-exceptions -DNDEBUG KittyMemory/MemoryPatch.cpp -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o )                                     

make[3]: *** [/var/theos/makefiles/instance/rules.mk:235: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/KittyMemory/MemoryPatch.cpp.d50a15c4.o] Error 137                       

==> Compiling SCLAlertView/SCLButton.m (arm64)…

bash: line 1: 17609 Killed: 9               ( clang++ -x objective-c -c -I/var/theos/include -I/var/theos/vendor/include -I/var/theos/include/_fallback -include /var/theos/Prefix.pch -MT /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o -MMD -MP -MF "/var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.Td" -fcolor-diagnostics -DTARGET_IPHONE=1 -O0 -Wall -ggdb -Werror -isysroot "/var/theos/sdks/iPhoneOS11.2.sdk" -miphoneos-version-min=6.0 -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -fobjc-arc -DDEBUG -O0 -DTHEOS_INSTANCE_NAME="\"basketballstars\"" -fmodules -fcxx-modules -fmodule-name=basketballstars -fbuild-session-file=/var/mobile/Documents/basketballstars/.theos/build_session -fmodules-prune-after=345600 -fmodules-prune-interval=86400 -fmodules-validate-once-per-build-session -arch arm64 -std=c99 SCLAlertView/SCLButton.m -o /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o )                              

make[3]: *** [/var/theos/makefiles/instance/rules.mk:191: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/SCLAlertView/SCLButton.m.d50a15c4.o] Error 137                          

==> Preprocessing Tweak.xm…                    

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

/var/theos/bin/logos.pl line 17.               

BEGIN failed--compilation aborted at /var/theos/bin/logos.pl line 17.                          

make[3]: *** [/var/theos/makefiles/instance/rules.mk:264: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm] Error 2    

==> Compiling KittyMemory/KittyMemory.cpp (arm64)…                                             

rm /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/Tweak.xm.mm                    

make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/basketballstars/.theos/obj/debug/arm64/basketballstars.dylib] Error 2                                         

make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2      

make: *** [/var/theos/makefiles/master/rules.mk:111: basketballstars.all.tweak.variables] Error

2                                              

iPhone:/var/mobile/Documents/basketballstars root# 

 

 

                                               

                                               

                   

Do you have Perl installed?

  • Like 2
On 11/4/2019 at 4:05 AM, Chewybacca said:

Can't locate Logos/Util.pm in @INC (you may need to install the Logos::Util module) (@INC contains: /private/var/theos/bin/lib /usr/lib/perl5/site_perl/5.28.0/aarch64-darwin /usr/lib/perl5/site_perl/5.28.0 /usr/lib/perl5/5.28.0 /usr/share/perl5 /usr/lib/perl5/5.28.0/aarch64-darwin .) at

How did you install theos? Seems like the installation is not proper or you are missing dependencies.

2 hours ago, DADi said:

How did you install theos? Seems like the installation is not proper or you are missing dependencies.

I believe I had it improperly as you said, so I reinstalled it step by step, and it seems I fixed the issue. thanks! 🙂 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • 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