v13 | I've python2.5 already | 00:00 |
---|---|---|
v13 | no ? | 00:00 |
blubbi | k | 00:00 |
v13 | sss | 00:00 |
v13 | It installs there: ./scratchbox/tools/lib/python2.3/site-packages/wifieye/win.py | 00:00 |
* v13 gone crazy | 00:00 | |
blubbi | v13: I am no debian guy, and I use the outobuilder or http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Creating_Debian_Packages | 00:03 |
blubbi | v13 oh, you your tool seems to use the python included in scratchbox | 00:04 |
v13 | yes | 00:04 |
v13 | in fact, it is *not* my tool | 00:04 |
v13 | it's cdbs that uses it | 00:04 |
blubbi | you might want to change the header to #!/usr/bin/env python | 00:05 |
blubbi | if cdbs is written in python | 00:05 |
blubbi | ... | 00:05 |
v13 | I've that already | 00:05 |
v13 | cdbs is the packaging tool of debian | 00:05 |
v13 | improvement of old dh_* things | 00:05 |
*** SpeedEvil has quit IRC | 00:06 | |
blubbi | ah, okay, never used it | 00:06 |
v13 | and just found this: | 00:06 |
v13 | http://www.joaquimrocha.com/2009/12/15/seriesfinale-0-2-1-version-on-extras-devel/ | 00:06 |
v13 | "Still, the repository builder kept using Python 2.3 to build the package just like the problem I had on Scratchbox… tried again to push some changes and build it and still: fail! In the end I just gave up using CDBS for the package generation and edited the template of dh_make directly" | 00:06 |
v13 | not encouraging :( | 00:06 |
blubbi | you might change the env and throw out the scratchbox python if possible | 00:06 |
blubbi | v13: overwrite $PATH | 00:07 |
v13 | well.. i could change scratchbox but the builder will also fail | 00:07 |
v13 | so I'll not be able to upload it to extras-devel | 00:07 |
blubbi | mmh, never used cdbs | 00:07 |
blubbi | sry | 00:07 |
v13 | thanks anyway | 00:08 |
v13 | if you package programs cdbs is really cool. | 00:08 |
v13 | Here it is: | 00:08 |
v13 | DEB_PYTHON_SYSTEM=pycentral | 00:08 |
v13 | include /usr/share/cdbs/1/rules/debhelper.mk | 00:08 |
v13 | include /usr/share/cdbs/1/class/python-distutils.mk | 00:08 |
v13 | That's debian/rules. nothing more | 00:08 |
v13 | *plus the first line | 00:09 |
blubbi | v13: try to throw out the scratchbox path from PATH | 00:09 |
blubbi | PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin" | 00:09 |
blubbi | then run your tool again | 00:09 |
v13 | won't it fail when sending this to the package builder ? | 00:09 |
blubbi | nope, I guess not | 00:09 |
blubbi | why should it? | 00:10 |
v13 | how can i change the path there ? | 00:10 |
blubbi | with this mod you only prevent your system to see the scratchbox python, which is anyway not much of use | 00:10 |
*** VDVsx has quit IRC | 00:10 | |
blubbi | just run this inside your scratchbox: PATH="/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin" | 00:11 |
blubbi | then "echo $PATH" | 00:11 |
v13 | I won't be able to run this on the builder | 00:11 |
v13 | when i upload the source | 00:11 |
v13 | so it will use 2.3 there. no ? | 00:11 |
blubbi | v13: aaaah damn you have no cluwe what the PATH env does, do you? | 00:11 |
blubbi | clue | 00:11 |
v13 | oh... i do :) | 00:11 |
blubbi | fine | 00:12 |
blubbi | then what are you waiting for? | 00:12 |
v13 | look.. when i dput the source to the builder | 00:12 |
v13 | how will the builder get the modified path ? | 00:12 |
blubbi | v13: okay, now think about it twice | 00:12 |
v13 | ? | 00:12 |
* v13 thinks | 00:12 | |
blubbi | just try it | 00:12 |
v13 | look.. | 00:12 |
blubbi | then you will see what happens | 00:12 |
v13 | it will work for me ok.. | 00:12 |
v13 | ok one mom | 00:12 |
blubbi | an I will guess it will work on the autobuilder | 00:13 |
v13 | export PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:$PATH | 00:14 |
v13 | same thing | 00:14 |
v13 | still i don't get how the builder could get the path | 00:15 |
v13 | can you help me on this ? | 00:15 |
v13 | (to understand this) | 00:15 |
v13 | the builder will get the source (orig.tar.gz + diff.gz + dsc + changes). How will it get the PATH? | 00:16 |
blubbi | v13: you run this tool cdbs in scratchbox? | 00:18 |
v13 | yes | 00:18 |
blubbi | okay, and it graps the wrong python? | 00:18 |
v13 | seems so | 00:18 |
blubbi | okay | 00:18 |
blubbi | thought I have no clue how cdbs works it can only get the PATH to python from $PATH | 00:19 |
v13 | yes | 00:19 |
v13 | xm.. or no.. | 00:19 |
blubbi | paste $PATH | 00:19 |
v13 | cdbs may use other methods too | 00:19 |
blubbi | unlikely | 00:20 |
v13 | can you please answer my q. regarding how the builder will get the path ? | 00:20 |
v13 | (/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/host_usr/bin:/scratchbox/devkits/git/bin:/scratchbox/devkits/svn/bin:/scratchbox/devkits/doctools/bin:/scratchbox/devkits/debian-etch/bin:/scratchbox/devkits/perl/bin:/scratchbox/tools/bin:/targets/links/arch_tools/bin:/scratchbox/compilers/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin) | 00:20 |
blubbi | paste "which python" | 00:20 |
*** SpeedEvil has joined #maemo-devel | 00:20 | |
v13 | look | 00:21 |
v13 | i've already done this | 00:21 |
v13 | it is 2.5 | 00:21 |
v13 | from /usr/bin | 00:21 |
blubbi | okay | 00:21 |
v13 | the alternative of /usr/bin points to python2.5 | 00:21 |
v13 | /usr/bin/pythont hat is | 00:21 |
blubbi | with builder you mean the maemo autobuilder | 00:21 |
v13 | yes | 00:21 |
blubbi | did you grep the files generated by cdbs for "scratchbox" | 00:22 |
v13 | ? | 00:22 |
v13 | cdbs generates the final package | 00:22 |
v13 | here is the doc: http://cdbs-doc.duckcorp.org/en/cdbs-doc.xhtml | 00:22 |
v13 | Common Debian Build System (http://build-common.alioth.debian.org/) | 00:23 |
blubbi | v13: okay, did you check the files in there containing anything containing a path that incorporates "scratchbox" | 00:23 |
v13 | blubbi... pause for a bit | 00:23 |
v13 | i'm using a method that i've used for debian packages as well | 00:23 |
v13 | and for scratchbox it goes on using python2.3 | 00:23 |
v13 | which is the python of the scratchbox | 00:24 |
v13 | i don't believe this is a cdbs problem | 00:24 |
*** VDVsx has joined #maemo-devel | 00:25 | |
blubbi | well, try to build your package like described here: http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Creating_Debian_Packages and see if the problem persists... I have no clue how cdbs works, and I am to tired to look into it. | 00:25 |
*** edisson has quit IRC | 00:25 | |
v13 | hey.. i'm thankful for you trying to help | 00:26 |
v13 | I don't want you to look at this! | 00:26 |
v13 | if it doesn't work i'll switch to debhelper | 00:26 |
blubbi | np :-) | 00:26 |
v13 | FWIW, the cdbs has a DEB_PYTHON_COMPILE_VERSION variable that was supposed to force a specific debian version... no good.. | 00:27 |
blubbi | recompile it with the proper PATH (removing path to scratchbox bins) | 00:28 |
blubbi | or if there is a compiletime switch it would com in handy | 00:28 |
blubbi | time to go to bed... cu all | 00:31 |
v13 | cu .. thanks anyway | 00:31 |
blubbi | v13: good luck | 00:31 |
blubbi | cu | 00:31 |
*** blubbi is now known as blub | 00:31 | |
v13 | cu | 00:37 |
*** t-tan has joined #maemo-devel | 00:45 | |
*** pupnik has joined #maemo-devel | 01:16 | |
*** BabelO has quit IRC | 01:19 | |
*** visz has quit IRC | 01:24 | |
*** SpeedEvil has quit IRC | 01:31 | |
*** v13 has quit IRC | 01:37 | |
*** t-tan has quit IRC | 01:38 | |
*** visz has joined #maemo-devel | 01:44 | |
*** lbt has quit IRC | 01:46 | |
*** SpeedEvil has joined #maemo-devel | 01:47 | |
*** SLi has joined #maemo-devel | 02:16 | |
SLi | Hi. I'm trying to add extras-{testing,devel} to my scratchbox but always hit some errors when doing apt-get update. For armel: | 02:17 |
SLi | Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/free/binary-armel/Packages.gz MD5Sum mismatch | 02:18 |
SLi | Failed to fetch http://repository.maemo.org/extras-devel/dists/fremantle/free/source/Sources.gz MD5Sum mismatch | 02:18 |
SLi | And for x86: | 02:18 |
SLi | Get:3 http://repository.maemo.org fremantle/free Packages [1187kB] | 02:18 |
SLi | 99% [3 Packages gzip 0] [Waiting for headers] | 02:18 |
SLi | gzip: stdin: invalid compressed data--crc error | 02:18 |
SLi | gzip: stdin: invalid compressed data--length error | 02:18 |
SLi | Err http://repository.maemo.org fremantle/free Packages Sub-process gzip returned an error code (1) | 02:18 |
SLi | ... | 02:18 |
SLi | Failed to fetch http://repository.maemo.org/extras-testing/dists/fremantle/free/binary-i386/Packages.gz Sub-process gzip returned an error code (1) | 02:18 |
SLi | Curiously if I wget that file from the same scratchbox, gunzip decompresses it fine. | 02:19 |
jebba | you could try my mirror in the interim: http://espejo.freemoe.org/ | 02:20 |
SLi | Works better. Does it mirror nightly? | 02:26 |
jebba | hourly actually | 02:29 |
jebba | or thereabouts iirc | 02:29 |
jebba | just has free repos | 02:29 |
SLi | Ok, good. Thank you. | 02:29 |
jebba | np | 02:30 |
SLi | Hmmh. | 02:30 |
SLi | Failed to fetch http://espejo.freemoe.org/repository.maemo.org/extras-devel/dists/fremantle/free/binary-i386/Packages.gz MD5Sum mismatch | 02:30 |
SLi | Failed to fetch http://espejo.freemoe.org/repository.maemo.org/extras-devel/dists/fremantle/free/source/Sources.gz MD5Sum mismatch | 02:30 |
jebba | heh | 02:30 |
jebba | well.... | 02:31 |
jebba | perhaps you got something else goin on. | 02:31 |
SLi | Well, if it mirrored while broken, it's not surprising it's broken too : | 02:31 |
SLi | :) | 02:31 |
jebba | well, it does mirror it a bit differently right now. It does't use rsync as that isn't going--it uses apt-mirror, which i would think in theory would leave a good Packages.gz | 02:32 |
SLi | Ok. | 02:32 |
SLi | Hm, now repository.maemo.org works ok for at least x86. Guess it was just updating something. | 02:36 |
*** VDVsx has quit IRC | 02:43 | |
*** DocScrutinizer51 has quit IRC | 04:07 | |
*** Docscrutemp has joined #maemo-devel | 04:07 | |
*** Docscrutemp is now known as DocScrutinizer51 | 04:07 | |
*** vincentstans has quit IRC | 04:21 | |
*** ieatlint_ has joined #maemo-devel | 05:20 | |
*** ieatlint has quit IRC | 05:20 | |
*** ieatlint_ is now known as ieatlint | 05:20 | |
*** pupnik has quit IRC | 05:56 | |
*** pupnik has joined #maemo-devel | 05:58 | |
pupnik | i would like a scp with null encryption | 06:17 |
*** pupnik has quit IRC | 06:36 | |
*** Acedip has joined #maemo-devel | 07:14 | |
*** SpeedEvil has quit IRC | 07:17 | |
*** DocScrutinizer has quit IRC | 07:32 | |
*** DocScrutinizer has joined #maemo-devel | 07:32 | |
*** DocScrutinizer51 has quit IRC | 07:32 | |
*** t7g_ has joined #maemo-devel | 07:32 | |
*** Docscrutemp has joined #maemo-devel | 07:33 | |
*** Docscrutemp is now known as DocScrutinizer51 | 07:33 | |
*** SpeedEvil has joined #maemo-devel | 07:34 | |
*** t7g__ has quit IRC | 07:36 | |
*** Acedip_ has joined #maemo-devel | 07:54 | |
*** Acedip_ has quit IRC | 07:56 | |
*** Acedip_ has joined #maemo-devel | 07:56 | |
*** Acedip has quit IRC | 07:56 | |
*** Acedip_ has left #maemo-devel | 07:59 | |
*** sleipnir has joined #maemo-devel | 08:15 | |
*** bricks has joined #maemo-devel | 08:58 | |
*** slonopotamus has joined #maemo-devel | 08:58 | |
*** sleipnir has quit IRC | 09:12 | |
*** lbt has joined #maemo-devel | 09:24 | |
*** tekojo has joined #maemo-devel | 09:26 | |
*** BabelO has joined #maemo-devel | 09:33 | |
*** lardman has quit IRC | 09:45 | |
*** lardman has joined #maemo-devel | 09:52 | |
*** aboyer has joined #maemo-devel | 09:53 | |
*** dazo_afk is now known as dazo | 09:54 | |
*** BabelO has quit IRC | 09:55 | |
*** blub has quit IRC | 09:55 | |
*** Pavel has quit IRC | 09:55 | |
*** blub has joined #maemo-devel | 09:58 | |
*** BabelO has joined #maemo-devel | 10:00 | |
*** _Lucretia_ has quit IRC | 10:02 | |
*** Pavel has joined #maemo-devel | 10:09 | |
cpasjuste | could someone "light" me on the online builder ? what does he do ? does it just do a "make && make install", or does it ran configure | 10:10 |
scoopr | /away | 10:12 |
*** tbf has joined #maemo-devel | 10:18 | |
*** slonopotamus has quit IRC | 10:36 | |
Jaffa | cpasjuste: It does `dpkg-buildpackage' | 10:51 |
*** ravas has quit IRC | 11:02 | |
*** ravas has joined #maemo-devel | 11:03 | |
*** ppenz has joined #maemo-devel | 11:14 | |
*** ravas has quit IRC | 11:20 | |
*** ravas has joined #maemo-devel | 11:24 | |
*** aswat has joined #maemo-devel | 11:44 | |
*** amigadave has joined #maemo-devel | 11:56 | |
*** ppenz has quit IRC | 12:04 | |
*** ppenz has joined #maemo-devel | 12:04 | |
*** ppenz has quit IRC | 12:05 | |
*** ppenz has joined #maemo-devel | 12:05 | |
*** ppenz has joined #maemo-devel | 12:05 | |
*** hrw has joined #maemo-devel | 12:06 | |
hrw | hi | 12:06 |
hrw | is there vala compiler in autobuilder? | 12:14 |
lcuk | hrw, i thought vala was available as a package, and hence you just add it as a build-dep? | 12:42 |
hrw | yep, it is in extras-devel | 12:44 |
*** VDVsx has joined #maemo-devel | 12:45 | |
hrw | 27KB package needs to be optified or not? | 12:49 |
VDVsx | > 500kb, but you can optify it anyway :D | 12:50 |
lcuk | hrw heh | 12:50 |
lcuk | vdv is right, if you are already comfortable with adding it in, theres nopoint not to | 12:51 |
hrw | ok, uploaded mdbus2 to autobuilder | 12:53 |
hrw | [2010-02-11 12:55:33] mdbus2 2.0.0-1 has been queued for loading into fremantle extras-devel repository | 12:56 |
hrw | nice | 12:56 |
*** lardman has quit IRC | 13:10 | |
*** lardman has joined #maemo-devel | 13:10 | |
*** SLi has quit IRC | 13:30 | |
cpasjuste | so, do i really need a configuration file to upload to autobuilder ? for a data package ... | 13:36 |
ruskie | http://sprunge.us/EdXI <-- can anyone explain why upstart is refusing to even acknowledge that I've added a new script to it? is there some config file or something I need to put it in as well? | 13:44 |
*** Acedip has joined #maemo-devel | 14:15 | |
ruskie | well figured that out | 14:17 |
ruskie | it's just script not start script | 14:17 |
cpasjuste | is there someone to help me make an autobuilder compatible package for some data, no compilation required | 14:23 |
ruskie | create a normal debian package with sources and stuff... that's really all there is | 14:27 |
cpasjuste | well i did a big big crappy hack : | 14:31 |
cpasjuste | all: | 14:31 |
cpasjuste | install: | 14:31 |
cpasjuste | cp -a usr $(DESTDIR) | 14:31 |
cpasjuste | clean: | 14:31 |
cpasjuste | is it going to work :x | 14:31 |
cpasjuste | the deb is correctly built locally | 14:33 |
villager | that should work | 14:35 |
villager | (if you also do the regular debian package-building stuff of course) | 14:36 |
*** _Lucretia_ has joined #maemo-devel | 14:39 | |
ruskie | cpasjuste, considering all of debian packaging is one big big huge crappy hack | 14:42 |
cpasjuste | well | 14:42 |
ruskie | a proper packaging system wouldn't ask me each time what the build system is, or require me to list files that get installed ahead of time | 14:42 |
ruskie | it would actually say... ow look there's a ./configure file there and it's +x.... so it's autotools | 14:43 |
ruskie | it would still require adding all the options etc... but that should be a simple var or two | 14:43 |
cpasjuste | i have a 250Mb package to upload to autobuilder, could someone help me find what's really needed to uplaod ? | 14:48 |
cpasjuste | http://pastebin.com/m6bdd6d9d : wesnoth-data-1.6.5.tar.gz is the original archive, and dh_make did the "wesnoth-data_1.6.5.orig.tar.gz" archive i think | 14:49 |
cpasjuste | they are same size, i only need to upload wesnoth-data_1.6.5.orig.tar.gz to autobuilder, not wesnoth-data_1.6.5.tar.gz ? | 14:49 |
ruskie | iirc yes | 14:54 |
*** ppenz has quit IRC | 14:58 | |
*** edisson has joined #maemo-devel | 14:59 | |
cpasjuste | well this scp crap is falling on the public key | 15:06 |
cpasjuste | while its correctly set on both side | 15:06 |
cpasjuste | this is the biggest horror i never seen to release something :p | 15:06 |
ifreq | mayb the community is not yet ready for to you or vise versa | 15:07 |
ifreq | -for | 15:08 |
ifreq | :) | 15:08 |
ifreq | cpasjuste: i dont know whats so hard with it as jebbas instructions are quite simple for upload too | 15:08 |
cpasjuste | well, i'm not really a "noob" with linux and coding porting | 15:09 |
cpasjuste | but all this crap is crap | 15:09 |
cpasjuste | i just get a permission problem with the public key and scp | 15:11 |
cpasjuste | while the public key is good ;. | 15:11 |
ifreq | http://wiki.maemo.org/Uploading_to_Extras | 15:11 |
cpasjuste | yeah .. | 15:11 |
ifreq | this should be pretty straight forward :P | 15:11 |
cpasjuste | i did read it 1028332 time :x | 15:12 |
cpasjuste | scp wesnoth-data_1.6.5.orig.tar.gz wesnoth-data_1.6.5-1.diff.gz wesnoth-data_1.6.5-1_source.changes wesnoth-data_1.6.5-1.dsc cpasjuste@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle/ | 15:12 |
cpasjuste | does it seems to be the right command ? | 15:12 |
cpasjuste | well, does the scp login is the username is the garage username ? | 15:12 |
cpasjuste | well, does the scp login is the username in the garage username ? | 15:13 |
ifreq | stop spamming | 15:13 |
cpasjuste | my god i can't talk normally anymore :x | 15:13 |
cpasjuste | stop spamming ? | 15:13 |
cpasjuste | where do you see some spamming | 15:13 |
ifreq | 15:12 < cpasjuste> well, does the scp login is the username is the garage username ? | 15:13 |
ifreq | 15:13 < cpasjuste> well, does the scp login is the username in the garage username ? | 15:13 |
cpasjuste | just don't do the idiot ... | 15:14 |
cpasjuste | well i see i won't get anything from you except crap, so you can just put me on your ignore list and we'll all be happy | 15:15 |
ifreq | mayb its better you chill a bit? | 15:15 |
ifreq | scp -p *.tar.gz *.diff.gz *.changes *.dsc \ | 15:15 |
ifreq | jebba@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle/ | 15:15 |
cpasjuste | ... | 15:15 |
ruskie | btw why do you have a wesnoth-data.orig | 15:16 |
ifreq | have you uploaded the pub key to garage and its been accepted too? | 15:16 |
ruskie | I thought both wesnoth and data were in the same upstream tarball | 15:16 |
cpasjuste | well, i did change nothing in my cmd line, but it work now | 15:16 |
cpasjuste | yep ruskie, but i wanted to split them to be able to update the binary without having to re-download the whole package | 15:17 |
cpasjuste | re-download/re-upload | 15:17 |
ruskie | so instead of having a single source for both packages it's now one source for one and another for the other | 15:18 |
cpasjuste | what do you mean ? :x | 15:18 |
cpasjuste | single source ? | 15:18 |
ruskie | well apt-get source wesnoth -> would fetch wesnoth-1.6.5.orig.tar.gz which would include both the sources and the data | 15:19 |
ruskie | but now this won't be the case... it will only fetch the sources | 15:19 |
cpasjuste | yes | 15:19 |
cpasjuste | this will brake some things ? | 15:19 |
ruskie | shouldn't it's just pointless | 15:19 |
ifreq | ruskie: if im on ignore ask him: have you uploaded the pub key to garage and its been accepted too? | 15:20 |
ifreq | as it clearly is not prob of proper cmds | 15:20 |
ifreq | more with ssh auth | 15:20 |
ifreq | on source host there is nothing to add for permissions etc.. should work cleanly | 15:20 |
ifreq | would be also nice to know does he try to scp inside scratchbox which ofcourse has dif ssh keys than the build host | 15:21 |
ruskie | cpasjuste, since you can always ganaret an arbitary amount of debs out of a single source | 15:21 |
ruskie | ifreq, I don't think you are on ignore | 15:21 |
ifreq | oki cool. | 15:21 |
ifreq | i think cpaste lost nervers on me :P | 15:21 |
ifreq | nerves* | 15:21 |
ruskie | impatient more likely | 15:21 |
ifreq | gotta leave work, talk later. -> bus | 15:22 |
ruskie | cpasjuste, can you paste your entire scp command ? | 15:22 |
cpasjuste | thanks for the help, but it work now | 15:23 |
cpasjuste | not sure what happened, didnt change anything in both side ( plublic key) | 15:23 |
ruskie | then maybe it took a while to get all the things synced | 15:23 |
cpasjuste | yep i think | 15:23 |
ifreq | or pub key accepted | 15:23 |
ifreq | :P | 15:23 |
cpasjuste | yep | 15:23 |
ifreq | on garage side | 15:23 |
ruskie | cpasjuste, basically what I meant is you could have a wesnoth and wesnoth-data debs but they use the same source so apt-get source would get the same source for both and build each one separately | 15:24 |
cpasjuste | i understand what you'r saying ruskie, but it already really really hard for me all this debian/maemo packaging stuff, so having only one sources for two deb is really out of my competence :p | 15:24 |
ruskie | it's hard even for me... and I'm used to packaging things... though with a lot less broken system then debian | 15:25 |
cpasjuste | i already completly hacked the data to be able to send it to autobuilder, i did write a crappy makefile for it | 15:25 |
cpasjuste | the makefile just do a copy on install :!x | 15:25 |
ruskie | btw you know you could have just used the existing debian package? | 15:26 |
ruskie | and just updated the relevant fields for it and added whatever patches you might have wanted | 15:26 |
cpasjuste | i think it would have been more work probably to understand all that crap | 15:26 |
ruskie | not really... -> set version, add patches, update changelog | 15:26 |
ruskie | that would more or less all :) | 15:27 |
cpasjuste | hum | 15:27 |
ruskie | actually changelog would be the version setting as well | 15:27 |
cpasjuste | you all want to make me mad ? :p | 15:27 |
ruskie | no | 15:27 |
ruskie | just want to help you get things done more easily | 15:28 |
cpasjuste | yes i'm joking | 15:28 |
cpasjuste | what's to be edited, the "rules" files ? | 15:28 |
cpasjuste | to add patch etc ? | 15:28 |
ruskie | to add patch is there a patches dir ? | 15:28 |
cpasjuste | where ? :p | 15:29 |
ruskie | if so just add it there and list in patches file or list file | 15:29 |
cpasjuste | in the debian package ? | 15:29 |
ruskie | debian/patches | 15:29 |
cpasjuste | ha ok, didnt even download the debian package | 15:29 |
cpasjuste | i'm doing all that crap from sources | 15:29 |
ruskie | basically if the packagi is already packaged for debian it's easy to port over to maemo | 15:30 |
cpasjuste | well i think it would be easier if we could just upload some "release version" .deb to devel | 15:30 |
cpasjuste | without the need to pass to autobuilder | 15:31 |
ruskie | then nobody would be able to get the source(which is rather anti-GPL) and unable to fix anything that someone might want to fix | 15:32 |
ifreq | not mention the depency errors etc | 15:32 |
ifreq | its good for debugging your package | 15:32 |
ifreq | :) | 15:32 |
ifreq | so you can see its build with garage policy imho. | 15:32 |
ifreq | learned a alot when did my 1st package | 15:33 |
ruskie | I'm waiting for the new xmms2 release then I'll probably bother packaging it for extras | 15:33 |
ifreq | ruskie: would be cool. | 15:34 |
ifreq | cant wait for it :) | 15:34 |
ruskie | well I'm happy with my current one in my own repo :) | 15:34 |
ifreq | ruskie: im still hanging with the mp3blaster even it has some scaling problem on xterm | 15:34 |
ifreq | =) | 15:34 |
ifreq | hehe im sure you are | 15:34 |
ruskie | but I'll probably add the icons I use to it and the shortcuts | 15:35 |
ifreq | please relase it soon on extras | 15:36 |
ifreq | if possib | 15:36 |
ifreq | or mayb ill just add your repo :P | 15:36 |
ifreq | doing anything else nice? | 15:36 |
ruskie | fcron djmount gtar gcoreutils | 15:36 |
ruskie | there's also rsyslog | 15:36 |
ifreq | ah nice | 15:37 |
ruskie | fcron requires some handholding to take off | 15:37 |
ruskie | adn I just today created an event.d script for it | 15:37 |
ruskie | gtar and gcoreutils is really nothing spectacular | 15:38 |
ruskie | and I see someone decide dto do them with a /usr/bin/gnu "YUCK" dir | 15:38 |
*** fragment has joined #maemo-devel | 15:38 | |
ruskie | I also have an emergency console that gets started if the keyboard is left open when booting(/bootmenu.sh) and fbcon | 15:39 |
ruskie | gives you plain no-auth(need to fix that) shell | 15:39 |
ruskie | so as long as you have /sbin/preinit and the tools it requires you can fix a broken init | 15:40 |
ruskie | tried rolling an initramfs but the limitation of 2MB for the kernel means it would need to be 200kb | 15:41 |
ruskie | which means would probably need to be linked to something like klibc/diet/uclibc | 15:41 |
ruskie | anyway need to run off home myself :) | 15:41 |
*** ppenz has joined #maemo-devel | 15:48 | |
*** amigadave has quit IRC | 15:48 | |
*** tekojo_ has joined #maemo-devel | 15:52 | |
*** tekojo has quit IRC | 15:54 | |
*** amigadave has joined #maemo-devel | 15:56 | |
*** tekojo has joined #maemo-devel | 15:57 | |
*** tekojo_ has quit IRC | 15:57 | |
hrw | http://marcin.juszkiewicz.com.pl/2010/02/11/mdbus2-for-maemo5/ | 16:16 |
hrw | gcoreutils? is not coreutils-gnu already? | 16:17 |
*** hrw is now known as hrw|gone | 16:19 | |
*** Modeless has joined #maemo-devel | 16:20 | |
*** tekojo has quit IRC | 16:25 | |
*** tekojo has joined #maemo-devel | 16:25 | |
*** Modeless has quit IRC | 16:27 | |
*** hrw|gone has quit IRC | 16:31 | |
*** hrw|gone has joined #maemo-devel | 16:32 | |
cpasjuste | arg crap, i did upload a package to autobuilder with "all" as Architecture (it only contain data), but it only built it for i386 it seems :x | 16:32 |
cpasjuste | who | 16:34 |
cpasjuste | and i dont understand, it seems to be a part of another package now :x : http://maemo.org/packages/view/wesnoth-data/ | 16:34 |
cpasjuste | arg crap | 16:35 |
cpasjuste | i understand nothing :x | 16:35 |
cpasjuste | why it did not build an "all" package like in scratchbox | 16:36 |
cpasjuste | haa | 16:40 |
cpasjuste | it did build it for arm it seems now, no enough patience | 16:41 |
*** Acedip has quit IRC | 16:42 | |
cpasjuste | lol | 16:53 |
cpasjuste | http://pastebin.com/m309f5876 | 16:53 |
cpasjuste | welcome to the horror :x | 16:53 |
cpasjuste | can i completly remove a package i uploaded to devel ? | 16:59 |
*** blub is now known as blubbi | 17:06 | |
villager | woohoo, my cyborgeye program can now control the n900 camera's focus lens | 17:08 |
*** blubbi has quit IRC | 17:08 | |
villager | camera is still crap though, of course... | 17:08 |
villager | cpasjuste: either email some admins to remove it or wait for them to implement that web interface they're working on | 17:09 |
cpasjuste | thanks villager> | 17:10 |
villager | cpasjuste: though if you plan to make a package anyway, just upload a newer version I guess? | 17:11 |
cpasjuste | yeah i tought to that | 17:11 |
cpasjuste | but anyway my package is good ! | 17:11 |
cpasjuste | it's a 300Mb data package for wesnoth, tried to install it with apt-get, but apt-get use /var as a package cache so it fail | 17:12 |
cpasjuste | but work great with hildon package manager | 17:12 |
*** tekojo has quit IRC | 17:16 | |
SpeedEvil | Is there a walkthrough of how to distribute an app that's - say - 20 lines of sh or awk - and depends on zenity? | 17:18 |
lcuk | SpeedEvil, maemo-optify-boottime is one such example afaik | 17:24 |
SpeedEvil | k | 17:28 |
*** kodomo_ has quit IRC | 17:39 | |
cpasjuste | crap, the maemo-optify stuff is done at the postinstall script ? :x | 17:41 |
*** kodomo has joined #maemo-devel | 17:41 | |
cpasjuste | i need to reupload the whole package with manual optify :x | 17:41 |
lcuk | cpasjuste, thats just been changed | 17:46 |
lcuk | i saw a mail from mvo about it on -dev ML | 17:46 |
lcuk | or somewhere | 17:46 |
lcuk | :D | 17:46 |
cpasjuste | it's been changed in which way ? | 17:46 |
cpasjuste | now it optify it at postinstall ?. | 17:46 |
cpasjuste | or will it be optified before installing ? :p | 17:46 |
cpasjuste | i just uploaded a 250Mb package which seems to be optified at postinstall :x | 17:47 |
lcuk | check the deb | 17:47 |
lcuk | afaik the script is another portion and the files will be installed into /opt directly | 17:47 |
cpasjuste | if i optify myslef, i need to make all the simlink to /opt myself ? :x | 17:48 |
cpasjuste | well i just uploaded a package and its not the case with it | 17:48 |
cpasjuste | does "echo auto > debian/optify" should be enough ? | 17:48 |
lcuk | cpasjuste, not sure, check the instructions/readme on maemo-optify stuff on gitorious | 17:49 |
Jaffa | cpasjuste: If you optify yourself, you don't need to bother with any symlinks, you just use /opt/<package> directly. | 17:55 |
Jaffa | cpasjuste: If you want auto-optification, put 'auto' in debian/optify | 17:55 |
*** hrw|gone has quit IRC | 18:02 | |
*** hrw|gone has joined #maemo-devel | 18:03 | |
*** lardman is now known as lardman|gone | 18:04 | |
*** hrw|gone is now known as hrw | 18:22 | |
*** ptl has quit IRC | 18:27 | |
*** ptl has joined #maemo-devel | 18:39 | |
*** ptl has joined #maemo-devel | 18:39 | |
*** ptl has quit IRC | 18:44 | |
*** ptl has joined #maemo-devel | 18:55 | |
*** ptl has joined #maemo-devel | 18:55 | |
*** bricks has left #maemo-devel | 18:56 | |
*** aswat has quit IRC | 19:00 | |
*** dazo is now known as dazo_afk | 19:04 | |
*** lbt has quit IRC | 19:37 | |
*** lbt has joined #maemo-devel | 19:37 | |
*** BluesLee has joined #maemo-devel | 19:40 | |
*** onen|openBmap has joined #maemo-devel | 19:40 | |
*** tps_ has joined #maemo-devel | 19:42 | |
*** BluesLee has quit IRC | 19:44 | |
*** t-tan has joined #maemo-devel | 19:45 | |
*** hrw has quit IRC | 19:47 | |
*** hrw has joined #maemo-devel | 19:49 | |
*** amigadave has quit IRC | 19:54 | |
*** ppenz has quit IRC | 19:54 | |
*** polac has quit IRC | 20:05 | |
*** polac has joined #maemo-devel | 20:06 | |
jeremiah | lcuk: Did you get any council mail today? | 20:13 |
lcuk | jeremiah, ? should i have done | 20:14 |
jeremiah | I sent mail to that list | 20:14 |
jeremiah | council@maemo.org | 20:15 |
lcuk | ive not looked @ liquid@gmail all day | 20:15 |
* lcuk has been working hard | 20:15 | |
jeremiah | Ah. | 20:15 |
lcuk | and i never get council@ | 20:15 |
jeremiah | ~lcuk++ | 20:15 |
jeremiah | lcuk++ | 20:16 |
Jaffa | jeremiah: lcuk isn't on the council... | 20:18 |
Jaffa | Unless something changed | 20:18 |
jeremiah | nope. | 20:18 |
jeremiah | <sheepish grin> | 20:18 |
jeremiah | heh | 20:19 |
jeremiah | VDVsx: ping | 20:19 |
VDVsx | jeremiah, pong | 20:19 |
jeremiah | VDVsx: Did _you_ get any council mail today? | 20:19 |
VDVsx | jeremiah, yes, will reply later :) | 20:20 |
jeremiah | cool :) | 20:20 |
VDVsx | currently deal with the testing squad, trying to kick start the activities soon | 20:20 |
VDVsx | *dealing | 20:20 |
jeremiah | Awesome | 20:20 |
jeremiah | I'm looking forward to that. | 20:20 |
lcuk | jeremiah, dont believe him | 20:22 |
lcuk | he says he will reply to many things later | 20:22 |
jeremiah | Ain't it the open source way? | 20:22 |
jeremiah | We are all volunteers, so you just have to wait. | 20:23 |
VDVsx | lcuk, I always do my job :D | 20:23 |
jeremiah | Wait - I'm not a volunteer, you can yell at me! | 20:23 |
VDVsx | only 2 pending replies atm, so no complains :D | 20:23 |
jeremiah | VDVsx: You work hard, don't listen to lcuk! | 20:24 |
jeremiah | ☻ | 20:24 |
* lcuk is only jesting | 20:26 | |
* VDVsx removes all beers earned by lcuk for his list:"to whom I owe beer " :D | 20:29 | |
*** Hrww has joined #maemo-devel | 20:30 | |
* lcuk restores vdvsx back to the top of his ass kickin list | 20:30 | |
lcuk | oh wait, sorry i didnt take your name off it last time | 20:30 |
VDVsx | grrr | 20:30 |
lcuk | :D | 20:30 |
VDVsx | well, no maemo events in the horizon, so see you at the summit :D :D | 20:31 |
*** hrw has quit IRC | 20:32 | |
*** Modeless has joined #maemo-devel | 20:34 | |
*** Modeless has quit IRC | 20:45 | |
*** bronson has joined #maemo-devel | 21:11 | |
*** bronson has left #maemo-devel | 21:11 | |
Jaffa | VDVsx: Can I have lcuk's beer, please? | 21:49 |
Jaffa | I'll do something useful | 21:49 |
jeremiah | wha? | 21:49 |
jeremiah | There is beer? | 21:49 |
Jaffa | Allegedly | 21:50 |
jeremiah | There was beer at FOSDEM | 21:51 |
Jaffa | :( | 21:51 |
*** flx_ has joined #maemo-devel | 21:52 | |
*** flx_ is now known as Guest9310 | 21:52 | |
Jaffa | Next year, if my Big Plan comes off | 21:53 |
jeremiah | Oooh | 21:55 |
jeremiah | Next year at FOSDEM or at the summit? | 21:55 |
*** flux has quit IRC | 21:55 | |
*** Guest9310 is now known as flux | 21:55 | |
*** flux has quit IRC | 21:57 | |
Jaffa | jeremiah: I'd hope to be at FOSDEM next year. I already hope to be at this year's summit :) | 22:03 |
jeremiah | awesome | 22:08 |
jeremiah | texting squad? | 22:14 |
*** flux has joined #maemo-devel | 22:25 | |
*** t-tan has quit IRC | 22:31 | |
*** JPohlmann has joined #maemo-devel | 23:23 | |
*** Milhouse has joined #maemo-devel | 23:24 | |
*** JPohlmann has quit IRC | 23:24 | |
*** MJK has joined #maemo-devel | 23:45 | |
*** sleipnir has joined #maemo-devel | 23:46 | |
*** VDVsx has quit IRC | 23:47 | |
*** MJK has quit IRC | 23:49 | |
*** onen|openBmap has quit IRC | 23:49 | |
*** VDVsx has joined #maemo-devel | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!