Author Topic: compiler error  (Read 1490 times)

Markanees

  • Full Member
  • ***
  • Posts: 223
  • Reputation: 15
  • +1 would be appreciated
  • Computers: Dell inspiron 1520
  • iDevices: ipad 2 ios 5.1.1
Re: compiler error
« Reply #15 on: January 05, 2013, 11:26:17 am »
I got the deb thanks a12 +1
is the missing header  error is referred to ininjas ?
and is the error in the screenshot is in fixable ? I tried to get proxychains I got error too but a friend did it and sent me the deb
 I don't know how to make it work I read many tutorials but don't know If it's working or not would be great if you get it from radare repo(he is the one who ported it) and check if it's working !

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4018
  • Reputation: 217
  • Badges:
Re: compiler error
« Reply #16 on: January 05, 2013, 11:33:49 am »
What are you talking about? Is the deb broken?

Markanees

  • Full Member
  • ***
  • Posts: 223
  • Reputation: 15
  • +1 would be appreciated
  • Computers: Dell inspiron 1520
  • iDevices: ipad 2 ios 5.1.1
Re: compiler error
« Reply #17 on: January 05, 2013, 01:17:52 pm »
noo :D deb is ok
i am talking about the error in the screenshot
i also tried to compile proxychains but failed with similer error
sorry about my english it's not clear i know :D

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: compiler error
« Reply #18 on: January 05, 2013, 01:23:35 pm »
Ah, so the copy to repo works, but the update script is not updating. I'll have to ask Trcx about that, its his. Or I can probably take a look next week

I might check the permissions...try running the update repo script as root and see if it doesn't get pushed....you might need to chown some of the stuff in the repo folder to www-data...last time I ran the script as root so I wonder if Packages is't own by root with 644 permissions.  Might want to edit the script to chown as well. 

grinch

  • Administrator
  • Hero Member
  • *****
  • Posts: 1933
  • Reputation: 188
  • the digital grinch who stole your data
    • @DigitalGrinch
  • Badges:
  • iDevices: iPhone 3GS 4.3.3, HTC Evo V 4G ICS
Re: compiler error
« Reply #19 on: January 05, 2013, 02:22:37 pm »
I was chown'ing and fixing perms on file in ./repo/debs/ after the move, but I was su'ing to www-data to run updatescript. I took that out and I think it worked.

If I help you or you appreciate my work, clicking that +1 button is the best thanks I could get.

My opinions are my own, you may agree or disagree with them, but they are only just that; opinions
For example: facebook is the microsoft of social networks

http://goo.gl/PiVjI

@DigitalGrinch
https://twitter.com/DigitalGrinch

I follow all iNinjas members back. PM me if I am not following you

Don't like seeing ads? Click here to register!

Markanees

  • Full Member
  • ***
  • Posts: 223
  • Reputation: 15
  • +1 would be appreciated
  • Computers: Dell inspiron 1520
  • iDevices: ipad 2 ios 5.1.1
Re: compiler error
« Reply #20 on: January 05, 2013, 02:34:11 pm »
i am sorry to interrupt you but i think all packages relate to python has to be updated to python2.7
 support or if i copied them to python 2.7 directory  will work normally

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: compiler error
« Reply #21 on: January 05, 2013, 02:51:16 pm »
I was chown'ing and fixing perms on file in ./repo/debs/ after the move, but I was su'ing to www-data to run updatescript. I took that out and I think it worked.
Yup I looked at http://ininjas.com/repo/Packages it worked.

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4018
  • Reputation: 217
  • Badges:
Re: compiler error
« Reply #22 on: January 05, 2013, 02:59:42 pm »
Mark is right. What should I do about the update of our python to 2.7.2? I have the installation directory for that deb of PyCrypto to /usr/lib/python2.5/.... because I havent updated to 2.7 for fear of having to reinstall all of my libs. Should I remake the deb?

Trcx528

  • Haxor
  • Hero Member
  • *****
  • Posts: 4502
  • Reputation: 166
  • Google it!
    • iNinjas
  • Badges:
  • Computers: 13" 2011 Macbook Pro, 120 GB SSD and 16 GB of Ram
  • iDevices: None
Re: compiler error
« Reply #23 on: January 05, 2013, 07:28:15 pm »
I think the standard way to do this is to make a pycrypto meta package, which will say if python>=2.7 install pycrypto-2.7 else install pycrypto-2.5....I don't know how to make those packages though, you might want to take appart the control file for Cydia...idk how much that would help, but it's all in the control file. 

A12danrulz

  • Leader
  • Hero Member
  • *****
  • Posts: 4018
  • Reputation: 217
  • Badges:
Re: compiler error
« Reply #24 on: January 05, 2013, 08:58:14 pm »
Alright I'll check that out. I didn't think of that.

Don't like seeing ads? Click here to register!