ios-dualboot icon indicating copy to clipboard operation
ios-dualboot copied to clipboard

make package install

Open BuIlDaLiBlE opened this issue 8 years ago • 12 comments

When I run make package install it returns make: *** No rule to make target `package'. Stop. I dunno what to do :| Oh and btw when I ran the patch it returned this:

patching file control
patching file gpt.cc
patching file Makefile
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej

Is this normal?

BuIlDaLiBlE avatar Mar 22 '17 10:03 BuIlDaLiBlE

Does make package work correctly ?

danzatt avatar Mar 22 '17 10:03 danzatt

Nope, it still returns no rule error.

BuIlDaLiBlE avatar Mar 22 '17 10:03 BuIlDaLiBlE

Are you sure you're in the right directory and Makefile exists ?

danzatt avatar Mar 22 '17 10:03 danzatt

Plenty sure. image

BuIlDaLiBlE avatar Mar 22 '17 10:03 BuIlDaLiBlE

I can't see Theos folder linked in your gptfdisk directory.

danzatt avatar Mar 22 '17 10:03 danzatt

It's there, just not on the screenshot.

BuIlDaLiBlE avatar Mar 22 '17 10:03 BuIlDaLiBlE

This is the rest. image

BuIlDaLiBlE avatar Mar 24 '17 21:03 BuIlDaLiBlE

I see now... you have cloned the latest gptfdisk and it seems to have broken my patch. Just grab an older commit. e.g. git reset --hard 28809faae4da171e2a2472817e516cef5e850d24

danzatt avatar Mar 24 '17 22:03 danzatt

This happens when I try to compile hfs_resize or gptfdisk. image

BuIlDaLiBlE avatar Mar 25 '17 17:03 BuIlDaLiBlE

This should help:

https://opensource.apple.com/source/xnu/xnu-344/bsd/sys/disk.h

scottgl9 avatar May 23 '17 19:05 scottgl9

https://twitter.com/BuIlDaLiBlE/status/864207558705336321 Time heals it all :)

BuIlDaLiBlE avatar May 23 '17 19:05 BuIlDaLiBlE

I am trying to create the different packages but run into the following error's

 make package
> Making all for tool gptfdisk…
==> Compiling mbrpart.cc (armv7)…
mbrpart.cc:27:10: error: the current #pragma pack aligment value is modified in the included file [-Werror,-Wpragma-pack]
#include "mbrpart.h"
         ^
./mbrpart.h:44:9: note: previous '#pragma pack' directive that modifies alignment is here
#pragma pack(1)
        ^
1 error generated.
make[3]: *** [/Users/quasar/ios_tools/gptfdisk-code/.theos/obj/debug/armv7/mbrpart.cc.34d68afe.o] Error 1
make[2]: *** [/Users/quasar/ios_tools/gptfdisk-code/.theos/obj/debug/armv7/gptfdisk] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [gptfdisk.all.tool.variables] Error 2

and

 make package
> Making all for tool attach…
==> Compiling attach.c (armv7)…
==> Linking tool attach (armv7)…
Undefined symbols for architecture armv7:
  "_memset", referenced from:
      _main in attach.c.f775e588.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/Users/quasar/ios_tools/attach-and-detach/.theos/obj/debug/armv7/attach] Error 1
make[2]: *** [/Users/quasar/ios_tools/attach-and-detach/.theos/obj/debug/armv7/attach] Error 2
make[1]: *** [internal-tool-all_] Error 2
make: *** [attach.all.tool.variables] Error 2

ioudeveldhuis avatar Sep 25 '18 07:09 ioudeveldhuis