[04:55:13] *** Quits: vin-ivar (~vinit@122.170.43.81) (Quit: WeeChat 1.0.1) [04:58:19] *** Joins: vin-ivar (uid74719@gateway/web/irccloud.com/x-vumtnhbvdvxgfytm) [10:50:07] *** Joins: jmvanel (~jmvanel@78.193.21.40) [12:28:10] *** Quits: spectre (~fran@115.114.202.84.customer.cdi.no) (Ping timeout: 255 seconds) [12:54:51] *** Joins: spectre (~fran@dhcp172-ans.wifi.uit.no) [13:20:10] *** Quits: spectre (~fran@dhcp172-ans.wifi.uit.no) (Ping timeout: 265 seconds) [13:25:55] *** Joins: spectre (~fran@129.242.93.162) [14:06:47] *** Quits: spectre (~fran@129.242.93.162) (Ping timeout: 246 seconds) [14:08:03] *** Joins: spectre (~fran@dhcp460-ans.wifi.uit.no) [15:28:47] *** Quits: vin-ivar (uid74719@gateway/web/irccloud.com/x-vumtnhbvdvxgfytm) () [15:29:39] *** Joins: vin-ivar (~vinit@122.170.43.81) [15:47:23] *** Quits: spectre (~fran@dhcp460-ans.wifi.uit.no) (Ping timeout: 250 seconds) [15:51:39] *** Joins: spectre (~fran@dhcp460-ans.wifi.uit.no) [18:02:08] *** Quits: spectre (~fran@dhcp460-ans.wifi.uit.no) (Ping timeout: 256 seconds) [18:28:34] *** Joins: spectre (~fran@115.114.202.84.customer.cdi.no) [18:40:05] *** Joins: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) [18:40:27] Hello GF:ers. Anyone here? :) [18:40:47] I have some build problems with the GF c runtime. [18:40:51] .ibtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4 [18:40:52] autoreconf: libtoolize failed with exit status: 1 [18:41:19] When running autoreconf -i [18:41:30] Wonder if anyone has seen it before... [18:41:34] no [18:41:36] but [18:41:42] i can see the problem [18:41:45] oh [18:42:24] can you show me the whole output [18:42:30] e.g. which commands you ran [18:42:53] One moment. I’t not on my particular machine [18:43:53] I’ll get it going. Although I think those two lines are more or less the all of it [18:44:36] cd GF/src/runtime/c/ [18:45:19] ok [18:45:37] then you should try: [18:45:39] autoreconf -i [18:45:55] ./configure [18:45:58] that’s what I run [18:46:21] hmm [18:46:26] what version of autoconf do you have ? [18:46:28] It happens when I run it on ubuntu inside a vmbox on windows. I have not been able to reproduce for the same vm setup on OS X. That is OSX as host, ubuntu as guest [18:46:35] autoconf --version [18:46:36] and [18:46:38] automake --version [18:49:19] *** Joins: worldsayshi_ (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) [18:49:26] what version of autoconf do you have ? [18:49:26] It happens when I run it on ubuntu inside a vmbox on windows. I have not been able to reproduce for the same vm setup on OS X. That is OSX as host, ubuntu as guest [18:49:26] autoconf --version [18:49:26] and [18:49:28] automake --version [18:49:47] worldsayshi: automake 1.14.1 [18:49:47] [6:48pm] worldsayshi: autoconf 2.69 [18:49:58] i have the same versions [18:50:04] and it works for me (debian) [18:50:39] Yeah, I’m using vagrant and can only reproduce when running it on a windows host [18:50:41] *** Quits: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) (Ping timeout: 250 seconds) [18:50:41] *** worldsayshi_ is now known as worldsayshi [18:50:49] can you try: [18:50:51] autoreconf -i -v [18:51:51] vagrant@vagrant-ubuntu-trusty-32:/vagrant/GF/src/runtime/c$ autoreconf -i -v [18:51:51] autoreconf: Entering directory `.' [18:51:53] autoreconf: configure.ac: not using Gettext [18:51:54] autoreconf: running: aclocal -I m4 [18:51:56] autoreconf: configure.ac: tracing [18:51:57] autoreconf: running: libtoolize --copy [18:51:59] .ibtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4 [18:52:00] autoreconf: libtoolize failed with exit status: 1 [18:52:00] vagrant@vagrant-ubuntu-trusty-32:/vagrant/GF/src/runtime/c$ [18:52:33] libtoolize --version [18:53:38] 2.4.2 [18:54:21] same here [18:54:27] try just: [18:54:33] [18:54:33] aclocal -I m4 [18:54:36] autoconf [18:54:38] automake -a [18:54:45] then ./configure [18:56:15] vagrant@vagrant-ubuntu-trusty-32:/vagrant/GF/src/runtime/c$ automake -a [18:56:16] configure.ac:20: error: installing 'scripts/compile'; error while making link: P [18:56:17] rotocol error [18:56:19] configure.ac:10: error: installing 'scripts/config.guess'; error while making li [18:56:20] nk: Protocol error [18:56:22] configure.ac:10: error: installing 'scripts/config.sub'; error while making link [18:56:23] : Protocol error [18:56:25] configure.ac:12: error: installing 'scripts/install-sh'; error while making link [18:56:26] : Protocol error [18:56:28] configure.ac:23: error: required file 'scripts/ltmain.sh' not found [18:56:29] configure.ac:12: error: installing 'scripts/missing'; error while making link: P [18:56:31] rotocol error [18:56:32] configure.ac:17: error: required file 'config.h.in' not found [18:56:33] Makefile.am: error: installing 'scripts/depcomp'; error while making link: Proto [18:56:35] col error [18:56:35] vagrant@vagrant-ubuntu-trusty-32:/vagrant/GF/src/runtime/c$ [18:56:49] I’m suspecting there is a problem with writing to the /vagrant folder here [18:57:38] But I believe I’ve ruled out that problem for the autoreconf -i command [18:59:44] hmm [19:00:32] Ok, I think you can disregard the previous. I did it again in a way that should rule out vagrant strangeness [19:00:42] But with other error: [19:01:43] vagrant@vagrant-ubuntu-trusty-32:~/GF/src/runtime/c$ automake -a [19:01:43] configure.ac:20: installing 'scripts/compile' [19:01:45] configure.ac:10: installing 'scripts/config.guess' [19:01:46] configure.ac:10: installing 'scripts/config.sub' [19:01:48] configure.ac:12: installing 'scripts/install-sh' [19:01:49] configure.ac:23: error: required file 'scripts/ltmain.sh' not found [19:01:50] configure.ac:12: installing 'scripts/missing' [19:01:51] configure.ac:17: error: required file 'config.h.in' not found [19:01:52] Makefile.am: installing 'scripts/depcomp' [19:02:10] ls -l config.h.in [19:02:19] Hmm, might be old GF version here [19:03:32] hmm no [19:03:36] config.h.in is generated [19:03:42] hmm no it isn't [19:03:56] worldsayshi, are you using latest from darcs ? [19:04:59] I’m not. I should update to the latest I take it? Does the github mirror enough in sync? [19:05:11] *Is [19:05:32] not sure, probably [19:05:49] i'm on the latest, so it might be easier to debug if we're on the same version :) [19:05:56] yup [19:08:39] I need to get a new clone insode the vm machine. Will take a moment [19:08:52] the git repository is the latest, I think [19:08:57] it's a mirror for darcs [19:13:17] scripts is not generated for me when running the commands: [19:13:26] aclocal -I m4 [19:13:30] autoconf [19:13:33] automake -a [19:13:44] From fresh clone of master [19:13:58] *scripts folder [19:16:29] and if you run automake -a first ? [19:17:10] spectre: I think it just magically solved itself :P [19:17:22] that's the way of autotools [19:17:30] run commands in all the orders [19:17:32] I need to figure out what just happened [19:17:45] trolldom [19:17:55] autoreconf -i worked now [19:18:05] yup :) [19:18:17] \o/ [19:18:40] that happens a lot, lol [19:44:09] *** Quits: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) (Quit: worldsayshi) [20:13:00] *** Joins: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) [20:30:52] *** Quits: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) (Quit: worldsayshi) [20:41:08] *** Joins: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) [20:45:57] *** Quits: jmvanel (~jmvanel@78.193.21.40) (Quit: Quitte) [20:58:03] get a bunch of english verbs -> apertium translate them to say german -> use scripts and shit to get all the words with the same lemma -> throw them into GF using either the regular constructor or the passing the right arguments to the irregular [20:58:25] ^how does that sound? [21:00:03] *** Quits: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) (Quit: worldsayshi) [21:03:31] *** Joins: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) [21:14:26] hm, though there'd have to be a way to get the german infinitive [21:14:36] and not a random form [21:28:23] *** Quits: vin-ivar (~vinit@122.170.43.81) (Read error: No route to host) [21:30:02] *** Joins: vin-ivar (~vinit@122.170.43.81) [21:30:53] *** Quits: vin-ivar (~vinit@122.170.43.81) (Client Quit) [21:38:23] Ok, so I’ve finally come out at the other end on an “all nighter” getting the GF java runtime to work. Thanks spectre for the help! [21:38:31] no problem! [21:38:32] :) [21:39:47] One thing I’ve learned: (1) Don’t trust ‘/vagrant’ to behave the same on different OS:es or across versions. (2) It would be nice to have release versions of GF. [21:39:54] *Two :) [21:41:06] most software projects have release versions that are ancient [21:41:13] worldsayshi, nightly builds might be nice though [21:41:49] I had to go back to commit 9e453f4ef7e7bf88bb558b31b9fe78723d079cae to get the java runtime to work [21:42:02] :s [21:42:11] *** Joins: vin-ivar (~vinit@122.170.43.81) [21:42:22] I mean it would be nice to have some tags that you can expect to be stable [21:42:39] sorry, did I miss anything? [21:43:49] shite connection [21:44:11] Maybe there are tags for darcs? [21:45:47] spectre: Is it Agfjord or Krasimir or maybe even Ranta I’m speaking with? [21:45:54] (btw) [21:46:05] me ? [21:46:06] Fran :) [21:46:25] maybe we've met [21:46:28] but maybe not [21:50:40] Hmm, maybe. I’m working on the project Agfjord started on anyway. Grammar driven search thing. [21:51:16] aha [21:51:21] which floor are you on? [21:51:34] I’m not at Chalmers. Findwise [21:51:36] ah [21:51:38] ok [21:51:39] me neither :D [21:51:56] Oh. But do you work there? [21:51:58] no [21:52:03] i work at the university of tromsø [21:52:08] Ah. :) [21:52:15] i've been to chalmers quite a bit though [21:52:30] There is GF work at tromsø as well? [21:52:36] nah [21:52:39] but i do rule-based MT [21:52:40] Or is it “just” you? [21:52:44] okok [21:52:51] so GF is relevant from that point of view [21:53:02] I see [21:53:07] do you know apertium ? :D [21:53:25] No, Can’t say I do. :) [21:53:38] it's another rule-based MT platform... i mostly work with that [21:53:38] Ah, Googled it [21:53:47] okok [21:54:47] In our project we use GF to translate Nat Lang <-> Machine readable instructions [21:55:04] Queries to search dbs [21:55:04] cool [21:55:15] With nat lang query completion [21:55:33] nice [21:55:58] Yeah, hopefully we will be able to use it for some cool projects in the future [21:56:30] :) [21:56:34] Here is the only public demo we have so far: http://labdemos.findwise.com/nlparser/ [21:56:45] oh! ha [21:56:45] hahaha [21:56:49] i thought when you said "findwise" [21:56:55] you were coining an english word [21:57:02] to mean like "by way of my location" [21:57:09] hehe [21:57:11] it was really idiomatic [21:57:50] i tried typing GF in the box [21:58:13] Yeah, some good starting points are Java, people, customers, projects, copenhagen [21:58:18] i read :P [21:58:21] Haskell works too [21:58:25] yup [21:59:33] i tried 'bears' 'cats' and 'children' [21:59:35] but no joy :P [22:00:15] Yeah, it’s a rather limited data set [22:00:31] Just some mock data [22:00:41] i was kind of hoping for "bears that know cobol" [22:00:42] or something [22:00:44] :D [22:00:47] :D [22:01:26] Anyway, thanks for great help once again. Now I really need to get home. :) See you [22:01:32] no problem! [22:01:32] see you [23:16:08] *** Quits: worldsayshi (~per.frede@h-5-150-197-146.na.cust.bahnhof.se) (Quit: worldsayshi)