2008-06-16T10:09:59 *** pinesol has joined #openils-evergreen 2008-06-16T10:13:09 *** dbs has joined #openils-evergreen 2008-06-16T10:14:14 *** phasefx__ is now known as phasefx 2008-06-16T10:21:13 berick! 2008-06-16T10:22:12 Ferris! 2008-06-16T10:26:50 berick: are you still up for that "opensrf for fun and profit" article for code4lib journal? 2008-06-16T10:29:13 dbs: can you try something quickly for me? 2008-06-16T10:29:30 it depends... :) 2008-06-16T10:30:05 see if Open-ILS/src/extras/marcdumper in the Open-ILS tarball will compile 2008-06-16T10:30:19 it doesnt for me 2008-06-16T10:30:40 i thought it was my automake script, but i tried it normally and it didnt work either. 2008-06-16T10:30:42 which Open-ILS tarball? 2008-06-16T10:30:46 trunk 2008-06-16T10:30:49 err 2008-06-16T10:30:51 not tarball 2008-06-16T10:30:52 haha 2008-06-16T10:30:55 heh 2008-06-16T10:31:00 okay, one sec 2008-06-16T10:32:28 dbs pasted "marcdumper compile failure" at http://paste.lisp.org/display/62321 2008-06-16T10:32:45 that's what i got too. 2008-06-16T10:33:31 hmm - looks like we need to remove -I /usr/include/libxml2/ 2008-06-16T10:34:12 or not. weird 2008-06-16T10:34:17 that will yield many more an error 2008-06-16T10:35:33 I wonder how necessary it is now that yaz-marcdump behaves reasonably well 2008-06-16T10:35:50 (and because marcdumper is not included in the openils_all target) 2008-06-16T10:40:42 other than that, the openils autotools implementation is working. 2008-06-16T10:41:39 cool. and it looks like that breakage is not your fault :) 2008-06-16T10:41:52 so enough of these claims, mr. beswick - let's see some code! 2008-06-16T10:41:56 i want to fix it up though, because for a lot of the install parts, it is just copied directly from the old makefiles (since it is just copying files to directories, executing commands, etc) 2008-06-16T10:42:11 and i know there is automake-ish ways to copy files 2008-06-16T10:42:12 haha 2008-06-16T10:42:17 there are* 2008-06-16T10:42:23 yeah ill send you over a patch 2008-06-16T10:43:26 or just upload my branches to the server 2008-06-16T10:43:40 put branches on the server, please :) 2008-06-16T10:43:57 and maintain them there, ideally 2008-06-16T10:44:03 k just have to get everything in order, then i can do that 2008-06-16T10:47:29 marc + dump == epic fail 2008-06-16T11:01:16 asmodai: is that plurk translation interface available anywhere, or still being worked on? 2008-06-16T11:23:06 *** skmurphy has joined #openils-evergreen 2008-06-16T11:29:12 *** JMCraig has left #openils-evergreen 2008-06-16T11:29:41 *** agJohn has joined #openils-evergreen 2008-06-16T12:31:29 *** rsinger has joined #OpenILS-Evergreen 2008-06-16T12:37:27 dbs: << mitsuhiko>> still worked on 2008-06-16T12:44:35 *** rsinger_ has joined #OpenILS-Evergreen 2008-06-16T12:44:35 *** rsinger has quit IRC 2008-06-16T12:48:34 *** rsinger_ is now known as rsinger 2008-06-16T13:05:19 asmodai: thanks 2008-06-16T13:05:39 dbs: Apparently plurk is not quite open source, he's seeing if it can be made so. 2008-06-16T13:05:47 ahh 2008-06-16T13:06:04 kind of like ubuntu's translate.launchpad.net thingy. 2008-06-16T13:07:32 Sort of, yea 2008-06-16T13:22:49 *** scottmcd has quit IRC 2008-06-16T13:56:35 dbs! 2008-06-16T13:56:49 kbeswick: 23 moves? 2008-06-16T13:56:54 22 2008-06-16T13:57:59 Open-ILS/src/cgi-bin/setup.pl 2008-06-16T13:58:08 how is that generated 2008-06-16T13:59:00 because there is an instruction to copy it, but it is not there, so im assuming im missing a step to generate that file 2008-06-16T13:59:58 un secondo 2008-06-16T14:01:01 find . -exec grep -H "setup.pl" {} \; says that CONFIG_FILE is set in config.sh 2008-06-16T14:01:36 yeah, config.sh generates it 2008-06-16T14:01:50 line 194 2008-06-16T14:02:45 which is invoked by "make config" or "make all" or "make" 2008-06-16T14:03:34 ah. 2008-06-16T14:03:38 excellent 2008-06-16T14:03:39 thank you 2008-06-16T14:07:21 my pleasure! 2008-06-16T14:15:29 sweet, fixed it 2008-06-16T14:16:08 did you see how I taught that man to fish/find? I'm sneaky that way. 2008-06-16T14:17:26 are there always a lot of notices when all of the sql commands are executed when you install OpenILS? or is that my fault? 2008-06-16T14:18:08 There are always a lot of notices 2008-06-16T14:18:16 and some errors too? 2008-06-16T14:18:38 some errors, if the DROP command tries to drop something that doesn't exist 2008-06-16T14:18:44 ok 2008-06-16T14:18:45 good 2008-06-16T14:19:14 right now the only really good way to figure out if things worked or not is to redirect all of the output into a file and read through the errors to see if anything really serious happened 2008-06-16T14:20:53 i should insert some hidden messages amongst the heap of output 2008-06-16T14:22:46 kbeswick: you should include an "openils_upgrade" target that builds everything except for the database :) 2008-06-16T14:23:13 good idea 2008-06-16T14:23:16 that wil lbe easy enough 2008-06-16T14:23:40 or better, pulls the previous version's configuration from somewhere in /openils or the database and applies all of the required migration SQL scripts / config file modifications to bring a system up to date 2008-06-16T14:23:59 * dbs dreams in technicolour yawns 2008-06-16T14:24:33 haha 2008-06-16T14:24:53 well, first i will let you see what i have, then we will talk. 2008-06-16T14:25:09 because who knows, i could be bluffing and not have anything ! 2008-06-16T14:31:34 *** phase_bb has joined #openils-evergreen 2008-06-16T15:20:21 hey guys, how I do quote a blackslash in psql so I can pattern match against it? 2008-06-16T15:21:23 phasefx_: \\ 2008-06-16T15:22:25 hrmm, it complained at me, but maybe it wasn't fatal, and there were no further \'s to be found 2008-06-16T15:22:34 thanks man 2008-06-16T15:22:52 * eeevil comes to look 2008-06-16T15:25:24 probably just a warning about preferring E'\\' instead 2008-06-16T15:25:33 http://www.postgresql.org/docs/8.2/interactive/runtime-config-compatible.html#GUC-ESCAPE-STRING-WARNING 2008-06-16T15:45:23 quick bzr command for Slazer and kbeswick: 2008-06-16T15:45:57 bzr push sftp://@/var/www/bzr/evergreen/ 2008-06-16T15:46:36 (substitute "evergreen" with "opensrf" if it makes sense, of course) 2008-06-16T15:48:46 then you can just "bzr branch http:///bzr/evergreen/ " to get a clean copy with your own local name 2008-06-16T15:55:44 *** kbeswick has quit IRC 2008-06-16T15:56:41 *** Slazer has quit IRC 2008-06-16T17:43:52 *** dbs has quit IRC 2008-06-16T17:59:18 *** Karen__ has left #OpenILS-Evergreen 2008-06-16T20:54:20 *** dbs has joined #openils-evergreen 2008-06-16T21:19:12 * dbs shakes a fist at those conniving slazer/kbeswick kids who both promised to push out their branches and then bailed 2008-06-16T21:20:33 bradl: put a stop on that check! 2008-06-16T21:21:20 I'm tempted to build a CentOS vmware image just to investigate this red hat madness. somebody stop me. 2008-06-16T21:22:29 dbs: no. stop. don't. 2008-06-16T21:22:31 :) 2008-06-16T21:22:46 miker_++ # you're a lifesaver 2008-06-16T21:23:01 2008-06-16T21:23:04 (as he starts torrenting a centos image) 2008-06-16T21:36:48 phasefx_: any idea what's up with the oversized google custom search box on open-ils.org? 2008-06-16T21:38:16 dbs: looks normal to me 2008-06-16T21:38:38 miker_: it's probably my 1024x768 screen, or font size, then 2008-06-16T21:40:18 yep, it's not font size, it's 1024x768 2008-06-16T21:40:47 *** djfiander has joined #OpenILS-Evergreen 2008-06-16T21:47:43 fwiw, setting size="20" for the search box makes it more stay roughly within bounds at this resolution 2008-06-16T21:53:08 or adding width: 175px to the input inline style to make it match the bounding boxes of the sidebar (width - margins) 2008-06-16T21:53:28 (yes, I know this seems trivial) 2008-06-16T21:53:33 s/seems/is/ 2008-06-16T22:23:13 *** kbeswick has joined #openils-evergreen 2008-06-16T22:26:20 *** djfiander has quit IRC 2008-06-16T22:36:10 dbs: sorry, I've been dead to the world. Is the google search box still acting up or did you tweak it? 2008-06-16T22:36:51 phasefx_: I haven't tweaked it, but firebug suggests to me that the width: 175 px approach probably makes the most sense. 2008-06-16T22:37:10 if you have firebug, can you try that out at your (undoubtedly much higher) resolution? 2008-06-16T22:38:06 just 200 or so pixels higher 2008-06-16T22:39:12 hrm.. resizing via the webdev toolbar does not cause problems for me 2008-06-16T22:39:28 but ... I may be using a smaller default font size 2008-06-16T22:40:36 both opera and firefox look whacked on my system 2008-06-16T22:40:43 okay, we can putz around with index2.php and incl/sidebar2.php now 2008-06-16T22:40:53 and I've reset font sizes to the default 2008-06-16T22:41:26 so I'll change size=25 to 20 and add style width? 2008-06-16T22:41:55 how's that? http://open-ils.org/index2.php 2008-06-16T22:42:43 it looks good 2008-06-16T22:43:44 on firefox that is. 2008-06-16T22:43:50 if I do text size++ a few times, the box will overlap the main body text 2008-06-16T22:45:11 both versions look good for me regardless of screen resolution 2008-06-16T22:48:31 index2.php looks good to me (even after text size++ three times) 2008-06-16T22:48:56 heh, looks like the snippet google provides has changed to size=31 :) 2008-06-16T22:49:04 ugh 2008-06-16T22:49:17 size=640x480 2008-06-16T22:51:10 dbs: so move it over as is? feel free to play with it.. I don't consider myself the webmaster 2008-06-16T22:51:20 shore 2008-06-16T22:51:38 will do - I'm no webmaster either, but I occasionally tweak 2008-06-16T22:51:44 done 2008-06-16T22:54:17 * dbs hugs phasefx_ 2008-06-16T23:01:34 am I crazy to add something like this to the wiki? http://open-ils.org/dokuwiki/doku.php?id=evergreen-admin:maintenance:backups 2008-06-16T23:01:38 if so, too late... 2008-06-16T23:55:45 *** rsinger_ has joined #OpenILS-Evergreen