chat.freenode.net #tryton log beginning Mon Nov 30 00:00:02 CET 2009 | ||
2009-11-30 01:45 -!- ikks_(n=ikks@190.158.121.136) has joined #tryton | ||
2009-11-30 05:18 -!- yangoon(n=mathiasb@p549F76B8.dip.t-dialin.net) has joined #tryton | ||
2009-11-30 07:48 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton | ||
2009-11-30 08:23 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-11-30 09:21 -!- gour(n=Gour@87.252.135.225) has joined #tryton | ||
2009-11-30 09:30 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton | ||
2009-11-30 10:15 <gour> morning | ||
2009-11-30 10:19 <gour> i'm trying to fix/update tryton pkgs for archlinux, but tarballs behave strangely...i cannot do tar -xvzf to unpack 'em, but have to do gzip -d && tar -x ? | ||
2009-11-30 10:25 -!- mfladischer(n=fladisch@sh018.meduni-graz.at) has joined #tryton | ||
2009-11-30 10:27 <gour> another issue, trytond's setup.py says that psycopg2 is optional? | ||
2009-11-30 10:27 <cedk> gour: it is not an issue | ||
2009-11-30 10:28 <gour> comparing e.g. tarball of trytond-party-1.4.0 & 1.4.1 i see that the old one is unpacking normally why the newer one are not | ||
2009-11-30 10:28 -!- paepke(n=paepke@pD951A422.dip0.t-ipconnect.de) has joined #tryton | ||
2009-11-30 10:28 <gour> i.e. newer tarballs are not in a proper shape | ||
2009-11-30 10:29 <cedk> gour: they are both working here | ||
2009-11-30 10:30 <gour> cedk: here they're not | ||
2009-11-30 10:31 <gour> cedk: see http://dpaste.com/126879/ | ||
2009-11-30 10:32 <gour> -xvzf gives 'tar: This does not look like a tar archive' here | ||
2009-11-30 10:32 <gour> cedk: why is psycopg2 not listed as requirement? | ||
2009-11-30 10:35 <cedk> gour: redownload it | ||
2009-11-30 10:35 <cedk> gour: because it is not required | ||
2009-11-30 10:37 <gour> cedk: it's still the same behaviour (i did not see newer version listed) | ||
2009-11-30 10:44 <bechamel> gour: "tar -xvzf trytond_party-1.4.1.tar.gz" works here | ||
2009-11-30 10:45 -!- sharoon(n=sharoont@opg066b.halls.manchester.ac.uk) has joined #tryton | ||
2009-11-30 10:45 <gour> here it does not work and i've to do: gzip -d && tar -xvf...somehow my tar does not like 1.4.1, while 1.4.0 is ok. i posted what's the difference in file's output | ||
2009-11-30 10:46 <gour> bechamel: are you on i686 or x86_64? | ||
2009-11-30 10:46 <bechamel> gour: 686 | ||
2009-11-30 10:47 <gour> bechamel: i was thinking you're, 'cause i'm on x86_64 :-) | ||
2009-11-30 10:48 <bechamel> "md5sum trytond_party-1.4.1.tar.gz" gives me 265733dae912ef7b2ea0a92ce183c76d fyi | ||
2009-11-30 10:49 <gour> bechamel: thanks, i get different one...still curious why unzipping 1st and then untarring works | ||
2009-11-30 10:51 <gour> ok, it looks that FF corrupts while dl-ing :-/ | ||
2009-11-30 10:51 <gour> wget did the right job | ||
2009-11-30 10:51 <gour> it looks one cannot even dl file via gui and be sure it will work :-( | ||
2009-11-30 10:54 <cedk> gour: I guess FF unzip on the fly | ||
2009-11-30 10:55 <bechamel> gour, cedk : maybe the origin of the problem is that the server advertise the archives like text files, because one can click on it and see the binary in the browser window | ||
2009-11-30 10:56 <cedk> bechamel: it is "application/x-gzip" | ||
2009-11-30 10:56 <gour> bechamel: yeah, that's strange. clicking does not offer save dialog but garbles the screen :-) | ||
2009-11-30 10:57 <cedk> switch it to "application/x-tgz" | ||
2009-11-30 10:59 <bechamel> cedk: when i capture the http header I see: "Content-type: text/plain" | ||
2009-11-30 11:00 <gour> misconfigured server | ||
2009-11-30 11:01 <gour> tgz does the same thing... | ||
2009-11-30 11:08 <cedk> gour: and now? | ||
2009-11-30 11:21 <gour> cedk: clicking in ff still does not work, but attempt to download via archlinux' build script showed header as application/x-tgz instead of text as before | ||
2009-11-30 11:24 <cedk> gour: so this ff issue | ||
2009-11-30 11:24 <cedk> now | ||
2009-11-30 11:27 <bechamel> cedk: it's ok now | ||
2009-11-30 11:32 <gour> yep, now it's ok...tested with ff & opera | ||
2009-11-30 11:34 <gour> how to understand that tryton-1.4.1 has dep for 'pygtk' commented? | ||
2009-11-30 11:39 <cedk> gour: because it doesn't work with pypi | ||
2009-11-30 11:40 <gour> cedk: it's still not clear...what pypi has with it? | ||
2009-11-30 11:41 <gour> is there not any other way to convey that message= | ||
2009-11-30 11:41 <gour> ? | ||
2009-11-30 11:43 <cedk> gour: pygtk doesn't install through pypi | ||
2009-11-30 11:44 <gour> cedk: i understand that, but maybe having a comment there would be helpful to explain to reason for 'disabling' it | ||
2009-11-30 11:45 -!- paepke(n=paepke@R9d75.r.pppool.de) has joined #tryton | ||
2009-11-30 12:00 -!- b_52light(n=b_52ligh@41.140.86.220) has joined #tryton | ||
2009-11-30 12:37 -!- ikks_(n=ikks@190.158.121.136) has joined #tryton | ||
2009-11-30 12:42 -!- b_52light_(n=b_52ligh@41.140.16.109) has joined #tryton | ||
2009-11-30 13:00 <gour> ACTION updated/fixed (all) archlinux pkgs | ||
2009-11-30 13:10 <gour> is implementing imap server with twisted better than using e.g dovecot? | ||
2009-11-30 13:18 <cedk> gour: how do you connect dovecot with Tryton? | ||
2009-11-30 13:20 <gour> cedk: doesn't dovecot expose some api? | ||
2009-11-30 13:22 <cedk> gour: don't know it is you who suggest touse it | ||
2009-11-30 13:30 <gour> cedk: i+m happy dovecot user only not having any issue with in comparison with other servers (courier, binc..), so just thought about using it instead of implementing one from the scratch | ||
2009-11-30 13:38 <cedk> gour: make some research and if you think it can be use instead of twisted come back and explain how and why | ||
2009-11-30 13:38 <gour> cedk: ok | ||
2009-11-30 13:41 -!- paepke(n=paepke@pD951A422.dip0.t-ipconnect.de) has joined #tryton | ||
2009-11-30 14:39 -!- woakas(n=woakas@190.144.69.234) has joined #tryton | ||
2009-11-30 15:25 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-11-30 15:37 <gour> cedk: the only thing i've found so far are plugins and something like http://wiki.dovecot.org/Plugins/xexec | ||
2009-11-30 15:39 <cedk> gour: this doesn't allow to develop custom backend | ||
2009-11-30 15:40 <gour> cedk: yeah. limited scope | ||
2009-11-30 17:35 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton | ||
2009-11-30 18:24 <CIA-13> Mathias Behrle <mathiasb@mbsolutions.selfip.biz> default * 2108:0df393da6903 trytond/trytond/ir/de_DE.csv: Update translation for de_DE | ||
2009-11-30 18:24 <CIA-13> http://hg.tryton.org/trytond/rev/0df393da6903 | ||
2009-11-30 18:26 <CIA-13> Mathias Behrle <mathiasb@mbsolutions.selfip.biz> default * 180:b3455e592ed3 product/de_DE.csv: Update translation for de_DE | ||
2009-11-30 18:26 <CIA-13> http://hg.tryton.org/modules/product/rev/b3455e592ed3 | ||
2009-11-30 19:27 -!- paepke(n=paepke@R9d75.r.pppool.de) has joined #tryton | ||
2009-11-30 20:54 -!- juanfer(n=juanfer@190.144.69.234) has joined #tryton | ||
2009-11-30 22:14 -!- vengfulsquirrel(n=plinux@wireless-216-170-122-150.digitalputty.com) has joined #tryton | ||
2009-11-30 23:31 -!- woakas(n=woakas@190.144.69.234) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!