=== _jason [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === fatsheep [n=fatsheep@74-133-190-166.dhcp.insightbb.com] has joined #ubuntu-classroom === fatsheep [n=fatsheep@74-133-190-166.dhcp.insightbb.com] has left #ubuntu-classroom [] === merriam__ [n=merriam@82-133-115-120.dyn.gotadsl.co.uk] has joined #ubuntu-classroom === PWill [n=paul@unaffiliated/pwill] has joined #ubuntu-classroom === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === neuratix [n=lorents@static149-194.adsl.no] has joined #ubuntu-classroom === zween [n=zween@Z4c2f.z.pppool.de] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@82.113.121.1] has joined #ubuntu-classroom === blenderhead001 [n=blenderh@adsl-068-209-133-121.sip.jax.bellsouth.net] has joined #ubuntu-classroom === HarKoT [n=tony@bpb01-1-88-162-5-1.fbx.proxad.net] has joined #ubuntu-classroom === never|mobi [n=neversfe@mue-88-130-68-016.dsl.tropolys.de] has joined #ubuntu-classroom === neversfelde [n=neversfe@82.113.106.1] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === SWAT [n=SWAT@ubuntu/member/swat] has joined #ubuntu-classroom === zween [n=zween@Z4c2f.z.pppool.de] has joined #ubuntu-classroom === PriceChild [n=pricechi@ubuntu/member/pdpc.supporter.student.PriceChild] has joined #ubuntu-classroom === soundray [n=rolf@dsl-217-155-44-246.zen.co.uk] has joined #ubuntu-classroom === KI4IKL [n=tofaffy@72.242.144.38] has joined #ubuntu-classroom === Onoma [n=noone@81-208-36-87.ip.fastwebnet.it] has joined #ubuntu-classroom === Onoma is now known as Xoris^ [04:07] soundray, what problems, the same error you get with that program or what? note that i put everything on the same line but you need a couple of newlines in the actual .c file [04:11] Xoris^: I put newlines before the int main, after the { and before the } [04:12] soundray: that's correct... what about the error [04:12] Xoris^: I get "incompatible implicit declaration of built-in function 'printf' [04:13] soundray: ah, erm, that's my fault, you need to also #include [04:15] Xoris^: ah okay, it compiles now and puts out 10.3 when run === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-classroom [04:15] Xoris^: no message during the compilation [04:16] soundray: then it compiled... if you run a.out, you should get "10" printed. anyway it means your libraries themselves are probably fine [04:17] Xoris^: yes, so far so good [04:19] Xoris^: fwiw, I've pasted the whole error on http://paste.ubuntu-nl.org/32924 [04:21] !clone [04:21] To replicate your packages selection on another machine (or restore it if re-installing), you can type dpkg --get-selections > ~/my-packages , move the file "my-packages" to the other machine, and there type sudo dpkg --set-selections < my-packages && apt-get dselect-upgrade - See also !automate [04:22] I guess I'll do that ^^. I'm desperate enough. Even though it would be nice to know what the issue is, because it'll certainly crop up again... [04:23] soundray: can you pastebin that .c file too? [04:24] soundray: i'm not even sure that will help, to be honest [04:25] by the way, bear with me as my connection right now is extremely slow and i have some 30 seconds lag and can barely reach the web [04:26] Xoris^: http://paste.ubuntu-nl.org/32926 - I'm patient & grateful for your input [04:27] soundray: try compiling that file manually (perhaps copy it somewhere else in your home first) with gcc -lm airy.c [04:28] soundray: and find out what command line is being used by the Makefile to compile it (something like grep airy Makefile if there is a Makefile in that directory, otherwise go to the root of the source tree and "find Makefile | xargs -n 1 grep airy") [04:32] soundray: on my own machine, compiling it manually result in obvious linker errors, since all those "bess*" function it uses do not exist, but no fabs() or sqrt() problems [04:33] Xoris^: same here, no fabs/sqrt related stuff [04:33] soundray: then it must be something in the Makefile, for sure... [04:33] http://paste.ubuntu-nl.org/32928 for the find/grep output... [04:34] Xoris^: I think you've given me a valuable hint there. I'll strip it down in the cmake step and compile only the bare stuff on both machines, and see if that works. [04:36] soundray: the output there is not very useful, because it just uses "make" again... so you need to find where in the makefile (and in which makefile) the rule for making '.o' files is [04:42] Xoris^: I really think that the issue is in the Makefiles now. Thank you so much for your time, I've got something to try out now. [04:44] soundray: well you'd still need to find out why the makefiles are different though (if they are). but it's not unlikely that the configure script is not too well-made, and got confused by some very trivial difference between the two machines [04:46] Xoris^: indeed, it's not been written with much attention to portability. === zween [n=zween@Z5504.z.pppool.de] has joined #ubuntu-classroom === n2diy [n=darryl@wlk-barre-208-103-147-19.dynamic-dialup.coretel.net] has joined #ubuntu-classroom === zween [n=zween@Z5504.z.pppool.de] has joined #ubuntu-classroom === soundray [n=rolf@dsl-217-155-44-246.zen.co.uk] has left #ubuntu-classroom ["Leaving"] === soundray [n=rolf@dsl-217-155-44-246.zen.co.uk] has joined #ubuntu-classroom === CheeseGardener [n=steve@cpe-24-161-12-36.hvc.res.rr.com] has joined #ubuntu-classroom [07:42] soundray, are you here? [07:42] yes [07:42] Where did you save your iso? [07:43] /media/ExHD/Linux Backup ISOs/ [07:44] aptoncd-20070806-CD1-1.iso [07:44] that's the filename [07:44] CheeseGardener: in the terminal, do a 'cd /media/ExHD/Linux\ Backup\ ISOs' [07:45] Got it? [07:45] yeah [07:45] Do a 'pwd' [07:45] What does it say? [07:46] No such file or directory [07:46] Don't copy the quote marks [07:47] What's going on? [07:47] ok I got it to work [07:47] What does it say? [07:47] by pulling the folder after cd [07:47] steve@steve-laptop:/media/ExHD/Linux Backup ISOs$ [07:47] CheeseGardener: look, you're wasting my time if you do something other than I asked you to. [07:48] I thought that's what you wanted me to do. [07:48] Sorry. [07:48] I'll do it again then [07:48] Now do a [07:48] NO [07:48] Listen [07:48] oh ok [07:48] Now do a 'sudo mount -o loop aptoncd-20070806-CD1-1.iso /mnt && echo SUCCESS' [07:49] What does it say? [07:49] SUCCESS [07:49] Now do a 'cd /mnt ; ls' (don' [07:49] Now do a 'cd /mnt ; ls' (don't copy the ' marks) [07:50] ok, I did the one with the ' marks [07:50] and it just puts me at a blank prompt === sherkin [n=mich@brc29-1-82-245-192-44.fbx.proxad.net] has joined #ubuntu-classroom [07:51] CheeseGardener: I said DON'T use the quote marks. They are just there to indicate the beginning and end of what you're supposed to type. [07:51] CheeseGardener: do a Ctrl-C and try again [07:51] ok [07:51] it worked now [07:53] Did it list your .deb files? [07:53] aptoncd.info Packages Packages.gz Release [07:53] packages Packages.bz2 README.diskdefines [07:53] that's what it did [07:53] Do a 'cd packages ; ls' [07:54] now it lists them === neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom [07:55] Do a 'sudo cp *.deb /var/cache/apt/archives/' === croppa [n=stuart@135.27.233.220.exetel.com.au] has joined #ubuntu-classroom === neversfelde|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom [07:56] ok... it brought me to a blank prompt [07:56] wait.. [07:56] it brought my back to the same prompt again... and gave me some sort of error message that disappeared [07:56] are you there? [07:56] Yes [07:56] ok I thought something happened with GAIM [07:56] when I type that, it does nothing [07:56] Can you scroll up to see the message? [07:56] it has a blank prompt and then goes to the normal: [07:57] steve@steve-laptop:/mnt/packages$ [07:57] CheeseGardener: okay, it has worked probably. Now you want to get a list of those packages so you can apt-get install them, right? [07:58] um... I thought the CD would install them? [07:58] CheeseGardener: it would, if it was a proper CD. Since you've stored it as an iso, we have to use a different procedure. [07:59] ok. [07:59] ls | cut -d "_" -f 1 | tr "\n" " " | xargs -n 1 apt-get install [08:00] alright. You know, I think I'm just going to manually install some of these things. [08:00] That's the command that will do that. Make sure you're still in /mnt/packages/ and you type absolutely every character in that line. Spaces are vital [08:00] I'll save the command [08:00] if I need it someday :) [08:01] Okay, good luck. Dinner time for me now. [08:01] Thanks though :) [08:01] cya soundray. === CheeseGardener [n=steve@cpe-24-161-12-36.hvc.res.rr.com] has left #ubuntu-classroom [] === _jason [n=jrib@upstream/dev/jrib] has joined #ubuntu-classroom === never|mobi [n=neversfe@82.113.106.1] has joined #ubuntu-classroom === darich [n=trickyki@89.243.128.197] has joined #ubuntu-classroom === darich_ [n=trickyki@89.243.191.238] has joined #ubuntu-classroom