Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2012-07-04

00:00:01 Quit Wardo (Read error: Connection reset by peer)
00:01:03saratoga_also, for anyone in the US interested in development, the Zip is on sale at amazon for $35 shipped
00:12:08 Quit petur (Quit: Leaving)
00:15:26pamaurymgottschlag: yes, the recovery mode just uploads code to ram :)
00:22:24 Quit domonoky (Read error: Connection reset by peer)
00:23:45 Join MethoS- [0] (~clemens@134.102.106.250)
00:29:23 Quit Xerion (Quit: )
00:29:51 Quit bertrik (Ping timeout: 252 seconds)
00:30:03 Quit pamaury (Remote host closed the connection)
00:50:00 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 14.0/20120628060610])
01:00
01:00:14 Quit ender` (Quit: Cigarettes are like squirrels. They're perfectly harmless until you put one in your mouth and light it on fire.)
01:01:09 Quit shamus (Read error: Connection reset by peer)
01:01:22 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
01:08:18 Quit prof_wolfff (Ping timeout: 246 seconds)
01:15:11 Quit mgottschlag (Ping timeout: 246 seconds)
01:26:16***Saving seen data "./dancer.seen"
01:29:30 Join dfkt_ [0] (~dfkt@unaffiliated/dfkt)
01:31:45 Quit dfkt (Ping timeout: 246 seconds)
01:33:11 Quit XavierGr ()
01:44:11 Join slav3_kitten [0] (~kitten@unaffiliated/slav3-kitten/x-0866809)
01:50:09slav3_kittenHello, i have a Sansa Fuze V2 and while out of the house I inserted a 2gb SD card with some new music on it. Went to database, and it appeared to crash and throw up a short message i didn't fully read and shutoff, it's now dead to the world and won't turn on via the power button on the side. anyone know if it just bricked itself or requires some other form of reset?
01:51:11slav3_kittennevermind fourth reset attempt was successful
01:51:13funmanjust press the power button for 30s, if it doesn't work let it discharge for a few days
01:51:17funmancool
01:52:40slav3_kittenyea my sister would have murdered me had i broken her mp3 player while awaiting my new one in the mail
01:54:45 Part slav3_kitten ("Leaving")
01:59:52 Join Thra11_ [0] (~thrall@146.90.131.40)
02:00
02:00:40 Quit Thra11 (Ping timeout: 264 seconds)
02:08:02 Quit liar (Ping timeout: 245 seconds)
02:13:58 Quit GermanMushroom (Quit: Ik ga weg)
02:59:28 Quit Rower85 (Quit: Hmmm...)
03:00
03:00:00 Quit dfkt_ (Ping timeout: 250 seconds)
03:06:14saratoga_if I make a new branch, edit it, and then switch back to the master branch without a commit, are my changes retained?
03:16:35JdGordonthey are moved with the branch switch
03:21:36 Join dfkt [0] (dfkt@unaffiliated/dfkt)
03:22:14saratoga_so write in rockbox, its write(fd, buf, number_of_bytes) right?
03:22:25saratoga_trying to figure out why my callback creates a blank file
03:24:07 Quit dfkt (Client Quit)
03:24:08 Quit nosa-j (Quit: lol)
03:25:58 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:26:17***Saving seen data "./dancer.seen"
03:30:49 Quit MethoS- (Quit: Konversation terminated!)
03:33:53saratoga_bah stupid mistake
03:34:16 Quit nosa-j (Ping timeout: 245 seconds)
03:35:02 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:36:17 Quit nosa-j (Client Quit)
03:36:35 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:40:42 Quit nosa-j (Client Quit)
03:50:32 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:51:54 Quit nosa-j (Quit: lol)
03:54:02 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:56:33 Quit nosa-j (Client Quit)
03:57:32 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
03:57:52saratoga_how do i post a second patch to gerrit in the same task?
03:59:53JdGordonan update to the patch? or one in a series?
04:00
04:00:52saratoga_i fixed a mistake in my gerrit task
04:00:57saratoga_how do i upload the new patch?
04:01:39JdGordondo git commit −−amend, make sure the commit message has the commit-id line then do a git push origin HEAD:refs/for/master
04:01:45JdGordonit will push to the same task
04:03:04 Join TheSphinX_ [0] (~briehl@p5B321BF8.dip.t-dialin.net)
04:03:09saratoga_ah thanks
04:03:17saratoga_bertrik, gevaerts, Torne: see g#288
04:03:19fs-bluebotGerrit review #288 at http://gerrit.rockbox.org/r/288 : Introduce logging to disk feature into rockbox. by Michael Giacomelli (changes/88/288/2)
04:03:39saratoga_i didn't introduce a mechanism for warning levels or anything like that yet
04:03:50saratoga_and i'm just calling it logdiskf for now, probably need a better name
04:04:02 Quit nosa-j (Quit: lol)
04:06:41 Quit TheSphinX^ (Ping timeout: 264 seconds)
04:07:03 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:09:27CIA-5Commit 3d0459d in rockbox by Michael Giacomelli: Expand the range of the WPA Pro quant table. Fixes FS #12704.
04:13:00 Quit nosa-j (Quit: lol)
04:14:33 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:18:33 Join amiconn_ [0] (amiconn@rockbox/developer/amiconn)
04:18:33 Quit amiconn (Disconnected by services)
04:18:35 Join pixelma_ [0] (pixelma@rockbox/staff/pixelma)
04:18:35 Quit pixelma (Disconnected by services)
04:18:36 Nick amiconn_ is now known as amiconn (amiconn@rockbox/developer/amiconn)
04:18:37 Nick pixelma_ is now known as pixelma (pixelma@rockbox/staff/pixelma)
04:20:44 Quit nosa-j (Quit: lol)
04:21:33 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:24:09 Join keenerd [0] (~kyle@archlinux/trusteduser/keenerd)
04:25:11keenerdSo I've got a few mp3s that I made with Lame that are unplayable. Whole album actually.
04:25:21keenerdI am suspecting it is an id3 tag thing.
04:25:40 Quit nosa-j (Client Quit)
04:25:43keenerd(Running the stable release from April.)
04:25:55keenerdHere is one track http://kmkeen.com/tmp/01%20Dark%20Flute.mp3
04:25:59saratoga_do they play in other stuff?
04:26:11keenerdYeah. Mplayer has no problem.
04:26:27keenerdAnd the md5sums match what is on my local drive.
04:27:33 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:30:04saratoga_file has multiple ID3v2 tags
04:30:36 Quit nosa-j (Client Quit)
04:31:21keenerdOdd.
04:31:25saratoga_fixing the tags fixes in foobar
04:31:35saratoga_fixing the tags in foobar fixes the file
04:32:03 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:32:07saratoga_someone probably processed them with some broken file tagger and corrupted the files
04:33:27keenerdHuh.
04:33:53keenerdThanks :-)
04:35:08 Join nosa [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:37:40 Quit nosa-j (Ping timeout: 248 seconds)
04:39:06 Nick nosa is now known as nosa-j (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:41:42 Quit nosa-j (Quit: lol)
04:44:03 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
04:46:36 Quit nosa-j (Client Quit)
04:48:34 Join nosa-j [0] (~m00k@adsl-74-235-42-222.clt.bellsouth.net)
05:00
05:01:45 Quit [7] (Disconnected by services)
05:01:54 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:26:18***Saving seen data "./dancer.seen"
05:30:36 Part amayer
05:34:11 Quit RAThomas (Remote host closed the connection)
05:59:18 Quit anewuser ()
06:00
06:12:57 Join tchan1 [0] (~tchan@c-69-243-144-187.hsd1.il.comcast.net)
06:13:11 Join Scr0mple [0] (~Simon@119.225.209.134)
06:15:06 Quit tchan (Ping timeout: 255 seconds)
06:16:00 Quit Scromple (Ping timeout: 255 seconds)
06:16:27 Quit shamus (Ping timeout: 255 seconds)
06:17:31 Join shamus [0] (~shamus@ip-206-192-195-49.marylandheights.ip.cablemo.net)
06:20:10 Quit factor (Read error: Connection reset by peer)
06:38:03 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
06:41:54 Quit saratoga (Quit: Page closed)
06:42:03 Join [Saint_] [0] (~Saint]@unaffiliated/saint/x-8516940)
06:46:19 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
06:51:47 Quit alexbobp (Ping timeout: 245 seconds)
07:00
07:24:33 Join Guest65928 [0] (~alex@capitalthree.pwnz.org)
07:26:19***Saving seen data "./dancer.seen"
07:27:08 Quit [Saint] (Remote host closed the connection)
07:34:55 Nick Guest65928 is now known as capitalthree (~alex@capitalthree.pwnz.org)
07:37:23 Join [Saint] [0] (~Saint]@101.98.158.103)
07:37:23 Quit [Saint] (Changing host)
07:37:23 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
07:49:52 Quit amiconn (Remote host closed the connection)
07:49:52 Quit pixelma (Remote host closed the connection)
07:52:01 Join pixelma [0] (pixelma@rockbox/staff/pixelma)
07:52:02 Join amiconn [0] (amiconn@rockbox/developer/amiconn)
07:54:42 Quit [Saint] (Quit: Quit)
07:55:06 Join [Saint] [0] (~Saint]@101.98.158.103)
07:55:06 Quit [Saint] (Changing host)
07:55:06 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:00
08:04:29 Quit [Saint] (Remote host closed the connection)
08:08:05 Join [Saint] [0] (~Saint]@101.98.158.103)
08:08:05 Quit [Saint] (Changing host)
08:08:05 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
08:11:37 Join mshathlonxp [0] (msh@87.110.96.39)
08:18:02 Quit Thra11_ (Ping timeout: 245 seconds)
08:19:35 Quit [Saint_] (Remote host closed the connection)
08:33:03 Join LinusN [0] (~linus@giant.haxx.se)
08:52:18 Join ender` [0] (krneki@foo.eternallybored.org)
08:53:05 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64)
08:57:33 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
08:57:56 Quit mshathlonxp (Ping timeout: 252 seconds)
09:00
09:01:12 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
09:01:20CIA-53d0459d build result: All green
09:20:15[Saint]is CIA-5 smoking pot again...?
09:21:10[Saint]or id a build round really take (from my logs, at least) ~50 minutes?
09:21:18[Saint]*or did
09:23:03 Join markun [0] (~markun@rockbox/developer/markun)
09:24:06 Quit mgottschlag (Ping timeout: 240 seconds)
09:26:22***Saving seen data "./dancer.seen"
09:29:32 Join simabeis [0] (~simabeis@lobmenschen.de)
09:30:10 Join stoffel [0] (~quassel@pD9E41D5E.dip.t-dialin.net)
09:32:49 Join kevku [0] (x@heaaqi4aafadxggv3i4xjrdabba.dyn.reverse.name)
09:32:55JdGordon3d0459d Jul 04 07:01 0 291:50
09:32:58JdGordonbuild took a while :p
09:37:18JdGordonCan we please do something about the default GNU mirror in rockboxdev.sh?
09:37:36JdGordonit is better to have none set than the .fi one :/
09:37:36 Quit bertrik (Ping timeout: 240 seconds)
09:40:37funmanwhat's wrong with the .fi ?
09:40:52JdGordon60KiB/s
09:41:55funmani got 125 here
09:42:07JdGordonyou're alot closer :p
09:42:15funman1MB on a faster connection
09:42:36crwlI just downloaded something from nic.funet.fi and got 10.8 MB/s
09:42:44crwl...so, as much as my connection can handle
09:42:45crwlit's just fine ;)
09:42:50funmanobviously but there's nothing wrong with the mirror itself
09:43:24funmanif gnu.org did geolocation mirror selection that'd be nice for everybody
09:43:49funmanJdGordon: just put export GNU_MIRROR=somewhere_near_you in your bashrc
09:53:55user890104bluebrother: venci@ubuntu:~/rockbox/rbutil/rbutilqt/build-mingw32$ i686-pc-mingw32-qmake ..
09:53:56user890104Error processing project file: ..
10:00
10:07:53 Quit uwe_mobile (*.net *.split)
10:08:08 Quit Scr0mple (Read error: Connection reset by peer)
10:10:46 Join uwe_mobile [0] (~uwe@static.88-198-8-117.clients.your-server.de)
10:13:01 Quit uwe_mobile (*.net *.split)
10:15:02 Join uwe_mobile [0] (~uwe@static.88-198-8-117.clients.your-server.de)
10:23:07 Join XavierGr [0] (~xavier@rockbox/staff/XavierGr)
10:26:16 Quit liar (Read error: Connection reset by peer)
10:27:01 Quit [Saint] (Remote host closed the connection)
10:27:09 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
10:32:00 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
10:38:21 Quit stoffel (Remote host closed the connection)
10:42:28 Join buschhardt [0] (~buschhard@p57AA2D41.dip.t-dialin.net)
10:43:41buschhardtHallo, is there a support also for an iriver E300 device?
10:48:05funmanno.
10:49:48 Join TomColler [0] (~thomas@ppp-198-97.25-151.libero.it)
10:50:36 Part TomColler
10:51:53 Join Pale_ugly [0] (4765338c@gateway/web/freenode/ip.71.101.51.140)
10:52:12buschhardtmaybe in the future?
10:55:09 Part Pale_ugly
11:00
11:04:49 Join mortalis [0] (~mortalis@176.60.182.170)
11:06:39 Join mgottschlag [0] (~quassel@2a00:1398:200:200:d44f:bf9e:e7ea:c3f2)
11:06:39 Quit mgottschlag (Changing host)
11:06:39 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64)
11:07:52funmanIf someone works on it sure
11:08:58buschhardtcan the device with a wrong firmware bricked or is there a crosscompiler for the chipset?
11:09:35funmanthat's your job to find out :P
11:10:03funmansee http://www.rockbox.org/wiki/NewPort
11:11:12buschhardtthanx - I will try out :-)
11:15:27 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
11:15:43 Join Rower85 [0] (husvagn@v-413-alfarv-90.bitnet.nu)
11:17:02 Join mgottschlag2 [0] (~quassel@2a00:1398:9:fb00:d44f:bf9e:e7ea:c3f2)
11:18:05 Quit mgottschlag (Ping timeout: 264 seconds)
11:26:23***Saving seen data "./dancer.seen"
11:30:38buschhardtI will begin with the pcb-scanns :-) bye
11:38:03 Quit mortalis (Remote host closed the connection)
11:38:47 Join mortalis [0] (~mortalis@176.60.182.170)
11:40:08 Quit buschhardt (Quit: leaving)
11:41:40 Quit mortalis (Remote host closed the connection)
11:43:08 Join mortalis [0] (~mortalis@176.60.182.170)
11:46:41 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
11:56:41 Quit mortalis (Remote host closed the connection)
11:59:44 Join dfkt [0] (dfkt@unaffiliated/dfkt)
12:00
12:02:36 Join Topy [0] (~Topy44@g228133107.adsl.alicedsl.de)
12:05:15 Quit T44 (Ping timeout: 246 seconds)
12:06:23gevaertsJdGordon: if you're bored, skinned lists (at least grid ones) have issues with touch scrolling
12:06:42JdGordon[Saint]: did you test the bar touch regions?
12:40:19 Join anewuser [0] (~anewuser@186.93.234.141)
12:40:27 Quit anewuser (Changing host)
12:40:27 Join anewuser [0] (~anewuser@unaffiliated/anewuser)
12:43:14*[Saint] would really prefer the inverse of the current patches behaviour re: activation.
12:43:56[Saint]I'd really like a "touch" param to add to bars to tell the skin engine to handle the touch regions, rather than "notouch" to tell it not to.
12:44:27[Saint]</$0.02>
12:48:26 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
13:00
13:00:11 Join T44 [0] (~Topy44@f048204003.adsl.alicedsl.de)
13:02:00 Quit [Saint] (Quit: Quit)
13:02:20 Join [Saint] [0] (~Saint]@unaffiliated/saint/x-8516940)
13:03:21 Quit Topy (Ping timeout: 246 seconds)
13:03:41 Quit mgottschlag2 (Ping timeout: 264 seconds)
13:15:12kugel[Saint]: wow, we agree! Thats my exact opinion also
13:15:40[Saint]uh ohhh...
13:15:47[Saint];)
13:18:16[Saint]The slight difference is, is that when I say things like this, I say them usually with little to no idea how much more or less difficult/complicated it may make the implementation.
13:18:33kugelit would actually simplify the implementation
13:19:07kugelbecause default=touch requires extra measures to detect non-touch enabled themes
13:26:24***Saving seen data "./dancer.seen"
13:30:19 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
13:49:15 Join mgottschlag [0] (~quassel@2a00:1398:9:fb00:b5c0:d893:62f0:3d55)
13:49:15 Quit mgottschlag (Changing host)
13:49:15 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64)
13:54:50bluebrotheruser890104: qmake should find the project file, but you can.also point itdirectly to it
13:55:03bluebrotheri.e. use ../rbutilqt.pro
13:56:41JdGordon[Saint]: kugel: there is absolutly no time when the automagic behaviour is not better than doing it manually, so if it needs a bit of tweaking to make 100% perfect so be it
13:57:06JdGordonmanually doing it makes it impossible to get right if/when we make RTL support magic
14:00
14:08:53 Quit einhirn (Ping timeout: 244 seconds)
14:37:06 Join naund [0] (~naund@p4FD2AC40.dip0.t-ipconnect.de)
14:51:42 Quit XavierGr ()
15:00
15:24:15 Join Thra11 [0] (~thrall@146.90.131.40)
15:26:27***Saving seen data "./dancer.seen"
15:27:39kugelJdGordon: i don't see how rtl is related
15:29:25kugelwhat you call "doing it manually" is merely applying a parameter to a tag, nothing more. and it plays with backward compatibility unnecessarily
15:31:09JdGordonno, rtl should just happen without themer support which right now itdoes. this doesnt affect backwards compatibility at all
15:31:17JdGordonam i right that you havnt actually tried the patch?
15:31:59 Join mortalis [0] (~mortalis@176.60.171.90)
15:32:18 Quit mortalis (Client Quit)
15:32:54 Join mortalis [0] (~mortalis@176.60.171.90)
15:33:35kugelyou are right, but I don't need to try it to question the default
15:33:50kugeland rtl is unrelated
15:33:58JdGordonyou're wrong on both counts
15:34:07kugelnope
15:36:17kugelI don't consider putting the touch param as an explicit action towards rtl enablement
15:37:02kugeland if the param is used rtl could still work
15:37:20JdGordontell me then how to make the current region tag work for inverted bars
15:40:29 Quit mortalis (Remote host closed the connection)
15:40:55 Join mortalis [0] (~mortalis@176.60.171.90)
15:41:13 Join ender1 [0] (krneki@foo.eternallybored.org)
15:41:20 Quit ender` (Read error: Connection reset by peer)
15:41:47JdGordonyour answer has to be "add another option to the region tag and the relevant logic to make that work" which is redundant if the default is on, and then the bar touch region can actually be removed
15:42:28kugelyour patch
15:45:37 Part LinusN
15:51:05 Quit mortalis (Quit: Leaving)
16:00
16:18:05 Quit mgottschlag (Ping timeout: 264 seconds)
16:26:40 Join stoffel [0] (~quassel@pD9E41AD9.dip.t-dialin.net)
16:29:46 Join PRETTY_FUNCTION [0] (~sigBART@123.252.213.161)
16:41:37 Join amayer [0] (~amayer@72.25.21.171)
17:00
17:04:03 Quit PRETTY_FUNCTION (Remote host closed the connection)
17:11:08 Quit liar (Read error: Connection reset by peer)
17:11:53 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
17:26:31***Saving seen data "./dancer.seen"
17:26:37 Join mshathlonxp [0] (msh@87.110.96.39)
17:46:53 Join megal0maniac [0] (~megal0man@196.213.53.210)
17:49:20 Join mshz [0] (msh@81.198.254.236)
17:49:25 Quit mshathlonxp (Disconnected by services)
17:49:29 Nick mshz is now known as mshathlonxp (msh@81.198.254.236)
17:52:46 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64)
17:57:07 Join prof_wolfff [0] (~prof_wolf@82.159.1.234.dyn.user.ono.com)
18:00
18:05:23 Join thegeek [0] (~thegeek@171.17.9.46.customer.cdi.no)
18:05:55 Part amayer
18:14:37 Quit stoffel (Ping timeout: 246 seconds)
18:16:33 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
18:44:56 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
18:49:25 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:56:36 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
18:58:02bertrik[Saint], funny about the buildserver, it did seem to finish the build just after I woke my laptop from suspend. This laptop is one of the few that can handle manual builds.
18:59:21bertrik2012-07-04 09:01:16 Completed build iriverh120manual
18:59:21bertrik2012-07-04 09:01:17 Server message: Build round completed after 17510 seconds.
19:00
19:16:31bluebrothermaybe it would be a good idea to make the build system simply drop builds if no client with the required toolchain is available?
19:16:41 Join Horscht [0] (~Horscht@p57B57DC6.dip.t-dialin.net)
19:16:42 Quit Horscht (Changing host)
19:16:42 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:21:37 Quit factor (Read error: Connection reset by peer)
19:24:12 Join bipton [0] (~4cafe7c4@www.haxx.se)
19:26:22 Quit fs-bluebot (Ping timeout: 245 seconds)
19:26:35***Saving seen data "./dancer.seen"
19:26:47 Quit bluebrother (Ping timeout: 245 seconds)
19:27:37 Join fs-bluebot [0] (~fs-bluebo@g224237137.adsl.alicedsl.de)
19:29:31 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
19:37:49 Join factor [0] (~factor@r74-195-219-241.msk1cmtc02.mskgok.ok.dh.suddenlink.net)
19:42:01gevaertsbluebrother: it should already do that
19:58:02 Quit liar (Ping timeout: 245 seconds)
19:59:10bluebrotherhmm, ok. Though the last build taking several hours because no client with manual toolchain being around doesn't look that way :)
19:59:15 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:59:34gevaertsI didn't say there were no bugs :)
20:00
20:00:33bluebrother:)
20:01:10AlexPWhat should a build client advertise to do manual? latex?
20:01:40gevaertsAlexP: yes. That might change though
20:02:09bluebrotherthe version check also seems a bit too strict to me
20:02:11gevaertsBecause you actually need both latex abd the m68k toolchain
20:02:37bluebrotherit's using the sdl toolchain right now, so no m68k, right?
20:02:48gevaertsah, yes
20:03:16gevaertsbluebrother: tex version numbering is a bit peculiar
20:03:36bluebrotherwell, not really.
20:03:44gevaertsMy installation is actually "pdfTeX 3.1415926-2.4-1.40.13"
20:03:45bluebrotherthe version number is reaching pi
20:04:00gevaertsYes, so it will always match 3.1415926
20:04:59bluebrotherwell, no :)
20:05:13bluebrothermy version is 3.141592-1.40.3-2.2, so it's an earlier version
20:05:23bluebrothersince it has one digit less :)
20:05:28gevaertsOK, well...
20:05:46gevaertsI wasn't going to promise an older version than what I could test would work :)
20:05:47bluebrotherhmm, texlive 2007 says my machine
20:05:50AlexPI appear to have 3.1415926-2.3-1.40.12
20:06:14bluebrotherwhy on earth does Fedora 16 still use texlive 2007? That's ... oooold
20:06:24bluebrotheranyway, no big deal :)
20:07:09gevaertsAnyway, something also went wrong with my client last night. It said "Fatal build error: Command not found. You have been temporarily disabled" while trying to build sansam200v4sim
20:07:31gevaertsNot sure why. I do have sdl on there
20:07:55bluebrotherthe slow machines would be good for the manual I guess :)
20:08:12gevaertshmmm
20:08:14megal0maniacIs being a build client bandwidth intensive?
20:08:28AlexPI've restarted mine now with latex
20:08:29gevaertsActually, that might be a response to a manual build earlier
20:08:41AlexPI don't bother normally as it doesn't get much :)
20:10:24gevaertsright. Incomplete latex...
20:10:26bluebrothermegal0maniac: not really
20:11:49megal0maniacAre build clients in need?
20:12:47bluebrotheronly clients with the latex toolchain it seems
20:13:04bluebrotherbut I'd guess people will update their configuration eventually
20:15:59gevaertsok, lmodern installed, so this client should now work properly
20:16:02megal0maniacJust wondering whether or not it's worth setting one up :)
20:20:49gevaertsmegal0maniac: depends
20:21:21gevaertsfor the "common" targets things are OK, and an extra client won't make any difference 95% of the time
20:21:45gevaertsAndroid and ypr0 do suffer from a lack of clients every now and then
20:21:58gevaertsLatex may do that too now it's also built, we'll see
20:22:46gevaertsAnd then there are the times when the big machines are switched off. That doesn't happen often, but when it does *any* client helps
20:23:15bertrikmegal0maniac, we're pretty fast already, but you're welcome to contribute. There's hardly any strings attached, you can leave the build farm whenever you want.
20:23:50gevaertsIf you look at e.g. http://build.rockbox.org/data/8aa3832-clients.html you'll notice some patterns. When roolku's machines aren't there, build times really go up
20:23:54bertrikFor each build, it does a git pull and uploads a couple of zip files
20:25:23bertrikdepending on how fast your machine can build them
20:25:49bertrikand some builds don't send any zip any all, but you have very little control over what build you get
20:26:14gevaertsWell, you do up to a point. You can do just sdl
20:26:32bertrikindeed
20:26:34megal0maniacMy desktop machine is pretty quick (i5 2400) but bandwidth is my biggest constraint. 384kbps with 10gb cap
20:26:48megal0maniacCap shouldn't be an issue, but the speed...
20:27:58gevaertsmegal0maniac: do you have android and/or YPR0 toolchains installed?
20:28:25gevaertsI'd say those are the most critical ones, and android doesn't upload anyway
20:28:33megal0maniacI can install anything that would be required, would probably be running in a VM anyway
20:40:56bertrikgevaerts, are you working currently at the rbutil dutch translation? I think I could work on it
20:41:03megal0maniacWill keep my ears open. For now, I'm off. Cheers all
20:41:08 Quit megal0maniac (Quit: megal0maniac)
20:41:30gevaertsbertrik: no. I just went through the list to see if the "in doubt" things made some sort of sense
20:41:54gevaertsI'm definitely not going to work on it today, and probably not the rest of the week either
20:42:13gevaertsFor later than that, I refuse to predict anything :)
20:42:38 Quit mgottschlag (Disconnected by services)
20:46:14 Join nathris [0] (~nathris@S0106602ad08244eb.gv.shawcable.net)
20:48:20biptondoes anyone have the hm-601 slim?
20:48:39biptonv2 bootloader w/new lcd working?
20:48:48nathrisso i put rockbox on my d2+ and now i can't get the bootloader to boot into the stock cowon firmware, it just shows the rockbox screen and "boot ver. unknown"
21:00
21:07:08 Join MethoS- [0] (~clemens@134.102.106.250)
21:26:37***Saving seen data "./dancer.seen"
21:28:07 Join Xerion [0] (~xerion@5419F5F4.cm-5-2d.dynamic.ziggo.nl)
21:30:12 Join stoffel [0] (~quassel@pD9E41AD9.dip.t-dialin.net)
21:44:18 Quit stoffel (Remote host closed the connection)
21:48:53 Join BHSPitMonkey [0] (~stephen@unaffiliated/bhspitmonkey)
21:56:44 Quit bipton (Quit: CGI:IRC)
22:00
22:06:03 Join einhirn [0] (~Miranda@p4FC74666.dip0.t-ipconnect.de)
22:23:27 Quit liar (Ping timeout: 245 seconds)
22:25:07 Join nathris2 [0] (~nathris@S0106602ad08244eb.gv.shawcable.net)
22:27:33 Quit capitalthree (Ping timeout: 246 seconds)
22:27:40 Quit nathris (Ping timeout: 264 seconds)
22:28:22 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
22:29:55 Join capitalthree [0] (~alex@capitalthree.pwnz.org)
22:31:27 Join Wardo [0] (~Mirandaha@176-120-190-109.dsl.ovh.fr)
22:32:53 Join einhirn_ [0] (Miranda@bsod.vpn.tu-clausthal.de)
22:35:31 Quit einhirn (Ping timeout: 245 seconds)
22:35:48 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
22:58:11 Join perrikwp_ [0] (~quassel@cpe-024-163-024-033.triad.res.rr.com)
22:59:11 Quit perrikwp (Ping timeout: 252 seconds)
23:00
23:01:30 Quit Horscht (Quit: Verlassend)
23:03:26 Join mgottschlag [0] (~quassel@reactos/tester/phoenix64)
23:03:55 Quit benedikt93 (Quit: Bye ;))
23:09:18 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
23:12:46 Quit einhirn_ (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
23:16:28 Join lebellium [0] (~chatzilla@g231087105.adsl.alicedsl.de)
23:19:57 Quit kevku (Ping timeout: 272 seconds)
23:26:39***Saving seen data "./dancer.seen"
23:27:15 Join stripwax [0] (~Miranda@rockbox/developer/stripwax)
23:43:54 Quit ender1 (Quit: Punch a psychic today: ask them if they saw it coming.)
23:51:45 Quit naund (Remote host closed the connection)
23:54:40 Join bipton [0] (~4cafe7c4@www.haxx.se)
23:55:32 Quit lebellium (Quit: ChatZilla 0.9.88.2 [Firefox 14.0/20120628060610])
23:58:54 Quit mystica555 (Ping timeout: 246 seconds)

Previous day | Next day