*** tpb has joined #melange | 00:00 | |
*** ragnarock has joined #melange | 01:21 | |
*** suranga has quit IRC | 01:22 | |
ragnarock | Hi guys.I was reading the getting started guide,and I m having problem with the make file....it gives me sme error.I had shown my cncrns before too... | 01:25 |
---|---|---|
*** suranga has joined #melange | 01:41 | |
Robert_S | ragnarock: upi | 01:52 |
Robert_S | ragnarock: you need to isolate what the underlying problem is | 01:53 |
ragnarock | thanks for the response... | 01:55 |
ragnarock | error: Not a recognized archive type: /var/tmp/melange-download-cache-uub/dist/Pillow-2.6.1.zip | 01:55 |
Robert_S | Ok, so what's in that file? | 01:55 |
Robert_S | How big is it? | 01:55 |
Robert_S | Also, what's above the error? | 01:56 |
ragnarock | the /dist/ has mainly the packages mentioned in the setup.py file | 01:58 |
ragnarock | lik coverage.tar.igz mox.tag.gz etc | 01:59 |
ragnarock | this is the total output... | 02:00 |
ragnarock | bin/buildout download-cache=/var/tmp/melange-download-cache-uub | 02:00 |
ragnarock | Develop: '/home/uub/PROJECTS/soc/.' | 02:00 |
ragnarock | Uninstalling install_httplib2. | 02:00 |
ragnarock | Updating install_appengine. | 02:00 |
ragnarock | Updating install_cloudstorage. | 02:00 |
ragnarock | Updating install_google_api. | 02:00 |
ragnarock | Installing install_httplib2. | 02:00 |
ragnarock | install_httplib2: Excluding 15 file(s) matching the exclusion pattern. | 02:00 |
ragnarock | install_httplib2: Extracting package to /home/uub/PROJECTS/soc/thirdparty | 02:00 |
ragnarock | Updating install_enum34. | 02:00 |
Robert_S | Use pastebin.com instead of pasting it all here. | 02:00 |
ragnarock | Updating move_httplib2. | 02:00 |
ragnarock | Installing python. | 02:00 |
ragnarock | Getting distribution for 'pillow'. | 02:00 |
ragnarock | error: Not a recognized archive type: /var/tmp/melange-download-cache-uub/dist/Pillow-2.6.1.zip | 02:00 |
ragnarock | An error occurred when trying to install Pillow 2.6.1. Look above this message for any errors that were output by easy_install. | 02:00 |
ragnarock | While: | 02:00 |
ragnarock | Installing python. | 02:00 |
ragnarock | Getting distribution for 'pillow'. | 02:00 |
ragnarock | Error: Couldn't install: Pillow 2.6.1 | 02:00 |
ragnarock | Makefile:70: recipe for target '.buildout' failed | 02:00 |
ragnarock | make: *** [.buildout] Error 1 | 02:00 |
ragnarock | OK ,apology...: ) | 02:00 |
Robert_S | Ok. | 02:00 |
Robert_S | What's the output of ls -l /var/tmp/melange-download-cache-uub/dist/Pillow-2.6.1.zip | 02:00 |
*** olly has left #melange | 02:01 | |
ragnarock | http://pastebin.com/nwnMCC8f | 02:05 |
tpb | Title: soc [master] ls -l /var/tmp/melange-download-cache-uub/dist/Pillow-2.6.1.zip -r - Pastebin.com (at pastebin.com) | 02:05 |
Robert_S | That's not the entire file. | 02:06 |
Robert_S | What happens if you delete the file and re-run make setup? | 02:06 |
Robert_S | Your file is 286k, but the whole file is 7MB. https://pypi.python.org/pypi/Pillow/2.6.1 | 02:06 |
tpb | Title: Pillow 2.6.1 : Python Package Index (at pypi.python.org) | 02:06 |
ragnarock | sud i manually download it to the dist,vl that wrk | 02:07 |
Robert_S | No. | 02:07 |
Robert_S | Do not do that. | 02:07 |
Robert_S | At least not until we know why it's not working first. | 02:08 |
Robert_S | It might work if you do that, but that doesn't solve the problem. | 02:08 |
ragnarock | most of the thing mentioned in the https://pypi.python.org/pypi/Pillow/2.6.1 are for amd64 and win32 I hav a i386 | 02:08 |
tpb | Title: Pillow 2.6.1 : Python Package Index (at pypi.python.org) | 02:08 |
madrazr | Robert_S: it seems you are not registered | 02:08 |
*** ChanServ sets mode: +o Robert_S | 02:09 | |
madrazr | Robert_S: ah Ok. I swapped the order of nick and chan | 02:09 |
Robert_S | madrazr: :) | 02:09 |
*** saurabhsood91 has joined #melange | 02:11 | |
*** saurabhsood91 has joined #melange | 02:11 | |
ragnarock | Robert_S: nyways what are the google group I need to join to know about issues and pull requests ....?? | 02:20 |
Robert_S | ragnarock: Shouldn't we get this fixed first? If you can't test patches, that's not going to be very useful. | 02:22 |
ragnarock | Robert_S: yup sure,I am trying to find smthing similar on stackoverflow...sud I post the problem there? | 02:31 |
Robert_S | ragnarock: You don't seem interested in my help to solve the problem. We have identified that your computer is having trouble downloading the Pillow source code. That's what you need to debug. | 02:31 |
ragnarock | Robert_S: no no.... I just got excited to test the project..I relly appriciate ur help..I m new to opensourc n a newbie... | 02:38 |
ragnarock | Lets solve the damn issue... then | 02:38 |
Robert_S | Please delete the zipfile from the dist directory, then re-run make setup and pastebin the output. | 02:39 |
ragnarock | k | 02:39 |
ragnarock | sure | 02:39 |
Robert_S | You are probably also a candidate for using our Docker container, but it's not quite ready. | 02:39 |
ragnarock | what is that??ny links | 02:41 |
Robert_S | Use Google later. | 02:42 |
ragnarock | http://pastebin.com/CrRU3YSa | 02:50 |
tpb | Title: -> soc [master] make setup virtualenv venv New python executable in venv/bin/p - Pastebin.com (at pastebin.com) | 02:50 |
Robert_S | SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1750) | 02:51 |
Robert_S | There's your problem. | 02:51 |
Robert_S | Something is corrupting your network traffic. | 02:53 |
Robert_S | Do you have a proxy or something between you and the rest of the world? | 02:56 |
Robert_S | This is not something I can easily debug from here. | 02:56 |
ragnarock | well,how can i check the record...sud I report it smwhere,or is it my own prob | 02:57 |
Robert_S | this is a network issue, likely somewhere close to you. if it was elsewhere, more people would be noticing. | 02:59 |
ragnarock | Robert_S: can keeping the packages manually in dist help?? | 03:00 |
Robert_S | If this is your first opensource project, you might want to consider working on one with less complex dependencies at first. Melange has automation to install the dependencies because they are so complicated. | 03:00 |
Robert_S | The dist directory is just a cache so you don't have to download things multiple times. You might be able to put some things there and help, but it will take a while and be fragile, and you still might have issues because the automation can be network dependent. | 03:01 |
Robert_S | You could also install all the dependencies by hand, but that's also a bad idea. | 03:01 |
ragnarock | Well,I think I might have a proxy...I was refering from sm proxy tutorial few weeks ago... | 03:05 |
*** ArneBab_ has joined #melange | 03:05 | |
*** ArneBab has quit IRC | 03:08 | |
ragnarock | Robertdocker _S: thanks for the help ,I relly appriciate the time u gave...:) I will propably look into another proj..and docker is great...best wishes...:) | 03:15 |
*** ragnarock has left #melange | 03:23 | |
*** ArneBab_ has quit IRC | 03:26 | |
*** ArneBab has joined #melange | 03:28 | |
*** lasconic has quit IRC | 04:06 | |
*** lasconic has joined #melange | 04:07 | |
*** downey_ has joined #melange | 04:10 | |
*** downey has quit IRC | 04:13 | |
*** Mek has quit IRC | 04:13 | |
*** Mek_ has joined #melange | 04:13 | |
*** downey_ is now known as downey | 04:13 | |
*** saurabhsood91 has quit IRC | 04:25 | |
*** ragnarock has joined #melange | 04:31 | |
*** fatalraven has quit IRC | 05:52 | |
*** robbyoconnor has joined #melange | 06:19 | |
*** suranga has quit IRC | 06:52 | |
*** madrazr has quit IRC | 06:54 | |
*** madrazr has joined #melange | 08:35 | |
*** ChanServ sets mode: +o madrazr | 08:35 | |
*** rishabh__ has joined #melange | 11:05 | |
*** madrazr has quit IRC | 11:59 | |
*** madrazr has joined #melange | 12:15 | |
*** ChanServ sets mode: +o madrazr | 12:15 | |
*** Niharika has joined #melange | 12:40 | |
*** Niharika has quit IRC | 12:57 | |
*** Niharika has joined #melange | 12:57 | |
*** Niharika has quit IRC | 12:57 | |
*** Niharika has joined #melange | 12:58 | |
*** madrazr has quit IRC | 13:00 | |
*** AnujSharma has joined #melange | 13:25 | |
*** AnujSharma has left #melange | 13:26 | |
*** rishabh__ has quit IRC | 13:54 | |
*** saurabhsood91 has joined #melange | 13:58 | |
*** suranga has joined #melange | 14:32 | |
*** saurabhsood91 has quit IRC | 15:01 | |
*** saurabhsood91 has joined #melange | 15:02 | |
*** AnujSharma has joined #melange | 15:50 | |
*** AnujSharma has left #melange | 16:00 | |
*** carols has joined #melange | 16:29 | |
*** Mek_ is now known as Mek | 17:00 | |
*** carols has quit IRC | 17:02 | |
*** carols has joined #melange | 17:04 | |
*** Niharika has quit IRC | 17:21 | |
*** ArneBab has quit IRC | 17:33 | |
*** Niharika_ has joined #melange | 17:39 | |
*** ArneBab has joined #melange | 17:39 | |
*** jmc75 has joined #melange | 17:57 | |
*** saurabhsood91 has quit IRC | 18:06 | |
*** Niharika_ has quit IRC | 19:13 | |
*** carols has quit IRC | 19:21 | |
*** jmc75 has quit IRC | 19:22 | |
*** robbyoconnor has quit IRC | 19:29 | |
*** ank_95_ has joined #melange | 20:01 | |
*** suranga has quit IRC | 22:12 | |
*** Darrel has quit IRC | 22:17 | |
*** Darrel has joined #melange | 22:19 | |
*** suranga has joined #melange | 22:19 | |
*** madrazr has joined #melange | 22:43 | |
*** ChanServ sets mode: +o madrazr | 22:43 | |
*** ank_95_ has quit IRC | 22:49 | |
*** robbyoconnor has joined #melange | 23:44 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!