2015-08-02 GnuCash IRC logs

00:22:10 *** cfoch has quit IRC
00:35:47 *** cfoch has joined #gnucash
01:22:21 *** fell_ has quit IRC
02:37:01 *** MechtiIde has joined #gnucash
03:59:50 *** MechtiIde has quit IRC
04:47:33 *** cfoch has quit IRC
04:59:12 *** andy has joined #gnucash
05:43:48 *** O01eg has joined #gnucash
05:51:04 *** cartsoftware has quit IRC
05:56:05 *** fabior has joined #gnucash
06:01:56 *** cartsoftware has joined #gnucash
06:13:50 *** fell has joined #gnucash
06:18:31 *** pacon has joined #gnucash
06:34:15 *** fabior has quit IRC
06:34:55 *** fabior has joined #gnucash
06:38:37 *** O01eg has quit IRC
07:46:56 *** MechtiIde has joined #gnucash
07:54:05 *** fabior has quit IRC
07:55:53 *** himaxx has joined #gnucash
07:57:11 *** pacon has quit IRC
08:02:20 *** himaxx has quit IRC
08:43:01 *** MechtiIde has quit IRC
08:53:26 *** MechtiIde has joined #gnucash
09:08:25 *** Jimraehl1 has left #gnucash
09:17:04 *** Jimraehl1 has joined #gnucash
10:30:38 *** O01eg has joined #gnucash
10:49:41 *** fabior has joined #gnucash
11:10:10 *** trav135 has joined #gnucash
11:17:03 <trav135> I am running gnucash 2.6.7 on Arch. I cannot, for the life of me, get the price editor function to work. I have perl-finance 1.37-2 installed. When i try to retriev quotes, i get a "There was a system error while retrieving the price quotes." Has anyone else had experience with this?
12:22:41 *** himaxx has joined #gnucash
12:25:33 *** himaxx has quit IRC
12:28:21 *** gjanssens has joined #gnucash
12:28:22 *** ChanServ sets mode: +o gjanssens
12:40:43 <jralls> trav135: Yes, it happens sometimes. The first thing to check is that you have Date::Manip installed: `sudo cpan install Date::Manip`. It's needed for gnc-fq-helper, but was erroneously removed from gnc-fq-update. That's fixed in 2.6.8 but in the meantime you have to hand-install it.
12:42:09 *** fabior has quit IRC
13:09:37 <jralls> MechtiIde: N.P.. Can you fix up the distcheck problem with your docs PR tonight?
13:10:00 <MechtiIde> I work on it
13:10:14 <MechtiIde> which tool do you use to check it
13:21:17 <jralls> MechtiIde: I used `make distcheck`, but xmllint also reports the errors. See http://wiki.gnucash.org/wiki/Documentation_Update_Instructions#Step_6_Validate_XML_Changes
13:25:35 <MechtiIde> I only get &app, and &mdash; errors
13:26:08 <MechtiIde> with xmllint --valid --noout
13:26:39 <MechtiIde> I have to use a new branch for the PR (Pull Request)
13:32:48 <jralls> MechtiIde: I don't understand. You have a branch corr_ch_txns which is the source of your PR. Is that the new branch you mean?
13:33:03 <MechtiIde> jralls, no
13:33:18 <MechtiIde> I had to do a new PR
13:33:25 <MechtiIde> with an new branch
13:34:13 <MechtiIde> because I had merge conflicts at my working place which I coulds't solved without do ing a new branch
13:35:14 <MechtiIde> jralls, if this is ok I'll push it to my github repo
13:35:51 <jralls> MechtiIde: OK. Please close the old PR as well.
13:36:07 <MechtiIde> ok
13:39:29 *** storyjesse has joined #gnucash
13:43:05 <MechtiIde> jralls, I tried it again and hope it works now
13:55:33 *** storyjesse has quit IRC
13:56:10 <jralls> MechtiIde: It doesn't like the <note><para>&untranslated;</para></note> at the end ahead of the commented-out <sect2 id="txns-puttoget-open2"><title>Anfangskontostände</title> section. Says it doesn't match the DTD. Is it OK if I comment it out?
13:56:35 <MechtiIde> yes
14:00:27 <jralls> OK, all done. Merged to maint and master and pushed.
14:02:12 <MechtiIde> thanks jralls
14:02:25 <MechtiIde> I have a small further PR
14:03:18 <MechtiIde> only for the file guide/de/gnucash-guide.xml
14:27:28 *** cfoch has joined #gnucash
14:32:41 <jralls> MechtiIDE: Does it pass xmllint for you? It's giving me opening-and-closing tag mismatch errors in ch_bus_ap.xml
14:33:49 <MechtiIde> I only changed gnucash-guide.xml
14:34:54 <jralls> Right, but you changed it so that it pulls in ch_bus_ap.xml. xmllint wasn't looking at it before.
14:37:39 <MechtiIde> I didn't test it
14:38:01 *** cfoch has quit IRC
14:40:45 <MechtiIde> should I do a new PR?
14:41:05 <MechtiIde> for the whole or only for the file ch_bus_ap
14:41:30 <MechtiIde> now I learned to do more tests
14:48:04 *** fell_ has joined #gnucash
14:49:00 <jralls> No need for a new PR. Just add your commits to the corr_ch_bus_ap branch and the existing PR will pick them up.
14:49:57 *** fell has quit IRC
14:50:26 <MechtiIde> ok
14:52:10 *** cfoch has joined #gnucash
14:54:08 <MechtiIde> jralls, I pushed it