/srv/irclogs.ubuntu.com/2005/07/05/#ubuntu-toolchain.txt

fabbionemorning06:26
lamont-awaydoko: Moved gcc-3.4_3.4.4-3ubuntu1hppa1 to upload-breezy06:52
lamont-awaythat's with your PATH hack, and the good patch06:52
lamontUnresolved Dependency: cpp Depends: cpp-3.4 (>= 4.0.0-7) (breezy/main/hppa)08:39
=== lamont grumbles at doko
lamont Package: gpc08:44
lamont Depends: cpp (>= 4:4.0.0-2), gpc-2.1-3.4, gcc-4.0 (>= 3.4.3)08:44
lamonthrmpf08:44
=== lamont decides to ignore that one.
=== lamont uploads gcc-defaults_1.25
=== lamont works on iterating over xorg until it builds
=== doko_ [~doko___@dsl-084-059-065-082.arcor-ip.net] has joined #ubuntu-toolchain
=== chmj [~chmj@196.36.161.235] has joined #ubuntu-toolchain
=== jbailey [~jbailey@CPE00501836c657-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-toolchain
jbaileyg'm all01:39
=== doko [~doko___@dsl-084-059-065-082.arcor-ip.net] has joined #ubuntu-toolchain
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-toolchain
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-toolchain
Riddelldoko or anyone: could you review this http://dev.kubuntu.org.uk/~jr/kubuntu/wv2.diff06:21
dokoRiddell: the files in debian/ are not renamed, the name in the shlibs file needs to be changed06:24
Riddelldoko: fixed patch up06:33
dokoRiddell: no, the package name in the shlibs file is wrong06:35
Riddelloops, sorry06:36
Riddelldoko: ok, third try now06:39
dokolooks ok, although there is a Makefile in the diff now.06:50
=== zul [~chuck@ottawa-hs-64-26-161-129.s-ip.magma.ca] has joined #ubuntu-toolchain
=== lamont [~lamont@15.238.6.45] has joined #ubuntu-toolchain
fabbioneelmo: any luck with logs@ ?07:39
elmoworking on it, just talked to lamont07:45
fabbioneoh ok :)07:45
fabbionei am off for a shower :)07:46
fabbioneand dinner...07:46
fabbionei will ping you tomorrow again :P07:46
lamontfabbione: with luck, it'll be happy by then.. :0)07:48
=== jbailey [~jbailey@CPE00501836c657-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-toolchain
=== Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-toolchain
=== desrt [~desrt@dhcp-0-20-af-d2-7c-3.cpe.mountaincable.net] has joined #ubuntu-toolchain
desrt'sup guys.  is ppc biarch toolchain in breezy yet?08:29
elmoyes08:31
jbaileydesrt: Yes, awhile ago.08:31
desrtrocking08:31
desrtany word on the kernel?08:31
jbaileyAny particular kernel?08:31
desrtppc6408:31
jbaileyAlso done awhile ago.08:32
desrtmy life is complete.08:32
jbaileyWill you die now?  If yes, I'm sure I could break part of it to keep you around.08:33
jbaileyI'd hate to have someone dying on my concience.08:33
desrt:)08:33
desrtthis is enough to keep me around for a while08:34
jbaileyOh good.08:34
desrtif anything you've saved me from committing suicide faced with the prospect of another manual kernel cross-compile08:34
desrtjbailey++08:34
=== desrt headscratch
desrtso i have this nice kernel running and linux-headers-2.6.12-3-powerpc64-smp installed09:06
desrtbut whenever i go to build something it uses gcc-3.4 and seems to be trying to build a 64bit kernel in 32bit mode09:06
desrt(ie: building a module out-of-tree)09:06
jbaileyMake sure you add -m64 to the command line.09:06
desrtnod.  it definitely builds 64bit code... just the linux-headers-2.6.12-3-powerpc64-smp package seems to be misconfigured09:07
jbaileyBest to try #ubuntu-kernel09:15
desrtthanks.09:15
fabbionedesrt: that can be possible..09:18
fabbionethat the header package isn't correct...09:18
fabbionei hounestly forgot to check it09:18
desrtfabbione; eek.09:18
desrtfabbione; lemme try installing the full source09:19
fabbionedesrt: if you can kindly mail me the details of what you are trying to do, it would be very nice09:19
fabbionei don't have a ppc64 at home to play with09:19
jbaileyfabbione: Got a sec for chatting?09:19
fabbioneand doing tests is quite of a problem for me09:19
fabbionejbailey: sure09:19
fabbionefor you always09:19
desrtfabbione; fabbione@ubuntu.com?09:19
jbaileyfabbione: After I move, I can give you access to mine easily.09:20
fabbionedesrt: yes that would be perfect09:20
desrtfabbione; i can also give you access here if you like09:20
fabbionejbailey: nice :)09:20
fabbionedesrt: see the problem is that to install/uninstall stuff i need basically root access :)09:20
desrtfabbione; that's fine09:20
desrtfabbione; it's a fresh box that i installed yesterday and just moved hoary->breezy.  i don't care about it very much :)09:21
fabbionedesrt: well i don't like to use "users" machines, but if you want you can send me an account info with the mail09:22
fabbioneand i can look at what you are doing09:22
fabbioneso i can see what's wrong with the headers09:22
desrtok.  first i'll see if i can get it working with the full sources09:22
fabbionesure09:22
desrtoh wait.  there exist no fully-preconfigured source packages that correspond to the built kernel images, do there?09:23
desrtfabbione; do you have an ssh key somewhere?09:23
fabbionedesrt: there is the source.. you can grab the config from /boot09:23
fabbionedesrt: sure i can send it to you09:24
desrtfabbione; it looks like there are some Makefile modifications here...09:24
fabbionedesrt: uh?09:24
desrtlike $(CROSSCOMPILE)gcc changed to gcc-3.409:25
fabbionedesrt: yes. that's correct... we force gcc-3.409:25
fabbionebecause it's the minimum that can compile ppc6409:25
desrtright.. but will just copying in the .config change that?09:26
fabbionenope09:26
desrtk.  i'll just diff the Makefiles to see if there's anything else09:27
desrtfabbione; please send your key09:28
fabbionedesrt: i need your email address at least?09:29
desrtdesrt@desrt.ca09:29
zulwhats with all these canadians09:30
desrt:)09:30
fabbioneeheh09:30
desrtthat's one heck of a long key :)09:32
fabbionedont' confuse the gpg key with the ssh one09:32
fabbioneone it's only the signature09:32
fabbioneso you can verify the mail is coming from me09:32
desrtok.  try to ssh to copacetic.mcmaster.ca09:33
fabbioneThe authenticity of host 'copacetic.mcmaster.ca (130.113.70.8)' can't be established.09:34
fabbioneRSA key fingerprint is fe:7c:e5:9a:8b:aa:17:39:5e:6a:08:64:32:53:f2:19.09:34
desrtuh.  i guess that's right :)09:34
fabbioneyeah i am in09:34
desrtok.  the ppc64 box is called gorecki09:34
fabbionebut you are running 2.6.10 there...09:34
fabbioneah i need another op?09:34
desrtya.  gorecki is behind the firewall09:35
fabbioneFailed to add the host to the list of known hosts (/home/fabbione/.ssh/known_hosts).09:35
desrtyour password on gorecki is 'secret'09:35
desrtoh.  sorry.09:35
fabbioneamen ok :)09:35
fabbioneyou left .ssh as root09:35
desrtyes.  fixed now.,09:35
desrtyou should be able to sudo on gorecki09:35
fabbioneroot@gorecki:~ # 09:36
desrtexcellent :)09:36
fabbionei would say it works...09:36
fabbionedesrt: can you send me now the info of what needs to be done via email?09:36
fabbioneit's like 10pm here09:36
desrtok09:36
fabbioneand i plan to crash in not too long from now :)09:36
desrtbtw: it works much better when i use the source09:36
desrtso it must be a problem with the headers package09:37
fabbionedesrt: it is possible.. yes.. as i said before :)09:37
desrtwill email info.09:37
desrtthanks :)09:37
fabbionedesrt: thanks for the cooperation09:37
desrtno problem.09:37
=== Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-toolchain

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!