jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) joined #gnuenterprise. hi jcater hi could you give me a couple examples of using common for db and xml processing, if possible? ra3vat: maybe tomorrow I'm on my way to bed jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) left irc: "sleep" hmm the GNUe KC is borked Nick change: Remosi -> Isomer psu: some of the text under heading 1 has leaked into heading 2 confusing 2 completely. reinhard (~reinhard@M692P020.adsl.highway.telekom.at) joined #gnuenterprise. he knows he was trying to fix it earlier but editing xml by hand can be fun psu (psu@81.98.44.42) joined #gnuenterprise. hey psu someone was complaining about a b0rked KC yep not sure what he means "works for me2 http://www.kerneltraffic.org/GNUe/gnue20030111_63.html btami (~tamas@ip102-205.ktv.tiszanet.hu) joined #gnuenterprise. good morning Action: psu notes that the html source for KC doesn't use but - maybe that's the issue font tag is evil and deprecated is it not? I doubt it's depreciated, but I personally wouldn't use it Action: psu hopes no-one looks at the html source for www.gnuenterprise.org pages jcater made me do it, he whimpers... it is deprecated you're supposed to use style sheets or the style attribute this is according to the standard but of course most browsers will render it just fine except lynx ;-) or links ;) or emacs-w3 anyone ever try phoenix browser? psu (psu@81.98.44.42) left #gnuenterprise. johannes_ (~johannes@M701P026.adsl.highway.telekom.at) joined #gnuenterprise. reinhard_ (~reinhard@M692P020.adsl.highway.telekom.at) joined #gnuenterprise. Action: btami is away: work reinhard (~reinhard@M692P020.adsl.highway.telekom.at) left irc: Read error: 111 (Connection refused) Nick change: reinhard_ -> reinhard chillywilly (danielb@mke-24-167-199-83.wi.rr.com) left irc: "Free Your Enterprise! - http://www.gnuenterprise.org" gav (~gav@formika.chereda.net) joined #gnuenterprise. gav (~gav@formika.chereda.net) left irc: "CU" lupo (~s173919@wrzx92.rz.uni-wuerzburg.de) joined #gnuenterprise. hu hi lupo reinhard! What's going on these days? ariel (~ariel@ppp-217-133-245-225.dialup.tiscali.it) joined #gnuenterprise. hi ariel hi ariel lupo: we make some nice progress with appserver good to hear how far is the db->object mapper? (pitily, i have only 10 megs of space at my university) so i can't check out cvs :( how does this look: Python 2.1.3 (#1, Sep 7 2002, 15:29:56) [GCC 2.95.4 20011002 (Debian prerelease)] on linux2 Type "copyright", "credits" or "license" for more information. >>> from gnue.appserver.language import Session >>> sess = Session.newSession ("hacker", "secret") User 'hacker' logged in. >>> list = sess.getObjectList ("person", [], ["name"], ["name, street"]) >>> friend = list[0] >>> friend.name 'Johannes' >>> friend.street 'Wiesenstrasse' >>> friend.foo DB000: Traceback (most recent call last): DB000: File "", line 1, in ? DB000: File "language/Object.py", line 60, in __getattr__ DB000: raise AttributeError, attr DB000: AttributeError: foo >>> looks like an error in line 60. :-) no that was on purpose foo has not been selected, clearly foo doesn't exist that's the point so, newSession already works over RPC? no not yet i need siesel's help for RPC but he is very busy lately but it should be no big difference to switch to RPC but foo could exist, but was not selected in getObjectList, right? no the preselected properties are just faster like you do hm >>> from gnue.appserver.language import Session >>> sess = Session.newSession ("hacker", "secret") User 'hacker' logged in. >>> list = sess.getObjectList ("person", [], ["name"], ["name"]) >>> friend = list [0] >>> friend.name 'Johannes' >>> friend.street 'Wiesenstrasse' -- the only difference is that at the "getObjectList" appserver issues a "select name from person" and when you do "friend.street" appserver issues a "select street from person where _id_ = ..." ah so it's a preselection, not a select statement which is limited to its return rows that's clever that is one thing i hated most with php/mysql hi reinhard lupo Action: btami is back (gone 03:23:56) your sample data are already from a database?! yes cool however you guys make my day :) it's very preliminary code "preliminary code or not / it runs and it is very hot" (shakespeare) lol in any case johannes_ has to take the honour for this code :-) fine btw, do you know someone who knows bayonne in germany or austria? no hm got thomas' mail, too yes are you on germany@fsfeurope.org? or fsfe-de no fsfe-de yes :) well then given the big numbers of call centers in virtually every big city, bayonne is a piece of software where you can make a lot of money from services another thing have you followed the discussion of project papo and integration of changes? not _sooo_ close the KCs? imho, it boils down to the problem that papo initially forked and both trees never merged back into one because migration work is too much i think that could have been avoided with a better revision control system cvs simply sucks there are three working alternatives: prcs (prcs.xdelta.org), aegis (aegis.sourceforge.net) and subversion (subversion.tigris.org) i think, the problem is not the cvs itself, but using a 0.x version in production if you are not a core people that is the other point, yes btw. i need some help can anybody knows what to do when apt-get fails Reading Packege List... Error! ? is there a way to rebuild package lists? yes i had that once then i re-did base-install when it asks you the apt sources then it builds the package lists all new reinhard: thanks! Arturas (~arturas@gsk.vtu.lt) joined #gnuenterprise. Helo hello hello, Ar oops hello, Arturas :) Hello Reinhard, Bajusz can someone help me with forms? we can try :) i cannot load into gfdes forms that have triggers i get an error in refillTriggerCombo() i cannot even run the interactive debugger because the error is before, in the init phase the same forms run smootly in gfcvs Action: Arturas doesn't know this for sure, but it may be that designer still does not fully support triggers Jason told me yesterday that it does have you tried to load the intro.gfd? can someone make a try? it works for me i created a form in gfdes it shows piglatin trigger then added ON_STARTUP (deleting the 'return' that is not recognized) saved the form runned gfcvs ... OK when i try to reload it in gfdes ... crash! gotta go (food!) lupo (~s173919@wrzx92.rz.uni-wuerzburg.de) left #gnuenterprise. btami: i tried intro.gfd runs well in forms but i cannot load it in designer latest cvs? i did checkout today (2-3 hours ago) i also completely deleted the 0.3 system installation i had hmm, it works for me (intro.gfd in designer) i need to ask Jason but currently i have phone line probs at home, so i cannot connect at evening(europe) works here too. may be i have not updated wx ? tried verifying you're using the gfdes you think you are? like ls -l `which gfdes` gfdes's help shows me running 0.4.99 with wxpython 2.2.7 and python 2.2.2 fwiw Action: btami is away: work the only one i have is in myhome/bin builded today at 10 am more o less gfdes: 0.4.99 Python: 2.2 (red hat) wxPython: 2.3.2.1 GCC: 2.96 maybe you're onto something with the wxpython version, I had 2.3.x installed here too and it was getting used and causing me some problems (strange errors I dont recall exactly, something about missing c++ classes or something another).. I would have expected problems with gfcvs too, though.. *shrug* Vee2d2: thank you very much :) johannes__ (~johannes@M701P026.adsl.highway.telekom.at) joined #gnuenterprise. johannes_ (~johannes@M701P026.adsl.highway.telekom.at) left irc: Read error: 111 (Connection refused) ToyMan (~stuq@smtp.dstoys.com) joined #gnuenterprise. btami (~tamas@ip102-205.ktv.tiszanet.hu) left irc: jamest (~jamest@leibniz.math.ksu.edu) joined #gnuenterprise. Arturas (~arturas@gsk.vtu.lt) left irc: "Bye :)" dsmith (~dsmith@208.40.56.34) joined #gnuenterprise. jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) joined #gnuenterprise. ToyMan (~stuq@smtp.dstoys.com) left irc: "Client Exiting" ariel (~ariel@ppp-217-133-245-225.dialup.tiscali.it) left irc: "Uscita dal client" StyXman (~mdione@ADSL-200-59-86-138.cordoba.sinectis.com.ar) joined #gnuenterprise. ToyMan (~stuq@smtp.dstoys.com) joined #gnuenterprise. jbailey (~jbailey@atlas.fundserv.com) joined #gnuenterprise. johannes__ (~johannes@M701P026.adsl.highway.telekom.at) left irc: "Client Exiting" dsmith (~dsmith@208.40.56.34) left irc: "later.." johannes_ (~johannes@M701P026.adsl.highway.telekom.at) joined #gnuenterprise. chillywilly (danielb@mke-24-167-199-83.wi.rr.com) joined #gnuenterprise. Action: chillywilly finds it funnt how EVERYONE on FreeNode says hi except this channel ;) er, funny hi\ HI! :) how do you do? I'm kinda tired and I have a deadlock in my threads code that makes no friggin' sense :( of? physically? mentally? physically I guess ugh, those are ugly. can you run a block? cant debug it either cause gdb wants to use old crusty templates that don't exist or have been moved hmmm? oh, nevermind it only happens after running a long simulation c++? yea gdb wants to pull templates frm /usr/include/g++-v3/ but everything is now in /usr/include/c++/3.2/ it segfault and complains that the template it is trying to use does not exist only thing I can do is attach gdb to the running program oh well hmmm maybe it has to do with the versions of libstdc++ on my system Action: chillywilly installs libstdc++5-dbg StyXman (~mdione@ADSL-200-59-86-138.cordoba.sinectis.com.ar) left irc: Read error: 60 (Operation timed out) StyXman (~mdione@ADSL-200-59-86-138.cordoba.sinectis.com.ar) joined #gnuenterprise. boing johannes_ (~johannes@M701P026.adsl.highway.telekom.at) left irc: "Client Exiting" bing Chipaca (~john@ADSL-200-59-86-138.cordoba.sinectis.com.ar) joined #gnuenterprise. hey chip StyXman: 'sup? aa_ (~anthony@ADSL-200-59-86-138.cordoba.sinectis.com.ar) joined #gnuenterprise. hi all chillywilly: Have you updated g++ chillywilly: If you're running unstable, build-essential changed to update everything to gcc 3.2 recently. has anybody know if the gfd04to05 script has trouble with forms with foreign_key attributes? i tried it with a couple of forms and it exits with a funny error message. aa_ (~anthony@ADSL-200-59-86-138.cordoba.sinectis.com.ar) left irc: "ircII EPIC4-1.1.5 -- Are we there yet?" jbailey: I have been using the latest g++ for a lng time nwo cause it is more standards compliant jbailey: gdb wants to use the old template locations for some reason chillywilly: did you check ldd output, again? jbailey: stuff for 3.x is in /usr/include/c++/3.x and running my program in gdb it wants to pull templates from /usr/include/g++-v3 libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x402fa000) that 's the lastest libstdc++ libstdc++.so.5 (CXXABI_1.2) => /usr/lib/libstdc++.so.5 libstdc++.so.5 (GLIBCPP_3.2) => /usr/lib/libstdc++.so.5 is it possible to have a form w/ just buttons? aa_ (~anthony@ADSL-200-59-86-138.cordoba.sinectis.com.ar) joined #gnuenterprise. ToyMan (~stuq@smtp.dstoys.com) left irc: "Client Exiting" it requires a block, so we give it one. then it tries to... aa_? err, i'll reproduce it in a jiff, but it exitted trying to show the statusbar The error it exits with is DB000: self.updateStatusBar(currentRecord=self._form._currentBlock._currentRecord+1, DB000: AttributeError: 'None' object has no attribute '_currentRecord' that is if the entry is hidden (first idea, so it wouldn't bother If the entry isn't hidden it works, but we have a purpose-less entry Action: chillywilly contemplates just making a frelling symlink Just remembered, in forms/samples/intro/intro.gfd there was an entry-less form, but it isn't technically entry-less. There is a readonly entry with a sign up saying 'Press 'Page Down' for a demo' ... Is that there just for the form to work correctly ? piss on it I am making a symlink Action: Chipaca pisses on it, to no effect Remind not to use martina for a while... gdb is the devil! chillywilly: use a frontend to gdb chillywilly: http://freshmeat.net/projects/ddd/?topic_id=47 is there any way to bind more than one trigger to a button? chillywilly: heheh -> http://freshmeat.net/projects/motor/?topic_id=46%2C259%2C48%2C47%2C52 looks like old Borland Turbo C++ 3.0 what the heck is a frontend gonna do for me? chillywilly: what is your problem with it? (gdb) run Starting program: /home/danielb/software/src/cvs/gsim/src/examples/mm1/.libs/mm1 [New Thread 16384 (LWP 5780)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 5780)] 0x400313b6 in bool std::has_facet >(std::locale const&) (__loc=@0x804dc48) at /usr/include/g++-v3/bits/locale_facets.tcc:87 87 /usr/include/g++-v3/bits/locale_facets.tcc: No such file or directory. in /usr/include/g++-v3/bits/locale_facets.tcc (gdb) it's lame I made a symlink and it told me some crap about executable being older than sorce file...or something symlink to the proper headers for libstdc++ heh "touch" the binary :) dude I recompiled it like fifteeen times that should "touch" it heh make clean make mm1 derek (~dneighbo@cpe-24-221-112-50.az.sprintbbd.net) got netsplit. dtm (~dtm@adsl-66.218.46.51.dslextreme.com) got netsplit. heh bubye it has to be using some old crusty libstdc++ gdb that is er, or an old gcc which version do you have? Action: chillywilly grumbles 3.2.2 20030109 a bit new yep debian unstable so it's libstdc++5 yep I have 3.2.1 do you even have that /usr/include/g+-v3? can't you remove it? it's not there that's the old g++ include dir chillywilly: and you upgraded gdb w/ gcc/libstdc++ ? apt-get update dtm (~dtm@adsl-66.218.46.51.dslextreme.com) got lost in the net-split. derek (~dneighbo@cpe-24-221-112-50.az.sprintbbd.net) got lost in the net-split. it's all current sid weird tried to install and compile against stdlib-dbg? Action: StyXman suggest 'goto #debian' #debian is useless ;) #c++? already there ;) I used to be able to use the damn debugger... maybe I just need a stable version of gdb ;) this is frelling annoying dsmith (~dsmith@208.40.56.34) joined #gnuenterprise. ajmitch_ (ajmitch@ppp34.earthlight.co.nz) joined #gnuenterprise. hi dsmith ajmitch_ hi crap my memory sucks anyone know how I can hack me build system to link in a debug lib? like add a certain path to -L? what the frelling variable? chillywilly: Hey, hows ya doing ok whatever_LDFLAGS? hmmmm chillywilly: as in makefile.am ? chillywilly: was one of the -W, flags. see ld doc. yea you gotta change the dir where std libs are searched. Action: chillywilly tries whatever_LDADD = -L/usr/lib/debug StyXman: nah I think my hack will work -Wl,-rpath IIRC I did that just once in my life, then I switched to interpreted languages.\ yea, well I had a long discussion abot interpreted v. compiled, strongly typed v. loosely typed in #sapdb the other night Action: ajmitch_ kicks alsa I like compiled strongly typed languages. =) me too Python's a reasonable tradeoff, though. but I also like python jinx I haven't explored it much, but it would be nice if the compiled option gave better warnings and stuff. well that didn't work surprise ;P where the heck can I read about -rpath? I don't see it in g++ --help chillywilly: It's in ld's docs Maybe binutils? info ld helps :) chillywilly: d'you know if you have a callTrigger thing? I dun know anything Action: StyXman scribbles that in a safe place for future reference should sloppyQuery work? psu (psu@manorcon.demon.co.uk) joined #gnuenterprise. hi psu peter. piper hi all picked a peack of pickled peppers yo psu: most of the second paragraph in the latest KC's thread#2 belongs up with thread#1, which is what I believe Isomer/Remosi was attempting to explain to you earlier.. =) howdy, btw. gah looks a mess, doesn't it? Action: psu will need to fix that & resubmit I'm sure it's tedious work summarizing all that goes on.. well, the big change recently is that I was trying to be comprehensive & that was making it not fun Now I just do what I can/want to - typically 1 thread a day Having Arturas helping out too has also helped. Isomer (dahoose@port-219-88-247-176.jet.net.nz) left irc: Read error: 113 (No route to host) psu (psu@manorcon.demon.co.uk) left #gnuenterprise ("nite..."). please someone fill in the blanks: common-support@_________________________________________________ dsmith (~dsmith@208.40.56.34) left irc: "later.." Chipaca: /dev/null err, I mean @gnuenterprise.org ok night all reinhard (~reinhard@M692P020.adsl.highway.telekom.at) left irc: "The chance of forgetting something is directly proportional to ... to ... aehm ..." roche (~roche@196.40.6.194) joined #gnuenterprise. ajmitch_ (ajmitch@ppp34.earthlight.co.nz) left irc: jamest (~jamest@leibniz.math.ksu.edu) left #gnuenterprise. roche (~roche@196.40.6.194) left #gnuenterprise ("Client Exiting"). V_laptop (~vin@c66.169.136.41.ftwrth.tx.charter.com) joined #gnuenterprise. Chipaca (~john@ADSL-200-59-86-138.cordoba.sinectis.com.ar) left irc: "ircII EPIC4-1.1.2 -- Are we there yet?" V_laptop (~vin@c66.169.136.41.ftwrth.tx.charter.com) left irc: Read error: 113 (No route to host) StyXman (~mdione@ADSL-200-59-86-138.cordoba.sinectis.com.ar) left irc: "ircII EPIC4-1.1.7 -- Are we there yet?" aa_ (~anthony@ADSL-200-59-86-138.cordoba.sinectis.com.ar) left irc: "ircII EPIC4-1.1.5 -- Are we there yet?" chillywilly (danielb@mke-24-167-199-83.wi.rr.com) left irc: "Free Your Enterprise! - http://www.gnuenterprise.org" jcater (~jason@w202.z065105010.mem-tn.dsl.cnc.net) left irc: "Client Exiting" Mr_You (rouzer@209-166-213-2.walrus.com) left irc: Read error: 110 (Connection timed out) chillywilly (danielb@mke-24-167-199-83.wi.rr.com) joined #gnuenterprise. ajmitch_ (ajmitch@ppp62.earthlight.co.nz) joined #gnuenterprise. jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) joined #gnuenterprise. jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) left irc: Client Quit jcater (~jason@cpe-066-061-083-220.midsouth.rr.com) joined #gnuenterprise. dtm (~dtm@adsl-66.218.46.51.dslextreme.com) joined #gnuenterprise. derek (~dneighbo@cpe-24-221-112-50.az.sprintbbd.net) joined #gnuenterprise. hi hi derek, dtm, jcater word Action: jcater got his usb mouse working under debian now :) wooooo Action: chillywilly can't get gdb to work! only had to recompile my kernel but, whatever HAH did you make a deb? no blah haven't tried that yet apt-get install kernel-package make-kpkg --revision=fooo1.0 kernel_image it's cake :) mmmm, cake... ajmitch_ (ajmitch@ppp62.earthlight.co.nz) left irc: jbailey (~jbailey@atlas.fundserv.com) left irc: "Client Exiting" ninja (~rossg@ip-3.nb326.ipstar.cscoms.com) joined #gnuenterprise. --- Wed Jan 15 2003