Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make package install #3

Open
BuIlDaLiBlE opened this issue Mar 22, 2017 · 12 comments
Open

make package install #3

BuIlDaLiBlE opened this issue Mar 22, 2017 · 12 comments

Comments

@BuIlDaLiBlE
Copy link

BuIlDaLiBlE commented Mar 22, 2017

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?

@danzatt
Copy link
Owner

danzatt commented Mar 22, 2017 via email

@BuIlDaLiBlE
Copy link
Author

Nope, it still returns no rule error.

@danzatt
Copy link
Owner

danzatt commented Mar 22, 2017 via email

@BuIlDaLiBlE
Copy link
Author

Plenty sure.
image

@danzatt
Copy link
Owner

danzatt commented Mar 22, 2017 via email

@BuIlDaLiBlE
Copy link
Author

It's there, just not on the screenshot.

@BuIlDaLiBlE
Copy link
Author

This is the rest.
image

@danzatt
Copy link
Owner

danzatt commented Mar 24, 2017

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

@BuIlDaLiBlE
Copy link
Author

BuIlDaLiBlE commented Mar 25, 2017

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

@scottgl9
Copy link

@BuIlDaLiBlE
Copy link
Author

@ioudeveldhuis
Copy link

ioudeveldhuis commented Sep 25, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants