← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
12:28 | Fallor | hello #koha |
12:58 | fbcit | g'morning koha |
13:08 | hdl | hiya fbcit |
13:12 | Brooke | howdy |
13:12 | fbcit | wow... |
13:13 | [rootnighswonger-lt ~]# git clone git://git.koha.org/pub/scm/koha.git koha.git | |
13:13 | Initialized empty Git repository in /root/koha.git/.git/ | |
13:13 | remote: Generating pack... | |
13:13 | remote: Done counting 85246 objects. | |
13:13 | remote: Deltifying 85246 objects... | |
13:13 | remote: aborting due to possible repository corruption on the remote side. | |
13:13 | fatal: early EOF | |
13:13 | fatal: index-pack died with error code 128 | |
13:13 | fetch-pack from 'git://git.koha.org/pub/scm/koha.git' failed. | |
13:13 | hi Brooke | |
13:14 | Brooke | :) |
13:14 | hey those errors look unhappy... | |
13:14 | fbcit | git seems better behaved on second try :) |
13:17 | Brooke | Well that makes sense, I'm always better behaved on the next go round :) |
13:18 | fbcit | heh |
13:50 | Brooke | hi foxnorth |
13:56 | fbcit | when installing PDF::Reuse, make test says |
13:57 | # Using Test.pm version 1.25 | |
13:57 | is only avaliable with the XS version at /usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 9 | |
13:57 | BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 9. | |
13:57 | any thoughts? | |
13:57 | possibly the wrong version of zlib? | |
14:11 | gmcharlt | greetings #koha |
14:11 | paul | hello gmcharlt |
14:15 | fbcit | g'morning gmcharlt |
16:02 | owen | kados around? |
16:10 | paul | hello owen |
16:10 | owen | Hi paul |
16:42 | kados | hey owen |
16:42 | hi all | |
16:43 | owen | Hi kados, how's the beta release timetable? |
16:43 | kados | well, I'm still planning on the beta for 1 Feb :-) |
16:43 | based on the state of things it will, in fact, be a beta :-) | |
16:44 | I'm pretty keen on sticking to a time-based release schedule from here forward | |
16:44 | if we don't make stable state by 1 March we'll do a beta 2 | |
16:44 | or maybe a delta :-) | |
16:44 | paul | or a " RC" ? |
16:45 | (hello kados) | |
16:45 | kados | hey paul |
16:45 | yea, perhaps an RC | |
16:45 | paul | do you mean you have many bugs pending when you write "based on the state of things it will, in fact, be a beta :-)" ? |
16:46 | kados | paul: yes, but it's not me that has the bugs, it's Koha :-) |
16:47 | paul | bugzilla show me only 223 pending bugs. that not so much :-D |
16:47 | kados | *cough* |
16:47 | owen: why do you ask? | |
16:48 | paul | only 1 BLO with a patch sent, and 1 CRI |
16:48 | owen | I'm just trying to think about what I should be working on in the next couple of days |
16:50 | kados | owen: I'd say focusing on the OPAC, getting that finalized |
16:50 | any luck with the cart/lists buttons? | |
16:51 | owen | Yeah, I came up with a solution I'm fairly happy with. |
16:51 | The patches are probably in your queue | |
17:02 | kados | pushed up |
17:02 | but I'm seeing some bugs with lists | |
17:02 | adds two records to 'new list', names the list, and it seems to work, but when I refresh the page and go to lists I don't see the one I just created | |
17:03 | owen | Yeah, I'm waiting to hear back from atz on that one |
17:03 | kados | ahh, ok |
17:03 | he's on vacation this week :-) | |
17:03 | owen | Bummer. |
17:03 | kados | the buttons are pretty :-) |
20:04 | Aklibrarian | Good morning |
20:04 | chris | hey there :) |
20:05 | Aklibrarian | I am trying to do a bulk import in 2.2.9. I can't find the perl program. |
20:05 | I am in the koha-2.2.9/scripts/misc | |
20:06 | I figured I would ask for help before desolving in tears. | |
20:07 | chris | is there a migration directory? |
20:07 | misc/migration? | |
20:07 | Aklibrarian | Oh now that makes it just too easy. Thanks now I can find the program. |
20:07 | chris | :-) |
20:08 | migration_tools even | |
20:11 | Aklibrarian | I spent a lot of time looking for that. was too focussed on finding BulkMarcImport |
20:15 | chris | yep, its in there bulkmarcimport.pl |
20:15 | in that directory | |
20:21 | Aklibrarian | Now it says it can't find C4 |
20:22 | I know Cr is in the modules | |
20:22 | chris | yep |
20:22 | Aklibrarian | C4 THAT IS |
20:22 | chris | you will wan to do |
20:22 | export PERL5LIB='/path/to/modules' | |
20:22 | then run it | |
20:25 | Aklibrarian | Where would I do that? |
20:26 | chris | at the commandline, you are running bulkmarcimport.pl from the command line right? |
20:26 | Aklibrarian | Yep |
20:28 | I ran that and got no change. I used the line export PERL5LIB='/path/to/modules' | |
20:29 | When I search on files/Folders I have nothing under PERL5LIB That probably makes a difference | |
20:29 | chris | you have to substitute path/to/modules with the actual path to modules |
20:30 | Aklibrarian | Ahh thanks again. |
20:31 | chris | no worries |
20:37 | Aklibrarian | The command line I need to put in is export PERL5LIB='/koha-2.2.9/modules |
20:38 | The only file in modules is the C4 | |
20:38 | chris | cool |
20:38 | Aklibrarian | This still isn't working for me. |
20:38 | chris | is that the real path? |
20:39 | if you type | |
20:39 | Aklibrarian | Yes |
20:39 | chris | ls //koha-2.2.9/modules |
20:39 | sorry | |
20:39 | ls /koha-2.2.9/modules | |
20:41 | Aklibrarian | I get nothing when I type that in. When I am at /koha-2.2.9/modules and do a dir I get C4 |
20:42 | chris | in the modules dir |
20:43 | type pwd | |
20:43 | what does that tell you? | |
20:44 | Aklibrarian | The root is probably the word that has been stopping me. |
20:44 | chris | yeah if its /root/koha-2.2.9/modules thats what you need |
20:45 | Aklibrarian | '/root/koha-2.2.9/modules |
20:45 | chris | yeah with the ' at the end too |
20:49 | Aklibrarian | Now it died at line 170 |
20:49 | chris | did it say anything? |
20:50 | Aklibrarian | Died at bulkmarcimport.pl line 170 |
20:50 | chris | hmm thats not that helpful |
20:50 | Aklibrarian | That is on opening the program, not putting in any records yet. |
21:58 | Just got back from a meeting. | |
21:59 | Do you think that reloading bulkmarcimport.pl would be the answer |
← Previous day | Today | Next day → | Search | Index