[00:04:55] *** kneekoo has joined #haiku
[00:14:18] *** stargate1 has joined #haiku
[00:15:21] *** Puffin has joined #haiku
[00:16:18] *** BitPuffin has quit IRC
[00:16:35] *** stargater has quit IRC
[00:20:02] <arfonzo> evening, Haiku friends
[00:39:27] *** daniele_athome has quit IRC
[00:42:47] *** stargate1 has quit IRC
[00:45:06] *** bbjimmy has joined #haiku
[00:54:50] *** mmu_man has quit IRC
[00:55:17] *** epigraph has quit IRC
[00:59:14] *** Sikosis has joined #haiku
[00:59:14] *** ChanServ sets mode: +o Sikosis
[01:00:34] *** Hub__ has quit IRC
[01:11:31] <arfonzo> I'm getting nasm not found building Haiku in Haiku, anyone else getting this on a recent hrev?
[01:11:34] <arfonzo> AssembleNasm /boot/home/src/haiku/generated.x86gcc2/objects/haiku/x86_gcc2/release/servers/app/drawing/Painter/painter_bilinear_scale.o
[01:11:34] <arfonzo> /bin/sh: line 4: nasm: command not found
[01:13:56] *** Hub_ has joined #haiku
[01:14:03] *** Hub_ has quit IRC
[01:21:38] *** bbjimmy has quit IRC
[01:21:39] *** bbjimmy_away is now known as bbjimmy
[01:24:55] *** nighty-_ has quit IRC
[01:33:14] *** HaikuUser has joined #haiku
[01:34:12] *** HaikuUser has quit IRC
[01:44:05] <irker-974> f5c284e: Style fixes to BTextView
[01:46:24] <Skipp_OSX> and I'm out
[01:46:30] *** Skipp_OSX has quit IRC
[01:51:42] <KapiX> arfonzo, yasm has been recently replaced by nasm
[02:18:42] *** jstressman has quit IRC
[02:18:45] *** Puffin has quit IRC
[02:21:44] *** AlienSoldier has joined #haiku
[02:21:59] *** jstressman has joined #haiku
[02:27:03] *** oco2 has quit IRC
[02:32:38] *** Barrett has quit IRC
[02:33:26] *** NumberNoid is now known as zz_NumberNoid
[02:36:15] *** reavengrey has quit IRC
[02:52:01] *** petterhj has quit IRC
[02:59:42] *** reavengrey has joined #haiku
[02:59:48] *** reavengrey has joined #haiku
[02:59:58] *** Vidiot_X has joined #haiku
[03:09:03] *** freakazoid0223 has left #haiku
[03:14:53] *** mmadia has quit IRC
[03:15:47] *** rta has joined #haiku
[03:36:42] *** freakazoid0223 has joined #haiku
[03:51:23] *** kneekoo has quit IRC
[03:53:34] <scanty> why did they replace yasm?
[03:54:31] <jessicah> nasm better than yasm again?
[03:54:52] <jessicah> also nasm has a disassembler, whereas yasm doesn't
[03:55:28] <jessicah> can ask js :)
[03:58:22] <reavengrey> GAS > NASM
[04:00:15] *** KapiX has left #haiku
[04:04:36] *** jstressman has quit IRC
[04:18:20] *** Negr0_ has quit IRC
[04:20:21] *** jstressman has joined #haiku
[04:21:41] <scanty> GAS.... eew
[04:22:55] <scanty> i can't link asm modules made with yasm under x64 yet
[04:23:05] <scanty> have to figure that one out.
[04:23:34] *** jstressman has left #haiku
[04:23:55] *** jstressman has joined #haiku
[04:25:29] <js> scanty: yasm didn't compile some of our assembly, yasm was only used because nasm stalled development for some time, nasm supports more instructions these days and is more actively developed
[04:25:52] <scanty> ah I see.
[04:25:55] <scanty> can it do x64?
[04:26:03] <js> it would've been better to port the assembly to GAS, but that's more work ;)
[04:26:05] <js> sure it can
[04:26:09] <scanty> cool
[04:26:12] <js> we're not living in the stone age anymore ;)
[04:26:36] <scanty> well, the x64 port is a bit lagging compared to the 32-bit port
[04:26:39] <js> anyway, it'd be nice to get rid of nasm, too, but that'll take time
[04:26:40] <scanty> (of haiku)
[04:26:47] <js> scanty: not really. i'm using it productively.
[04:27:06] <scanty> i can't link with yasm
[04:27:11] <scanty> complains about PIC
[04:27:34] <js> that might be because your setup is broken, as we don't use yasm anymore at all
[04:27:53] <scanty> well i can revert to nasm
[04:28:38] <js> oh and with the switch, I re-enabled some parts that yasm could not assemble
[04:28:51] <scanty> interesting.
[04:28:54] <js> so it's not even possible to use yasm anymore with hacking it into the config ;)
[04:29:29] <js> but there's more work. for example the stage1 bootloader never compiled with yasm and so a pre-compiled one is included.
[04:29:36] *** pseudomind_ has joined #haiku
[04:29:58] <scanty> just promise we won't revert to GAS. I can't take AT&T ASM!
[04:30:19] <js> if someone's willing to spend time on it, the switch to GAS will happen
[04:30:21] *** Negr0_ has joined #haiku
[04:30:29] <js> one less dependency :)
[04:31:21] <js> though migrating is some work even with .intel_syntax noprefix. Plus I'm not sure the old binutils used for the gcc2 build can properly handle that.
[04:31:39] <scanty> true
[04:31:47] *** Puffin has joined #haiku
[04:31:52] <pseudomind_> good evening everybody!
[04:32:40] <js> anyway, good night!
[04:32:54] <scanty> seeya
[04:33:37] <pseudomind_> Does anybody in here have any experience with the Haiku Python bindings that resulted from the 2011 GSoC?
[04:36:59] <pseudomind_> I am trying to get them up to date so that they work on the x86_gcc4-hybrid.
[04:37:26] <scanty> what's the difference between gcc2hybrid and gcc4hybrid?
[04:37:44] <pseudomind_> After some modifications, I was able to get the python module to compile, but actually trying to run one of the supplied tests, fails
[04:38:08] <pseudomind_> I'm not really sure yet, I haven't tried building it on the gcc2-hybrid yet
[04:40:57] <jessicah> scanty: gcc2h, the main system are gcc2 binaries with gcc4 support
[04:41:10] <jessicah> gcc4h, the main system are gcc4 binaries with gcc2 support
[04:41:17] <scanty> gotcha
[04:41:30] <jessicah> so like on gcc2h, you can't load gcc4 replicants into deskbar
[04:41:40] <jessicah> on gcc4h, it's the opposite
[04:41:52] <scanty> i see i guess that makes sense
[04:42:05] <scanty> i dont know why support gcc2 at all, it's ancient
[04:42:29] <pseudomind_> it's for backwards compatibility...
[04:42:32] <pseudomind_> as I understand
[04:42:33] <jessicah> it'll disappear
[04:43:02] <scanty> plus gcc4 produces much better code
[04:43:18] <scanty> actually, i'd like to see a move to clang
[04:44:37] <jessicah> js is working on that
[04:44:50] <scanty> cool
[04:44:51] <pseudomind_> I only have 1-2 weeks experience in actually trying to program for haiku
[04:45:10] <pseudomind_> and so far I would say that the gcc4-hybrid is much more responsive than the gcc2-hybrid
[04:47:16] *** happy-dude has joined #haiku
[04:47:46] <scanty> is there a gsoc initiative to port nouveau to haiku? that would be super.
[04:48:41] <pseudomind_> well, that was on the list of things that they would like
[04:48:50] <pseudomind_> but I have no idea what the students actually proposed to do
[04:50:06] <AlienSoldier> I remember a time when assembly was assembly
[04:50:34] <scanty> i learned on turbo assembler
[04:50:37] <scanty> then moved to nasm
[04:50:41] <scanty> then yasm
[04:50:51] <scanty> but it looks like i'm going back to nasm
[04:51:56] <pseudomind_> Assembly is too hardcore for me… I don't like getting any lower than C.
[04:52:18] <scanty> assembly can be fun if you know what you're doing
[04:54:23] <pseudomind_> so the problem that I have been running into with this Haiku python binding is that I keep getting an unresolved symbol error
[04:54:46] <scanty> maybe you are missing a library to link to
[04:55:29] <pseudomind_> more specifically: `resolve symbol "_ZTI12BApplication" returned: -2147478780
[04:55:45] <pseudomind_> yeah, that is what I was thinking too
[04:56:02] <scanty> looks like BApplication is not implemented/resolved.
[04:56:07] <pseudomind_> I suppose I'm somewhat mystified about the whole process of producing python bindings
[04:56:10] <scanty> are you linking to libbe.so?
[04:57:07] <pseudomind_> well, it looks like "libbe" was included in the list of runtime_library_dirs
[04:58:55] *** Puffin has quit IRC
[05:01:45] <scanty> seems like there is no BApplication constructor in your app.... I think
[05:03:59] <pseudomind_> whohoo!!
[05:04:04] <pseudomind_> I got it working!
[05:04:20] <scanty> nice, what was wrong?
[05:05:11] *** _marc` has quit IRC
[05:05:42] <pseudomind_> well, for some reason the python module build script `setup.py`, was specifying addtional library directories ["libbe" and "libtracker"]
[05:05:58] *** Puffin has joined #haiku
[05:06:15] <pseudomind_> however, those shouldn't have been library directories, they should have been in a `libraries` list
[05:06:26] <scanty> ah
[05:06:41] <pseudomind_> also, haiku appears to be like linux, so to properly include them, you need to drop the `lib` prefix
[05:07:01] <pseudomind_> so I needed to add a line like this: `libraries=["be", "tracker"]`
[05:07:05] <scanty> yeah just -lbe
[05:07:11] <pseudomind_> yep yep
[05:08:11] <pseudomind_> So my eventual goal for this, is to get the python bindings back up to speed with the current nightlies and then to make a recipe so that they can be built with the haiku-package maker program.
[05:08:25] <scanty> cool
[05:08:43] <scanty> if i can get my asm modules to link, i will make a package for my NES emulator
[05:08:57] <scanty> PyKu would've been better ^_^
[05:09:09] <pseudomind_> oh man, that WOULD have been better
[05:09:28] <pseudomind_> damn, and I felt pretty clever till I heard that name
[05:09:34] <scanty> hehe
[05:11:15] <jessicah> could still rename it
[05:12:05] <pseudomind_> do you like PyKu better as well?
[05:12:35] *** reavengrey has quit IRC
[05:12:36] *** Puffin has quit IRC
[05:13:00] *** Negr0_ has quit IRC
[05:13:21] <jessicah> i do
[05:13:42] <pseudomind_> okay well, I suppose this is what they call a consenus...
[05:13:53] <pseudomind_> I'll go ahead and rename it then ;)
[05:15:11] *** soakbot has joined #haiku
[05:17:59] *** _marc` has joined #haiku
[05:20:53] <pseudomind_> Thanks for the input
[05:21:15] <scanty> shure
[05:35:51] *** Vidiot_X has quit IRC
[05:45:20] *** AlienSoldier has quit IRC
[05:47:05] *** happy-dude has quit IRC
[06:16:35] *** Cenbe_ has quit IRC
[06:18:32] *** Cenbe has joined #haiku
[06:24:49] *** Puffin has joined #haiku
[06:34:34] *** fhein has joined #haiku
[06:36:41] *** DKnoto has joined #haiku
[06:39:55] *** Puffin has quit IRC
[06:49:51] *** fhein has quit IRC
[06:52:43] *** Puffin has joined #haiku
[07:08:36] *** Ptrus has joined #haiku
[07:12:33] *** arselinux has quit IRC
[07:18:08] *** Puffin has quit IRC
[07:18:08] *** HAIKU-Buildbot_ has quit IRC
[07:18:30] *** HAIKU-Buildbot has joined #haiku
[07:30:47] *** freedomrun has joined #haiku
[07:45:26] *** Puffin has joined #haiku
[07:50:24] *** PulkoMandy has joined #haiku
[07:54:38] *** Puffin has quit IRC
[07:55:07] *** orealis has quit IRC
[07:55:51] *** orealis has joined #haiku
[08:02:27] *** orealis has quit IRC
[08:20:11] <PulkoMandy> hey
[08:20:17] <PulkoMandy> html5 audio working :)
[08:20:58] <arfonzo> ahoy!
[08:20:59] <jessicah> :o
[08:21:00] <jessicah> \o/
[08:21:01] <arfonzo> great! :D
[08:21:05] <jessicah> congratulations PulkoMandy!!
[08:21:08] *** Premislaus has quit IRC
[08:21:09] <arfonzo> that's fantastic news
[08:21:19] <jessicah> ahoyhoy arfonzo :)
[08:21:20] *** freedomrun has quit IRC
[08:21:28] <jessicah> PulkoMandy: when can we test?!?!?!?!?!
[08:21:41] <arfonzo> heya jessicah
[08:21:43] <PulkoMandy> well, there's room for improvement, it downloads the whole file before starting to decode it
[08:21:56] <PulkoMandy> and you can't set the volume, or pause it, or anything
[08:22:05] <jessicah> meh, details
[08:22:06] <jessicah> :p
[08:22:07] <arfonzo> aaah, small things. ;)
[08:22:08] <arfonzo> exactly
[08:22:43] <PulkoMandy> well, I'll send this to github, if you want to compile and try
[08:23:00] <jessicah> i do, i do
[08:25:54] <PulkoMandy> there you go
[08:26:04] <PulkoMandy> (I don't mind code reviews and ideas for improvement)
[08:26:17] <PulkoMandy> I'll add sound volume support, that's not too difficult
[08:27:13] <jessicah> to enjoy spotify, please install adobe flash player... grr
[08:27:19] <jessicah> guess that doens't use html5 audio
[08:29:18] <PulkoMandy> I tested with youtube (well you get a black rectangle instead of the video, but sound works)
[08:29:36] <jessicah> whoa, whoa, whoa, i can listen to music with youtube??
[08:29:38] <jessicah> yus!!!
[08:29:41] <jessicah> :D :D :D :D
[08:29:48] <jessicah> that's like half the battle right htere :D
[08:30:52] *** Puffin has joined #haiku
[08:30:54] <PulkoMandy> yes, I'm starting to get bored with the music collection on my hard disk, that's why I started this :p
[08:34:17] <arfonzo> Man... fantastic... now I want to test too. Heh.
[08:35:28] <jessicah> hmm, google play should work :o
[08:35:44] <jessicah> i disabled flash in IE to find service that works :)
[08:36:08] *** Puffin has quit IRC
[08:36:29] *** alpha123 has quit IRC
[08:36:42] *** orealis has joined #haiku
[08:37:40] <arfonzo> does jam still suffer from possible issues with -j?
[08:37:46] <arfonzo> (when building Haiku in Haiku)
[08:38:26] <jessicah> not sure. don't think so
[08:39:10] <arfonzo> are you building in Haiku these days?
[08:39:13] *** alpha123 has joined #haiku
[08:41:55] <jessicah> sometimes
[08:42:53] <PulkoMandy> I don't get problems with that very often, but I use only -j2
[08:43:07] <arfonzo> hm, ok
[08:43:17] <arfonzo> I tried -j16 on splinter PulkoMandy
[08:43:32] <arfonzo> it barfed. But I just updated to the latest nightly image, trying agian.
[08:47:10] <PulkoMandy> play/pause support working, and one more fix to do to volume setting...
[08:57:37] *** daniele_athome has joined #haiku
[08:57:48] *** stippi has joined #haiku
[08:57:48] *** ChanServ sets mode: +o stippi
[08:58:18] <jessicah> damn, have to clone webkit
[09:00:33] *** Luko has joined #haiku
[09:03:31] *** rimio has joined #haiku
[09:04:28] *** Luko has quit IRC
[09:06:49] *** Cenbe has quit IRC
[09:09:06] *** Cenbe has joined #haiku
[09:10:52] *** _marc` has quit IRC
[09:12:34] *** hmstrmn has quit IRC
[09:22:38] *** Xenmen has quit IRC
[09:26:40] <jessicah> PulkoMandy: we need a new hpkg of web+ :p
[09:27:06] <PulkoMandy> yes, I'll do that after you test it on some websites :p
[09:27:25] <jessicah> that'll take a lil while... still getting the source :(
[09:27:27] <jessicah> 29%
[09:27:44] <jessicah> another hour i guess
[09:29:02] *** DKnoto has quit IRC
[09:30:44] <jessicah> thought i already had a copy of the repo :(
[09:31:16] *** kkux has quit IRC
[09:31:31] *** Puffin has joined #haiku
[09:32:08] *** stippi has quit IRC
[09:33:31] *** Sikosis has quit IRC
[09:34:20] *** stippi has joined #haiku
[09:34:20] *** ChanServ sets mode: +o stippi
[09:34:44] *** kyzh_ is now known as kyzh
[09:35:18] *** kyzh is now known as Guest5575
[09:35:27] *** Guest5575 is now known as kyzh_
[09:36:25] *** Puffin has quit IRC
[09:40:40] *** hmstrmn has joined #haiku
[09:48:56] <PulkoMandy> I pushed some more fixes (starts playing after buffering 256K of data instead of the whole file, and avoid some crashes)
[09:49:27] <jessicah> still cloning...
[09:49:29] <jessicah> :p
[09:51:07] *** Luko has joined #haiku
[10:00:45] *** epigraph has joined #haiku
[10:02:35] <arfonzo> Has anyone tried recently to build tmux or screen for Haiku? I tried last year, IIRC some pthreads stuff was missing.
[10:03:10] *** _marc` has joined #haiku
[10:05:32] *** Luko has quit IRC
[10:07:45] *** stippi has quit IRC
[10:29:53] *** stippi has joined #haiku
[10:29:53] *** ChanServ sets mode: +o stippi
[10:42:56] *** epigraph has quit IRC
[10:44:24] *** epigraph has joined #haiku
[10:46:07] *** DKnoto has joined #haiku
[10:50:17] *** IRIXuser has joined #haiku
[10:52:44] <IRIXuser> Good morning! I'm interested in potentially working with Haiku. Is there any particularly recommended graphics card or family thereof for Haiku use? Ideally with hardware accleration.
[10:57:20] <PulkoMandy> we don't have hardware acceleration on anything right now
[10:57:59] <PulkoMandy> we have drivers for intel and radeon, everything else uses VESA, which is just as fast but doesn't always allow to use your monitors native resolution
[11:01:13] *** jstressman has quit IRC
[11:04:13] *** stippi has quit IRC
[11:04:17] *** _3dEyes has joined #haiku
[11:04:27] *** stippi has joined #haiku
[11:04:27] *** ChanServ sets mode: +o stippi
[11:06:11] <PulkoMandy> ... and video working \o/
[11:11:51] <arfonzo> wow! you're on a roll today PulkoMandy :)
[11:11:53] <arfonzo> awesome
[11:12:03] <arfonzo> NOW GIVE US A NEW WEB+ HPKG! :D
[11:12:27] <arfonzo> man, fantastic... I never imagined you'd get audio and video working in one day...
[11:13:55] <PulkoMandy> well, I'm working on it since monday actually, so that's one week
[11:16:13] *** jstressman has joined #haiku
[11:17:26] *** stargater has joined #haiku
[11:20:35] <PulkoMandy> I'll give this a bit more testing before I release a package (and let others build it too, maybe?)
[11:23:53] *** IRIXuser has quit IRC
[11:25:09] *** Puffin has joined #haiku
[11:33:15] *** Puffin has quit IRC
[11:36:50] *** epigraph has quit IRC
[11:37:27] *** zz_NumberNoid is now known as NumberNoid
[11:49:53] *** OmniMancer has joined #haiku
[11:54:44] *** puckipedia|away is now known as puckipedia
[12:06:47] <puckipedia> Well, I am actually making progress on using Haiku as a hypervisor!
[12:06:55] <puckipedia> Only now I have to go to school :(
[12:07:48] *** puckipedia is now known as puckipedia|away
[12:11:43] *** leszek has joined #haiku
[12:17:52] <arfonzo> nice puckipedia|away :)
[12:18:08] <arfonzo> maybe I can migrate the DL380 from Server 2012 onto Haiku as a hypervisor then. :D hah.
[12:26:09] *** pdziepak has joined #haiku
[12:50:35] *** Drakevr has quit IRC
[12:50:43] *** Drakevr has joined #haiku
[12:51:03] *** rkbm has quit IRC
[12:51:15] *** rkbm has joined #haiku
[13:12:45] *** Colin_Finck has joined #haiku
[13:15:58] *** _3dEyes has quit IRC
[13:21:06] *** OmniMancer has quit IRC
[13:25:30] *** Colin_Finck has quit IRC
[13:25:30] *** Colin_Finck has joined #haiku
[13:37:00] *** freedomrun has joined #haiku
[13:38:42] *** epigraph has joined #haiku
[13:44:42] *** puckipedia|away is now known as puckipedia
[13:44:46] <puckipedia> arfonzo, :)
[13:45:00] <puckipedia> I may add support for nested VMX, depending on how hard it is
[13:45:11] <puckipedia> So you can run Server 2012 as a hypervisor within Haiku
[13:45:32] <arfonzo> how much of a performance loss would that result in, if you have any idea?
[13:45:54] <puckipedia> somewhat more
[13:46:26] <arfonzo> I guess it couldn't be a "production" solution, but it's interesting nontheless.
[13:46:27] *** vezhlys has joined #haiku
[13:48:36] *** nighty-_ has joined #haiku
[13:58:24] *** KapiX has joined #haiku
[13:58:27] <puckipedia> Nested virtualization would be cool if I could run at least 5 VMs in each other, the innermost running windows server
[13:58:44] <js> PulkoMandy: I think radeon would be the best suggestion if someone wants acceleration, considering kallisti5 is working on Gallium3D for it
[13:59:22] <PulkoMandy> that doesn't make it working
[13:59:37] <PulkoMandy> so the best suggestion would be an nvidia card from the 90s :)
[14:01:38] <puckipedia> Not even a Voodoo?
[14:02:09] <js> PulkoMandy: why an nvidia from a 90s?
[14:02:21] <puckipedia> It's the oldest, and thus the easiest to program
[14:02:31] <puckipedia> I meant the voodoo, not the nvidia
[14:02:31] <js> PulkoMandy: and radeon seems to have the best support so far, they seem to be properly supported unlike everything else
[14:02:47] <puckipedia> except on x86_64?
[14:02:49] <js> yep
[14:02:55] <js> but we don't support that officially yet
[14:03:04] <js> kallisti5: did you look into that x86_64 radeon problem?
[14:05:27] <PulkoMandy> js: rudolfc did an accelerated driver for those back then
[14:05:30] <PulkoMandy> should still work
[14:06:39] <js> PulkoMandy: well, 2D acceleration. which app_server won't use even if it's there.
[14:07:21] <PulkoMandy> I think it had some 3d accel as well
[14:08:30] *** e1z0_ has joined #haiku
[14:10:55] *** e1z0 has quit IRC
[14:10:56] *** {V} has quit IRC
[14:10:59] *** ujdf has joined #haiku
[14:11:39] *** ujdf is now known as {V}
[14:15:59] *** mmu_man has joined #haiku
[14:18:59] *** useragent has joined #haiku
[14:21:31] *** stargater has quit IRC
[14:23:01] *** _3dEyes has joined #haiku
[14:24:40] *** useragent has left #haiku
[14:32:32] *** _3dEyes has quit IRC
[14:37:41] *** LeandroLuiz has joined #haiku
[14:42:54] *** puckipedia is now known as puckipedia_s
[14:48:10] *** Muzer has quit IRC
[14:48:24] <js> PulkoMandy: well, that'd mean we'd need to have a version of Haiku that still runs on a sytem with AGP ;)
[14:48:49] <js> hm, actually, there might be SSE2 systems that still have AGP
[14:49:48] *** Muzer has joined #haiku
[14:50:06] <PulkoMandy> yes. 3d accel OR web browser?
[14:50:12] <PulkoMandy> (we don't have WebGL anyway :D)
[14:50:50] <js> or we look if we can find a way to not generate SSE2 code in WebKit ;)
[14:51:10] <js> then my old Athlon XP would still work, would be quite a nice machine for Haiku, considering even BeOS supported all hardware in it ;)
[14:51:31] <js> PulkoMandy: apropos WebGL - should be quite easy, I guess?
[14:51:35] <PulkoMandy> well, I have an Athlon XP machine as well, but recent nightlies won't boot
[14:52:26] <PulkoMandy> runs well with BeOS - I had to backport our command-line screenmode so I could set it to the native display resolution using a modeline...
[14:52:45] <js> PulkoMandy: wait, not even boot? interesting.
[14:53:05] <PulkoMandy> freezes somewhere on the splash screen, don't remember which icon
[14:53:24] <js> need to build a x86 gcc4 bootstrap I guess ;)
[14:53:52] <PulkoMandy> mh
[14:54:06] <PulkoMandy> I'll have to try swapping the hard disks, maybe...
[14:54:25] *** vezhlys has quit IRC
[14:55:06] <js> has anybody ever tried a gcc2 bootstrap, btw?
[14:55:10] <js> gcc2h, actually
[14:55:35] <puckipedia_s> I don't think it was needed?
[14:55:47] <puckipedia_s> You could probably build a gcc2 haiku from BeOS
[14:56:12] <js> puckipedia_s: well since we don't have package signing, you'd need it if you want a trusted system ;)
[14:58:05] <PulkoMandy> puckipedia_s; probably not
[14:58:19] <PulkoMandy> we dropped support for that years ago
[14:58:29] <PulkoMandy> even building a current nightly from alpha4 won't work
[14:59:02] <PulkoMandy> (building on old haiku install gets broken regularly, I think last time was the scheduler changes)
[14:59:13] <puckipedia_s> Well, then you could just build the bootstrap packages from Haiku, no bootstrapping needed?
[14:59:52] <PulkoMandy> well, or you can use the repos
[15:00:05] <PulkoMandy> but still, a working bootstrap would be useful
[15:17:00] <js> yeah, ideally, we wouldn't have a bootstrap, but an option --build-packages
[15:17:13] <js> so that using packages is merely a speedup thing
[15:17:45] <puckipedia_s> can't we just make a build profile for bootstrap?
[15:18:24] <js> we have that already
[15:18:37] <js> the idea is that you can do a normal build and it just crosscompiles all packages ;)
[15:19:02] <puckipedia_s> so, instead of building the packages on a bootstrap Haiku, just cross-compile them?
[15:19:53] *** Megaf has joined #haiku
[15:20:15] <js> yeah
[15:20:27] <puckipedia_s> Why can't we do that already?
[15:20:43] <js> because we have an extra haikuports.cross repo with modified recipes
[15:20:54] <js> those reduce dependencies and make it cross-compilabe
[15:20:56] <js> +
[15:20:57] <js> l
[15:22:13] <js> and those are special $name_bootstrap packages
[15:22:28] <js> I'd rather try to have only a _bootstrap recipe for those with reduced dependencies and for the rest use the normal recipes
[15:22:32] <puckipedia_s> Can't we combine it into haikuports?
[15:22:43] <js> puckipedia_s: is this something you want to work on?
[15:22:57] <js> because last time I talked to olta, he wasn't opposed
[15:22:59] <puckipedia_s> maybe, I'm quite busy working on vmx
[15:23:12] <puckipedia_s> actually, shouldn't take too long
[15:23:13] *** Puffin has joined #haiku
[15:23:45] *** Megaf has quit IRC
[15:24:03] <puckipedia_s> fork haikuports, copy folders, paste into haikuports-fork
[15:24:10] <js> puckipedia_s: well, it's not *that* easy ;)
[15:24:24] <js> that'd just combine the repos - and you'd need to patch the build sys
[15:24:32] <js> the idea is to make as much cross-compilable as possible
[15:24:36] <puckipedia_s> And fix the Jamfiles, yeah
[15:24:41] <js> e.g. we currently have gcc_bootstrap - which is not that much different from gcc
[15:32:53] *** Puffin has quit IRC
[15:35:13] <PulkoMandy> I note that haikuporter --do-bootstrap will abort if a single recipe (even if it doesn't plan to build it) is incorrect
[15:35:33] <PulkoMandy> so a good first step is fixing all recipes so they have a summary, provides, architectures, requires
[15:35:49] <PulkoMandy> or making --do-bootstrap not fail, but that's less fun
[15:36:34] <js> PulkoMandy: I see you executed haikuporter --do-bootstrap on a running system ;)
[15:36:35] <js> don't do that
[15:36:40] <js> it expects rigged source packages etc.
[15:36:42] *** KolibriOS|yogev has quit IRC
[15:36:57] <PulkoMandy> well it detects broken recipes, that's helpful :p
[15:36:58] *** DKnoto has quit IRC
[15:37:13] <js> PulkoMandy: it's not a problem for the boostrap btw as there is no repo on the bootstrap image
[15:37:29] <js> instead, rigged source packages are copied to the image and a repository is built from those
[15:39:55] *** kkux has joined #haiku
[15:41:21] *** Colin_Finck has quit IRC
[15:52:15] *** Cenbe has quit IRC
[15:54:31] *** Cenbe has joined #haiku
[15:54:54] <PulkoMandy> mh, ok
[15:56:04] <js> PulkoMandy: anyway, some time ago, I fixed all recipes about which haikuporter complained when building the repository
[15:56:16] <js> oh btw, doing --do-bootstrap on a normal installation will build *ALL* packages that exist in the repo :D
[15:57:02] <irker-974> fe7d7c2: RepositoryRules: Add option to now download any packages
[15:58:20] <puckipedia_s> I saw that
[15:58:29] <js> damn, typo in commit msg
[16:00:07] *** puckipedia_s is now known as puckipedia_s|awa
[16:03:01] <PulkoMandy> js: it seems to come up with a list of pakages to build that makes sense
[16:03:14] <PulkoMandy> but then it fails because other recipes are incorrect
[16:06:04] *** DKnoto has joined #haiku
[16:08:24] *** HaikuUser has joined #haiku
[16:09:10] *** HaikuUser has quit IRC
[16:10:17] *** vishu has joined #haiku
[16:15:37] *** rta has quit IRC
[16:18:10]
<HAIKU-Buildbot> build #1809 of x86_64-any-host is complete: Failure [failed [x86_64] [x86_64] @release-anyboot [x86_64] build repository haiku [x86_64] upload_haiku_repository] Build details are at http://mmadia.dyndns.org:8010/builders/x86_64-any-host/builds/1809 blamelist: Jonathan Schleifer <js at webkeks dot org>
[16:18:55] *** vishu has quit IRC
[16:21:59] <js> PulkoMandy: it first tries to solve circular dependencies
[16:22:04] <js> after that it builds *all* available packages
[16:22:45] *** humdinger has joined #haiku
[16:23:28] *** narendraj9 has joined #haiku
[16:24:38] <js> and HAIKU-Buildbot sure is strange...
[16:26:44] *** qbit has left #haiku
[16:31:15] <arfonzo> PulkoMandy: Web+ just crashed (hrev47085), I have a report if you want it. Just tell me where.
[16:31:27] <PulkoMandy> can always be useful
[16:31:37] *** orealis has quit IRC
[16:32:08] <arfonzo> seg violation from what I can make of it
[16:32:12] *** rta has joined #haiku
[16:32:20] *** orealis has joined #haiku
[16:34:48] *** mccall has joined #haiku
[16:44:50] *** narendraj9 has quit IRC
[16:45:48] *** narendraj9 has joined #haiku
[16:47:19] *** rta has quit IRC
[16:48:50] *** poxip has joined #haiku
[17:06:40] *** puckipedia_s|awa is now known as puckipedia
[17:08:33] *** rta has joined #haiku
[17:18:28] *** Colin_Finck has joined #haiku
[17:18:50] *** Colin_Finck has quit IRC
[17:18:50] *** Colin_Finck has joined #haiku
[17:26:36] *** fhein has joined #haiku
[17:35:12] *** PulkoMandy has quit IRC
[17:35:16] *** PlkMndy has joined #haiku
[17:38:14] *** narendraj9 has quit IRC
[17:40:20] *** _marc` has quit IRC
[17:46:25] *** puckipedia is now known as puckipedia|away
[17:53:03] *** LjL has quit IRC
[17:59:11] *** LjL has joined #haiku
[17:59:21] *** LjL is now known as Guest360
[18:05:38] *** JoFo has quit IRC
[18:09:59] *** dnivra has quit IRC
[18:15:06] *** tqh has joined #haiku
[18:16:34] *** dnivra has joined #haiku
[18:16:58] *** dnivra is now known as Guest56354
[18:17:30] *** Guest56354 is now known as dnivra
[18:17:37] *** dnivra has joined #haiku
[18:20:58] *** HaikuUser has joined #haiku
[18:21:11] *** HaikuUser is now known as nekomimimaid
[18:28:54] <irker-974> c2b76f7: Add --use-clang option to configure
[18:30:11] *** orealis has quit IRC
[18:31:48] *** mmu_man has quit IRC
[18:31:56] *** epigraph has quit IRC
[18:32:30] *** nekomimimaid has quit IRC
[18:33:12] *** HaikuUser has joined #haiku
[18:33:34] *** HaikuUser has quit IRC
[18:34:34] *** HaikuUser has joined #haiku
[18:34:37] *** HaikuUser is now known as nekomimimaid
[18:35:08] *** stippi has quit IRC
[18:35:11] *** idefix_gromit has joined #haiku
[18:35:55] *** Premislaus has joined #haiku
[18:35:57] <Premislaus> hello
[18:36:36] *** _marc` has joined #haiku
[18:41:38] *** Guest360 has quit IRC
[18:41:38] *** Guest360 has joined #haiku
[18:41:58] *** dnivra has quit IRC
[18:42:07] *** Guest360 is now known as LjL
[18:42:48] *** JoFo has joined #haiku
[18:44:38] *** idefix_gromit has left #haiku
[18:47:21] *** nekomimimaid has quit IRC
[18:47:58] *** HaikuUser has joined #haiku
[18:48:15] *** dnivra has joined #haiku
[18:48:27] *** HaikuUser has quit IRC
[18:48:39] *** dnivra is now known as Guest6893
[18:49:05] *** HaikuUser has joined #haiku
[18:49:08] *** HaikuUser is now known as nekomimimaid
[18:52:46] *** idefix_gromit has joined #haiku
[18:53:11] *** nekomimimaid has quit IRC
[18:54:35] <irker-974> ecf79f7: Fix my previous commit
[18:55:17] *** orealis has joined #haiku
[18:59:12] *** luroh has joined #haiku
[19:01:08] <HAIKU-Buildbot> build #2516 of x86-FreeBSD-host is complete: Failure [failed [x86_gcc2] @release-anyboot [x86_gcc2] @release-vmware [x86_gcc2] @release-cd [x86_gcc2] @nightly-raw [x86] @release-anyboot [x86] @release-vmware [x86] @release-cd [x86] @nightly-raw [x86gcc4hybrid] @release-anyboot [x86gcc4hybrid] @release-vmware [x86gcc4hybrid] @release-cd [x86gcc4hybrid] @nightly-raw
[19:01:08]
<HAIKU-Buildbot> [x86gcc4hybrid] build repository haiku [x86gcc4hybrid] upload_haiku_repository [x86gcc2hybrid] @release-anyboot [x86gcc2hybrid] @release-vmware [x86gcc2hybrid] @release-cd [x86gcc2hybrid] @nightly-raw [x86gcc2hybrid] build repository haiku [x86gcc2hybrid] upload_haiku_repository] Build details are at http://mmadia.dyndns.org:8010/builders/x86-FreeBSD-host/builds/2516
[19:01:08] <HAIKU-Buildbot> blamelist: Jonathan Schleifer <js at webkeks dot org>
[19:03:56] *** _marc` has quit IRC
[19:09:26] *** Lelldorin1 has joined #haiku
[19:10:40] *** Ptrus has quit IRC
[19:11:07] *** _marc` has joined #haiku
[19:11:17] *** Ptrus has joined #haiku
[19:13:40] *** rimio has quit IRC
[19:22:53] <irker-974> 6a2fd3a: Add __dso_handle to bootloader and kernel
[19:31:17] <Premislaus> PlkMndy: ping
[19:32:04] <Premislaus> PlkMndy: Any chance for new ffmpeg?
[19:32:19] *** jua_ has joined #haiku
[19:38:21] *** humdinger has quit IRC
[19:39:49] *** Colin_Finck has quit IRC
[19:40:20] *** stargater has joined #haiku
[19:45:03] <PlkMndy> Premislaus: I don't plan to work on that currently
[19:45:28] *** leszek has quit IRC
[19:45:32] <PlkMndy> I can't even compile the current version with haikuporter...
[19:45:47] <Premislaus> libav miscompiled?
[19:46:02] <Premislaus> *Libavcodec
[19:48:01] *** Lelldorin1 has quit IRC
[19:49:56] *** Lelldorin1 has joined #haiku
[19:58:46] *** Lelldorin1 has quit IRC
[19:59:37] *** Lelldorin1 has joined #haiku
[20:01:27] <PlkMndy> Premislaus: no, I can't even compile it
[20:01:34] <PlkMndy> I think since we switched to gcc 4.8
[20:02:01] *** HaikuUser has joined #haiku
[20:04:15] *** HaikuUser has quit IRC
[20:07:15] *** MMBB has joined #haiku
[20:11:15] *** leszek has joined #haiku
[20:12:45] *** KolibriOS|yogev has joined #haiku
[20:13:06] *** MMBB has quit IRC
[20:13:40] *** BitPuffin has joined #haiku
[20:15:55] *** leszek has quit IRC
[20:16:32] <PlkMndy> not today, leaving in a few minutes
[20:16:36] <PlkMndy> but I keep this in mind
[20:16:52] <bbjimmy> thanks
[20:26:04] *** axeld has joined #haiku
[20:26:04] *** ChanServ sets mode: +o axeld
[20:30:10] *** bbjimmy is now known as bbjimmy_away
[20:31:00] *** Lelldorin1 has quit IRC
[20:32:25] *** LeandroLuiz has quit IRC
[20:32:34] *** Skipp_OSX has joined #haiku
[20:32:44] *** LeandroLuiz has joined #haiku
[20:33:21] *** Hare has joined #haiku
[20:33:23] *** oco2 has joined #haiku
[20:48:38] *** BitPuffin has quit IRC
[20:50:58] *** epigraph has joined #haiku
[20:55:57] *** mmu_man has joined #haiku
[20:56:00] *** kkux has quit IRC
[21:00:46] *** subcritical has quit IRC
[21:02:27] *** BitPuffin has joined #haiku
[21:03:38] *** JoFo has quit IRC
[21:21:55] *** Hare has quit IRC
[21:22:50] <KapiX> do I have to specify patchset in recipe explicitly or haikuporter should use it automatically?
[21:23:33] *** puckipedia|away is now known as puckipedia
[21:24:00] <puckipedia> KapiX, specify it
[21:24:28] <KapiX> ok, thanks
[21:25:24] <KapiX> which tools should I use to generate checksums?
[21:25:34] <puckipedia> md5sums? sha1sums?
[21:25:39] <puckipedia> idrk
[21:25:51] <KapiX> size, rmd160, sha512
[21:26:33] *** Malmis has quit IRC
[21:28:43] *** freedomrun has quit IRC
[21:29:27] <KapiX> ok, silly question, google is always your friend :P
[21:35:02] *** Premislaus has quit IRC
[21:35:37] *** DaaT has joined #haiku
[21:38:34] *** NumberNoid is now known as zz_NumberNoid
[21:39:52] *** fhein has quit IRC
[21:44:03] *** zz_NumberNoid is now known as NumberNoid
[21:44:32] *** kkux has joined #haiku
[21:46:41] <PlkMndy> KapiX: haikuporter computes the checksums for you if they are missing
[21:47:11] *** bbjimmy_away is now known as bbjimmy
[21:47:42] <KapiX> am I missing something?
[21:47:56] <KapiX> oh
[21:48:07] <KapiX> it did, you're right :D
[21:48:15] *** petterhj has joined #haiku
[21:48:56] <bbjimmy> I still can't get haikuporter to use a local file set for sources. What do I have to do?
[21:50:46] <PlkMndy> bbjimmy: last time I tried, using a file:// url worked
[21:51:25] <puckipedia> Actually, iirc the code allows for everything except a few specific protocols to be a file, like thisisnotafile://
[21:51:47] <puckipedia> (don't do that, btw
[21:51:49] <puckipedia> )
[21:51:54] <bbjimmy> What type of file did you use, just zipping a group of files it seems not to know how to deal with the file.
[21:53:21] *** petterhj has quit IRC
[21:53:40] <bbjimmy> The protocol of SRC_URI file://Archive.zip is unsupported, sorry.
[21:54:05] <puckipedia> Well, it isn't relative iirc?
[21:54:15] <PlkMndy> you need an absolute path
[21:54:31] <PlkMndy> file:///boot/home/whatever/Archive.zip
[21:54:36] <puckipedia> so file://$portBaseDir/Archive.zip is Archive.zip in the folder the .recipe is int
[21:54:38] <puckipedia> iirc
[21:54:48] <bbjimmy> With an absolute path, it can't find the file.
[21:55:11] <PlkMndy> well, this isn't used much in our recipes
[21:55:11] <puckipedia> What's the whole path of the file? and what is the error it mentions?
[21:55:16] <bbjimmy> puckipedia yes
[21:56:04] <puckipedia> The error is usually a bit more verbose than "yes"
[21:57:27] <bbjimmy> Downloading: file:///boot/home/haikuports/haiku-apps/sort_save/Archive.zip ... *** The protocol of SRC_URI file:///boot/home/haikuports/haiku-apps/sort_save/Archive.zip is unsupported, sorry.
[21:58:39] <puckipedia> Well, we don't usually do this
[21:58:39] <bbjimmy> that is with : SRC_URI="file://$portBaseDir/Archive.zip"
[21:58:43] <puckipedia> although the error is the same
[21:59:24] <bbjimmy> All I want to do is use my files and not have to upload them to a git repository.
[21:59:48] <puckipedia> You don't need to, you can use git+file:// for a local git
[22:00:08] <puckipedia> oh wait
[22:00:21] <bbjimmy> that still needs git, and I don't know how to set that up.
[22:00:24] <puckipedia> sorry, mistook the code, try SRC_URI="$portBaseDir/Archive.zip"
[22:01:02] <puckipedia> I missed/switched line 431 with 433 in HaikuPorts/SourceFetcher.py
[22:02:14] <puckipedia> (and try not to have any ':'s in your path)
[22:02:15] <bbjimmy> Ah it got further. now to fix the recipe.
[22:03:20] <bbjimmy> spoke too soon.
[22:03:22] *** stargater has quit IRC
[22:03:27] <bbjimmy> Downloading: /boot/home/haikuports/haiku-apps/sort_save/Archive.zip ... * Unable to fetch source from /boot/home/haikuports/haiku-apps/sort_save/Archive.zip (error: source /boot/home/haikuports/haiku-apps/sort_save//boot/home/haikuports/haiku-apps/sort_save/Archive.zip doesn't exist), trying next location.
[22:04:14] <puckipedia> okay, sorry, remove the $portBaseDir/
[22:05:52] <bbjimmy> substring not found
[22:05:59] <bbjimmy> SRC_URI="Archive.zip"
[22:06:20] *** orealis has quit IRC
[22:07:03] *** orealis has joined #haiku
[22:09:15] <bbjimmy> SRC_URI="file://Archive.zip" it seems file:// is not supported.
[22:09:35] <puckipedia> no file://
[22:09:41] <puckipedia> just Archive.zip
[22:10:45] <bbjimmy> Downloading: /boot/home/haikuports/haiku-apps/sort_save/Archive.zip ... * Unable to fetch source from /boot/home/haikuports/haiku-apps/sort_save/Archive.zip (error: source /boot/home/haikuports/haiku-apps/sort_save//boot/home/haikuports/haiku-apps/sort_save/Archive.zip doesn't exist), trying next location.
[22:11:26] <PlkMndy> sounds like a bug...
[22:12:23] <puckipedia> Again, no $portBaseDir/
[22:12:40] <bbjimmy> Checking if any package-infos need to be updated ... substring not found
[22:12:59] <bbjimmy> without $portBaseDir
[22:13:12] <bbjimmy> SRC_URI="Archive.zip"
[22:13:22] <puckipedia> portBaseDir = os.path.dirname(os.path.dirname(self.fetchTarget))
[22:13:38] <puckipedia> localFile = portBaseDir + '/' + self.uri
[22:13:45] <puckipedia> and then symlinks it
[22:14:01] *** valeriusL has quit IRC
[22:14:15] <bbjimmy> I'm lost
[22:15:19] <puckipedia> Well, it takes the target (sort_save/downloads/something), removes the something, the downloads, (which is "sort_save") then adds a '/' and the path
[22:15:29] <bbjimmy> btw, proper english would be: Checking if any package-info needs to be updated
[22:16:03] <puckipedia> !patchwanted bbjimmy
[22:16:38] <bbjimmy> :PPPP
[22:17:00] *** bbjimmy is now known as bbjimmy_away
[22:18:35] *** bbjimmy_away is now known as bbjimmy
[22:19:29] <puckipedia> bbjimmy, znc?
[22:20:05] <bbjimmy> bye
[22:20:08] *** bbjimmy has quit IRC
[22:25:16] *** qptain_Nemo has quit IRC
[22:25:34] *** qptain_Nemo has joined #haiku
[22:26:22] *** valeriusL has joined #haiku
[22:28:32] *** tqh has quit IRC
[22:29:50] *** kkux has quit IRC
[22:30:46] *** arselinux has joined #haiku
[22:30:49] *** jjido_ has joined #haiku
[22:33:17] *** stargater has joined #haiku
[22:36:24] *** DKnoto has quit IRC
[22:37:44] *** Martini_ has joined #haiku
[22:41:57] *** Xenmen has joined #haiku
[22:42:11] *** Martini__ has joined #haiku
[22:42:14] *** kkux has joined #haiku
[22:45:13] *** Martini_ has quit IRC
[22:45:20] *** Martini__ is now known as Martini_
[22:46:11] *** gsparc has joined #haiku
[22:46:26] *** JoFo has joined #haiku
[22:47:48] *** stargater has quit IRC
[22:48:50] *** Yann65 has joined #haiku
[22:51:18] *** idefix_gromit has left #haiku
[22:51:55] *** Yann65 has quit IRC
[22:52:31] *** Yann65 has joined #haiku
[22:56:22] *** Yann65 has quit IRC
[22:57:41] *** bbjimmy has joined #haiku
[23:00:10] *** LeandroLuiz has quit IRC
[23:01:37] *** bbjimmy has quit IRC
[23:02:05] *** PlkMndy has quit IRC
[23:04:26] *** jua_ has quit IRC
[23:06:14] *** daniele_athome has quit IRC
[23:08:55] *** daniele_athome has joined #haiku
[23:11:34] *** BitPuffin has quit IRC
[23:12:19] *** Malmis has joined #haiku
[23:15:07] *** jjido_ has quit IRC
[23:15:53] *** Premislaus has joined #haiku
[23:16:33] *** jua_ has joined #haiku
[23:16:33] *** poxip has quit IRC
[23:20:10] *** happy-dude has joined #haiku
[23:21:18] *** BitPuffin has joined #haiku
[23:29:34] <Premislaus> arfonzo: Hi! Any chancer fo Flare hpkg?
[23:30:22] *** happy-dude has quit IRC
[23:39:50] *** Beretta021 has joined #haiku
[23:40:16] *** puckipedia is now known as puckipedia|away
[23:44:44] *** Nozy has quit IRC
[23:48:16] *** DaaT has quit IRC