[03:12] dfarning, hello. how was your day? [03:14] lfaraone, you around? [03:25] dipankar, good and yours? [03:26] hi dipankar. [03:26] lfaraone, will you be around for awhil? [03:26] dfarning: yep. [03:29] lfaraone, great, I hope we can push some of these initial packages through from ITP to submission. I think most peopl are down to just one or two gliches which are preventing them from moving forward. [03:43] dfarning, I am doing great. Just stuck with that last problem [03:44] lfaraone, could you look into that problem too? [03:44] dipankar, can you remind us of the problem? [03:44] ahh yes, the sugar.activities dependancy issues:) [03:45] dfarning, lfaraone, When I run git-buildpackage --git-ignore-new the following output came : http://paste.ubuntu.com/459871/ [03:47] dfarning, A good news! I am able to see others online in neighbourhood view (on emulator)! [03:48] dipankar, up near near the top there are some warnings about quilt (3.0) you can fic them by running [03:48] mkdir debian/source ; echo '3.0 (quilt)' > debian/source/format ; dch 'Switch to dpkg-source 3.0 (quilt) format' [03:49] dipankar: try sudo apt-get install python-sugar-0.88 [03:52] dfarning, I am unable to find the warning. [03:52] dfarning, can you please tell the line no. :) [03:54] lfaraone, o/p is : 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. I already have that installed [03:54] dipankar, it will clean up the error from line 23 -30 [03:54] s/errors/warnings and info/ [03:55] dfarning, got it. Thanks [03:57] dfarning, what will be file type of debian/source/format ? just curious :P [03:58] dipankar, the dependancy stuff at the end is because upstream made some change in bundlebuilder. [03:59] dipankar, file don't have an file type. [03:59] dipankar: what does "ls ls /usr/lib/python2.6/dist-packages/sugar/activity/bundlebuilder.py [03:59] * what does "ls /usr/lib/python2.6/dist-packages/sugar/activity/bundlebuilder.py" tell you? [04:00] lfaraone, /usr/lib/python2.6/dist-packages/sugar/activity/bundlebuilder.py [04:01] dipankar: python -c 'from sugar.activity import bundlebuilder' [04:01] dfarning, I meant the extension. like .txt/.sh/etc. [04:01] dipankar: it has no extension... [04:02] lfaraone, no output. [04:02] dipankar: try the build again for me. [04:04] lfaraone, completed :) [04:04] odd. [04:04] lfaraone, what was the python -c command for? [04:04] dipankar: -c executes the string provided as its argument int he python interpreter. [04:05] dipankar: just confirms whether that command should work. [04:05] lfaraone, ohk. I still have to get used the command line arguments in python. [04:06] lfaraone, so should I get any o/p from the command? [04:06] dipankar: if you got output then something wasn't working. [04:06] lfaraone, ohk [04:07] lfaraone, in case you want to have a look at the buildpackage run here it is : http://paste.ubuntu.com/460060/ [04:08] oops ^^ there are not the exact run :P [04:09] lfaraone, this is strange. Now it is not running properly (git-buildpackage). It only ran for one time. [04:10] dipankar: add the last few lines in http://git.debian.org/?p=collab-maint/sugar-terminal-activity.git;a=blob_plain;f=debian/rules;h=52d023a4d135e8ad5ee5694666cc940a470ba359;hb=228cd650b8f4488699bf201aaf23bdd192ff6983 (from "clean::" onwards) to the end of your rules file. [04:12] lfaraone, done [04:12] lfaraone, changed the rules file [04:16] dipankar: okay, commit the changes. you *are* committing to local git every time you make a major change, right? :) [04:17] lfaraone, the buildpackage ran fully this time. [04:17] lfaraone, oh yes. I should have committed the changes first [04:19] lfaraone, committed the changes. [04:21] lfaraone, what should dipankar do about the copywrite issues? I have never looked at them before. [04:21] kandarpk, good morning [04:22] lfaraone, yeah the copyright file is still untouched. [04:22] dfarning: good morning [04:22] dfarning: that's just cdbs telling him that one should manually review the copyright file. [04:22] dfarning: the package is being build [04:22] dipankar: is there a debian/copyright_newhints file in your repo? [04:22] dfarning: just the signing part is left [04:24] kandarpk, can you run echo $DEBEMAIL from the terminal [04:24] lfaraone, ok got. [04:24] lfaraone, nope. But there is a file debain/copyright_hints. and I got some message regarding what you were saying to dfarning [04:24] dfarning: $ echo $DEBEMAIL [04:24] kandarp@seeta.com [04:25] it should have been seeta.in [04:26] kandarpk, I think the variable #DEBEMAIL is set in a file named ~/.bashrc [04:26] dfarning, yup it is in ~/.bashrc [04:27] dipankar: do this in your repo: [04:27] /http://git.debian.org/?p=collab-maint/sugar-terminal-activity.git;a=blob_plain;f=debian/rules;h=52d023a4d135e8ad5ee5694666cc940a470ba359;hb=228cd650b8f4488699bf201aaf23bdd192ff6983 [04:27] oosp. [04:27] I mean: [04:28] DEB_MAINTAINER_MODE=1 debian/rules pre-build [04:28] mv debian/copyright_newhints debian/copyright_hints [04:28] dfarning: I'm referencing Jonas's steps at http://lists.alioth.debian.org/pipermail/debian-olpc-devel/2010-April/002329.html . Although not required, it is useful since it shows all the files that may contain copyright we could miss. [04:29] lfaraone, the rename command should be other way I guess [04:29] lfaraone, thanks [04:30] dipankar: no, we're moving the new hints to replace the old hints file. [04:30] lfaraone, but I am getting an error : [04:30] dipankar@dipankar-laptop:~/work17/sugar-flipsticks-activity-6$ mv debian/copyright_newhints debian/copyright_hintsmv: cannot stat `debian/copyright_newhints': No such file or directory [04:31] dipankar: did you run "DEB_MAINTAINER_MODE=1 debian/rules pre-build" first? [04:32] dfarning, lfaraone : putting DEBSIGN_KEYID=4AE3FF0B in ~/.devscripts worked [04:32] lfaraone, yes :) [04:35] odd. [04:35] kandarpk, I would also set the variable correctly in ./bashrc or you might have other unexplainable problems later when if DEBEMAIL is incorrect. [04:35] * dipankar will be right back in 10 minutes [04:35] * dipankar is away: I'm not here [04:39] dfarning: yes, I did that [04:40] kandarpk, +1 [04:40] dfarning: the package was successfully built [04:41] dfarning: how do I test it ? [04:41] kandarpk, I just double click on the .deb in in a file manage to install it. [04:42] dfarning: ok, I tried that, dont have package installer, I think [04:43] because the .deb is opening it as an archieve [04:43] *is opening as [04:44] kandarpk, try dpkg -i filename.deb [04:44] ^^ as root [04:45] * dipankar is back (gone 00:09:52) [04:45] lfaraone, any opinion on the problem? [04:45] dfarning: am I required to first uninstall sugar-read that is already there ? [04:46] dipankar: eh, ignore it for now. the package builds, right? [04:46] it is showing some errors [04:46] sugar-read-activity-0.86 conflicts with sugar-read-activity [04:46] lfaraone, yup, I have installed it also. No problem till now. [04:47] dipankar: okay. push it up and I'll take a look. [04:47] kandarpk, yes, you will have to remove the exiting read package. [04:48] lfaraone, pushing.. [04:50] dfarning: read icon is not present, when I run sugar emulator [04:50] but running software update checks for an update for read [04:50] kandarpk, try looking in the list view [04:51] lfaraone, done. pushed the files up to git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git [04:52] lfaraone, This is odd although I made changes. None of my work is coming up in summary. http://git.debian.org/?p=collab-maint/sugar-flipsticks-activity.git;a=summary [04:53] dfarning: read activity failed to start ( as read 0.86 did ) [04:53] dipankar: it looks to me like you pushed up the sugar-flipsticks-activity upstream repository. [04:54] dipankar: what command did you use to push up? [04:54] git push git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git master [04:54] lfaraone, ^^ [04:54] dipankar: does "git log" show you your commit? [04:54] *commits [04:54] kandarpk, time to start debugging by checking the log files:) [04:55] lfaraone, yup. My commits are appearing there [04:56] dipankar: "git push --all git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git" [04:58] lfaraone, please check this : http://paste.ubuntu.com/460070/ [05:01] dipankar: so "git log master" shows your commits? [05:03] lfaraone, when I run that command, I don't get any of my commits :( [05:03] dipankar: but "git log" does give you some of your commits? [05:04] lfaraone, yes [05:04] dipankar: is it anything beyond "imported upstream version 6" and "pristine tar data.." [05:04] *otehr than [05:05] lfaraone, didn't get you. [05:06] dipankar: okay. git log | curl -F 'sprunge=<-' http://sprunge.us [05:06] dfarning: please have a look here : [05:06] http://pastebin.org/384993 [05:08] http://sprunge.us/bjEL [05:08] lfaraone, ^^ [05:10] kandarpk, I am not sure what that means so it looks like time for us to get busy:) [05:10] Odd. [05:10] dfarning: read activity worked on your system ? [05:13] dipankar: try moving out of the way your old git repository and bootstrapping afresh. [05:13] I'll be back in 5 min. [05:14] lfaraone, you mean to start a fresh? [05:14] kandarpk, yes you are right, I forgot that you are working on read also. yes it worked for me. [05:14] dipankar: by that, I mean do the git-import-orig in a new repo, copy over your debian files, commit, and push up. [05:14] dipankar: afresh is like anew, "once more or again" [05:15] lfaraone, ok, just a minute [05:18] lfaraone, can you provide me the command for git-import-orig http:? [05:18] lfaraone, I guess I made some mistake in that only. [05:19] dipankar: well, do you have the upstream tarball? [05:19] kandarpk, I have to go for a few minutes. [05:21] dfarning: hm. I think the problem may be that my snippet does not remove the .git files from the upstream tarball before importing. [05:22] lfaraone, I never tried pushing.... [05:22] dfarning: well, if the upstream tarball contails .git files, then importing it might fsck up your actual git repository. [05:23] i dont know how , but i am managinf to get a new error everytime i am trying to build my ppackage..i have tried 4 times since morning starting afresh new time.This time i am not able to get it , [05:23] hi lfaraone [05:24] dipankar: before you import the tarball, open it with "file-roller" and delete the ".git" directory inside it. [05:24] dipankar: and the command is "git-import-orig --pristine-tar --sign-tags ../path/to/tarball" [05:25] dfarning: does that make sense? [05:25] lfaraone, are you talking about the tarball that we generated? [05:25] dipankar: yes, the orig.tar.gz [05:25] hi [05:26] i dont know if i am online or not, am i? if yes hello everybody. [05:26] lfaraone, ok that makes sense. I thought is was intentional [05:26] ankur, good morning [05:26] dfarning, ankur is having the internet problem. :( [05:27] dfarning: it's accidental. When I used that rules snippet before, I used the resulting tarball with a non-git-based packaging system. [05:28] lfaraone, ok ti should be easy to delete the .git dir (if it exist) as part of the rule. [05:28] lfaraone, this is weird. file-roller gives unable to open the tar [05:29] dipankar: show me the error. [05:29] dfarning: read 0.86 too would have worked on your system ? [05:30] lfaraone, oops. Typo. :P. Now I have removed the .git folder from the orig.tar.gz [05:31] dfarning: on my system both read 0.86 and read-activity fail to start [05:31] kandarpk, are you on debian or ubuntu? [05:31] dfarning: debian [05:31] dipankar: great. now import the orig as I said earlier. [05:32] dipankar: then pastebin or sprunge the output of "git log" [05:32] ok, I tested on ubuntu and and worked. Looks like i need to set up a debian test system. [05:32] lfaraone, using 'git-import-orig PATH/TO/orig.tar'? [05:33] dipankar: are you working on debian ? [05:33] lfaraone, in the new folder named s-flipsticks-activity right? [05:33] dipankar: yeah. [05:33] kandarpk, nope. On Ubuntu 10.04 [05:33] dipankar: using git-import-orig --pristine-tar --sign-tags [05:33] ok [05:33] kandarpk, I would try pinging alsroot on #sugar he does all of his development on debain. [05:34] dfarning: ok [05:37] dfarning: shall I paste the contents of org.laptop.sugar.ReadActivity-1.log, if that might help ? [05:37] kandarpk, yes [05:38] lfaraone, I did the above command git-import-orig --pristine-tar --sign-tags ~/work17/sugar-flipsticks-activity_6.orig.tar.gz [05:38] dfarning: http://pastebin.org/385011 [05:38] lfaraone, the strange thing is there is no debian folder in the activity source. [05:38] ahh what was the other log you posted? shell [05:39] dipankar: well, there shouldn't be. you have to add an import it. [05:39] dipankar: "git log" only showed two commits by you, right? [05:39] lfaraone, in the previous folder, yes; [05:40] dipankar: the previous folder? you mean the one in which you just ran the import command in, right? [05:40] lfaraone, nope [05:41] lfaraone, In the previous folder meant 'the one which didn't work out' [05:41] lfaraone, I am in the fresh folder right now [05:41] lfaraone, here is the log of fresh folder : http://sprunge.us/aiOb [05:41] dipankar: okay. in the fresh folder, "git log" should only show two commits, both by you. [05:42] *one commit [05:42] dipankar: okay. add in your debian files and do the initial commit. [05:43] lfaraone, just cross-checking: debian folder from the previous repo right? [05:43] kandarpk: hi [05:43] dipankar: yes. [05:43] alsroot: facing some problem with read activity [05:43] kandarpk, it looks like read is trying to use hal for something. but I think hal has been depreciated in sugar. [05:44] lfaraone: its working for dfarning on Ubuntu, but not for me on debian [05:44] dfarning: hal is till used in sugar, dunno how Read can use hal(it could be evince but not sure as well) [05:45] lfaraone, the o/p of git diff --cached is this : http://sprunge.us/LhbG [05:45] alsroot, ok good to know. http://pastebin.org/385011 is a link to the error log in debian. [05:46] lfaraone, need a confirmation before proceeding [05:47] dipankar: well, the first changelog item should be "Initial release." not "Initial Upstream Release". You're downstream, not upstream :) [05:47] dfarning: yup, hal is still sugar dependecy and should be installed [05:47] lfaraone, oops. Ankur mentioned that too :P [05:47] kandarpk, can you verify that hal is running [05:47] lfaraone, btw how did I revert git adding? [05:49] dfarning: I dont think so [05:49] kandarpk, I think you can search the running processes with ps -aux | grep hald [05:50] hal isn't listed in system monitor > processes [05:50] kandarp 12319 0.0 0.0 3300 764 pts/0 S+ 10:20 0:00 grep hal [05:51] lfaraone, also (just out of curiousity) there is a s-flipsticks-a folder in debian folder, is it rightly placed? [05:51] dipankar: I'm sorry, I'm not sure what you mean. [05:52] kandarpk, can you try sudo apt-get install hal ? [05:52] dipankar: the opposite of git add is "git rm --cached" [05:52] dfarning: installing it [05:53] kandarpk, +1 [05:53] dfarning: done, its working [05:53] lfaraone, I meant there is a folder named sugar-flipsticks-activity in debian folder : http://sprunge.us/LhbG [05:54] lfaraone, oops : this one http://sprunge.us/FTcB [05:54] dfarning: thanks [05:54] kandarpk, you found a runtime dependancy which needs to be added to control.in.... and everything rebuild and tested. [05:54] dipankar: "git rm --cached debian/; fakeroot debian/rules clean", then tell me what's in debian/ [05:55] dfarning: "I found" sounds great [05:55] dfarning: I need to add hal in control.in ? [05:55] kandarpk, weren't you just asking about how to determine dependencies yesterday:) [05:55] kandarpk, yes [05:56] lfaraone, http://sprunge.us/ARWR [05:56] kandarpk, at the end of the line Depends: ${shlibs:Depends}, ${python:Depends} [05:58] kandarpk, I need to leave for about 30 minutes. will you still be around? [05:58] dfarning: I'll be around for next 3-4 hours [05:59] dipankar: okay. now rm debian/stamps-configure and mv debian/copyright_newhints debian/copyright_hints. (former is cruft, latter should be in the other location) [05:59] dipankar: then you're ready to commit. [05:59] dfarning: you should have a break, I'll ask if I face any problem [05:59] dfarning: one more thing [05:59] kandarpk, Manu asked that we coordinated on setting up the necessary software on sunjammer for the documentaion [05:59] lfaraone, ok [05:59] what will happen if I remove hal and then run the modified .deb ? [05:59] lfaraone, what is cruft? [06:00] dfarning: ok. [06:00] dipankar: "Cruft (occasionally kruft) is computing jargon for "code, data, or software of poor quality".[1] The term may also refer to debris that accumulates on computer equipment. It has been generalized to mean any accumulation of obsolete, redundant, irrelevant, or unnecessary information, especially code." [06:00] dipankar: in this case, it's something that's useless and taking up space. [06:00] kandarpk, when you install the read deb it will automatically install hal (if it is not allready installed) [06:00] lfaraone, thanks :) [06:01] see you [06:01] dfarning: ok :) [06:01] In btw i successfully built the package ......though late :) [06:02] what do i need to do now with that and i suppose there were some changes in rules file? [06:02] do i need to build again.. [06:02] lfaraone, woho! the debian/copyrights_hints is empty ! [06:02] dipankar: is it really. not to worry. [06:04] lfaraone, done with commit [06:04] dipankar: okay, push up. [06:05] lfaraone, using git push --all ? [06:05] lfaraone: read has a run-time dependency on hal [06:06] lfaraone: so after adding hal to dependency list in control.in, do I need to start with all the steps ? [06:06] dipankar: yes. [06:06] kandarpk: you just commit the change to control.in, regenerate control, then commit your regeneration. [06:07] lfaraone: ok [06:10] lfaraone, error: [06:10] dipankar@dipankar-laptop:~/work18/sugar-flipsticks-activity-6$ git push --all git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git [06:10] To git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git [06:10] ! [rejected] master -> master (non-fast-forward) [06:10] ! [rejected] pristine-tar -> pristine-tar (non-fast-forward) [06:10] ! [rejected] upstream -> upstream (non-fast-forward) [06:10] error: failed to push some refs to 'git+ssh://git.debian.org/git/collab-maint/sugar-flipsticks-activity.git' [06:10] To prevent you from losing history, non-fast-forward updates were rejected [06:10] Merge the remote changes before pushing again. See the 'Note about [06:10] fast-forwards' section of 'git push --help' for details. [06:11] one sec. [06:12] it's because we're overwriting a previous commit. [06:12] dipankar: try again. [06:13] lfaraone, ok. Now it is done. What was the problem actually? overwriting the previous commit at git repo? [06:14] dipankar: you had pushed up something previously, and you were now pushing up something that was not an addition to what was already there. I reinitialized the repository. [06:16] lfaraone, ok, how can I reinitialize the git alioth repo? [06:17] dipankar: I just SSH'd into alioth.debian.org, cd'd into the folder, deleted the old repo and started afresh with "git init --bare" [06:18] dipankar: you don't need to do anything :) [06:18] lfaraone, ohk :) [06:18] lfaraone, now I have to file an ITP I guess [06:19] dipankar: yep. [06:19] lfaraone, regarding ITP is it imp to have a bug number associated? [06:20] dipankar: the bug number will be given to you after filing. [06:20] dipankar: once you have the number, add the following to the end of your first changelog entry: "Closes: #BUGNUMBERGOESHERE" [06:21] lfaraone, Not clear. Can you tell in reference to here : http://paste.ubuntu.com/460086/ [06:22] dipankar: Oh, you're talking about "This package depends on the packaging of python-box2d, which is filed in Bug #524710." [06:22] lfaraone, That came in as a sample for filing ITP [06:23] lfaraone, that confused me actually ;) [06:23] dipankar: Bug #524710 (which was about the packaging of python-box2d) had already been filed. I was mentioning it in the ITP of python-elements since the ITP of python-box2d was relevent. [06:24] lfaraone, ok that sample was not actually filing ITP for new git repository? [06:24] dipankar: that was filing an ITP for python-elements. [06:26] lfaraone, can you send me a sample for filing ITP for new git alioth repository for any activity? [06:26] lfaraone, that will be very helpful [06:26] kandarpk, how are things going? [06:26] dipankar: what you're filing when you submit an ITP is a declaration of an "intent to package". It doens't depend on git, alioth, or anything else. [06:26] lfaraone, ohk [06:27] dipankar: you're saying briefly what the software is, and that you are working on getting it packaged in Debian. [06:27] lfaraone, ok. [06:27] dipankar: here's a good one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588106#5 [06:27] lfaraone, another doubt [06:28] dfarning: removing hal and then trying to install read [06:28] kandarp_ great. [06:28] resulted in an error [06:28] sugar-read-activity depends on hal; however: [06:28] Package hal is not installed. [06:28] hal had to be installed manually [06:28] lfaraone, once the repo is made at git alioth, how is it linked to the Debian repository for packages? [06:29] kandarp_, ahh are you are using dpkg to do the installation? [06:29] dfarning: yes [06:30] dipankar: well, the package is built as you usually do, and then it's uploaded to the Debian package repository, like how we upload to the PPA. [06:30] kandarp_ then that is ok, dpkg does not do authomatic dependancy installation... it is apt-get which handles that . [06:30] dipankar: in this case, the file is signed by a Debian developer and uploaded with "dput ftp-master path/to/changes" [06:30] dfarning: ok [06:30] dfarning: you want to use gdebi, actually. [06:31] lfaraone, ohk. Now I get the picture I guess, [06:31] dfarning: I can't push until I have an SSH access ? === kandarp_ is now known as kandarpk [06:31] lfaraone, alioth git repo we made is for kind of sharing the works that we are doing. [06:32] dipankar: yep. there's nothing special about it, it just happens to be hosted by the Debian folks :) [06:32] kandarpk, lfaraone's choice of gdebi is better than my use of dpkg. [06:32] lfaraone, we will use the git alioth to pull changes when required, so that while packaging no changes by some other developer is not missed. [06:32] dipankar: exactly. and it makes review of your work by others easier. [06:33] kandarpk, did you file a RT with the sysadmins? [06:33] lfaraone, but the packaging will be done in same manner and will be pushed to debian server in a similar manner like the ppa :) [06:34] dipankar: yes. [06:34] dfarning: yes, but I see RT's filed about 2 months ago by others not assignd to anyone [06:34] dfarning: what problems is he having with SSHing in? [06:34] lfaraone: I can't submit my key from My Account page [06:34] kandarpk, can you explain your issue to lfaraone maybe he has a better idea:) [06:35] there is no option there to add key [06:35] I had to directly open editsshkeys.php [06:35] to submit [06:35] lfaraone, thanks for all your support. I will file the ITP in a couple of hours. Right now I am feeling hungry :) [06:35] dipankar: no worries. [06:35] but I don't think its getting registered [06:36] * dipankar says bye to all [06:36] kandarpk: what happens when you visit https://alioth.debian.org/account/editsshkeys.php ? [06:37] lfaraone: I submitted my key there two days ago [06:37] but SSH kandarpk-guest@alioth.debian.org [06:37] kandarpk: okay. well, you are not a member of any projects on alioth. Did you request membership per the getting started guide? [06:38] lfaraone: no. [06:38] lfaraone: ok, I am a member of both the groups [06:39] I mean, I requested for it [06:39] kandarpk: you don't have a shell account until you're a member of at least one project, and it takes up to 24 hours for your account to be created. [06:39] ok [06:40] kandarpk: uh, I didn't see your request. [06:40] kandarpk: you requested membership in both http://alioth.debian.org/projects/debian-olpc/ and http://alioth.debian.org/projects/collab-maint/ , and filled out a rationale in the "note to administrator" or similarly named box? [06:42] lfaraone: I dont think so [06:42] lfaraone: requesting to join now. [06:45] lfaraone: thanks. :) [06:49] kandarpk, lfaraone time for me to get to bed i'll be back in a few hours. thanks. I think you made good progress this morning [06:49] awesome. I'll be off in a few minutes myself. ttyl, dfarning. [06:49] dfarning, lfaraone : good noght [06:49] dfarning: trying connect activity till then [07:20] lfaraone: around ? [07:22] kandarpk: barely. [07:22] error: pathspec 'v13' did not match any file(s) known to git. [07:22] make: *** [sugar-connect-activity-13] Error 1 [07:23] lfaraone: activity connect version 13 is not found [07:23] http://wiki.laptop.org/go/Connect [07:23] neither 22 is [07:24] hm. we'll talk about that in the morning :) [07:25] * lfaraone is out for the night. [12:47] dfarning: Hi David. Around? [12:47] kandarpk, dipankar: How is the progress coming along? [12:48] Manusheel, good morning. I just sat down:) [12:48] Manusheel, sir, I am currently in process of filing an ITP [12:48] dfarning, good morning [12:48] dfarning: Sure. Please take your time. [12:48] Manusheel sir: read activity was packaged, tried connect but it gave some errors [12:48] dfarning: good morning [12:49] dipankar: Neat. Kindly send me an update once ITP has been filed. [12:49] *connect activity [12:49] kandarpk: We should raise a ticket and notify the activity author. Read activity is indeed not working. [12:50] Manusheel sir: read was working [12:50] I mean, it started but didn't had any document to open [12:51] so don't know if it will open a file [12:51] kandarpk: Ok, can you try read activity with a pdf file. [12:51] Manusheel sir: ok. [12:51] kandarpk: Drag a pdf file to the journal and try opening it. [12:56] Manusheel, Sir, can you please tell me who is the upstream author of the activity : wiki.laptop.org/go/Flipsticks [12:56] dipankar: Sure. Let me check. [12:59] dipankar: Aleksey Lim (alsroot) is the owner. [13:00] Manusheel sir: read starts up by providing option to select an object [13:01] kandarpk: Drag a pdf file to the journal and try opening it. [13:01] but on selecting one ( tried .txt, .pdf ), reprts read failed to start [13:01] Manusheel, and Sir, what is it's version? I thought it was 6. but I found somewhere it is v1.. :( [13:02] alsroot, are you around? [13:03] dipankar: It is 6 only. [13:03] dipankar: try from aslo http://activities.sugarlabs.org/en-US/sugar/addon/4044, last version is 6 [13:03] dipankar: Check activity.info file. [13:03] That is where you see the version. [13:04] kandarpk: Can you take screenshots, and send it to me on how we are using Read? [13:04] For opening a pdf file. [13:04] sir, I downloaded a pdf from my internet using browser [13:05] and tried opening it [13:05] dipankar: Ok, did it get save in the journal? [13:05] sorry, dipankar. That message was for kandarpk. [13:07] Manusheel sir, yes sir, the file was present in the list [13:07] kandarpk: Did the pdf file get saved at the journal? [13:07] kandarpk: What was the icon? Was it of read or browse? [13:07] read [13:08] kandarpk: Now, click on that journal entry and resume. [13:08] kandarpk: Let us see if pdf file opens up. [13:08] read activity fails to start [13:09] kandarpk: Please check the logs. Any error there? [13:12] UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal [13:13] Manusheel sir: I have 3 log files here related to read, so trying again after deleting them [13:13] kandarpk: Kindly send me all the 3 log files. [13:13] kandarpk: Do you see one related to read.activity. [13:15] ?* [13:15] Manusheel sir: read starts but do not display anything [13:16] kandarpk: Sure. That means there is a bug. Kindly open log viewer activity. [13:17] Manusheel sir: how do I do that ? [13:17] I don't have it listed [13:17] Manusheel, Sir, I have sent the ITP to you and Luke for confirmation (of its correctness). [13:18] kandarpk: Do you see log activity? [13:18] dipankar: Copy David too. [13:18] Manusheel sir: no [13:19] kandarpk: Ok, that makes it very difficult for us to understand the errors. [13:19] dipankar: Is log viewer working well as desired? [13:20] dipankar, the ITP looks good. [13:20] dfarning, thanks :) [13:20] Manusheel, it is the flipsticks activity. [13:21] dipankar: I was talking about log viewer for understanding Read activity errors. [13:21] dfarning, Manusheel, sir, how do I check it's working? By installing the package right? [13:21] dipankar, yes try installing it locally with gdebi [13:21] dipankar: I did have a look at ITP for flipsticks just now. Neat work. [13:22] Manusheel sir: mailed you the log file [13:22] Manusheel, Sir, About -Log viewer - The one that is installed on my machine works perfectly fine [13:22] kandarpk: Thanks. [13:23] dipankar: Can you take a sample pdf file and check the Read activity? Kandarp will help you on it. Wish to make sure that all three of us are facing this issue, while escalating it to the activity author. [13:24] Manusheel, Sir. ok. but I guess I have to install read activity first [13:24] dipankar: please forward me the ITP, I will need that [13:25] dipankar: Please install the Read activity. [13:25] Thanks Dipankar. [13:26] Manusheel, Sir, how do i install the activity? by downloading the .xo file or from the synaptic package manager? [13:26] dipankar: Let me send you the steps. [13:27] Manusheel, Sir that will of be great help. Thanks [13:27] kandarpk: Ok, we'll forward you the ITP for your reference. Please touch base with Dipankar on the steps. [13:27] dfarning, I got how to reproduce Function keys bug. [13:28] dipankar: Read http://en.flossmanuals.net/Sugar/InstallingActivities [13:28] dfarning, It occurs only when using 'Alt + Tab' [13:28] dipankar: Steps for all the use cases. [13:32] dipankar, the easist way to test install a package is to have the packager email you the .deb file and you can install it with gdebi [13:35] dipankar, ah that make sense, I alt-tab all the time. so I thought it all ways present. Other never saw it. [13:36] dfarning, :P The fix is : To press TAB again, then the function keys will start working again [13:36] Manusheel, Sir, I have installed it. But how to use it ? :( [13:38] dipankar, go to the activites list view and select read. [13:38] dfarning, done [13:39] dipankar: what I did was [13:39] open your gmail using browser [13:40] download any attachment which is in pdf format [13:40] try opening that [13:40] kandarpk, dfarning : This is really weird, I don't seem to have browse activity ! [13:40] dipankar: Very easy. I would like you to figure this out :-) I am one of the co-authors of Read - would like to see how engineers use this activity :-) [13:40] dipankar: http://wiki.laptop.org/go/Read [13:41] dipankar, because of the xulrunner issues there is no browse in ubuntu.... it took me the last five minutes to figure out how kandarpk was making it work:) [13:42] * dipankar is downloading browse first/ [13:43] dipankar: how do you manage to install other activities ? [13:44] I used browse and it was very easy [13:44] to install that way [13:44] kandarpk, I am not having browse as I told, So I am first downloading the .xo files and running a command in sugar-terminal [13:45] ok [13:45] 'sugar-install-bundle .xo' [13:47] guys, Bad Luck : Browse failed to start :( [13:48] dipankar, to test read, I just put a couple of different files on a usb stick and then accessed the stick via sugar. [13:49] dipankar: search for them in synaptic [13:49] dfarning, how can I access the USB via sugar? [13:49] I think both of them are listed there [13:50] dipankar, just insert a stick and it will show up in the bottom left corner of the journal. [13:50] dfarning: great idea [13:51] kandarpk, are you getting the error at http://pastebin.org/385235 [13:52] dfarning: exactly [13:53] it has to do with screen resolution. the xo was hard coded to a specific resolution. It is a rather common issue which several developers on #sugar can explain. [13:54] dfarning: ok. [13:55] dfarning, my pendrive is not not coming in the sugar. [13:55] dfarning, Virtual Box is a waste of time! >( [13:55] dipankar: synaptic helped ? [13:56] kandarpk, nope. [13:56] kandarpk, I believe that I would contact Manusheel, he is one of the authors of read and has an interest in seeing sugar run on .deb:) [13:57] kandarpk, if i use synaptics, they always give an error : failed to start [13:57] dipankar, , synaptic will not run with in sugar [13:57] dfarning, kandarpk: Yes. It seems the activity has broken up recently. I'll touch base with Sayamindu and Morgan, and get back to you soon. [13:58] dfarning: did I report on #sugar too soon ? [13:58] kandarpk: That is good. [13:58] dfarning, not in sugar. [13:59] dipankar: Let us come back to flipsticks. [13:59] * dipankar : read activity not working - confirmed [13:59] kandarpk, nope you did fine. It just happens that we have an upstream author handy:) [13:59] dfarning: can you help me out packaging connect [13:59] kandarpk, yes. [14:00] Manusheel, Yes Sir [14:01] dipankar: Great. [14:01] dfarning: Thanks. Yes, we'll try and arrive at a good conclusion on this issue soon. [14:01] dfarning: first issue [14:01] I had to run "fakeroot debian/rules get-orig-source" [14:02] twice to get the tarball created [14:03] kandarpk, the only thing I would have done differently is note the error "AttributeError: 'ev.View' object has no attribute 'set_screen_dpi'' early in the question. set_streen_dpi is a common error many people will recognize and it help to be very specif when asking questions. [14:04] dfarning: yes, I wanted to add some more info [14:04] but wasn't sure what to add [14:05] Manusheel, Sir, How to check the flipsticks package now? I have a .deb package ready. [14:05] kandarpk, +1. It helps to start specif with the exact error message and then explain what you did to cause the error. [14:05] Manusheel, Sir shall I run the gdebi as David mentioned? [14:06] kandarpk, but as you can see you got a good answer from alsroot already:) [14:06] dipankar: Try installing the package locally with gdebi. [14:07] dfarning: will take care of these things now on [14:09] kandarpk, I am sorry, I got engrossed reading the history of the evince bug. I forgot what you just asked:( [14:10] dfarning: no problem [14:11] Manusheel, dfarning : The flipsticks package installed properly, but the activity is not running in Sugar. [14:11] dipankar, what is the error log message? [14:11] dipankar: Ok. That is unfortunate to hear. Can you check the logs? [14:12] dfarning, Manusheel : just a minute [14:12] kandarpk, ahh ok you were working on connect. [14:12] kandarpk, how is that going? [14:13] dfarning: giving errors straight away [14:14] dfarning: when I run : "fakeroot debian/rules get-orig-source" [14:14] error: [14:15] kandarpk, can you paste the contents of your terminal to pastbin and I will read it along with you? [14:15] fakeroot debian/rules get-orig-source [14:15] dfarning: when I run the command [14:16] tarball gets generated [14:16] dfarning, Manusheel : Here is the shell.log: http://paste.ubuntu.com/460212/ [14:16] dfarning, Manusheel : when I opened the org. , it was completely empty [14:18] dipankar, can you paste the contents of the flipsticks log? [14:19] dfarning, I is completely empty [14:19] *s/I/It [14:19] dipankar, ok [14:20] dipankar, I think you are ready to start digging into the code. Do you know python? [14:21] dfarning: Dipankar is very good in Python. [14:22] dfarning, dipankar: If the contents are empty, it might be a problem in MANIFEST file. [14:22] Manusheel Sir is just saying that. But I know python. :) [14:22] dipankar, great. I would suggest looking at the code referred to in line 50 of the error messag. [14:23] dipankar, + check the manifest:) [14:23] dfarning, please wait :) I need to open the code of flipsticks right, (the MANIFEST)? [14:24] dipankar, yes, each activity has a manifest. [14:24] dipankar: No, I am not teasing you, Dipankar :-) You wrote the code very well. [14:24] dfarning, opened it. [14:25] dipankar, I am not sure what a manifest should have:) [14:25] dipankar, dfarning: I'll be leaving in another 10 minutes, and will be back soon. Will touch base with Marco on the Evince issue. [14:26] dfarning, dipankar: MANIFEST is like an index. [14:26] Manusheel, ok [14:26] It should have all the file names with their paths. [14:28] Manusheel, is it just redirecting 'ls' to a file name manifest? [14:28] dfarning, but ls gives only the listing of contents in a folder isn't it? [14:29] dfarning: That is correct. These days we don't have to write MANIFEST manually. [14:29] :-) [14:30] dipankar, kandarpk: Whenever you get time, do start reading http://en.flossmanuals.net/ActivitiesGuideSugar/Introduction [14:30] This is the manual for developing activities in Sugar. [14:30] Manusheel sir: OK [14:30] Manusheel, ok Sir [14:30] dipankar, see the man page for ls there is an option for listing files recursively. [14:30] kandarpk, dipankar: Great. [14:31] dfarning, so I should now open the file in line 50 of shell.log [14:32] dfarning, how about I send you the .deb package and you try installing it? I think there is some problem with my machine only. [14:32] Will be back soon. [14:32] dfarning: ls -R, I think [14:32] kandarpk, +1 [14:33] dipankar, yes please send me the file. It is going to be worthwhile to take a few minutes and figure out how the code of sugar.activity works. [14:34] dfarning: please let me know when you get free [14:34] dfarning, sent [14:35] alsroot, around? [14:35] dipankar: yup [14:35] alsroot, hi Need your help in flipsticks. [14:35] dipankar: whats the problem? [14:36] kandarpk, go ahead. I was waiting for you to past the contents of your terminal so I could read what you were working on. [14:36] alsroot, I made a package for debian and was trying out the activity. [14:36] alsroot, It is failing to start. [14:36] dfarning: http://pastebin.org/385248 [14:36] alsroot, The shell.log is : http://paste.ubuntu.com/460212/ [14:37] dipankar: is there log for flipsticks? [14:38] dfarning: this error was generated on running: [14:38] alsroot, that file is coming as an empty one [14:38] fakeroot debian/rules get-orig-source [14:38] alsroot, just need a hint which file is affected... [14:39] dipankar: could you post a content of activity root directory and of .0sugar subdirectory [14:40] alsroot, .0sugar? [14:40] dipankar: yup, within activity root [14:40] kandarpk, that has to due with version tagging. [14:41] alsroot, :( where is the activity root ? Sorry for my ignorance [14:41] dipankar: it should be /usr/share/sugar/activities/FlipSticks.activity [14:42] kandarpk, what is the url for the upstream git repo? [14:42] dfarning: let me check [14:43] git://dev.laptop.org/projects/connect-activity [14:44] alsroot, http://sprunge.us/DTQP [14:44] dfarning: you can have a look here: [14:44] dfarning, did the package get installed? [14:44] http://dev.laptop.org/git/projects/connect-activity/ [14:44] dipankar: so, there is no .0sugar? [14:46] dipankar, no it gave me an error that it conflicted with another filpsticks I tried installing earlier. [14:46] alsroot, nope. [14:47] dipankar: btw what activity version you are packaging, if v6 then .xo from aslo should contain this subdirectory [14:48] alsroot, I have version 6. used your sugarlabs git to make a package [14:48] kandarpk, I don't think that sugar uses the connect-activity any more. I think that it might rolled into the presence-service. I would ask bernie if the connect activity is needed anymore. [14:49] dfarning: Ok, it would have been good practice for me though [14:50] kandarpk, +1 [14:51] dipankar: you need to use .xo from aslo instead, http://activities.sugarlabs.org/en-US/sugar/downloads/file/26888/flipsticks-6.xo, it contains bundled dependency (it doesn't sound well and next versin will be different) [14:52] alsroot, so I can't use your git repository at sugarlabs to make a debian package? [14:53] dipankar: it is not enough, .xo on aslo contains also bundled dependency, so just use .xo as a source tarball (it is just .zip) [14:54] dfarning: should I try sugar-turtleart-activity [14:54] alsroot, thanks for the help :) [14:54] np [14:54] dipankar, alsroot this becomes problematic for us because we need to split up each dependency into an individual package. [14:55] dfarning: but .xo could be used as is i.e. just unzipped to /usr/share/activities/ w/o creating packages for its deps [14:56] dipankar, can you make a note on the tasks wiki about the bundles dependency problem. [14:57] it is pure python.. problem will come while packaging Speak (it contains blobs) :) -- but anyway I'm working on this, new Zero Sugar should be more packagers friendly [14:57] alsroot, but that will not meet debian or ubuntu packaging standards so it will allow it. [14:58] alsroot, yes, I expect that your packaging work will help us significantly. [14:58] alsroot, that should have been not allow it. [14:58] kandarpk, sure that would be good. [14:59] dfarning: btw are you trying to package all activities to official repos or to sugar/edu specific one? [15:00] dfarning: I mean, even with new 0sugar, it could be not possible to use 0sugar packages as is for official repos, but it could be useful for repos w/o strong reqs [15:01] alsroot, we are packaging for the official debian repo. [15:02] dfarning: source from [15:02] http://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/ [15:02] ? [15:02] guys did I miss anything? [15:02] I was pinged out [15:02] kandarpk, yes, walter is good about making tarballs [15:03] dipankar, there is a conflict between the packaging style acceptable by sugar and acceptable by debian/ubuntu . [15:03] dfarning: what should be UPSTREAM_GIT ? [15:05] dfarning, thats bad :( [15:05] dfarning, so I guess back to modifying the code :) [15:06] kandarpk, on second thought you might want to contact walter bender on #sugar . I think he recently renamed turtleart to turtleblocks. But I don't know the details. [15:08] dipankar, it is something that we have know about. Sugar allow binary blobs and is more relaxed about .xo containing their own dependancies. but that is not allowed in debian. Luke has been working to split those packages up. [15:09] dfarning: what is it about .xo packages containing blobs ? [15:09] I am not getting it [15:10] dfarning, +1 with kandarpk , what is blob? [15:11] dipankar, for now just add a column to the table at http://wiki.debian.org/Sugar/tasks with a comment that flipsticks must be split up. [15:12] dipankar, kandarpk Sugar and Debian have two very distinct concepts of packaging. [15:12] dfarning, err, how do I edit that page? [15:13] dfarning: btw, split current flipsticks version could be not right idea, dependency is supported (was rewritten in C) [15:13] In sugar, each activity should be a completely standalone entity. IE there is no dependency handling in xo. bundle. [15:13] s/is supported/is not supported anymore/ [15:14] dfarning, I think I got what you mean about splitting packages. Luke explained or I saw that on some site. [15:14] dipankar, you will need to register an account at the wiki. [15:15] alsroot, can you explain this problem to dipankar and kandarpk. alsroot is working on the next generation of package management for sugar called 0install [15:16] wow! [15:16] a new pms. Coool [15:16] dipankar: kandarpk: in short, http://wiki.sugarlabs.org/go/Activity_Team/Zero_Sugar [15:18] in long, even with this system, if packagers are creating official packages for activities, 0sugar could not be so useful :(, except that activity spec file will contain explicitly mentioned deps [15:20] 0sugar is more a system from activity developer pov, not official packager (but if reqs are not string like in opensuse sugar, everything could be done automatically) [15:20] s/string/strong/ [15:26] kandarpk, walterbender just joined #sugar you can ask him about turtle art. [15:26] dfarning: Ok. [15:27] alsroot, kind of difficult for me to understand right now :) [15:28] dipankar, yes we will go over it more as we get deeper into packaging:) [15:28] alsroot, But I guess you are talking about removing the effort to find the dependencies of any activity for any contributer? [15:28] dfarning, yeah [15:28] :) [15:28] * dipankar is editting the wiki page. [15:30] dipankar: not exactly, anyway I'm planing to have some results i.e. full sucrose and some activities packaged by 0sugar on https://build.opensuse.org/ repos [15:31] ..including repos for lucid and debian-5.0 [15:32] dfarning: should I proceed with pushing read on alioth ? [15:32] kandarpk, +1 [15:32] dipankar: can you help me in pushing ? [15:33] kandarpk, sure why not. [15:33] kandarpk, your ssh issue is solved I assume [15:33] dipankar: yup [15:33] kandarpk, and you are ready with your git repo at alioth.debian.org [15:34] dipankar: I just logged into alioth using ssh [15:34] nothing else [15:35] kandarpk, np. just follow this site : http://wiki.debian.org/Alioth/Git : the portion 'Collab Maint project' only [15:36] dfarning, so what should I do? :( [15:37] dfarning, I mean do I have to look into the code? [15:38] dipankar: what do I write in and 'description' ? [15:38] dipankar, please go on the the next package. you can come back to flipstick after getting a bit more experience. [15:39] dfarning, ok :) [15:40] kandarpk, for you have to write sugar-read-activity [15:41] kandarpk, 'description' == 'Packaging for sugar-read-activity' [15:42] dipankar: ok [15:46] dfarning, dipankar: cannot create directory `sugar-read-activity.git': File exists [15:47] kandarpk, let me check once [15:47] kandarpk, btw you can check for directories here : http://git.debian.org/ [15:48] kandarpk, Jonas already made the repo [15:48] kandarpk, Jonas already made the repo : http://git.debian.org/?p=collab-maint/sugar-read-activity.git;a=summary [15:48] dipankar: yes [15:49] dfarning, what should kandarpk do now? [15:51] dipankar: not even one step has is completed without any errors! [15:51] *packaging is tough [15:51] job [15:52] kandarpk, dipankar yes read already exists in debian. I just chose to work on read as a learning project and suggested kandarpk do so also. [15:52] kandarpk, Its better to ask dfarning now [15:52] kandarpk, I would suggest trying pollbuilder now. [15:54] dfarning: dipankar has been assigned sliderpuzzle as well, should I work with him on that ? [15:54] kandarpk, it gets _much_ easier over time I think jonas can package a basic activity in less than 15 minutes. [15:55] kandarpk, dipankar yes there is great value in working together. [15:55] dipankar: will it be ok for you ? [15:56] dfarning: by the way, contacted bernie and he is not very sure about the connect activity [15:58] kandarpk, let's ask luke about connect next time we see him. [15:58] ok [15:58] dfarning, kandarpk: yes, what is it? [15:58] never heard of it in sugar-land [15:59] http://wiki.laptop.org/go/Connect [16:00] bernie, it is an old activity that lived in olpc... I think it got rolled in presence-service. [16:02] dipankar: around ? [16:03] * dipankar is on phone [16:05] kandarpk, sorry. :) Was on phone [16:06] dipankar: can we work together on sliderpuzzle ? [16:06] hey neeraj how are you. [16:07] kandarpk, I am not assigned sliderpuzzle according to revised e-mail [16:07] hey dfarning I am fine.. [16:07] on wiki, its you [16:07] how r u? [16:07] neeraj, good. [16:07] kandarpk, slider-puzzle is assigned to ankur [16:07] :) [16:08] neeraj, what were you working on [16:08] dipankar, kandarpk you can help me in my activities :) [16:08] I am pretty clue less right [16:08] neeraj sure :) [16:08] neeraj, sure [16:08] kandarpk, I guess you can help neeraj out :) [16:09] not with pushing [16:09] dfarning, I was assigned sugar-memorize and logviewer activity [16:09] neeraj, according to new e-mail: [16:09] Neeraj [16:09] sugar-memorize-activity [16:09] sugar-pollbuilder-activity [16:09] :P [16:09] ok.. [16:09] http://wiki.debian.org/Sugar/tasks [16:10] it tells a completely diff. story [16:10] neeraj, kandarpk that list was made before Manu sir sent the revised list. [16:10] ok [16:11] kandarpk, neeraj : you can follow the e-mail, Next set of tasks [16:11] neeraj, can you update the table since manu changed assignments? [16:12] dfarning, if its ok, can I change the table? [16:12] dfarning, I have already made some changes :) [16:12] dipankar, sure [16:14] dfarning: oh, maybe you mean HelloMesh? [16:16] bernie you are correct connect is a connect-4 type game that never made it to aslo:( [16:16] dipankar, sir sent the revised list on which date/time? [16:16] did he sent it on USR list or cc-ed us? [16:17] neeraj, we were cced on it [16:19] neeraj, I have sent it once again to whole team [16:19] dfarning, what should I write in comment for read activity? [16:21] dipankar, I would just say 'issue with evince and screen_dpi' [16:21] dfarning, ok [16:21] dfarning, oops. There is no entry for read activity [16:22] dfarning, I guess that was not under our task only. [16:22] lfaraone, around? [16:23] neeraj, did you get the new e-mail? [16:24] dipankar: what steps are required for pushing ? [16:25] kandarpk, pushing is very simple [16:25] kandarpk, once you are all set with the remote git repository, [16:25] yes [16:26] then you can use the command in your local repo 'git push --all ' [16:26] *using ./setup-repository 'description' ? [16:26] dipankar,kandarpk I will be pack in 15 min [16:26] dinner.. [16:26] neeraj, enjoy your dinner [16:26] kandarpk, yes, thats the command to setup a git repository at alioth. [16:27] dipankar: how can I find the url ? [16:27] kandarpk, see here : http://git.debian.org/ [16:28] kandarpk, the git repo you will make will come here. [16:28] is the url something like http://git.debian.org/?p=collab-maint/blender.git;a=summary ? [16:29] kandarpk, select a repo from here , e.g /collab-maint/sugar-read-activity [16:29] kandarpk, nope, not that url [16:30] kandarpk, the url is something like : git+ssh://git.debian.org/git/collab-maint/blender.git [16:30] dipankar: found it [16:30] it is found on that page you will be on [16:30] :) [16:31] from where do I need to push ? [16:32] dipankar: directory having debian ? [16:32] kandarpk, like I said, from your local git repository [16:32] ok [16:32] kandarpk, yes the package folder [16:32] dipankar: complete all steps, commit changes, push [16:32] is it ok ? [16:34] kandarpk, yeah, that looks good [16:36] kandarpk, Is there anything else I can help you with? [16:36] dipankar: not now. [16:37] * dipankar says good bye to all :) [16:37] dipankar, good bye [16:42] kandarpk, were you going to stick around and help neeraj? [16:44] dfarning: I think so [16:44] dfarning: do I have any other option ? [16:45] except for working on packaging [16:46] kandarpk, not quite yet, we have to get good at packaging before we can move forward. [16:47] dfarning: where should I look for pollbuilder ? [16:47] kandarpk, have you seen ankur lately? [16:47] dfarning: saw him yesterday [16:47] kandarpk, I would start by looking at activities.sugarlabs.org [16:48] kandarpk, ok thanks it can be tough to work this way with a good Internet connection. [16:48] I m back :) [16:49] neeraj, nice [16:50] ok kandarpk sir can we start with poll builder activity? [16:51] neeraj: I would suggest you work on memorize [16:51] ok [16:52] that will speed up work ( we are a bit late with packaging ) [16:52] kandarpk, ok [16:52] neeraj: I think memorize is present as a tarball [16:52] so standard steps should do [16:53] I have not searched for the tarball file of it [16:53] lemme search... or u have the link for it? [16:54] neeraj, dfarning : it is at http://download.sugarlabs.org/sources/honey/Memorize/ [16:54] dfarning: is this package latest ? [16:56] kandarpk, when in doubt check at a.sl.o for infomation on the latest release of activities. [16:56] dfarning: ok, thanks === ankurkhurana_ is now known as ankur [16:58] neeraj: look here: [16:58] http://git.sugarlabs.org/projects/memorize/repos/mainline [16:58] kandarpk, Ok.. I first used git clone command on it two days back [16:59] But i guess that's not the correct approach.. [16:59] neeraj: yes, you dont need git clone [16:59] follow the steps mentioned by dfarning in his mail [16:59] and ask when face any error [17:00] *you face [17:00] kandarpk, i had a few question , but i needed to ask abt copyright file. [17:00] my package was built [17:00] i was just going to push it to git [17:01] ankur: ok, then ? [17:01] do we need to change the copyright and copyright_hint file [17:01] or should i push them as it is [17:01] ? [17:02] kandarpk sir that mail in which we have to first create a new dir and then use git init? [17:02] what should be the mane of my new dir? [17:03] News file of memorize http://pastebin.org/385360 [17:03] sugar-memorize-activity [17:03] version number? [17:03] in your case it was 28..... [17:03] neeraj, you can figure that out from news file. [17:03] the last release is it's version no. [17:04] kandarpk, any hint abt copyright ? [17:04] ankur: please go through logs [17:04] kandarpk, was just doing that :) [17:04] ankur: you need to replace older copyright file with a new one [17:05] dont exactly remember which one [17:05] lfaraone told dipankar about them [17:06] neeraj: its version is 34 [17:06] news files aren't that updated [17:06] neeraj: for reference http://activities.sugarlabs.org/en-US/sugar/addon/4063 [17:08] dfarning: pollbuilder is named as poll on aslo [17:08] dfarning: should I too name it as such ? [17:08] kandarpk, ok [17:08] http://activities.sugarlabs.org/en-US/sugar/addon/4074 [17:08] I unzipped the initialize-debian file [17:09] make changes acco to the mail now [17:09] *making [17:09] kandarpk, yes lets match aslo names when ever possiable [17:09] dfarning: ok [17:10] neeraj: there is an extra change to be made in rules [17:10] apart from the mail.. [17:10] yes [17:10] currently I am making changes acco to getting starting guide [17:10] you need to add one more line [17:10] Please wait till then :) [17:11] ok [17:11] so that I can come back to you in case if I face ny problem [17:11] But you need to append some lines as mentioned by dfarning in his mail [17:11] ok [17:13] *I'll be back in 30 min. [17:20] ankur, around? [17:20] yes [17:20] http://wiki.debian.org/Sugar/GettingStartedGuide [17:20] okay, [17:20] what changes should I make in copyright [17:21] well that was the same question i was asking. [17:21] but atelast your email id [17:21] and i was going thru irc log [17:21] but well atleast leave it for now [17:21] neeraj, ankur can you guys get each other started and I can answer questions [17:22] dfarning, thanks :) . [17:22] okay [17:22] dfarning, I guess ankur has already build his package [17:22] Ok in short description ? [17:22] i have successfully built the package, i was just seeing if i have done somethings wrong [17:22] ^ankur [17:23] neeraj , well Sugar Name activity. [17:23] ankur, cool. did you test it yet? [17:23] dfarning, i was a little confused about copyrights [17:23] dfarning, no not yet , luke was mentioning something about crub and copyright modigfication [17:23] i was not able to check it [17:24] dfarning, i am testing package now , let us see if it works [17:24] ankur, me too I would just leave copyright issues for lfaraone or jonas to point out at the review. [17:25] description in depth? [17:25] dfarning, sounds good . [17:25] do we have to write it on our own? [17:26] neeraj, I would copy the description from the aslo page. [17:26] but installation failed of deb package. [17:26] let me just paste the log [17:27] i cant not copy log from terminal . [17:27] i suppose i will have to run the installation from termincal i suppose [17:28] sudo dpkg -i [17:28] will that do? or any other modification [17:28] ? [17:29] dfarning, http://paste.ubuntu.com/460280/ [17:29] dfarning, done.. In the control file which got downloaded when I used git clone on memorize activity, there is a description of calculator activity :D [17:30] ankur, gdebi works a little better. [17:30] ankur, nice :) [17:31] dfarning, well i got the same error using that .i will use gdebi from onwards , also i think i need to uninstall activities package before i can install this package [17:31] as it is trying to overwrite , am i write? [17:31] ok what that is saying is that your new package is trying to install a file which all ready exists:) [17:31] sorry got dc.. [17:33] ankur, you will need to uninstall sugar-activities from the ppa [17:33] dfarning, just doing that , will get back to u in minute after trying again [17:34] dfarning, ankur in debian/watch [17:34] http://dev.laptop.org/pub/sugar/sources/Memorize/Memorize-(.*)\.tar\.bz2 [17:34] will it be fine? [17:34] neeraj_, should be. [17:35] dfarning, weren't we suppose to leave watch blank as of now because we dont have any upstream rep of activity. [17:35] ? [17:35] just confirming though [17:36] ankur, we were leaving watch blank for activites which did not have a tarball on d.sl.o [17:37] dfarning, got it. [17:39] ankur, after the watch step, I have to make changes in rules file as per mail? [17:39] neeraj, yes and do take care of tabs ...... [17:40] with one change which kandarpk sir was about to told me and i stopped him :( [17:40] kandarpk, :) good to see u [17:40] again [17:40] neeraj_: :) [17:41] neeraj_: progressed ? [17:41] yes I am now editing the rule file [17:41] acco to mail [17:41] tabs in those filed only which are shifted a little right? [17:42] neeraj_: ok [17:42] you can ask when in doubt [17:43] neeraj_: it will be good if you could write the steps you are using in a txt file [17:43] so that you can report later [17:44] dfarning, after installation(which seemed to be successfull) it failed to start in xephyr [17:44] neeraj_: and it will help in understanding [17:44] ok. I will try to do that from next time simultaneously, but right now I am making changes in rule file [17:45] ankur, did sugar fail to start? [17:46] no jigsaw activity on which i was working. [17:46] ankur, ok so sugar was running but the activity fail to start? [17:47] dfarning, yes :( [17:47] dfarning: that seems to be a norm today [17:47] ankur, time to debug. can you log at the log for the activity and post it to pastebin. [17:48] well as i removed all my activities in order to install this i think i will have to work with shell log [17:48] http://pastebin.org/385396 [17:48] kandarpk, yes, we have a long way to go. but we _are_ picking up speed [17:49] I added tab in nine places after removing the preceding spaces. [17:49] dfarning: hmmm [17:49] dfarning, will shell logs do? or do i need to install log viewer? [17:49] kandarpk, you were telling me one change which I need to make? [17:50] neeraj_: after fi you need to add one more line === neeraj_ is now known as neeraj [17:51] ankur, go into .sugar/default/logs and look for a file with the same name as the activity you are working on. [17:51] neeraj: cd $(SOURCE_DIR) && rm -rf .git* [17:51] with indentation [17:51] dfarning, back in five minutes. i will be back. [17:52] indentation? [17:52] a tab [17:52] I added this line after fi [17:52] ok [17:52] no [17:52] next line [17:53] like [17:53] fi [17:53] yes next line to fi naa [17:53] yup [17:54] now should I run fakeroot debian/rules get-orig-source directly [17:54] or first regenerate the control file? [17:56] got it.. [17:59] dfarning, back [17:59] ankur, welcome back [18:02] dfarning, http://paste.ubuntu.com/460295/ [18:02] ^^ above is the link to log file [18:03] dfarning, i think there is one more package to be installed [18:04] it is abiword:AbiWord is a full-featured, efficient word processing application. [18:04] ankur, yes, It looks like this require pyabiword [18:04] is it to be added in dependencies? [18:04] i think i should check it first by installing it myself [18:04] and then add , is that ok [18:04] ? [18:04] ankur, yes:) that is what I was starteing to type:) [18:05] dfarning, there are two packages. one was abiword and other was python -abiword [18:05] as per you ishould install python one [18:05] ? [18:06] ankur, I would try that. I would guess that python-pyabiword will pull in abiword [18:07] dfarning, well python abiword failed to install due to unresolvable dependencies ,so i am going with abiword [18:10] dfarning: what URL should I write in watch file for poll-activity ? [18:10] couldn't find its source tarball [18:11] kandarpk, then just leave it blank. [18:11] Ok. [18:11] dfarning: what purpose doe it solve ? [18:11] *does [18:12] the source URL [18:12] kandarpk, I think it somehow detects if the upstream tarball has changed. [18:13] ok. [18:14] dfarning: I am facing the version tagging error again. [18:14] http://pastebin.org/385413 [18:15] dfarning: if I run the same command again, tarball is successfully created [18:16] i will be restarting my vm to make abiword install changes [18:16] kandarpk, hmm I am not sure what that means. let's see if it build properly. [18:16] dfarning: last time it gave some errors [18:16] lets see [18:17] kandarpk, I would put this on the list of things to ask lfaraone [18:17] dfarning: definitely. [18:23] dfarning, i am getting same error again. i installed abiword only not python abiword. And i am not able to install pyabiword because of unresolvable dependencies [18:24] ankur, could you make a note of this on the table at http://wiki.debian.org/Sugar/tasks that jigsaw depends on pyabiword. we will get back to it as soon as we can. [18:25] dfarning, sure .Should i work on the other activity which was assigned to me? [18:26] dfarning, will you be around or were you busy with some other task, if yes , i will mail my questions to you or discuss them tomorrow.. [18:27] ankur, yes please. this is like unraveling knot to see what work and what is broken. We need to just keep pulling. [18:27] dfarning, will you be around as of now? [18:27] ankur, I was planing on going to lunch and will be back in about 1 hour. [18:28] wil you still be here or should we follow up in the morning. [18:28] dfarning, then i will go on to package my next activity. well if i stay awake till you come , then i think i will finish work today. [18:29] or if not then tomorrow . [18:29] ankur, ok then will either see you later today or tomorrow:) [18:29] dfarning, have a great lunch....... :) === neeraj_ is now known as neeraj [18:41] dfarning, kandarpk http://pastebin.org/385435 [18:41] neeraj, getting the same error [18:42] dfarning has suggested asking lfaraone [18:42] kandarpk, ok [18:48] neeraj, can you paste at paste.ubuntu.com [18:48] i was bit uncomfort with pastebin [18:56] dfarning, kandarpk when I changed the version number to 28, then I got the orig file as output :) [18:57] kandarpk sir, please check ur NEWS file(I got in the mainline folder which got downloaded using git clone) and try to do it [18:57] neeraj: did you just changed the version and ran the command again ? [18:57] yes [18:57] i didn't changed it in the folder name [18:58] after deleting previous output [18:58] neeraj: without deleting any file previously created ? [18:59] ^ [18:59] after deleting the previously created file :) [18:59] http://paste.ubuntu.com/460333/ [19:01] neeraj: great :) [19:07] neeraj: are you too geting errors in running "git-buildpackage --git-ignore-new" [19:07] I just regenerated the control file.. Will tell u the result when I will run that command [19:13] kandarpk sir error http://paste.ubuntu.com/460339/ [19:13] r u getting the same error? [19:14] neeraj: yes [19:16] did ankur or dipankar faced this error? [19:17] neeraj: no [19:17] neeraj: but I too didn't while building read-activity [19:18] then tried connect-activity, poll-activity [19:18] faced same issue in both of them [19:19] neeraj: look at line 31 [19:19] in your error report [19:20] two versions 34, 28 are mentioned [19:21] may be bcz I did't changed the folder name.. [19:21] but thats just a warning [19:21] hmmm, my folder name too is different [19:22] lets try by changing it [19:22] kandarpk : you filed ITP? [19:23] ankurkhurana_: nope [19:24] kandarpk, you filed ITP? [19:25] the bug is discussed here http://www.mail-archive.com/pkg-multimedia-maintainers@lists.alioth.debian.org/msg00450.html [19:25] * lfaraone waves. [19:25] lfaraone: Hi [19:28] lfaraone: should the version number match the number written NEWS file of the package ? [19:28] kandarpk: which package? [19:29] lfaraone: any package we need to build [19:29] we are facing some error [19:29] lfaraone, hi [19:29] in using $ fakeroot debian/rules get-orig-source [19:30] lfaraone: please have a look here : [19:30] http://pastebin.org/385435 [19:32] lfaraone: we ( me and neeraj ) didn't face the error when we change the version [19:32] to match the one mentioned in the NEWS file [19:34] kandarpk: hm. looks like they didn't properly tag their tarballs. [19:34] *their commits [19:34] lfaraone, i was filing ITP [19:35] well one min [19:35] lfaraone: true, but dfarning said that NEWS files are usually not upto date [19:35] according to http://activities.sugarlabs.org/en-US/sugar/addon/4063 34 is the latest released version. [19:36] but 33 is the latest tagged version in git... [19:37] kandarpk: I'll send an email to erikos (the upstream developer of memorize) and ask him to tag his repository or preferably release tarballs. [19:37] lfaraone: faced same problem with connect-activity, poll-activity [19:39] lfaraone: after this faced problem with: $ git-buildpackage --git-ignore-new [19:39] http://paste.ubuntu.com/460339/ [19:40] both of us got the same error [19:41] kandarpk: okay. well, after you run the get-orig-source rule you have to remove the orig.tar.gz from your repository. "git rm sugar-memorize-activity_28.orig.tar.gz" [19:41] lfaraone: ok. [19:42] lfaraone: what does its presence leads to ? [19:42] *why does it result in an error [19:43] kandarpk: well, you're adding a binary file to the package. Usually that isn't what you want, so dpkg-source errors out. [19:43] kandarpk: in this case, it's right, since you accidentally left a copy of the tarball in the repository itself. [19:45] lfaraone: wonderful [19:46] all commands executed successfully [19:46] lfaraone: thanks [19:47] lfaraone: one more thing, can we leave the URL empty in watch file ? [19:56] kandarpk: You shouldn't. === ankurkhurana__ is now known as ankur [19:57] lfaraone, i was filing ITP and i am given whole lot og bugs [19:57] lfaraone: what is it used for ? [19:57] updates ? [19:57] to search if it\ have one of them [19:57] should i just skip them [19:57] ankur: okay. just skip them. [19:57] they are arnd 3000 [19:57] kandarpk: so that Debian systems can see if there are new unpackaged versions of software. [19:57] [y|N|b|m|r|q|s|f|?] q i suppose [19:57] ? [19:58] ankur: try [19:58] ankur: try "?" and see which one is applicab le. === ankurkhurana_ is now known as ankur [20:12] ankur, are you still around [20:12] dfarning, yes but having really tough time with my connection :( [20:12] will get it fixed tommorw [20:13] ISP people will be coming around tommorow [20:13] ankur, good it is being fixed. [20:13] it looks like you gor your package to build. [20:13] dfarning, well i was going for the slider puzle as of now [20:14] and was filing ITP for that :) [20:14] great [20:17] lfaraone, how is everything going. [20:18] dfarning: decently. [20:18] well i know now with the help from luke that our license is GPL but are we supposed to write copyright holder [20:18] or just licence type [20:18] ? [20:18] dfarning: today I'll take a look at the repos of the people who've pushed up. [20:19] ankurkhurana_: you need to list the license type, and the copyright holders, of all the files. [20:19] lfaraone, +1, can you send the results of the reviews to the olpc-debian ml? [20:20] ankurkhurana_: http://dep.debian.net/deps/dep5/ explains the syntax of the copyright files. [20:20] dfarning: but of course. [20:20] ankurkhurana__: http://dep.debian.net/deps/dep5/ explains the syntax of the copyright files. [20:21] lfaraone, so tomorrow should we focus on fixing what you identified in the reviews and finishing up the queue you identified? [20:21] dfarning: sure. [20:22] ankurkhurana_: I've finished packaging building [20:22] can you please let me know what to do next ? [20:23] dfarning: pollbuilder is properly installed and running on my system. :) [20:24] lfaraone, my next is to spend the rest of the week identifying and fixing bugs in Debian. Then on monday we can shift gears and think about ubuntu 10.10. [20:24] kandarpk, very cool [20:24] dfarning: in all honesty, we really don't have to worry about shifting over to 10.10 until a little before Feature Freeze, since before then anything we do in Debian will reflect in Ubuntu. [20:25] kandarpk, Are you ready to file a ITP and push it? [20:25] dfarning: yes [20:25] how do I proceed ? [20:26] I know the steps for pushing [20:28] kandarpk, there are good instructions for filing a ITP at http://www.debian.org/devel/wnpp/#l1 [20:28] Ok. [20:29] dfarning: I have some issues [20:29] kandarpk, yes? [20:29] kandarpk, I am still facing the last error [20:29] 1) the version number is not upto date [20:29] dfarning, well can you see into the abiword issue? [20:30] Though I got orig, diff build and dsc file [20:30] dfarning: thats because the package wasn't building properly if it didn't match the version in NEWS fi;e [20:30] i was not able to install pyabiword and only installing abiword didnt solve my problem [20:31] ankurkhurana__: maybe you need to install python-abiword [20:31] ankurkhurana__, yes, I think we will spend the rest of this week and next wee fixing the issues we identified this week. [20:31] http://paste.ubuntu.com/460367/ [20:31] kandarpk, pyabiword is pretty broke. I think we will need to spend a couple of days on it next week. [20:32] neeraj, you need to run : "git rm sugar-memorize-activity_28.orig.tar.gz" [20:32] after git-import-orig --pristine-tar -u ''87'' sugar-read-activity_87.orig.tar.gz [20:32] kandarpk, I did not realize that the build script that NEWS was upto date. That is pretty clever. [20:32] dfarning: pollbuild too was runtime dependent on module abiword [20:33] after that particular step [20:33] k [20:33] lemme try [20:33] lfaraone, well i have to mention Red Hat and world work shop as different authors of different modules [20:33] ? [20:33] ankurkhurana_: list the files that they claim copyright on, yes. [20:33] installing python-abiword solved the issue [20:33] though I have got all 4 file as output this time [20:34] manusheel_, are you around? [20:34] dfarning: how do I proceed with pushing ? === ankurkhurana_ is now known as ankur [20:35] kandarpk, lfaraone will know. [20:35] ankur: here's a brief example: http://git.debian.org/?p=collab-maint/sugar-pippy-activity.git;a=blob;f=debian/copyright; [20:35] upto date version is 26, while mine is 22 [20:35] dfarnig: Hi David. [20:35] lfaraone: can you help ? [20:35] I am around. [20:35] kandarpk: which activity? and did you already have version 22 imported? [20:36] lfaraone, thats very helpful [20:36] lfaraone: pollbuilder--activity [20:36] lfaraone: downloaded the 26 version, but as NEWS wasn't upto date [20:36] dfarning: Trying to arrive at a good conclusion on the read activity issue. I'll write an e-mail to Marco Gritti to fix the Evince specific part. [20:37] manusheel_, I am thinking that we want to spend the rest of this we packaging and then spend next week fixing the issues that we have identified this week. [20:37] lfaraone: I had to name it version 22 [20:37] dfarning: Sure, David. I'll ask the team to document the processes and details of packaging via git. [20:38] manusheel_, great. I'll start to list the issues and forward them to you. [20:38] dfarning: Sure. Please do. I'll develop a roadmap on the issues, and who'll look after which issues. [20:38] manusheel_, well i lost my connection but if we are talking abt documenation of the same process we are doing, i was doing it side by side [20:38] manusheel_, I think our most critical path is now pyabiword. [20:39] dfarning: Absolutely. [20:39] ankurkhurana: Great. Glad you have been documenting things side by side. Nothing better than that. [20:40] manusheel_, should I add the items to the the spreadsheet or send you an email? [20:40] * lfaraone will be back later tonight. I'm leaving, on an airplane! [20:40] dfarning: You can send me an e-mail. Will integrate it to the spreadsheet over the weekend. [20:40] lfaraone, see you. [20:41] manusheel_, ok. [20:41] lfaraone: Have a nice trip. [20:41] lfaraone, bye [20:41] lfaraone: bye [20:41] * dfarning start poking into abiword and pyabiword. [20:42] dfarning: Abiword and PyAbiword are two important pieces that we'll need to fix for Write and Newspaper activities. Will start working on them. === ankurkhurana__ is now known as ankur [20:43] manusheel_, I have made contact with an upstream developer, I see if can help mentor us. [20:44] dfarning: Great. Could you please let me know whom are referring to? [20:45] uwog is his nick... I am not sure of much else yet:) [20:45] dfarning: Great. I know uwog. He is a good friend of mine. We have worked together in the past while I was at Boston. [20:46] dfarning: uwog is a great guy. [20:47] manusheel_, what is his name? he is one of the people I have never matched up there nick with there real name? [20:47] dfarning: uwog is Marc Maurer. [20:47] dfarning: He was the write activity contributor. He helped us in the development of Newspaper activity. [20:48] dfarning: A core Abiword guy. [20:48] dfarning, if i may ask again , well where do we had to look for an upstream tarball for watch file [20:48] dfarning: Marc and Martin helped us a lot in answering questions on Abiword and PyAbiword. [20:48] manusheel_, very good. thank you, that helps alot. [20:49] ankurkhurana_, if there is a tar ball it will be on download.sugarlabs.org. [20:49] dfarning: One question. How will Marc be contributing? Will he submit patches to ppa or to Debian through Luke or Jonas? [20:51] manusheel_, we still need to work that out. But... rest assured that we will not be working much on the ppa. [20:51] manusheel_, the emphasis will be on upstream debain, and syncing thoses packages into universe from now on:) [20:51] dfarning, manusheel_ sir , i wil go to sleep now [20:52] i will package the second activity and contact you tommorow [20:52] bye [20:52] ankurkhurana_, good night and thanks for a good day. [20:55] manusheel_, do you have marc's email? I only have his irc nick. [20:56] dfarning, manusheel_ sir : I too should leave now [20:57] Good night [20:57] kandarpk, thanks and good night. [20:57] dfarning: thanks for your guidance :) [20:57] kandarpk, any time. [20:59] kandarpk: Good night. [20:59] dfarning: by the way, [20:59] dfarning: Yes, I have Marc's e-mail address. [20:59] dfarning: Let me send it to you. [20:59] after git-import-orig [20:59] manusheel_, thanks [20:59] we need to run [21:00] git rm package_name_version.orig.tar.gz [21:00] to successfully [21:00] good night [21:00] kandarpk, yes that makes sense it appears to be a binary file to git-buildpackage [21:03] dfarning, well i didnt go to sleep [21:04] i build the second package as well i built the package [21:04] dfarning, can you guide me on uploading it as well [21:04] ankurkhurana__, :) [21:04] ? [21:04] :) [21:04] so i can sleep in peace :) [21:04] i think [21:04] ankurkhurana_: :-) [21:04] ankurkhurana__, sure we can figure it out:) [21:04] Ian_Daniher: Hi Ian. Around? [21:05] well dfarning , as met connection may ditch me, if that happens i might contact you on chat? [21:05] will that be okay [21:05] > [21:05] ? [21:05] i will create a documentation on that as well [21:05] * Ian_Daniher waves [21:05] ankurkhurana__, sure [21:05] Hey - sorry for the delay. [21:06] Ian_Daniher: Absolutely fine. [21:06] dfarning, git push git+ssh://git.debian.org/git/collab-maint/sugar-sliderpuzzle-activity.git master [21:06] will that do [21:06] ? [21:06] hey Ian_Daniher manusheel_said you were working on usr on usb [21:06] My interest is in the customization process. I'm finding that many of the cosmetic issues I'm running into with my Ubuntu-Sugar-Remix-on-a-Stick stem from the live CD bit [21:06] dfarning: yep. [21:06] ankurkhurana__, I think so. [21:06] dfarning: itd-usr.blogspot.com [21:07] dfarning: stuff's working, but room for improvement [21:07] Ian_Daniher: The Write activity issue is resolved, right? [21:08] manusheel_: I fixed it, but my changes haven't been documented or pushed upstream. I'll email you with a post to itd-usr.blogspot.com later today. [21:08] Ian_Daniher, I think almost all comsetic improvement that you would make would also apply to normal USR. [21:08] Ian_Daniher: Sure. That would be great. [21:08] manusheel_: image of it working on ubuntu netbook remix on my blog :) [21:08] Ian_Daniher, are you posting your fixes anywhere? [21:08] dfarning: yes, quite possibly. [21:08] dfarning: they'll be posted to my blog as well as the PPA. [21:09] Ian_Daniher, which ppa are you uploading to? [21:10] dfarning: would the usr on launchpad be appropriate? [21:11] Ian_Daniher: Great. Yes, just visited your blog. [21:11] dfarning, push successful , well there were some changes in command as well , i will document them. [21:11] dfarning: also, would like to adopt our ISO generation procedure for use with Open-1-to-1 [21:11] dfarning, manusheel_ sir good night [21:11] :) [21:12] Yes, I would like to work with you to integrate your work with the core USR and the build system. [21:12] ankurkhurana_ : Good night Ankur. [21:12] dfarning: Emphatic "Ditto" on my part. [21:13] Ian_Daniher, would you mind sending patches to the sugarteam mailing list for now? Then we can create a process for pushing them upstream when every possiable. [21:14] dfarning: okay, i'll send patches and procedures to the list [21:14] Ian_Daniher: Did you test collaboration (multi-user editing) for Write activity? [21:15] dfarning: Good idea indeed. [21:15] manusheel_: no [21:15] Ian_Daniher: Please do test collaboration. [21:15] Ian_Daniher, we have shifted gears slightly and are working on Sugar an debian. Then we will sync from debian to ubuntu 10.10. I want to becarefull we don't lose your work in the confusion. [21:16] dfarning: duly noted - what about the USR livecd? [21:16] dfarning: I'll make sure that does not happen. Will keep a track record. [21:16] That is indeed important too. [21:18] dfarning: Around? [21:22] manusheel_: where in the repo is the livecd / chroot script? [21:22] dfarning: ^ [21:33] dfarning: Can you direct Ian to the script? [21:35] Ian_Daniher: It seems David is not around at this juncture. He will be back soon. [21:49] Ian_Daniher, manusheel_ sorry, Guests from out of town arrived before my sister got home from dentist. required brief emergency babysitting session:) [21:53] Ian_Daniher, the build script live on the build vm, if you send me your prefered log in and ssh key I can create an account so you can edit the scripts and create isos. [22:03] dfarning: will do. I'll email it to you later today. thanks! [22:24] dfarning: sent my pubkey + username [22:35] Ian_Daniher, try ssh it@140.186.70.115 [23:06] Ian_Daniher: Kindly send us the documentation on how we have fixed the Abioword issue.